Skip to main content
Version: v2

Get a transaction by order ID

GET 

/api/v2/transactions/:order_id

Retrieves detailed information about a specific transaction.

Rate Limit: 100 requests per 60 seconds

Access Control:

  • Only transactions belonging to your organization can be accessed
  • Attempting to access another organization's transaction returns 403 Forbidden

Use Cases:

  • Check payment status after customer completes checkout
  • Verify transaction details for reconciliation
  • Get customer and product information

Request

Responses

Full transaction details including products, customer info, and payment status.