Adyen · Example Payload

Checkout Card Donations Example

PaymentsFinancial ServicesFintech

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

Top-level fields

brandcheckoutAttemptIdcupsecureplus.smscodecvcencryptedCardNumberencryptedExpiryMonthencryptedExpiryYearencryptedSecurityCodeexpiryMonthexpiryYearfundingSourceholderNamenetworkPaymentReferencenumberrecurringDetailReferenceshopperNotificationReferencestoredPaymentMethodIdthreeDS2SdkVersiontype

Example Payload

Raw ↑
{
  "brand": "example_value",
  "checkoutAttemptId": "REF-500123",
  "cupsecureplus.smscode": "CODE123",
  "cvc": "example_value",
  "encryptedCardNumber": "example_value",
  "encryptedExpiryMonth": "example_value",
  "encryptedExpiryYear": "example_value",
  "encryptedSecurityCode": "CODE123",
  "expiryMonth": "example_value",
  "expiryYear": "example_value",
  "fundingSource": "credit",
  "holderName": "Example Name",
  "networkPaymentReference": "REF-500123",
  "number": "example_value",
  "recurringDetailReference": "REF-500123",
  "shopperNotificationReference": "REF-500123",
  "storedPaymentMethodId": "REF-500123",
  "threeDS2SdkVersion": "example_value",
  "type": "scheme"
}