Hey there, great question! Technically, you can use the Card Element for React Native: docs.corp.stripe.com/payments/card-element?platform=react-native. However, we strongly recommend using the PaymentSheet instead, since it offers a lot more features.
@@StripeDev hi already emailed support. Unfortunately it’s not possible to change the height or remove the shadow. Seems quite an odd thing to leave out of the appearance api. Any eta on when this could possibly be added?
Hi David! Stripe can detect the locale of the customer and match their preferred language. For a list of supported languages, please see here: stripe.com/docs/js/appendix/supported_locales. Thanks.
Hey there-it isn't possible to collect the full address in Payment Sheet, but you can use the Address Element here: stripe.com/docs/elements/address-element/collect-addresses?platform=react-native. This was also recently added to all mobile SDKs: stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet#collect-billing-details. Hope this helps!
Hi Leon-we have a guide here on how to use Stripe Elements and the Appearance API with subscriptions: stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements.
Hey Adson-is this the video you're referring to: ruclips.net/video/ooFuMx6xsJY/видео.html? If so, then you can find the PaymentSheet which you can integrate and this will allow you to save payment methods: github.com/stripe/stripe-react-native.
Stripe Payment Sheet is optimized to provide a convenient and secure way for users to enter their payment details. It is an overlay that speeds up the checkout process by presenting the user with a pre-built payment form. It's designed to be minimalistic and not intrusive, hence, it usually appears in the form of a modal. As of now, Stripe doesn’t offer an out-of-the-box full screen option for the payment sheet. What this means is that you won't be able to implement a full-screen payment sheet using Stripe's built-in methods.
why card form component doesn't works in react native modal ?
Hey there, great question! Technically, you can use the Card Element for React Native: docs.corp.stripe.com/payments/card-element?platform=react-native. However, we strongly recommend using the PaymentSheet instead, since it offers a lot more features.
How can i make the Payment Sheet appear in landscape mode, its working correctly in ios but having problem in android
Hi Varun. You can learn more about it here: stripe.com/docs/payments/accept-a-payment?platform=android
How do I remove the shadow object and also increase the height of the primary button?
Hi David-mind sending us an email here: support.stripe.com/contact/login. We'll take a look.
@@StripeDev hi already emailed support. Unfortunately it’s not possible to change the height or remove the shadow. Seems quite an odd thing to leave out of the appearance api. Any eta on when this could possibly be added?
Hi Team, how do I change the language of the payment sheet, and what languages are supported?
Hi David! Stripe can detect the locale of the customer and match their preferred language. For a list of supported languages, please see here: stripe.com/docs/js/appendix/supported_locales. Thanks.
if i want to add full address in payment sheet how can we do it please comment asap
Hey there-it isn't possible to collect the full address in Payment Sheet, but you can use the Address Element here: stripe.com/docs/elements/address-element/collect-addresses?platform=react-native. This was also recently added to all mobile SDKs: stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet#collect-billing-details. Hope this helps!
Is it possible to use this payment sheet for subscriptions?
Hi Leon-we have a guide here on how to use Stripe Elements and the Appearance API with subscriptions: stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements.
how do I make the payment method be saved when opening the checkout, as it was in the first video?
Hey Adson-is this the video you're referring to: ruclips.net/video/ooFuMx6xsJY/видео.html?
If so, then you can find the PaymentSheet which you can integrate and this will allow you to save payment methods: github.com/stripe/stripe-react-native.
how to make the payment sheet full screen instead of modal
Stripe Payment Sheet is optimized to provide a convenient and secure way for users to enter their payment details. It is an overlay that speeds up the checkout process by presenting the user with a pre-built payment form. It's designed to be minimalistic and not intrusive, hence, it usually appears in the form of a modal.
As of now, Stripe doesn’t offer an out-of-the-box full screen option for the payment sheet. What this means is that you won't be able to implement a full-screen payment sheet using Stripe's built-in methods.