cURL
curl --request GET \ --url https://dev.seqhq.io/api/payments/settings
{ "id": "e095e00f-36af-44c9-8c53-3e25677ce8ce", "failureNotifications": { "merchantNotifications": "SEND_NOTIFICATIONS", "customerNotifications": "SEND_NOTIFICATIONS" } }
Retrieves payment settings for the current Sequence accounts. If no settings exist, default settings will be returned.
Use this header to select an API version
2024-07-30
OK
The ID of the account's payment settings
"e095e00f-36af-44c9-8c53-3e25677ce8ce"
The failure notification settings for the account
Show child attributes
The payment failure notification settings for the merchant account
SEND_NOTIFICATIONS
DO_NOT_SEND_NOTIFICATIONS
"SEND_NOTIFICATIONS"
The payment failure notification settings for the end-customers
{ "merchantNotifications": "SEND_NOTIFICATIONS", "customerNotifications": "SEND_NOTIFICATIONS"}