Card Network AttributesThe card_network_attributes object is used for Get Card Details API.
✓ - 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. |
{
"mastercard_direct_support": "3",
"visa_direct_support": "2"
}