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
amount
number
required

The amount to be debited in decimal value up to 2 precision

paymentInstrumentId
string
required

Identifier for the payment instrument

referenceId
string

Identifier for the debit transaction

remarks
string

Remarks for the debit transaction

Response

200 - application/json
data
object
message
string

A message describing the outcome of the request

status
string

The status of the request

subCode
string

A code identifying the response or error