v1
latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KBQuery Card
Returns the attributes for the requested Payment Card.
Request to enable <Glossary>ANI</Glossary> or <Glossary>AVS</Glossary> at TabaPay Support or help@tabapay.com
Path parameters
22-character <glossary:ClientID>. Ask TabaPay Support if you need to specify a <glossary:SubClientID>.
Query parameters
Use to send the card number and expiration date to network's Account Updater, and apply any card changes.
Use if you would like to perform <glossary:AVS>
If using in tandem with Fees query string, append ?AVS+Fees or ?Fees+AVS to your URL.
Request to enable <Glossary>AVS</Glossary> at TabaPay Support or help@tabapay.com
Use if you would like to perform <glossary:ANI>
If using in tandem with AVS query string, append ?ANI+AVS or ?AVS+ANI to your URL.
Request to enable <Glossary>ANI</Glossary> at TabaPay Support or help@tabapay.com
Use to check fees.
If using in tandem with AVS query string, append ?Fees+AVS or ?AVS+Fees to your URL.
Request body
Example request
{
"account": {
"accountID": "22CharacterTabaPayID12"
},
"card": {
"expirationDate": "202906",
"mobilePay": {
"eciIndicator": "5",
"network": "Visa",
"type": "Debit"
}
},
"owner": {
"address": {
"country": "840"
}
}
}Response
The Payment Card's Attributes are returned.
Example response
{
"card": {
"bin": "411111",
"last4": "1111",
"pull": {
"network": "Visa",
"type": "Debit",
"regulated": true,
"currency": "840",
"country": "840"
},
"push": {
"network": "Visa",
"type": "Debit",
"regulated": true,
"currency": "840",
"availability": "Immediate"
}
},
"AU": {
"card": {
"accountNumber": "4111111111111111",
"expirationDate": "202612",
"newBIN": "400000",
"newLast4": "0000",
"newExpirationDate": "202707"
}
},
"AVS": {
"avsID": "D1Xdr2dGHjGnJ0b07vcXEB",
"networkRC": "85",
"networkID": "422330486047511",
"resultText": "NOT DECLINED",
"codeAVS": "Y",
"codeSecurityCode": "M",
"par": "V0010013022073812195104908149",
"ANI": {
"codeMatch": "M",
"codeFullName": "M",
"codeFirstName": "M",
"codeMiddleName": "M",
"codeLastName": "M"
}
}
}