HomeAboutDevelopersTest AccountModulesPartnersContactSign Up
Developer Sandbox

Test account

Get a free sandbox account to test your integration before going live. No real charges, no risk.

Getting a test account

1
Request a Test Account

Contact us at support@quantumgateway.com or call 800-929-1848 to request a sandbox account.

2
Receive Your Credentials

You'll get a test gwlogin and RestrictKey for sandbox testing.

3
Start Testing

Use the test card numbers below to simulate various transaction scenarios.

4
Go Live

Switch to your live credentials and you're processing real transactions!

Test card numbers

Card Brand Card Number Expiry CVV Expected Result
Visa 4111111111111111 Any future date 999 APPROVED
Mastercard 5500000000000004 Any future date 998 APPROVED
Amex 340000000000009 Any future date 9997 APPROVED
Discover 6011000000000004 Any future date 996 APPROVED
Visa (Decline) 4111111111111129 Any future date Any 3 digits DECLINED

Test scenarios

Approved Transaction

Use any approved test card with any valid amount to get an APPROVED response.

Declined Transaction

Use the decline test card or specific amounts configured in your test account settings.

AVS Mismatch

Send a billing zip code that doesn't match to test AVS rejection scenarios.

Auth + Capture

Run an AUTH, save the transaction ID, then CAPTURE it to test the two-step flow.

Vault Tokenize + Charge

STORE a card, save the vault token, then run a SALE with the vault_id.

Void + Refund

Run a SALE, then VOID it (pre-settlement) or RETURN it (post-settlement).

Testing Tips
  • • Test accounts use the same API endpoints as production — only the credentials differ
  • • No real charges are processed in sandbox mode
  • • Test all transaction types (SALE, AUTH, CAPTURE, VOID, RETURN) before going live
  • • Verify your response parsing handles both APPROVED and DECLINED cases
  • • Test error handling for network timeouts and malformed responses