Billing Schedules
Create billing schedule payment settings
Create payment settings for billing schedules. Invoices for billing schedules with payment settings contain payment links. If payment details are on file with Stripe or other payment providers, then payments are automatically collected when you finalise and send an invoice. Billing schedule payment settings override customer payment settings. You can also override billing schedule payment settings with invoice payment settings.
POST
/
payments
/
settings
/
billing-schedules
Headers
Authorization
string
requiredYour 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
billingScheduleId
string
requiredUnique payment provider ID.
paymentProvider
enum<string>
requiredPayment provider
Available options:
STRIPE
, NONE
Response
201 - application/json
id
string
requiredUnique payment provider ID.
sequenceAccountId
string
requiredUnique Sequence Account ID.
billingScheduleId
string
requiredUnique payment provider ID.
paymentProvider
enum<string>
requiredPayment provider
Available options:
STRIPE
, NONE