#just4skiillz
1 messages · Page 1 of 1 (latest)
Hello just4skiillz, 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.
• just4skiillz, 3 days ago, 25 messages
Hello 👋
Is the second screenshot something you found in the docs? OR is it your own design?
in the docs
in Canada there is a lot of different taxes per province and I need to apply the good rate by knowing the address of the customer,
can you link the docs here? thanks
The doc you linked is exactly how you'd integrate address element prior to calling the PaymentSheet UI
You can combine that doc with this one
https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet#react-native-flowcontroller
which uses customFlow: true, allows you to complete payment in your own UI after selecting/providing the PaymentMethod
but if im putting the address element, my payment sheet should not asked for postal code?
should I use stripe checkout instead of payment sheetÉ
6
?
Stripe Checkout is web based, PaymentSheet is built for mobile SDKs
OK
I thought you can disable address collection on PaymentSheet
how I can do that