API Playground
Test our API endpoints interactively. Try different requests and see real responses.
Create Transaction
POST
/api/transactions/createCreate a new payment transaction
Get Transaction
GET
/api/transactions/:idRetrieve transaction details by ID (replace :id with actual transaction ID)
List Transactions
GET
/api/transactions/project/:projectIdList all transactions for your project (replace :projectId with your project ID)
Get Transaction Statistics
GET
/api/transactions/statsGet aggregated statistics for your project
Testing Tips
- Set your API key in the sidebar - it will be used for all requests
- Use the Sandbox environment for testing without real transactions
- Get your API keys from the dashboard
- All API requests must be made over HTTPS
- Check out the authentication guide for more details
