API Reference

Environments in Paystrator

Paystrator provides two environments for your integrations:

  • Sandbox environment
  • Live environment

Please refer to table below for the detailed information.

Access via Dashboard

https://client.paystrator.com/

Access via API

You can only test this via Postman or similar apps; you can't access this using browser.

Environment

Sandbox Environment

Live Environment

Purpose

Test your integration with Paystrator and confirm your API implementation works as expected. Also used to validate your connection with the provider’s sandbox.

Process production transactions using real credentials from your payment providers.

URL

https://sandbox.paystrator.com

https://api.paystrator.com

Use Case Example

  • Running end-to-end tests in Paystrator before go-live.
  • Using provider’s sandbox API key pair for UAT with their sandbox.
  • Day-to-day operations using your production API key pair.
  • Connecting with providers’ production systems.

Common Provider's Deliverables

User Acceptance Test document

Production Run Test document


💡

Notes Both environments are isolated — data and configurations do not cross between Sandbox and Production.


▶️ What's Next!

You're now ready to learn how the testing environment works, configure your IP whitelist, and set up webhooks so you can start making API calls!

👉 Explore the Sandbox Environment →