{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/UpdatePaymentMethodInfo",
"title": "UpdatePaymentMethodInfo",
"properties": {
"bcmc": {
"description": "Bancontact details.",
"$ref": "#/components/schemas/BcmcInfo"
},
"cartesBancaires": {
"description": "Cartes Bancaires details.",
"$ref": "#/components/schemas/CartesBancairesInfo"
},
"countries": {
"description": "The list of countries where a payment method is available. By default, all countries supported by the payment method.",
"items": {
"type": "string"
},
"type": "array"
},
"cup": {
"description": "China Union Pay details.",
"$ref": "#/components/schemas/GenericPmWithTdiInfo"
},
"currencies": {
"description": "The list of currencies that a payment method supports. By default, all currencies supported by the payment method.",
"items": {
"type": "string"
},
"type": "array"
},
"customRoutingFlags": {
"description": "Custom routing flags for acquirer routing.",
"items": {
"type": "string"
},
"type": "array"
},
"diners": {
"description": "Diners details.",
"$ref": "#/components/schemas/GenericPmWithTdiInfo"
},
"discover": {
"description": "Discover details.",
"$ref": "#/components/schemas/GenericPmWithTdiInfo"
},
"eftpos_australia": {
"description": "Eftpos Australia details.",
"$ref": "#/components/schemas/GenericPmWithTdiInfo"
},
"enabled": {
"description": "Indicates whether the payment method is enabled (**true**) or disabled (**false**).",
"type": "boolean"
},
"girocard": {
"description": "Girocard details.",
"$ref": "#/components/schemas/GenericPmWithTdiInfo"
},
"ideal": {
"description": "iDeal details.",
"$ref": "#/components/schemas/GenericPmWithTdiInfo"
},
"interac_card": {
"description": "Interac Card details.",
"$ref": "#/components/schemas/GenericPmWithTdiInfo"
},
"jcb": {
"description": "JCB details.",
"$ref": "#/components/schemas/GenericPmWithTdiInfo"
},
"maestro": {
"description": "Maestro details.",
"$ref": "#/components/schemas/GenericPmWithTdiInfo"
},
"mc": {
"description": "MasterCard details.",
"$ref": "#/components/schemas/GenericPmWithTdiInfo"
},
"storeIds": {
"description": "The list of stores for this payment method",
"items": {
"type": "string"
},
"type": "array"
},
"visa": {
"description": "Visa details.",
"$ref": "#/components/schemas/GenericPmWithTdiInfo"
}
},
"type": "object"
}