POST
/
payouts
curl --request POST \
  --url https://public-api.kiwify.com/v1/payouts/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-kiwify-account-id: <api-key>' \
  --data '{
  "amount": 5000
}'
{
  "id": "8606aae0-e036-4e55-998a-e0a8de7bf54f"
}

Authorizations

x-kiwify-account-id
string
header
required
Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
amount
number
Example:

5000

Response

200
application/json
Request Payout
id
string
Example:

"8606aae0-e036-4e55-998a-e0a8de7bf54f"