flutter-stripe / flutter_stripe

Flutter SDK for Stripe.
https://pub.dev/packages/flutter_stripe
940 stars 518 forks source link

Payment sheet does not show the amount or title in the top #1600

Open sabaridev opened 9 months ago

sabaridev commented 9 months ago

Describe the bug Hi Team, Thanks for the wonderful package. I just want to find out a solution for this. currently the payment doest not show price or title in the top. instead it shows add your payment information text always. i have attached screenshot below. Is there a way to customize it?

Help me resolve it.

Expected behavior It should show Pay using

Smartphone / tablet

Additional context IMG_775C93A61B21-1

remonh87 commented 9 months ago

When you remove: primaryButtonLabel: 'Pay now', in the setuppaymentParameters it will show the price

antonio-nicolau commented 8 months ago

When you remove: primaryButtonLabel: 'Pay now', in the setuppaymentParameters it will show the price

Hi @remonh87 the problem isn't with the primaryButtonLabel, but with the information on the top "Add your payment information" When is a subscription the paywall should look different but keep showing "Add your payment information" instead of show the billing period and so on.

I've been having the same issue

Should look like this 👇🏿

Screenshot 2024-01-25 at 15 42 54

remonh87 commented 8 months ago

this is not implemented yet by stripe: https://github.com/stripe/stripe-react-native/issues/964 . We need for them to fix the issue I can open it as a feature request but not sure on what time span they will provide us with a fix.

antonio-nicolau commented 8 months ago

this is not implemented yet by stripe: stripe/stripe-react-native#964 . We need for them to fix the issue I can open it as a feature request but not sure on what time span they will provide us with a fix.

Sure, thanks for open it again @remonh87

navaghandabhi commented 6 months ago

is not implemented yet by stripe: stripe/stripe-react-native#964 . We need for them to fix the issue I can open it as a feature request but not sure on what time span they will provide us with a fix.

not showing

skypopcorn1 commented 1 month ago

Did this ever get fixed? There is no sense in having the PaymentSheet until we can edit the "Add your payment information" text / widget.

remonh87 commented 1 month ago

we are heavily reliant here on Stripe to add this possibility to the paymentsheet. Until then there is nothing we can do as we are not able to tweak the native elements (for good reasons)