v1
latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KBTag
Query Tag
Returns whether the last 4 of a phone number match what is on record. May also return the owner's name.
post/v2/clients/{ClientID}/tags
Path parameters
ClientIDstring required
22-character <glossary:ClientID>. Ask TabaPay Support if you need to specify a <glossary:SubClientID>.
Request body
Example request
{
"network": "Visa",
"tagName": "+sammy.wallet",
"phoneLast4": "4343"
}Response
Returns whether the last 4 of a phone number match what is on record. May also return the owner's name.
Example response
{
"codeConfirmResult": "M",
"name": {
"first": "Sam",
"middle": "Wise",
"last": "Gamkee"
}
}