Adyen · Example Payload

Checkout Pay Pal Details Example

PaymentsFinancial ServicesFintech

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

Top-level fields

checkoutAttemptIdorderIDpayeePreferredpayerIDpayerSelectedrecurringDetailReferencestoredPaymentMethodIdsubtypetype

Example Payload

Raw ↑
{
  "checkoutAttemptId": "REF-500123",
  "orderID": "REF-500123",
  "payeePreferred": "example_value",
  "payerID": "REF-500123",
  "payerSelected": "example_value",
  "recurringDetailReference": "REF-500123",
  "storedPaymentMethodId": "REF-500123",
  "subtype": "redirect",
  "type": "paypal"
}