Initiate Recurring 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 recurring fund request for a linked user.

Body Params
Headers

Request

1234567891011121314151617181920
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": "nlEhET3XhI9A",
  "type": "recurring",
  "description": "Weekly savings top-up",
  "amount": 67877,
  "currency": "NGN",
  "schedule": {
    "period": "day",
    "interval": 11,
    "start_date": "2025-07-27T14:13:08.014Z",
    "end_date": "2025-08-25T14:13:08.014Z"
  }
}
'

Response

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

Did this page help you?