#Suero
1 messages · Page 1 of 1 (latest)
Hello! Can you be more specific? Which Stripe Elements are you using?
Checkout form one (https://stripe.com/docs/payments/quickstart)
actually mb i was meant to say Stripe Payments not Stripe Elements
That guide does use the Payment Element, which collects billing details required for the transaction. Some people might try to pay with payment info from other countries, such as someone on vacation from another country. You want to block that?
nonono, I want to insert fields in the form for collecting the user's addresses so i can deliver a product
and restricting it only to brazil
The problem is I cant understand the docs very well, I need some sort of example code or smth like that
Like, the only thing on the form is the country, I need more informations such as Postal Code, how can I insert these fields on the form?
Oh, you would need to add your own form fields to capture that information outside of the Payment Element.
That's not something Stripe handles, the Payment Element only collects the information required for the payment.
Oh, I got ya.
And what are these about?
What is stripe going to do with informations i provide on this case? calculate taxes?
In some cases that info is used for tax calculations, but mostly it's there to support shipping rate calculations and as a reference for you when you want to ship the goods after payment.
Okay, thanks for your help! Have a good day.