capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
MIT License
185 stars 75 forks source link

Change UI PaymentSheet popup #269

Closed enfix86 closed 1 year ago

enfix86 commented 1 year ago

I would like to change the popup UI that is shown with the PaymentSheet. I need it in iOS and Android. How can i do this? Any API?

Thanks

rdlabo commented 1 year ago

@enfix86 I see stripe doesn't prepare popup UI API: https://stripe.com/docs/payments/accept-a-payment?platform=ios

If you need, you should create custom UI using STPPaymentCardTextField and CardInputWidget.

If you create pull request for it, I'd be happy to review it. Thanks.

rdlabo commented 1 year ago

This Issue is closed because the information has not been updated. Thank you.