Transaction Status
Get Transaction Status
POST
Please ensure that a new signature
is generated each time you create a transaction status request
Body
application/json
Data needed for unified transaction status
Client identifier
Sender's entity title
Timestamp of the request
Salt for the request
Signature for the request
Response
200
application/json
Success
Example:
true
Example:
"Transaction data fetched successfully."
Example:
{
"amount": 5,
"fee": 5,
"currency": "USD",
"status": "success",
"payee": "Notification Tester",
"invoice_no": "PAY-738525",
"mobile": "+2547408000000",
"account_number": "1234",
"ref": "03024080611FMOSE",
"balance": 661,
"transaction_detail": "Disbursement made through payment method",
"payment_channel": "Payment channel",
"transaction_date": "2024-08-06 00:00:00",
"created_at": "2024-06-06T11:58:12.000000Z",
"updated_at": "2024-06-06T11:58:27.000000Z",
"callback_url": "https://your-domain.com/niobi/result"
}