Adyen · Example Payload

Payouts Fund Source Example

PaymentsFinancial ServicesFintech

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

Top-level fields

additionalDatabillingAddresscardshopperEmailshopperNametelephoneNumber

Example Payload

Raw ↑
{
  "additionalData": {},
  "billingAddress": "example_value",
  "card": "example_value",
  "shopperEmail": "user@example.com",
  "shopperName": "Example Name",
  "telephoneNumber": "example_value"
}