#hugo.valente
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- hugo.valente-customer-update, 1 day ago, 28 messages
Hi, let me help you with this.
You will need to build fields for this yourself, Elements don't support that.
Hello, we want to build a form in setup mode and from Stipe docs I understand that the VAT collection field is not supported in this case. I also read at the docs regarding the custom fields (https://stripe.com/docs/payments/checkout/custom-fields) that we should not collect sernsitive information using a custom field. Moreover, even if I collect the VAT number using custom field and I submit the form, will the actual VAT number be updated for the customer, or it will be rejected because it's not a valid field for a setup mode?
I don't understand, are you planning to use Stripe Web Elements or Stripe Checkout?
We use the PaymentElemnt and AddressElement from the react library to submit a setup intent on stripe.
We are not trying to perform a payment at this point, just an update of the customers info from our ui
Okay, you can update the Customer via your backend with all the necessary fields: https://stripe.com/docs/api/customers/update
Thanks we will try!
Happy to help.