v2025-01-01
- Overview
- Orders
- Payments
- Payment Links
- Refunds
- Customers
- Payment Methods
- Offers
- Settlements
- Simulation
- Utilities
Get Batch Transfer Status - WIP
Use this API to get the status of the Batch Transfer.
GET
/
payout
/
v1
/
getBatchTransferStatus-wip
Copy
curl --request GET \
--url https://payout-api.cashfree.com/payout/v1/getBatchTransferStatus-wip \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'
Copy
"{\n \"status\" : \"SUCCESS\",\n \"subCode\": \"200\", \n \"message\": \"Data retrieved successfully\", \n \"data\":\n { \n \"rowCount\" : 2, \n \"referenceId\" : 1582, \n \"transfers\": \n [ { \n \"beneId\":\"9999999999_18875\", \n \"transferId\":\"PTM_00121241112\", \n \"referenceId\":1523969542, \n \"bankAccount\":\"9999999999\", \n \"ifsc\":\"PYTM0000001\", \n \"amount\":\"12.00\", \n \"remarks\":\"\",\n \"status\":\"SUCCESS\", \n \"utr\":\"W1532082925\", \n \"addedOn\":\"2018-07-20\", \n \"processedOn\":\"2018-07-20\"\n },\n {\n \"beneId\":\"9999999999_18875\", \n \"transferId\":\"PTM_00052312126\", \n \"referenceId\":1523969543, \n \"bankAccount\":\"9999999999\",\n \"ifsc\":\"PYTM0000001\", \n \"amount\":\"12.00\", \n \"remarks\":\"\", \n \"status\":\"SUCCESS\", \n \"utr\":\"W1532082926\", \n \"addedOn\":\"2018-07-20\", \n \"processedOn\":\"2018-07-20\"\n }]\n }\n}"
Copy
curl --request GET \
--url https://payout-api.cashfree.com/payout/v1/getBatchTransferStatus-wip \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'
Copy
"{\n \"status\" : \"SUCCESS\",\n \"subCode\": \"200\", \n \"message\": \"Data retrieved successfully\", \n \"data\":\n { \n \"rowCount\" : 2, \n \"referenceId\" : 1582, \n \"transfers\": \n [ { \n \"beneId\":\"9999999999_18875\", \n \"transferId\":\"PTM_00121241112\", \n \"referenceId\":1523969542, \n \"bankAccount\":\"9999999999\", \n \"ifsc\":\"PYTM0000001\", \n \"amount\":\"12.00\", \n \"remarks\":\"\",\n \"status\":\"SUCCESS\", \n \"utr\":\"W1532082925\", \n \"addedOn\":\"2018-07-20\", \n \"processedOn\":\"2018-07-20\"\n },\n {\n \"beneId\":\"9999999999_18875\", \n \"transferId\":\"PTM_00052312126\", \n \"referenceId\":1523969543, \n \"bankAccount\":\"9999999999\",\n \"ifsc\":\"PYTM0000001\", \n \"amount\":\"12.00\", \n \"remarks\":\"\", \n \"status\":\"SUCCESS\", \n \"utr\":\"W1532082926\", \n \"addedOn\":\"2018-07-20\", \n \"processedOn\":\"2018-07-20\"\n }]\n }\n}"
Assistant
Responses are generated using AI and may contain mistakes.