cURL
curl --request GET \ --url https://payout-api.cashfree.com/payout/v1.1/getTransferStatus \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
200
Case1
{ "status": "SUCCESS", "subCode": "200", "message": "Details of transfer with referenceId 200223467", "data": { "transfer": { "transferId": "sample01139", "bankAccount": "000810139000385", "ifsc": "YESB0MAN001", "beneId": "test_bene", "amount": "1.2", "status": "SUCCESS", "utr": "N351200478962883", "addedOn": "2020-12-16T09:17:41.000Z", "processedOn": "2020-12-16T09:17:42.000Z", "transferMode": "BANK", "acknowledged": 1 } }}
Use these details to get details of a particular transfer. You can pass referenceId or transferId to fetch the details.
Bearer auth token
application/json
Reference ID of the transaction. (Either referenceId or transferId is mandatory)
Transfer ID of the transaction.
"SUCCESS"
"200"
"Details of transfer with referenceId 200223467"
Show child attributes
"sample01139"
"000810139000385"
"YESB0MAN001"
"test_bene"
"1.2"
"N351200478962883"
"2020-12-16T09:17:41.000Z"
"2020-12-16T09:17:42.000Z"
"BANK"
1
"BENEFICIARY_BANK_OFFLINE"