Simulate an authorization
To simulate an authorization scenario in Zero Auth in the sandbox environment:
- Use a card number that starts with the digit
5and ends with0, regardless of the card brand; - If the tokenization service is enabled, the card must also be valid in the Luhn algorithm (mod10).
Examples of cards to simulate an authorization in Zero Auth:
| Card Number | Return Code | Return Message |
|---|---|---|
| 5502095822650000 | 00 | Transaction authorized |
| 5315281703921200 | 00 | Transaction authorized |
Cards applicable to any brand accepted in Zero Auth: Visa, Master and Elo.
Simulate a denied authorization
To simulate denied authorization scenarios in Zero Auth, use the cards below. Each returns a specific code:
| Card Number | Card Brand | Return Code | Return Message |
|---|---|---|---|
| 1230069300407910 | Visa | 39 | Authorization denied |
| 1230069300407944 | Visa | R2 | Authorization denied |
| 5270011231668402 | Master | 82 | Authorization denied |
| 6540540000003836 | Elo | 36 | Authorization denied |