GET
/
payout
/
v1.1
/
getTransferStatus
Get Transfer Status
curl --request GET \
  --url https://payout-api.cashfree.com/payout/v1.1/getTransferStatus \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>'
"\t// Case 1: Transfer ID/Reference ID exists and the transfer is successful.\n\t\n{\n   \"status\": \"SUCCESS\",\n   \"subCode\": \"200\",\n   \"message\": \"Details of transfer with referenceId 200223467\",\n   \"data\": \n   {\n       \"transfer\": \n       {\n           \"transferId\": \"sample01139\",\n           \"bankAccount\": \"000810139000385\",\n           \"ifsc\": \"YESB0MAN001\",\n           \"beneId\": \"test_bene\",\n           \"amount\": \"1.2\",\n           \"status\": \"SUCCESS\",\n           \"utr\": \"N351200478962883\",\n           \"addedOn\": \"2020-12-16 09:17:41\",\n           \"processedOn\": \"2020-12-16 09:17:42\",\n           \"transferMode\": \"BANK\",\n           \"acknowledged\": 1\n       }\n   }\n}\n\n\n\n\n// Case 2: Transfer ID/Reference ID exists but the transfer is not successful\n{\n   \"status\": \"SUCCESS\",\n   \"subCode\": \"200\",\n   \"message\": \"Details of transfer with referenceId 195460327\",\n   \"data\": \n   {\n       \"transfer\": \n       {\n           \"transferId\": \"1025fca380442d98\",\n           \"bankAccount\": \"20274048860\",\n           \"ifsc\": \"SBIN0002207\",\n           \"beneId\": \"TEST1234\",\n           \"amount\": \"1.1\",\n           \"status\": \"FAILED\",\n           \"addedOn\": \"2020-12-04 18:52:12\",\n           \"processedOn\": \"2020-12-04 19:07:13\",\n           \"reason\": \"BENEFICIARY_BANK_OFFLINE\",\n           \"transferMode\": \"BANK\",\n            \"acknowledged\": 0\n       }\n   }\n}"
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)

Headers

Authorization
string
required

Bearer auth token

Content-Type
string
required

application/json

Query Parameters

referenceId
string

Reference ID of the transaction. (Either referenceId or transferId is mandatory)

transferId
string

Transfer ID of the transaction.

Response

200
application/json

200

The response is of type any.