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.
Create the seller’s payout account with the configured provider.
curl -X POST 'http://localhost:9000/vendor/payout-accounts' \ -H 'Authorization: Bearer <token>' \ -H 'x-seller-id: <seller_id>' \ -H 'Content-Type: application/json' \ -d '{"context": {"country": "US"}}'
const { payout_account } = await client.vendor.payoutAccounts.mutate({ context: { country: "US" }, })
{ "payout_account": { "id": "pacc_01HXYZ", "status": "pending", "context": { "country": "US" }, "created_at": "2026-01-15T10:00:00.000Z" } }
{ "country": "US" }
Show properties
pending
active
restricted
rejected