v356

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-031733562.1 MB
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/payments/settings

Headers

Sequence-Version'2024-07-30'

Use this header to select an API version

Response

OK

idstring required

The ID of the account's payment settings

Example response

{
  "id": "e095e00f-36af-44c9-8c53-3e25677ce8ce",
  "failureNotifications": {
    "merchantNotifications": "SEND_NOTIFICATIONS",
    "customerNotifications": "SEND_NOTIFICATIONS"
  }
}