Adyen · Schema

LoyaltyAccountReq

LoyaltyAccountReq schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
CardAcquisitionReference object
LoyaltyAccountID object
View JSON Schema on GitHub

JSON Schema

terminal-loyalty-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-loyalty-account-req-schema.json",
  "title": "LoyaltyAccountReq",
  "description": "LoyaltyAccountReq schema from Adyen API",
  "type": "object",
  "properties": {
    "CardAcquisitionReference": {
      "$ref": "#/components/schemas/TransactionIDType"
    },
    "LoyaltyAccountID": {
      "$ref": "#/components/schemas/LoyaltyAccountID"
    }
  }
}