Status
With this endpoint you can check your bills payment transaction status.
Get Transaction Status:
Verb
URL
POST
{{baseUlr}}/api/bills/status?reference=48934892
curl --location 'https://api.smarthivesms.com/api/bills/status?reference=48934892' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <API KEY>' \{
"status":"ok",
"description":"The request has succeeded",
"data":{
"transaction_id":"696071665868f6762282c5a6",
"recipient":"09066290713",
"transactionReference":"28912819",
"status":"transaction was successful",
"statusCode":"000"
}
}Last updated