curl --request PUT \
--url https://dev.seqhq.io/api/stripe/collections/settings/{id} \
--header 'Content-Type: application/json' \
--data '
{
"enableAutomaticPayments": false,
"autoEnableStripePayments": true
}
'{
"id": "018f6b0c-7e89-7b4a-8e47-1b2e2d5a4f6c",
"sequenceAccountId": "683fe518-60c8-429f-9320-8aa7efc20bcc",
"enableAutomaticPayments": true,
"autoEnableStripePayments": false
}Updates Stripe collection settings for the current Sequence accounts.
curl --request PUT \
--url https://dev.seqhq.io/api/stripe/collections/settings/{id} \
--header 'Content-Type: application/json' \
--data '
{
"enableAutomaticPayments": false,
"autoEnableStripePayments": true
}
'{
"id": "018f6b0c-7e89-7b4a-8e47-1b2e2d5a4f6c",
"sequenceAccountId": "683fe518-60c8-429f-9320-8aa7efc20bcc",
"enableAutomaticPayments": true,
"autoEnableStripePayments": false
}Use this header to select an API version
2024-07-30 Stripe Collection Settings ID
OK
"018f6b0c-7e89-7b4a-8e47-1b2e2d5a4f6c"
"683fe518-60c8-429f-9320-8aa7efc20bcc"
Whether to automatically collect payments by default if payment details are available
true
Whether to automatically enable Stripe payments for new billing schedules
false