Payout
Payout Status
The Wallet Transaction Status API retrieves the status of a specific wallet transaction by `transaction_id` or `order_id`. This endpoint returns real-time transaction information, including status, amount, currency, and customer details.
API Endpoint
Live APIProduction environment
GET
https://api.thepayment.company/api/v1/live/payout/{id}/statusTest APISandbox environment
GET
https://api.thepayment.company/api/v1/test/payout/{id}/statusExamples:
- https://api.thepayment.company/api/v1/live/payout/TPC01862809/status (lookup with
transaction_id) - https://api.thepayment.company/api/v1/live/payout/order67890/status (lookup with
order_id)
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | String | Yes | The transaction_id or order_id used to identify the transaction. |
Headers
| Header Name | Description |
|---|---|
Content-Type | Defines the content type. Always use application/json. |
Authorization | Bearer token used for authentication. Pass your Secret Key here. |