Session Configuration object
The object will contain overriding configuration rules for this session attempt.
✓ - required value
? - optional, value or null
✕ - always appears as null
Variable | Type | Description | |
---|---|---|---|
allow_card_brands | array | ? | This parameter contains the list of allowed card brands for the client in the Cashier session. Allowed values: - AMEX - Dankort - DinersClub - Discover - Electron - Forbrugsforeningen - JCB - Maestro - MasterCard - Mir - Unionpay - VISA Note: The same value of the card brand cannot be present in both parameters allow_card_brands and exclude_card_brands at the same time. |
exclude_card_brands | array | ? | This parameter contains the list of card brands that should be excluded from the list of supported card brands for the client in the Cashier session. Allowed values: - AMEX - Dankort - DinersClub - Discover - Electron - Forbrugsforeningen - JCB - Maestro - MasterCard - Mir - Unionpay - VISA Note: The same value of the card brand cannot be present in both parameters allow_card_brands and exclude_card_brands at the same time. |