POST
/
transfers
/
batch
{
  "batch_transfer_id": "test_batch_transfer_id",
  "cf_batch_transfer_id": "123456",
  "status": "RECEIVED"
}

5XX error
When you get a 5XX response, do not initiate another transaction.
Check the status of the batch transfer using Get Batch Transfer Status V2 and then proceed further.

Get Transfer Status
Use the Get Batch Transfer Status V2 API to get the status of the batch transfer request. The Get Transfer Status V2 API does not give you the status of the batch transfer requests.

Authorizations

x-client-id
string
headerrequired

Client ID. You can find your app id in the Merchant Dashboard.

x-client-secret
string
headerrequired

Client secret key. You can find your secret in the Merchant Dashboard.

Headers

x-api-version
string
default: 2024-01-01required

It is the API version to be used. The accepted format is YYYY-MM-DD.

x-request-id
string

It is the request ID for the API call. This ID can be used to resolve tech realted issues. Communicate this in your tech related queries to Cashfree Payments.

Body

application/json

Batch Transfer V2

batch_transfer_id
string
required

It is the unique ID you create to identify the batch transfer request. The maximum character limit is 60. Alphanumeric and underscore ( _ ) characters are allowed.

Maximum length: 60
transfers
object[]

Response

200 - application/json

Batch Transfer V2 Response

batch_transfer_id
string

It displays the unique ID you created to identify the batch transfer request.

cf_batch_transfer_id
string

It displays the unique ID created by Cashfree Payments. You receive this ID in the response after initiating the batch transfer request.

status
string

It displays the status of the API request.