#MarkoBoras

1 messages · Page 1 of 1 (latest)

opaque relicBOT
marsh crane
#

I don't think Checkout currently supports this 😦

maiden nimbus
#

so user needs to enter manually in stripe checkout his vat id?

#

I can't pass that data in api call?

opaque relicBOT
marsh crane
#

Unfortunately, no. there are no API parameters that would allow you to pass in the ID directly to Checkout.

You could create a customer object first, associate a tax ID and then pass the customer ID in when creating a Checkout session
https://stripe.com/docs/api/customers/create?lang=curl#create_customer-tax_id_data

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.
https://stripe.com/docs/tax/checkout/tax-ids#existing-customers:~:text=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%2C Checkout does not display the tax ID collection form even if tax ID collection is enabled

maiden nimbus
#

okay

#

another question

#

I want to prefill email and name on the card when I create checkout

#

I have collected that data in my app already

#

customer_email is for email right?

cursive verge
#

Correct, unfortunately it is not possible to pre-fill the name on card field at the moment but I can put in a feature request