> ## Documentation Index
> Fetch the complete documentation index at: https://cashfreepayments-d00050e9-theme-update.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Batch Transfer Status V1.2

> Use this API to get the status of the Batch Transfer.

<Warning> This API will be retired soon. Please plan to migrate to the latest version, [Transfers V2](/api-reference/payouts/v2/transfers-v2/get-transfer-status-v2). </Warning>

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

<iframe src="https://www.cashfree.com/devstudio/preview/payouts/embed/bearerToken" width="600" />

<Accordion title="Click to view the response codes.">
  | Sub Code | Status  | Message                                 | Next Action                         |
  | :------- | :------ | :-------------------------------------- | :---------------------------------- |
  | 200      | SUCCESS | Data retrieved successfully             | -                                   |
  | 201      | PENDING | Entries are not processed yet           | -                                   |
  | 403      | ERROR   | Token is not valid                      | Verify the generated token.         |
  | 403      | ERROR   | IP not whitelisted                      | Whitelist the IP address.           |
  | 404      | ERROR   | Bulk Transfer Id does not exist         | Enter a valid batch transfer ID.    |
  | 412      | ERROR   | Token missing in the request            | Enter a valid token in the request. |
  | 520      | ERROR   | Error while fetching data               |                                     |
  | 520      | ERROR   | Unknown error occurred at batchTransfer |                                     |
</Accordion>
