#edutomesco
1 messages · Page 1 of 1 (latest)
Sorry that I missed this question earlier.
From https://stripe.com/docs/tax/checkout/tax-ids#existing-customers:
Checkout only collects tax IDs on Customer’s that don’t already have an existing tax ID. If a Customer has one or more tax IDs saved, Checkout does not display the tax ID collection form even if tax ID collection is enabled.
Currently, it's not possible to set Tax ID in the Checkout Session creation. If the customer has an existing Tax ID, no additional setting is required
You can set metadata when creating a Checkout Session: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-metadata and it will appear automatically in checkout.session.completed event