Adyen · Schema

PaymentAccountReq

PaymentAccountReq schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

terminal-payment-account-req-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-payment-account-req-schema.json",
  "title": "PaymentAccountReq",
  "description": "PaymentAccountReq schema from Adyen API",
  "type": "object",
  "properties": {
    "AccountType": {
      "$ref": "#/components/schemas/AccountType"
    },
    "CardAcquisitionReference": {
      "$ref": "#/components/schemas/TransactionIDType"
    },
    "PaymentInstrumentData": {
      "$ref": "#/components/schemas/PaymentInstrumentData"
    }
  }
}