Get seller account
Retrieve the authenticated user’s seller account record.
Use this endpoint to load seller onboarding/account state before rendering seller tools.
What is returned:
- Stripe-connected seller account information for the authenticated seller.
- Current seller status and account-level fields required by seller-facing dashboards.
Access rules:
- Requires seller authentication.
- Returns
404if no seller account exists for the caller.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Seller account
Stripe account information for a seller, sourced from the Stripe API
Unique identifier for the seller account
Seller's contact email address
Two-letter ISO country code of the seller
2Default currency code used by the seller (ISO 4217)
Indicates if the seller has completed onboarding
Whether the seller is able to accept charges
Whether the seller is able to receive payouts
Details on account verification and compliance requirements
Business profile information provided by the seller
Seller-specific settings and preferences