#hockleong-flutter

1 messages · Page 1 of 1 (latest)

tacit lion
#

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

atomic yarrow
#

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

GitHub

Flutter SDK for Stripe. Contribute to flutter-stripe/flutter_stripe development by creating an account on GitHub.

#

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

tacit lion
hardy plank
#

👋

#

@atomic yarrow have we met yesterday? 🤔 / Sorry that was different person

tacit lion
#

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

hardy plank
#
  1. FPX/GrabPay needs to be enabled on your Stripe account
  2. flutter-stripe need to support those 2 PaymentMethod
#

He does mention he need to "pick it up", so I guess there is implementation required by flutter-stripe

atomic yarrow
#

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

hardy plank
#

We support FPX/GrabPay in our official iOS/Android/ReactNative SDK

#

for flutter-stripe, that's only way to ask the maintainer, I think

atomic yarrow
#

Ok thanks. Let me check with them