start_company_receive
Start the path for this company to receive money. Creates a Stripe connected account and returns an onboarding_url the founder opens on Stripe's hosted identity form (Stripe holds SSN/ID — FreedomOS does not). Use when the company cannot receive yet and a real payment is waiting (sponsor, invoice, checkout). After the founder finishes and charges_enabled, call create_payment_link. Do not collect identity documents here. Do not open a bank via Mercury.
Routing: Company cannot receive / start Stripe KYC / Account Link → this tool. Founder completes Stripe's form. Then create_payment_link.
[write-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | 2-letter country for the Stripe connected account (default US). | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |