Adyen · Example Payload

Legal Entity Business Line Example

PaymentsFinancial ServicesFintech

Legal Entity Business Line Example is an example object payload from Adyen, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

capabilityidindustryCodelegalEntityIdproblemssalesChannelsservicesourceOfFundswebDatawebDataExemption

Example Payload

Raw ↑
{
  "capability": "receivePayments",
  "id": "REF-500123",
  "industryCode": "CODE123",
  "legalEntityId": "REF-500123",
  "problems": [
    "example_value"
  ],
  "salesChannels": [
    "example_value"
  ],
  "service": "paymentProcessing",
  "sourceOfFunds": "example_value",
  "webData": [
    "example_value"
  ],
  "webDataExemption": "example_value"
}