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 V1.2
Use this API to get the status of the Batch Transfer.
GET
/
payout
/
v1.2
/
getBatchTransferStatus
curl --request GET \
--url https://payout-api.cashfree.com/payout/v1.2/getBatchTransferStatus \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'
{
"status": "SUCCESS",
"subCode": "200",
"message": "Data retrieved successfully",
"data": {
"rowCount": 2,
"referenceId": 1582,
"paymentInstrumentId": "CASHFREE_1",
"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"
}
]
}
}
Query Parameters
Batch transfer ID to fetch the status
Response
200
application/json
200
Example:
"SUCCESS"
Example:
"200"
Example:
"Data retrieved successfully"
Example:
2
Example:
1582
Example:
"CASHFREE_1"
Example:
"999999999918875"
Example:
"PTM_00121241112"
Example:
1523969542
Example:
"9999999999"
Example:
"PYTM0000001"
Example:
"12.00"
Example:
""
Example:
"SUCCESS"
Example:
"W1532082925"
Example:
"2018-07-20T00:00:00.000Z"
Example:
"2018-07-20T00:00:00.000Z"
Was this page helpful?
curl --request GET \
--url https://payout-api.cashfree.com/payout/v1.2/getBatchTransferStatus \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'
{
"status": "SUCCESS",
"subCode": "200",
"message": "Data retrieved successfully",
"data": {
"rowCount": 2,
"referenceId": 1582,
"paymentInstrumentId": "CASHFREE_1",
"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"
}
]
}
}