Get Transaction Status
Endpoint
GET {{}}/v1/accounts/transactions/<transaction_id>/status
Description
This endpoint is used to get a single organisation's transaction status.
URL Parameters
transaction-id (string): The transaction ID of the transaction request you want to retrieve.
Response
On success, the API will return a JSON object containing the status of a single transaction.
{
"status": true,
"message": "Transaction status",
"data": "PENDING",
"code": 200
}
Last updated