VerifyCard by card number

Validates the card with Zero Auth and returns the card information from the BIN query.

EnvironmentMethodEndpoint
Sandboxhttps://apisandbox.braspag.com.br/v2/verifycard
Productionhttps://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


ℹ️

For the Rede2 provider, the response will return the BrandTransactionId, which is the identifier of recurring transactions with the flags at the Rede acquirer.

Language
Click Try It! to start a request and see the response here!