Adyen · Example Payload

Transfers Party Identification Example

PaymentsFinancial ServicesFintech

Transfers Party Identification Example is an example object payload from Adyen, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

addressdateOfBirthfirstNamefullNamelastNamereferencetype

Example Payload

Raw ↑
{
  "address": "example_value",
  "dateOfBirth": "2025-03-15",
  "firstName": "Example Name",
  "fullName": "Example Name",
  "lastName": "Example Name",
  "reference": "REF-500123",
  "type": "unknown"
}