Customers
Create customer payment settings
Create payment settings for customers. Invoices for customers 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. You can override customer payment settings with billing schedule payment settings and invoice payment settings.
POST
/
payments
/
settings
/
customers
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
customerId
string
requiredCustomer Account ID.
paymentProvider
enum<string>
requiredSequence Account ID.
Available options:
STRIPE
, NONE
Response
201 - application/json
id
string
requiredUnique payment provider id.
sequenceAccountId
string
requiredSequence Account ID.
customerId
string
requiredCustomer Account ID.
paymentProvider
enum<string>
requiredSequence Account ID.
Available options:
STRIPE
, NONE