post https://apisandbox.braspag.com.br/v2/verifycard
Validates the card with Zero Auth and returns the card information from the BIN query.
Environment | Method | Endpoint |
---|---|---|
Sandbox | post | https://apisandbox.braspag.com.br/v2/verifycard |
Production | post | https://api.braspag.com.br/v2/verifycard |
In the request to VerifyCard, you will send the Provider
along with the card data (number or card token).
In the response, the Zero Auth verification will be displayed in the Status
, ProviderReturnCode
, and ProviderReturnMessage
properties. The return of the BIN Query (card characteristics) will be in the properties of the BinData
node.
Zero Auth Status
The result of the card validation will be displayed in the Status field; check the possible values:
“0” - Zero Auth query failed
“1” - Zero Auth query successful
“99” - Query successful, but the card status is inconclusive