Get Single Transaction
Last updated
Last updated
The /business/transaction/show/:id
endpoint allows businesses to retrieve detailed information about a specific transaction using its unique transaction ID. This endpoint is useful for tracking the status, reviewing details, and auditing individual transactions.
/business/transaction/show/:id
This endpoint retrieves detailed information about a single transaction identified by the :id
parameter. The response includes all relevant details of the transaction, such as the transaction type, status, amount, timestamps, and any additional metadata.
GET /business/transaction/show/:id
:id
(required): The unique identifier of the transaction you want to retrieve.