GET
/
payments
/
settings
curl --request GET \
  --url https://eu.sequencehq.com/api/payments/settings
{
  "id": "e095e00f-36af-44c9-8c53-3e25677ce8ce",
  "failureNotifications": {
    "merchantNotifications": "SEND_NOTIFICATIONS",
    "customerNotifications": "SEND_NOTIFICATIONS"
  }
}

Headers

Sequence-Version
enum<string>

Use this header to select an API version

Available options:
2024-07-30

Response

200
application/json

OK

The response is of type object.