Adyen · Schema

BcmcInfo

PaymentsFinancial ServicesFintech

Properties

Name Type Description
enableBcmcMobile boolean Indicates if [Bancontact mobile](https://docs.adyen.com/payment-methods/bancontact/bancontact-mobile) is enabled.
transactionDescription object Information regarding the transaction description.
View JSON Schema on GitHub

JSON Schema

adyen-bcmcinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BcmcInfo",
  "title": "BcmcInfo",
  "properties": {
    "enableBcmcMobile": {
      "description": "Indicates if [Bancontact mobile](https://docs.adyen.com/payment-methods/bancontact/bancontact-mobile) is enabled.",
      "type": "boolean"
    },
    "transactionDescription": {
      "description": "Information regarding the transaction description.",
      "$ref": "#/components/schemas/TransactionDescriptionInfo"
    }
  },
  "type": "object"
}