Update account
Update account profile and settings. Supports display_name, bio, avatar (file token from POST /v1/files), and ga_measurement_id.
Authentication
API key (lb_ prefix). Pass as: Authorization: Bearer lb_...
Request
Avatar image file token from POST /v1/files. Replaces any existing avatar. Shown on product pages next to seller name.
Google Analytics 4 Measurement ID (G-XXXXXXXXXX). Set to null to remove
Response
true if avatar image exists. Upload via POST /v1/files, set via PUT /v1/account.
Current plan tier. Values: free (15% fee), growth (5% fee), scale (3% fee).
Transaction fee rate as decimal string. Determined by plan: free=0.15, growth=0.05, scale=0.03. Applied as platform fee on each order.
Subscription billing status. active = payments current. past_due = payment failed, service continues during grace period. unpaid = grace period expired, listings may be blocked.
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.
Object type identifier. Always account.
Account currency (ISO 4217, lowercase). Set automatically from Stripe Connect. Cannot be changed after connection.
Google Analytics 4 Measurement ID (G-XXXXXXXXXX). Set via PUT /v1/account. Injected on all your product pages and thank-you pages