#hockleong-flutter
1 messages · Page 1 of 1 (latest)
hello @atomic yarrow! I'm not that familiar with flutter, but perhaps the first step here would be to ask the developers of that package if it supports FPX and GrabPay
So far it seems got line of code supported in the package. But want to confirm if the package not support would it able provide something like webview for app side to do the integration?
https://github.com/flutter-stripe/flutter_stripe/blob/main/packages/stripe_platform_interface/lib/src/models/payment_methods.dart#L247
Something like this that allow app side prompt to this page
So far I'm able to integrate with credit card payment by showing bottom sheet in app, but unable to find a way for FPX or other given pre-built interface
hmmmm, i'm just guessing at this point, but check if you have the payment method enabled in your settings : https://dashboard.stripe.com/settings/payments and include the payment method you want to display in : https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types
FPX probably isn't enabled in your Stripe account by default btw, there's certain criteria to be met for it to be enabled
i'd try what i mentioned with some other payment method that is available for your account first to see if it works
- FPX/GrabPay needs to be enabled on your Stripe account
- flutter-stripe need to support those 2 PaymentMethod
For 2, you are correct to see the PaymentMethod enum in the repo, but it might not be supported yet. The fastest way is to ask the maintainer, like similar ask here: https://github.com/flutter-stripe/flutter_stripe/issues/234#issuecomment-890460428
He does mention he need to "pick it up", so I guess there is implementation required by flutter-stripe
Nope
Ok will try to ask for it. Thanks.
Is anyone got experience in flutter using stripe can consult for integration?
Or any other way can use for app side integration for FPX/GrabPay
We support FPX/GrabPay in our official iOS/Android/ReactNative SDK
for flutter-stripe, that's only way to ask the maintainer, I think
Ok thanks. Let me check with them