Account Settings
Payment settings for Sequence account
Retrieves payment settings for the current Sequence accounts. If no settings exist, default settings will be returned.
GET
Headers
Use this header to select an API version
Available options:
2024-07-30
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"
}