Account Settings
Update payment settings for Sequence account
Updates payment settings for the current Sequence accounts.
put/payments/settings/{id}
Path parameters
idstring required
Account Payment Settings ID
Headers
Sequence-Version'2024-07-30'
Use this header to select an API version
Request body
Example request
{
"failureNotifications": {
"merchantNotifications": "DO_NOT_SEND_NOTIFICATIONS",
"customerNotifications": "DO_NOT_SEND_NOTIFICATIONS"
}
}Response
OK
Example response
{
"id": "e095e00f-36af-44c9-8c53-3e25677ce8ce",
"failureNotifications": {
"merchantNotifications": "SEND_NOTIFICATIONS",
"customerNotifications": "SEND_NOTIFICATIONS"
}
}