POST
/
payout
/
v1.2
/
requestBatchTransfer
This API will be retired soon. Please plan to migrate to the latest version, Transfers V2.

Please use this Authorization token in headers to call any payout API (Refresh this page if the token is expired)

Get Batch Transfer Status Use the Get Batch Transfer Status V1.2 API to get the status of the batch transfer request. The Get Transfer Status V1.2 API does not give you the status of the batch transfer requests. Read the batch transfer document to understand the flow of the API.

Headers

Authorization
string
required

Bearer auth token

Content-Type
string
required

application/json

Body

application/json
batch
string[]
required

An array of transfer objects

batchFormat
string
required

Format of the batch transfers, valid values are, BENEFICIARY_ID, BANK_ACCOUNT, UPI, PAYTM, AMAZONPAY. Details are available below.

batchTransferId
string
required

Unique Id of the Batch Transfer, alphanumeric and underscore allowed (60 character limit)

deleteBene
boolean

Flag to delete and read new beneficiaries if a beneficiary with the same Beneficiary Id is available. When the batch transfer format is BANK_ACCOUNT

paymentInstrumentId
string

Specify the payment instrument from where you want the amount to be debited.

Response

200 - application/json

The response is of type any.