#WeeHau-Flutter
1 messages · Page 1 of 1 (latest)
Is that screen provided by the flutter library or you created yourself?
As the error says, fpx/grabpay is not compatitible with "Save this card for future ...." options
-
it is from flutter library
-
we need a landing page that allows for payment method (credit card, fpx, grabpay) selection but we are not sure where to get that sdk, please advise
hi @rugged ravine any update?
Hi, sorry I am a bit stretched right now, will get back as soon as I can!
hi @rugged ravine able to follow up for us soon?
Hi there, I could take a look for now. Is that you need to somehow hide the checkbox of "Save this card for future ...."?
Because that checkbox is not compatible with fpx/grabpay
nope. what we need is item 2 in the msg above, please refer again
"2. we need a landing page that allows for payment method (credit card, fpx, grabpay) selection but we are not sure where to get that sdk, please advise"
hmm
That screen from flutter-stripe, which class is that?
is it representing the PaymentSheet?
Hmm eventhough I don't think PaymentSheet support it. Sorry nevermind the last message
For GrabPay/FPX, we only provide official support in iOS/Android/ReactNative as you can see here
Let me look at flutter-stripe repo
Hmm I do see Grabpay on their code: https://github.com/flutter-stripe/flutter_stripe/blob/main/packages/stripe_platform_interface/lib/src/models/payment_methods.dart#L247
So the PaymentMethodType of GrabPay or FPX is defined, but that's it. You might need the flutter-stripe maintainer to support, like the similar ask here https://github.com/flutter-stripe/flutter_stripe/issues/234