API Payment ServiceGetting Started
Endpoint
Endpoint βοΈ
π§± Base URL
All requests are made through the following base URLs:
| Environment | Base URL |
|---|---|
Sandbox | |
Production |
π‘ Use the Sandbox environment for testing purposes before switching to Production.
π Authorization
Every request to the Payment API must include an API Key for authentication.
You can find your API Key in the Merchant Dashboard after registration.
Example Header:
β οΈ Never expose your API key in client-side code or public repositories.
βοΈ Core Endpoints
Here are the main endpoints to get you started:
| Endpoint | Method | Description |
|---|---|---|
/methods | GET | Retrieve payment methods and Banks Code |
/create | POST | Create a new payment transaction |
/status/{id} | GET | Retrieve payment status by transaction ID |
/callback | POST | Receive payment notifications from the gateway |
/cancel | POST | Cancel a VA payment |
π Create Your First Transaction
Hereβs an example of how to create a new transaction:
β Testing Your Integration
You can test your setup using sandbox mode. Payments in sandbox mode are simulated β no real charges occur.
More Information
Need Help?
For questions about integration or the API, hit the live chat. Our team's on standby.

