v1

latestOpenAPI 3.1.02026-07-26290731.0 KB

Bulk Transfer

This endpoint enables a wallet transfer to multiple wallets.

post/generic-wallet/api/v1/transaction/transfer/bulk

Headers

Content-Typestring
Authorizationstring

Request body

txnRefstring required
walletIdTypestring required
walletIdstring required
amountstring required
channelstring required
enctyptedPinstring required
domainstring

Response

200

statusCodestring
responseCodestring
responseMessagestring
{"stackTrail":"paths:/generic-wallet/api/v1/transaction/transfer/bulk:post:responses:200:content:application/json:schema:properties:errors","oasType":"schema","type":"unknown"}
countinteger

Example response

{
  "statusCode": "200",
  "responseCode": "00",
  "responseMessage": "Successful",
  "modelList": [
    {
      "statusCode": "200",
      "responseCode": "00",
      "responseMessage": "Approved or completed successfully",
      "walletId": "2348039609278",
      "walletIdType": "phone"
    }
  ],
  "count": 2
}