curl --request PUT \
--url https://dev.seqhq.io/api/payments/settings/{id} \
--header 'Content-Type: application/json' \
--data '
{
"failureNotifications": {
"merchantNotifications": "DO_NOT_SEND_NOTIFICATIONS",
"customerNotifications": "DO_NOT_SEND_NOTIFICATIONS"
}
}
'{
"id": "e095e00f-36af-44c9-8c53-3e25677ce8ce",
"failureNotifications": {
"merchantNotifications": "SEND_NOTIFICATIONS",
"customerNotifications": "SEND_NOTIFICATIONS"
}
}Updates payment settings for the current Sequence accounts.
curl --request PUT \
--url https://dev.seqhq.io/api/payments/settings/{id} \
--header 'Content-Type: application/json' \
--data '
{
"failureNotifications": {
"merchantNotifications": "DO_NOT_SEND_NOTIFICATIONS",
"customerNotifications": "DO_NOT_SEND_NOTIFICATIONS"
}
}
'{
"id": "e095e00f-36af-44c9-8c53-3e25677ce8ce",
"failureNotifications": {
"merchantNotifications": "SEND_NOTIFICATIONS",
"customerNotifications": "SEND_NOTIFICATIONS"
}
}Use this header to select an API version
2024-07-30 Account Payment Settings ID
The failure notification settings for the account
Show child attributes
{
"merchantNotifications": "SEND_NOTIFICATIONS",
"customerNotifications": "SEND_NOTIFICATIONS"
}OK
The ID of the account's payment settings
"e095e00f-36af-44c9-8c53-3e25677ce8ce"
The failure notification settings for the account
Show child attributes
{
"merchantNotifications": "SEND_NOTIFICATIONS",
"customerNotifications": "SEND_NOTIFICATIONS"
}