Adyen · Example Payload

Checkout Additional Data Common Example

PaymentsFinancial ServicesFintech

Checkout Additional Data Common Example is an example object payload from Adyen, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

RequestedTestErrorResponseCodeallowPartialAuthauthorisationTypecustomRoutingFlagindustryUsagemanualCapturenetworkTxReferenceoverwriteBrandsubMerchantCitysubMerchantCountrysubMerchantIDsubMerchantNamesubMerchantPostalCodesubMerchantStatesubMerchantStreetsubMerchantTaxId

Example Payload

Raw ↑
{
  "RequestedTestErrorResponseCode": "CODE123",
  "allowPartialAuth": "example_value",
  "authorisationType": "standard",
  "customRoutingFlag": "example_value",
  "industryUsage": "NoShow",
  "manualCapture": "example_value",
  "networkTxReference": "REF-500123",
  "overwriteBrand": "example_value",
  "subMerchantCity": "example_value",
  "subMerchantCountry": "US",
  "subMerchantID": "REF-500123",
  "subMerchantName": "Example Name",
  "subMerchantPostalCode": "CODE123",
  "subMerchantState": "example_value",
  "subMerchantStreet": "example_value",
  "subMerchantTaxId": "REF-500123"
}