React Native - How to customize your payment sheet

Поделиться
HTML-код
  • Опубликовано: 29 окт 2024

Комментарии • 17

  • @cbijay
    @cbijay Месяц назад

    why card form component doesn't works in react native modal ?

    • @StripeDev
      @StripeDev  Месяц назад

      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.

  • @varunsingh7357
    @varunsingh7357 10 месяцев назад

    How can i make the Payment Sheet appear in landscape mode, its working correctly in ios but having problem in android

    • @StripeDev
      @StripeDev  10 месяцев назад

      Hi Varun. You can learn more about it here: stripe.com/docs/payments/accept-a-payment?platform=android

  • @davidlintin
    @davidlintin 11 месяцев назад

    How do I remove the shadow object and also increase the height of the primary button?

    • @StripeDev
      @StripeDev  10 месяцев назад

      Hi David-mind sending us an email here: support.stripe.com/contact/login. We'll take a look.

    • @davidlintin
      @davidlintin 10 месяцев назад

      @@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?

  • @davidlintin
    @davidlintin Год назад

    Hi Team, how do I change the language of the payment sheet, and what languages are supported?

    • @StripeDev
      @StripeDev  Год назад +1

      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.

  • @LevelUp3646
    @LevelUp3646 Год назад

    if i want to add full address in payment sheet how can we do it please comment asap

    • @StripeDev
      @StripeDev  Год назад

      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!

  • @leonweingartner9368
    @leonweingartner9368 Год назад

    Is it possible to use this payment sheet for subscriptions?

    • @StripeDev
      @StripeDev  Год назад

      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.

  • @adsonsouzajesus
    @adsonsouzajesus Год назад

    how do I make the payment method be saved when opening the checkout, as it was in the first video?

    • @StripeDev
      @StripeDev  Год назад

      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.

  • @SAB-st9qo
    @SAB-st9qo 6 месяцев назад

    how to make the payment sheet full screen instead of modal

    • @StripeDev
      @StripeDev  6 месяцев назад

      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.