Community
Fees flag on Query Card is not working
about 2 years ago by Dondrey Taylor
When querying a card for fees, it appears that the Fees object is no being returned. The AVS flag is working though, but including "Fees" doesn't. Just wanted to verify that this is working. Any help would be great.
Here is the endpoint:
[POST] https://api.sandbox.tabapay.net:10443/v1/clients/CLIENT_ID/cards?Fees%2BAVS
Response:
{
"SC": 200,
"EC": "0",
"card": {
"pull": {
"enabled": true,
"network": "Visa",
"type": "Debit",
"regulated": true,
"currency": "840",
"country": "840"
},
"push": {
"enabled": true,
"network": "Visa",
"type": "Debit",
"availability": "Next Business Day",
"regulated": true,
"currency": "840",
"country": "840"
},
"bin": "400000",
"last4": "0002",
"nameFI": "Bank TabaPay"
}
}