Praxis Wiki logo

Objects Card Network Attributes


The card_network_attributes object is used for Get Card Details API.

STRUCTURE

✓ - required value
? - optional, value or null
✕ - always appears as null

Variable Type Description
visa_direct_support int ? The possible values of the above key are
- 0 – Not supported.
- 1 – Supported for domestic and cross-border transactions.
- 2 – Supported for domestic transactions only.
- 3 – Enabled status unknown for BIN.
mastercard_send_support int ? The possible values of the above key are
- 0 – Not supported.
- 1 – Supported for domestic and cross-border transactions.
- 2 – Supported for domestic transactions only.
- 3 – Enabled status unknown for BIN.

EXAMPLE

MIT Initial Sale

{
    "mastercard_direct_support": "3",
    "visa_direct_support": "2"
}