Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl 'http://localhost:9000/vendor/payouts/pout_01HXYZ' \ -H 'Authorization: Bearer <token>' \ -H 'x-seller-id: <seller_id>'
{ "payout": { "id": "pout_01HXYZ", "display_id": 42, "amount": 1250, "currency_code": "usd", "status": "paid", "created_at": "2026-01-15T10:00:00.000Z" } }
Retrieve one of the seller’s payouts by ID.
Show properties
pending
processing
paid
failed
canceled