> ## 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

> 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 batch format.">
  | Sub Code | Status  | Message                                |   |
  | :------- | :------ | :------------------------------------- | - |
  | 200      | SUCCESS | Data retrieved successfully            |   |
  | 201      | PENDING | Entries are not processed yet          |   |
  | 403      | ERROR   | Token is not valid                     |   |
  | 403      | ERROR   | IP not whitelisted                     |   |
  | 404      | ERROR   | Bulk Transfer Id does not exist        |   |
  | 412      | ERROR   | Token missing in the request           |   |
  | 520      | ERROR   | Error while fetching data              |   |
  | 520      | ERROR   | Unknown error occured at batchTransfer |   |
</Accordion>
