Sweep wallet balances
Move money from multiple digital wallets to your business balance.
Use this endpoint to transfer money from multiple digital wallets to your business balance
URI
POST
Parameters
Header
Authorization
string
set value to Bearer SECRET_KEY
Body Param
business_id
string
required
Merchant Business ID
customers
array
required
This is an array of objects containing the list of customers, their wallet reference and the amount to be withdrawn. e.g:
"customers": [
{
"wallet_ref": "wal_jh6ckcNW...",
"amount": 250
}
]
description
number
required
Specify the purpose of the withdrawal
Sample request
Duplo Response
Last updated