API Playground

Test our API endpoints interactively. Try different requests and see real responses.

Create Transaction

POST /api/transactions/create

Create a new payment transaction

Get Transaction

GET /api/transactions/:id

Retrieve transaction details by ID (replace :id with actual transaction ID)

List Transactions

GET /api/transactions/project/:projectId

List all transactions for your project (replace :projectId with your project ID)

Get Transaction Statistics

GET /api/transactions/stats

Get 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