Back to All

Query Tag against Visa+ Accounts

Hello!

When doing a Query Tag

{
    "network": "Visa",
    "tagName": "+fooBar.paypal"
}

TabaPay Response:

{  
    "SC": 200,  
    "EC": "0",  
    "codeConfirmResult": "A",  
    "name": {  
        "first": "foo",  
        "last": "bar"  
    }  
}

According to the docs have the following codeConfirmResults:

  • M = Match
  • N = No Match
  • A = Match was not performed

So my question is how was there no match when a first/last name was provided in the result?