#codiaclst
1 messages · Page 1 of 1 (latest)
Hi there!
You can enable tax ID collection with this: https://stripe.com/docs/api/checkout/sessions/create?lang=node#create_checkout_session-tax_id_collection
However I don't think it will be mandatory
That's what I tried, but it becomes "Buy as business customer" checkbox
However I'd like to make the tax ID required
That doesn't look directly possible. One workaround would be to make your own mandatory custom field with this: https://stripe.com/docs/api/checkout/sessions/create?lang=node#create_checkout_session-custom_fields
Is it possible to automatically put the value from the custom field in the tax ID field or would I have to do it in a separate call?
If you use a custom field, thant that would be a spearate call.
Okay. Thank you!