Account
Your account is your seller identity. It owns every listing, order, webhook, and API key in the system. Profile fields — display name, bio, avatar, and social links — live directly on the account. One human maps to one account maps to one brand.
Get your account
Update your account
Send a PUT to /v1/account with the fields you want to change. All fields are optional.
Stripe connection
Selling requires a connected Stripe account. There are two milestones:
- Onboarding started —
stripe_account_idis set once you begin Stripe Connect onboarding. - Charges confirmed —
payment_configis populated once Stripe confirms the account can accept payments.
readiness.operational requires both. Until charges are confirmed, listings can be published but cannot be purchased.
Readiness
The readiness object on your account tells you what actions are needed before you can sell.
kind: human means the action requires a person to complete it in a browser. kind: api means an API call resolves it.
Next steps
- Payments — how Stripe Connect works and how fees are collected.
- Listings — create and publish your first product.
- Readiness system — full reference for readiness objects and action codes.
Copy for AI assistants
Cursor / Claude Code