Send Money

POST
https://api.tryduplo.com/v1/wallets/fund-bank
Parameter
Field
Type
Description
recipient_
bank_code
String
Bank code of the recipent account
customers
String
Recipient account number
amount
String
Amount to send
200 OK
{
   "data": {},
   "errors": {},
   "message": "Request successful"
}
400 Bad Request
{
   "data": {},
   "errors": {
       "business id": "business id is required"
   },
   "message": "Invalid requests"
}
Need Support?

Helpful resources while you’re building or for that tricky problem you might be having.

Go to Help Center
Did this page help you?
Yes
No