Skip to main content

Sandbox vs. Production ๐Ÿ›Ž๏ธ

Direct Payment API

Same API, same endpoints, same JSON โ€” the only things that change are the data and the stakes.

What actually changes between environments?โ€‹

SandboxProduction
PurposeIntegration development and certificationLive processing
Gateway base URLhttps://sandbox-api.paystrax.com๐Ÿงถ https://api.paystrax.com (to confirm with Paystrax)
Card dataTest PANs in requests (see Testing & Sandbox Data)Tokenised card references only
MoneyTest onlyReal funds
API contractSame endpoints and JSON for all environmentsSame endpoints and JSON for all environments

Can you create your own test transactions?โ€‹

Yes. Each POST /payments in the sandbox creates a real request against the sandbox stack โ€” you control the amount, currency, and flow type, with none of the consequences of production.