#moses-billing address
1 messages · Page 1 of 1 (latest)
👋 happy to help
sorry for the late reply
what component are you using?
and are you using the native sdk or react-native?
card element
so react-native?
card element doesn't support billing address
Do I need to change to the Payment Element?
I only see how web changes to payment Element, but I don't see how Ios or Android changes to payment element.
it's called the PaymentSheet in mobile
as far as I know there are examples in the Flutter SDK you're using (https://pub.dev/packages/flutter_stripe) about how to use it
Is billing Address supported only for PaymentSheet?
the PaymentSheet is the Stripe-hosted way to collect the billing address yes
you could also build your own inputs and pass the values into the confirmPayment functions too, if you want to build a custom UI
Does web support billing Address using payment Element?