Adyen · Example Payload

Checkout Econtext Voucher Details Example

PaymentsFinancial ServicesFintech

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

Top-level fields

checkoutAttemptIdfirstNamelastNameshopperEmailtelephoneNumbertype

Example Payload

Raw ↑
{
  "checkoutAttemptId": "REF-500123",
  "firstName": "Example Name",
  "lastName": "Example Name",
  "shopperEmail": "user@example.com",
  "telephoneNumber": "example_value",
  "type": "econtext_seveneleven"
}