Adyen · Example Payload

Checkout Sub Merchant Info Example

PaymentsFinancial ServicesFintech

Checkout Sub Merchant Info 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

addressidmccnametaxId

Example Payload

Raw ↑
{
  "address": "example_value",
  "id": "REF-500123",
  "mcc": "example_value",
  "name": "Example Name",
  "taxId": "REF-500123"
}