cURL
curl --request POST \ --url https://payout-api.cashfree.com/payout/v1/selfWithdrawal \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data '{ "withdrawalId": "<string>", "amount": 123, "remarks": "<string>" }'
"{\n \"status\": \"SUCCESS\",\n \"message\": \"Request submitted successfully. Withdrawal Id : W55\",\n \"statusCode\": \"200\"\n}"
Use this API to request a self withdrawal at Cashfree. Self withdrawal is allowed a maximum of 3 times a day. The API response will either result in an ERROR or SUCCESS response. The status of the withdrawal request is available on the dashboard.
Bearer auth token
application/json
200
The response is of type object.
object