CardPaymentOptionSettings
Provides settings for a card payment option.
paymentOptionPaymentOptionType (string)required
Enumeration of supported Payment Option Types
Possible values: [RAPID_TRANSFER
, BANK_TRANSFER
, OFFLINE_BANK_TRANSFER
, CARD
, PAYSAFECASH
, PAGO_EFECTIVO
]
Example:
CARD
cardSchemesCardScheme (string)[]
Supported card schemes.
Possible values: [VISA
, MC
]
CardPaymentOptionSettings
{
"paymentOption": "CARD",
"cardSchemes": [
"VISA"
]
}