POST /v1/formation, call this endpoint to dispatch the formation for filing. This step:
- Verifies
payment_status === "paid"(returnsinvalid_inputif not) - Creates a formation customer
- Decrypts PII (SSN, DOB, address, etc.) from encrypted identity vault for each KYC member
- Maps fields to the filing schema (SSN format, DOB format, country code conversion)
- Submits formation for filing
string
required
UUID of the formation (from
POST /v1/formation response).failed and formation_error contains the error message — but the formation_customer_id is preserved so a retry can resume from where it left off.