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.
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"
}
]
}
}It is the unique ID created for the batch transfer.
200
"SUCCESS"
"200"
"Data retrieved successfully"
Show child attributes
2
1582
Show child attributes
"999999999918875"
"PTM_00121241112"
1523969542
"9999999999"
"PYTM0000001"
"12.00"
""
"SUCCESS"
"W1532082925"
"2018-07-20T00:00:00.000Z"
"2018-07-20T00:00:00.000Z"
Was this page helpful?