Adyen · Example Payload

Payouts Store Detail And Submit Request Example

PaymentsFinancial ServicesFintech

Payouts Store Detail And Submit Request 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

additionalDataamountbankbillingAddresscarddateOfBirthentityTypefraudOffsetmerchantAccountnationalityrecurringreferenceselectedBrandshopperEmailshopperNameshopperReferenceshopperStatementsocialSecurityNumbertelephoneNumber

Example Payload

Raw ↑
{
  "additionalData": {},
  "amount": 1000,
  "bank": "example_value",
  "billingAddress": "example_value",
  "card": "example_value",
  "dateOfBirth": "2025-03-15",
  "entityType": "NaturalPerson",
  "fraudOffset": 50,
  "merchantAccount": "example_value",
  "nationality": "example_value",
  "recurring": "example_value",
  "reference": "REF-500123",
  "selectedBrand": "example_value",
  "shopperEmail": "user@example.com",
  "shopperName": "Example Name",
  "shopperReference": "REF-500123",
  "shopperStatement": "example_value",
  "socialSecurityNumber": "example_value",
  "telephoneNumber": "example_value"
}