Enum
BusinessPaymentsMode
Whether the business is processing real payments or running in test mode (card checkouts go through the platform's Stripe account until Connect is finished). Reflects the business's real stripe_mode flag — live once the business completes live Connect onboarding, otherwise test.
Values
liveStripe Connect onboarding is complete; charges route to the connected account and payouts are enabled.
testNo connected account or onboarding is incomplete; card charges are processed against the platform's Stripe account so operators can demo the checkout. Real payouts are not available.