#Delta
1 messages · Page 1 of 1 (latest)
Hi, can you share how you're currently integrated with Stripe Billing?
@nimble crescent Hi! We're self-hosting and for the most part using Stripe Elements, as opposed to Checkout (a hard requirement for us). I'm tagging in @charred salmon who is working on this our side.
Yeah, with Checkout it would be pretty easy: https://stripe.com/docs/tax/checkout/tax-ids but let me see what it would look like with a your custom integration
Aye - we encountered that and it made us quite jealous 🥲 We scoured https://stripe.com/docs/billing/customer/tax-ids and associated docs and couldn't see anything obvious. Hoping maybe there's something unpublished which could easily be shared, or we've overlooked something in error
I assume you're using Payment Element: https://stripe.com/docs/js/element/payment_element
We're currently using the CardElement to allow users to associate a payment method with their account
Ok I was able to confirm that there is no such Element and you'd need to add an input on your front end to collect this data. Then, create the customer tax id, https://stripe.com/docs/api/customer_tax_ids.