Account Settings
Update payment settings for Sequence account
Updates payment settings for the current Sequence accounts.
PUT
Headers
Use this header to select an API version
Available options:
2024-07-30
Path Parameters
Account Payment Settings ID
Body
application/json
The failure notification settings for the account
Example:
{
"merchantNotifications": "SEND_NOTIFICATIONS",
"customerNotifications": "SEND_NOTIFICATIONS"
}
Response
200
application/json
OK
The ID of the account's payment settings
Example:
"e095e00f-36af-44c9-8c53-3e25677ce8ce"
The failure notification settings for the account
Example:
{
"merchantNotifications": "SEND_NOTIFICATIONS",
"customerNotifications": "SEND_NOTIFICATIONS"
}