Adyen · Example Payload

Legal Entity Identification Data Example

PaymentsFinancial ServicesFintech

Legal Entity Identification Data 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

cardNumberexpiryDateissuerCountryissuerStatenationalIdExemptnumbertype

Example Payload

Raw ↑
{
  "cardNumber": "example_value",
  "expiryDate": "example_value",
  "issuerCountry": "US",
  "issuerState": "example_value",
  "nationalIdExempt": true,
  "number": "example_value",
  "type": "nationalIdNumber"
}