Skip to main content
Partna provides separate staging and production environments. Build and test in staging before deploying to production.

Base URLs

EnvironmentBase URL
Staginghttps://staging-api.getpartna.com/v4
Productionhttps://api.getpartna.com/v4
All endpoint paths in this documentation are relative to these base URLs. For example, the Get Rate endpoint is:
  • 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-key and x-api-user are different from production. They are provided during onboarding.
Use staging to validate your integration end-to-end before switching to production credentials.

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:
EnvironmentDashboard
Stagingstaging-dashboard.getpartna.com
Productiondashboard.getpartna.com