Invoices
Delete invoice payment settings
Delete payment settings for invoices. Invoices 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. Invoice payment settings override billing schedule payment settings and customer payment settings.
DELETE
/
payments
/
settings
/
invoices
/
{id}
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
Path Parameters
id
string
requiredUnique settings ID
Response
200 - application/json
id
string
requiredUnique payment provider id.
sequenceAccountId
string
requiredSequence Account ID.
invoiceId
string
requiredInvoice ID.
customerId
string
requiredCustomer ID.
paymentProvider
enum<string>
requiredSequence Account ID.
Available options:
STRIPE
, NONE