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-05-09

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

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

Auto-issue invoices 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

Recurrence day of month

prices
object[]
required

Prices

createdAt
string
required

Created at

updatedAt
string
required

Last updated at

lastInvoiceId
string

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

timeTravellerId
string

Time traveller ID

phases
object[]
required

Phases

archivedAt
string

Archived at

rollUpBilling
boolean
required

Roll up billing