VerifyCard in sandbox
Zero Auth programmed responses
It is possible to test the VerifyCard (Zero Auth) returns in a sandbox environment using the "Simulado" provider. For this, you can use the test cards in the table below to simulate the scenarios of authorized, unauthorized and operation failure.
Card number | Status | Returns | Message |
|---|---|---|---|
4929751832037988 | 0 | 70 | Not authorized |
4485845528427499 | 99 | BP900 | Operation failure |
4556839012717881 | 1 | 4 | Authorized |
Programmed Responses BIN Query
In the simulation of the BIN Query in a sandbox environment, each of the first six digits will return a simulated result. It is possible to set up a test card numbering and observe the expected return according to different scenarios.
Digit | Meaning | Returns |
|---|---|---|
1st digit | Brand. | If it's '3', it returns "AMEX" |
2nd digit | Card type. | If it's '3', it returns "Debit" |
3rd digit | Card nationality. | If '1' returns "true" (domestic card) |
4th digit | Whether the card is corporate or not. | If it's '1', it returns "true" (it's a corporate card) |
5th digit | Analysis return. | If it is '2' it returns "01 - Flag not supported" |
6th digit | Issuer bank. | If it's '1', it returns "104" and "Cashier" |
Updated 2 months ago