Adyen · Example Payload

Payments Fund Destination Example

PaymentsFinancial ServicesFintech

Payments Fund Destination 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

additionalDatabillingAddresscardselectedRecurringDetailReferenceshopperEmailshopperNameshopperReferencesubMerchanttelephoneNumber

Example Payload

Raw ↑
{
  "additionalData": {},
  "billingAddress": "example_value",
  "card": "example_value",
  "selectedRecurringDetailReference": "REF-500123",
  "shopperEmail": "user@example.com",
  "shopperName": "Example Name",
  "shopperReference": "REF-500123",
  "subMerchant": "example_value",
  "telephoneNumber": "example_value"
}