get https://app.staging.rohealth.ng/api/external/wallet/fundstatus/
This page will help you get started with Get Transaction Status.
GET request
Staging url - https://app.staging.rohealth.ng/api/external/wallet/fundstatus/{transaction_ref}
Production url - https://app.rohealth.ng/api/external/wallet/fundstatus/{transaction_ref}
Sample request url - https://app.staging.rohealth.ng/api/external/wallet/fundstatus/RHm20BlW8fEfPFRL8jbJrxFyciTRXF
where; transaction ref = RHm20BlW8fEfPFRL8jbJrxFyciTRXF
No request body
Below is a sample response body for initiated transaction
{
"status": {
"code": 100,
"desc": "Success"
},
"entity": {
"transaction_ref": "RH07GKBDFEVRapLlPs2uRJ1qipTRXF",
"amount": "5000",
"status": "initiated"
},
"meta": null
}
Below is a sample response body for successful transaction
{
"status": {
"code": 100,
"desc": "Success"
},
"entity": {
"transaction_ref": "RH07GKBDFEVRapLlPs2uRJ1qipTRXF",
"amount": "5000",
"status": "success"
},
"meta": null
}
Depending on the actual status