Adyen · Example Payload

Accounts Get Tax Form Response Example

PaymentsFinancial ServicesFintech

Accounts Get Tax Form Response Example is an example object payload from Adyen, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

contentcontentTypeinvalidFieldspspReferenceresultCode

Example Payload

Raw ↑
{
  "content": "example_value",
  "contentType": "standard",
  "invalidFields": [
    "example_value"
  ],
  "pspReference": "REF-500123",
  "resultCode": "CODE123"
}