Get Transaction Status

This page will help you get started with Get Transaction Status.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json