## Update the Customer's business name and tax ID `updateTaxIdInfo(taxIdInfo?: )` Use this method to update the Customer's business name and tax ID. - `taxIdInfo` The Customer's tax ID information including the business name and tax ID. - `businessName` The Customer's business name. - `taxId` The Customer's tax ID. - `type` One of [the supported tax ID types](https://docs.stripe.com/tax/checkout/tax-ids?payment-ui=embedded-components.md#supported-types) - `value` The value of the tax ID. ### Example ```title Update the Customer's business name and tax ID ```