Adyen · Example Payload

Checkout Donation Payment Request Example

PaymentsFinancial ServicesFintech

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

Top-level fields

accountInfoadditionalDataamountapplicationInfoauthenticationDatabillingAddressbrowserInfochannelcheckoutAttemptIdconversionIdcountryCodedateOfBirthdeliverAtdeliveryAddressdeviceFingerprintdonationAccountdonationOriginalPspReferencedonationTokenlineItemsmerchantAccountmerchantRiskIndicatormetadatampiDataoriginpaymentMethodrecurringProcessingModelredirectFromIssuerMethodredirectToIssuerMethodreferencereturnUrlsessionValidityshopperEmailshopperIPshopperInteractionshopperLocaleshopperNameshopperReferencesocialSecurityNumbertelephoneNumberthreeDS2RequestDatathreeDSAuthenticationOnly

Example Payload

Raw ↑
{
  "accountInfo": "example_value",
  "additionalData": {},
  "amount": 1000,
  "applicationInfo": "example_value",
  "authenticationData": "example_value",
  "billingAddress": "example_value",
  "browserInfo": "example_value",
  "channel": "iOS",
  "checkoutAttemptId": "REF-500123",
  "conversionId": "REF-500123",
  "countryCode": "US",
  "dateOfBirth": "2025-03-15T14:30:00Z",
  "deliverAt": "2025-03-15T14:30:00Z",
  "deliveryAddress": "example_value",
  "deviceFingerprint": "example_value",
  "donationAccount": "example_value",
  "donationOriginalPspReference": "REF-500123",
  "donationToken": "example_value",
  "lineItems": [
    "example_value"
  ],
  "merchantAccount": "example_value",
  "merchantRiskIndicator": "example_value",
  "metadata": {},
  "mpiData": "example_value",
  "origin": "example_value",
  "paymentMethod": "example_value",
  "recurringProcessingModel": "CardOnFile",
  "redirectFromIssuerMethod": "example_value",
  "redirectToIssuerMethod": "example_value",
  "reference": "REF-500123",
  "returnUrl": "example_value",
  "sessionValidity": "example_value",
  "shopperEmail": "user@example.com",
  "shopperIP": "example_value",
  "shopperInteraction": "Ecommerce",
  "shopperLocale": "example_value",
  "shopperName": "Example Name",
  "shopperReference": "REF-500123",
  "socialSecurityNumber": "example_value",
  "telephoneNumber": "example_value",
  "threeDS2RequestData": "example_value",
  "threeDSAuthenticationOnly": false
}