Adyen · Example Payload

Transfers Rest Service Error Example

PaymentsFinancial ServicesFintech

Transfers Rest Service Error Example is an example object payload from Adyen, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

detailerrorCodeinstanceinvalidFieldsrequestIdresponsestatustitletype

Example Payload

Raw ↑
{
  "detail": "example_value",
  "errorCode": "CODE123",
  "instance": "example_value",
  "invalidFields": [
    "example_value"
  ],
  "requestId": "REF-500123",
  "response": "example_value",
  "status": 50,
  "title": "example_value",
  "type": "standard"
}