#Suero

1 messages · Page 1 of 1 (latest)

queen quailBOT
mint rose
#

Hello! Can you be more specific? Which Stripe Elements are you using?

tired geode
#

actually mb i was meant to say Stripe Payments not Stripe Elements

mint rose
#

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?

tired geode
#

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?

mint rose
#

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.

tired geode
#

And what are these about?

#

What is stripe going to do with informations i provide on this case? calculate taxes?

mint rose
#

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.

tired geode