Adyen · Schema

PaymentAccountReq

PaymentsFinancial ServicesFintech

Properties

Name Type Description
AccountType object
CardAcquisitionReference object
PaymentInstrumentData object
View JSON Schema on GitHub

JSON Schema

adyen-paymentaccountreq-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentAccountReq",
  "title": "PaymentAccountReq",
  "type": "object",
  "properties": {
    "AccountType": {
      "$ref": "#/components/schemas/AccountType"
    },
    "CardAcquisitionReference": {
      "$ref": "#/components/schemas/TransactionIDType"
    },
    "PaymentInstrumentData": {
      "$ref": "#/components/schemas/PaymentInstrumentData"
    }
  }
}