Fund Wallet

This page will help you get started with Fund Wallet.

POST request
Staging url- https://app.staging.rohealth.ng/api/external/wallet/fund
Production url: https://app.rohealth.ng/api/external/wallet/fund

https://app.staging.rohealth.ng/api/external/wallet/fund

N.B: Pass the company API KEYS in the headers

Below is the request body

{
    "amount": 0.00
}

Below is the sample request body

{
    "amount": 5000.00
}

Below is the sample response body

{
    "status": {
        "code": 100,
        "desc": "Success"
    },
    "entity": {
        "link": "https://ravemodal-dev.herokuapp.com/v3/hosted/pay/d4798b6e540c3ad2f47f",
        "transaction_ref": "RHm20BlW8fEfPFRL8jbJrxFyciTRXF"
    },
    "meta": null
}
  1. Then, copy the flutterwave link in the response body
  2. Open the link on a browser
  3. Enter valid card details
  4. Make payment
  5. After success message is displayed, check sponsor dashboard to confirm.

N.B: API keys of selected company should be passed as authorisation or in the header before running request.

Copy the transaction ref and pass it in the request url for the Transaction Status API to get the status

Language
Click Try It! to start a request and see the response here!