curl --request PUT \
--url https://eu.sequencehq.com/api/payments/settings/invoices/{id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"paymentProvider": "STRIPE"
}
'{
"id": "bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730",
"sequenceAccountId": "bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730",
"invoiceId": "bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730",
"customerId": "bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730",
"paymentProvider": "STRIPE"
}curl --request PUT \
--url https://eu.sequencehq.com/api/payments/settings/invoices/{id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"paymentProvider": "STRIPE"
}
'{
"id": "bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730",
"sequenceAccountId": "bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730",
"invoiceId": "bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730",
"customerId": "bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730",
"paymentProvider": "STRIPE"
}Your API credentials. Eg. Basic {credentials}.
Use this header to select an API version
2024-07-30 Unique settings ID
Sequence Account ID.
STRIPE, NONE "STRIPE"
OK
Unique payment provider id.
"bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730"
Sequence Account ID.
"bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730"
Invoice ID.
"bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730"
Customer ID.
"bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730"
Sequence Account ID.
STRIPE, NONE "STRIPE"