POST
/
billing-schedules

Headers

Authorization
string
required

Your API credentials. Eg. Basic {credentials}.

Sequence-Version
enum<string>

Use this header to select an API version

Available options:
2024-07-30

Body

application/json
customerId
string
required

Customer ID

startDate
string
required

Start date

endDate
string

End date. A null end date denotes an open-ended schedule.

recurrenceDayOfMonth
integer

Recurrence day of month

taxRates
object[]
required

Tax Rate for each Product

autoIssueInvoices
boolean
required

Auto-issue invoices for this billing schedule

purchaseOrderNumber
string

Optional purchase order number to be added to invoices

paymentProvider
enum<string>

Payment provider to set up collection for

Available options:
STRIPE,
NONE
isDraft
boolean
required

Create in draft status

rollUpBilling
boolean
required

Toggles Roll-up billing

phases
object[]
required

Phases

Response

201 - application/json
id
string
required

Billing Schedule ID

customerId
string
required

Customer ID

status
enum<string>
required

Billing schedule status

Available options:
DRAFT,
PENDING,
ACTIVE,
SUSPENDED,
CANCELLED,
COMPLETED
startDate
string
required

Start date

endDate
string

End date

taxRates
object[]

Tax Rate for each Product

firstBillingDate
string

First billing date

autoIssueInvoices
boolean
required

If true, invoices will be automatically sent for this billing schedule

purchaseOrderNumber
string

Optional purchase order number to be added to invoices

reference
string

Optional reference to be added to invoices

label
string

Optional label

recurrenceDayOfMonth
integer

The day of the month on which billing recurs

prices
object[]
required

Prices

createdAt
string
required

Time at which the schedule was initially created, in ISO 8601 format.

updatedAt
string
required

Time at which the schedule was last updated, in ISO 8601 format.

lastInvoiceId
string

ID of the last invoice (if there has been one)

timeTravellerId
string

Time traveller ID

phases
object[]
required

Phases

archivedAt
string

Time at which the schedule was archived, in ISO 8601 format.

rollUpBilling
boolean
required

Roll up billing

integrationIds
object[]
required

External services which are linked to this customer

attachmentAssets
object[]
required

Assets attached to this billing schedule