Adyen · Example Payload

Checkout Fund Recipient Example

PaymentsFinancial ServicesFintech

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

Top-level fields

billingAddresspaymentMethodshopperEmailshopperNameshopperReferencestoredPaymentMethodIdsubMerchanttelephoneNumberwalletIdentifierwalletOwnerTaxId

Example Payload

Raw ↑
{
  "billingAddress": "example_value",
  "paymentMethod": "example_value",
  "shopperEmail": "user@example.com",
  "shopperName": "Example Name",
  "shopperReference": "REF-500123",
  "storedPaymentMethodId": "REF-500123",
  "subMerchant": "example_value",
  "telephoneNumber": "example_value",
  "walletIdentifier": "example_value",
  "walletOwnerTaxId": "REF-500123"
}