Affiliates
Request Affiliate Withdrawal
Requests a payout of available affiliate commission balance (minimum $25 / 2,500 cents). Payouts are reviewed and marked paid manually by an admin out-of-band (bank transfer, PayPal, etc) — Dodo Payments only exposes a read-only settlements API, not an outbound transfer API, so this cannot be automated end-to-end yet. Session-authenticated only.
veriworkly-auth.session_token<token>
Internal session cookie for local development.
In: cookie
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/affiliates/withdrawals" \ -H "Content-Type: application/json" \ -d '{ "amountCents": 5000 }'{ "success": true, "message": "string", "data": {}}