Base URLs
| Environment | Base URL |
|---|---|
| Staging | https://staging-api.getpartna.com/v4 |
| Production | https://api.getpartna.com/v4 |
- Staging:
https://staging-api.getpartna.com/v4/rate - Production:
https://api.getpartna.com/v4/rate
Staging environment
The staging environment mirrors production behavior but uses test data. Key differences:- No real money moves. Transactions are simulated.
- Mock endpoints available. Use Mock Deposit and Mock Fiat Deposit to simulate incoming payments and test your webhook handling.
- Separate credentials. Your staging
x-api-keyandx-api-userare different from production. They are provided during onboarding.
Production environment
The production environment processes real transactions with real funds. Switch to production by changing the base URL and credentials. No other code changes are required.Dashboard
Manage your merchant settings, view transactions, and configure webhooks:| Environment | Dashboard |
|---|---|
| Staging | staging-dashboard.getpartna.com |
| Production | dashboard.getpartna.com |