#Matt11

1 messages · Page 1 of 1 (latest)

zinc marlinBOT
gilded zephyr
#

If you're referring to Payment Element, this can be done with setting the fields.billingDetails.address.country to never during Payment Element creation.

vague river
#

ok thanks, and removing it is it something bad?

#

I mean there's the possibility that the payment goes wrong?

bronze rock
#

Hey! Taking over for my colleague. That depends on your needs and what payment methods are you using. You can remove it and depending on your future requirements you can add it back.

vague river
#

I just using cards for future usage off_session

bronze rock
#

I think you can remove the billingDetails so, try testing it and if you got some error due to this, I think you'll get explicit errors about this.

vague river
#

thanks! 🙏

bronze rock
#

Welcome!

vague river
#

I think is not working for my implementation because I creating the elements in this way:
const elements = stripe.elements(options);
and this one is not accepting the fields.billingDetails.address.country to never

bronze rock
vague river
#

you're right! it works! thx!