Skip to main content

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.

EnvironmentBase URLUse when
Sandboxhttps://api-test.plasbit.comBuilding and testing integrations
Productionhttps://api.plasbit.comLive 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.