Get account

Account status and readiness. Check readiness.operational — if false, readiness.actions lists what’s needed. readiness.next is the highest-priority action.

Authentication

AuthorizationBearer

API key (lb_ prefix). Pass as: Authorization: Bearer lb_...

Response

Successful Response
idstring

Unique account ID (acc_ prefixed).

emailstring
Account email address
planstring

Current plan tier. Values: free (10% fee), pro (0% fee).

fee_ratestring

Transaction fee rate as decimal string. Determined by plan: free=0.10, pro=0.00. Applied as platform fee on each order.

billing_statusstring

Subscription billing status. active = payments current. past_due = payment failed, service continues during grace period. unpaid = grace period expired, listings may be blocked.

notify_ordersboolean
Whether seller receives email alerts for new external orders
readinessobject

Account operational readiness. operational is true when the account can sell. If false, actions lists what’s needed with kind (api/human), resolve details, and next points to the highest-priority action.

created_atdatetime
Time at which the account was created
object"account"

Object type identifier. Always account.

currencystring or null

Account currency (ISO 4217, lowercase). Set automatically from Stripe Connect. Cannot be changed after connection.

events_callback_urlstring or null

Optional account-level webhook URL for future non-order events

Errors

401
Unauthorized Error