POST
/
payout
/
v1
/
connected-wallet
/
debit
{
"status": "SUCCESS",
"subCode": "200",
"message": "Debit successful",
"data": {
"referenceId": 4379710,
"message": "Amount deducted from the merchant balance"
}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request payload to debit a connected wallet

The body is of type object.

Response

200
application/json

Debit successful

The response is of type object.