Payout APIs
- Overview
- Getting Started
- Account
- Authentication
V2
- Overview
- Transfers V2
- Beneficiary V2
- Webhooks Version V2
- Response Codes
V1
- Overview
- Batch Transfer V1.3
- Beneficiary
- Incidents
- Transfers
- Transfers V1.2
- Webhook Version V1
One Escrow
Get Batch Transfer Status - WIP
Use this API to get the status of the Batch Transfer.
GET
/
payout
/
v1
/
getBatchTransferStatus-wip
curl --request GET \
--url https://payout-api.cashfree.com/payout/v1/getBatchTransferStatus-wip \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'
"{\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}"
Query Parameters
It is the unique ID created for the batch transfer.
Response
200
application/json
200
Example:
"SUCCESS"
Example:
"200"
Example:
"Data retrieved successfully"
Example:
2
Example:
1582
Example:
"9999999999_18875"
Example:
"PTM_00121241112"
Example:
1523969542
Example:
"9999999999"
Example:
"PYTM0000001"
Example:
"12.00"
Example:
""
Example:
"SUCCESS"
Example:
"W1532082925"
Example:
"2018-07-20"
Example:
"2018-07-20"
Was this page helpful?
curl --request GET \
--url https://payout-api.cashfree.com/payout/v1/getBatchTransferStatus-wip \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'
"{\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}"