Environments
PlasBit provides separate API hosts for testing and live traffic. Sandbox and production are isolated — data, keys, and payments do not cross between them.
| Environment | Base URL | Use when |
|---|---|---|
| Sandbox | https://api-test.plasbit.com | Building and testing integrations |
| Production | https://api.plasbit.com | Live customer payments |
Sandbox
Use sandbox while you build and verify your integration. Get your API key from the PlasBit Merchant account.
Production
When you are ready for live payments, use the production base URL and production API key. Confirm redirect and callback URLs are reachable over HTTPS.
warning
Sandbox and production are separate environments. Always use the matching base URL and API key for the environment you intend.