cURL
curl --request POST \ --url https://payout-api.cashfree.com/payout/v1/bulkValidation/bankDetails \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data '{ "bulkValidationId": "A45", "entries": [ { "name": "John Doe", "bankAccount": 11020001770, "ifsc": "HDFC0000001", "phone": 9999912345 } ] }'
{ "status": "SUCCESSS", "subCode": 200, "message": "Bulk Validation requested successfully.", "data": { "bulkValidationId": "testid1" } }
Use this API to request bank validations in bulk. It is an asynchronous process.
Bearer Auth Token
application/json
Accepted
The response is of type object.
object
Was this page helpful?