Skip to main content
Cresora Commerce
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)

PANResult
4111111111111111Approval
4000000000000002Soft decline — NSF (insufficient funds)
4000000000000069Hard decline
4000000000000127AVS mismatch (address check fails)
4000000000000101CVV 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

RoutingResult
021000021Approval
999999999R01 — Insufficient funds return
111111118R10 — 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.