Adyen · Schema

LoyaltyAccountReq

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

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