POST
/
payout
/
v1
/
selfWithdrawal
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}"

Please use this Authorization token in headers to call any payout API (Refresh this page if the token is expired)

Headers

Authorization
string
required

Bearer auth token

Content-Type
string
required

application/json

Body

application/json

Response

200
application/json

200

The response is of type object.