Adyen · Example Payload

Checkout Checkout Voucher Action Example

PaymentsFinancial ServicesFintech

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

Top-level fields

alternativeReferencecollectionInstitutionNumberdownloadUrlentityexpiresAtinitialAmountinstructionsUrlissuermaskedTelephoneNumbermerchantNamemerchantReferencepassCreationTokenpaymentDatapaymentMethodTypereferenceshopperEmailshopperNamesurchargetotalAmounttypeurl

Example Payload

Raw ↑
{
  "alternativeReference": "REF-500123",
  "collectionInstitutionNumber": "example_value",
  "downloadUrl": "example_value",
  "entity": "example_value",
  "expiresAt": "example_value",
  "initialAmount": 1000,
  "instructionsUrl": "example_value",
  "issuer": "example_value",
  "maskedTelephoneNumber": "example_value",
  "merchantName": "Example Name",
  "merchantReference": "REF-500123",
  "passCreationToken": "example_value",
  "paymentData": "example_value",
  "paymentMethodType": "standard",
  "reference": "REF-500123",
  "shopperEmail": "user@example.com",
  "shopperName": "Example Name",
  "surcharge": "example_value",
  "totalAmount": 1000,
  "type": "voucher",
  "url": "example_value"
}