Skip to main content
GET
Get Batch Transfer Status V2
To check the status of batch transfers, use the Get Batch Transfer Status API. Do not use the Get Transfer Status API; it applies only to individual transfers and may not provide accurate results for batch transactions.

4XX errors

Authorizations

x-client-id
string
header
required

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

x-client-secret
string
header
required

Client secret key. You can find your secret key in the [Merchant Dashboard]((https://merchant.cashfree.com/payouts/developers/api-keys).

Headers

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

It is the API version to be used.

x-request-id
string

Request ID for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to Cashfree.

x-cf-signature
string

Signature to be sent if IP is not whitelisted.

Query Parameters

cf_batch_transfer_id
string

It is the unique ID created by Cashfree Payments. You receive it in the response of the initiated batch transfer request. (Either cf_batch_transfer_id or batch_transfer_id is mandatory)

batch_transfer_id
string

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

transfer_id
string

It is the unique ID you created to identify a transfer in the batch transfer request.

Response

OK

Batch Transfer Status V2 Response

batch_transfer_id
string

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

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 batch transfer.

transfers
Standard Transfer V2 Response · object[]