post https://app.staging.rohealth.ng/api/external/wallet/fund
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
}
- Then, copy the flutterwave link in the response body
- Open the link on a browser
- Enter valid card details
- Make payment
- 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