Single Merchant Withdrawal

POST
https://api.tryduplo.com/v1/wallets/merchant-withdrawal
Parameter
Field
Type
Description
customer_wallet_ref
String
customer ref
description
String
description
amount
String
amount to transfer
200 OK
{
   "data": {},
   "errors": {},
   "message": "Request successful"
}
400 Bad Request
{
   "data": {},
   "errors": {
       "business id": "business id is required"
       "wallet_ref": "wallet reference"
   },
   "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