Update Business Name
Update the Customer's business name
Last verified 2026-09-24
Is this helpful?
updateBusinessName(businessName: nullable string) Use this method to update the Customer's business name when name_collection.business.enabled is true on the Checkout Session. If the Tax ID Element is mounted with the business name field shown, calling confirm() throws an IntegrationError because the Tax ID Element collects the business name directly. To use updateBusinessName() instead, set fields.businessName: "never" when creating the Tax ID Element. - businessName The Customer's business name. ### Example title Update the Customer's business name Is this helpful?