Initiate One Time Fund Request

Last updated August 13th, 2025

post api.withmono.com/owo/v1/fund-requests
v1.0

This resource initiates a WhatsApp authorization flow to create a one-time fund request for a linked user.

Body Params
Headers

Request

12345678910111213
curl --request POST \
     --url https://api.withmono.com/owo/v1/fund-requests \
     --header 'accept: application/json' \
     --header 'mono-sec-key: string' \
     --header 'Content-Type: application/json' \
     --data '{
    "phone": "2349136923755",
    "reference": "ghcxtrrgxcji",
    "description": "Single Fund Request",
    "amount": 20000,
    "currency": "NGN",
    "type": "onetime"
}'

Response

Choose an option from the drop down or click one of these buttons to see an example:

Did this page help you?