Skip to main content
POST
/
payouts
Initiate a payout
curl --request POST \
  --url https://api.example.com/payouts \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Body

application/json

Initiate payout params

The body is of type object.

Response

Payout initiated response

The response is of type object.