Testing & Sandbox
Testing & Sandbox
Test cards, ACH return simulations, 3DS2 triggers, and certification scenarios.
The Cresora sandbox is a full-fidelity replica of production. Every API, webhook, and portal feature is available in the sandbox with no real money movement.
Test cards (PANs)
| PAN | Result |
|---|---|
4111111111111111 | Approval |
4000000000000002 | Soft decline — NSF (insufficient funds) |
4000000000000069 | Hard decline |
4000000000000127 | AVS mismatch (address check fails) |
4000000000000101 | CVV mismatch |
Use any future expiry date and any 3-digit CVV.
⚠Warning
These are the authoritative Cresora test PANs. Do not use PANs from other gateways — they will not produce the expected results.
ACH test routing numbers
| Routing | Result |
|---|---|
021000021 | Approval |
999999999 | R01 — Insufficient funds return |
111111118 | R10 — Customer advises not authorized |
3DS2 simulation
Trigger 3DS2 challenge flows in the sandbox by setting three_d_secure.simulate in your payment request:
{
"three_d_secure": {
"simulate": "challenge_required"
}
}Values: frictionless_success, challenge_required, challenge_failed, not_enrolled.
Certification scenarios
See Certification scenarios → for the complete list of test cases required before going live.