cURL
curl --request GET \ --url https://payout-api.cashfree.com/payout/v1.3/getBatchTransferStatus \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
{ "status": "SUCCESS", "subCode": "200", "message": "Data retrieved successfully", "data": { "rowCount": 2, "referenceId": 1582, "transfers": [ { "beneId": "999999999918875", "transferId": "PTM_00121241112", "referenceId": 1523969542, "bankAccount": "9999999999", "ifsc": "PYTM0000001", "amount": "12.00", "remarks": "", "status": "SUCCESS", "utr": "W1532082925", "addedOn": "2018-07-20T00:00:00.000Z", "processedOn": "2018-07-20T00:00:00.000Z" } ] } }
Use this API to get the status of the Batch Transfer.
Bearer auth token
application/json
It is the unique ID created for the batch transfer.
200
The response is of type object.
object
Was this page helpful?