Adyen · Example Payload

Configuration Payment Instrument Requirement Example

A sample description.

PaymentsFinancial ServicesFintech

Configuration Payment Instrument Requirement Example is an example object payload from Adyen, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionissuingCountryCodeonlyForCrossBalancePlatformpaymentInstrumentTypetype

Example Payload

Raw ↑
{
  "description": "A sample description.",
  "issuingCountryCode": "US",
  "onlyForCrossBalancePlatform": true,
  "paymentInstrumentType": "BankAccount",
  "type": "paymentInstrumentRequirement"
}