Rémon
Rémon
**Describe the bug** In our Flutter repo we got the following bug: https://github.com/flutter-stripe/flutter_stripe/issues/796 . P24 payments cannot be executed on iOS but work on Android when using paymentsheet. **To Reproduce**...
**Is your feature request related to a problem? Please describe.** In #430 JCB was added as additional payment network to apple pay. It would be great if we can create...
**Describe the bug** You expose the property `style` on the SetupParams of the paymentsheet. I found out that this only works on iOS but not on Android. I also dit...
**Describe the bug** When implementing the aubecsformfield for the Flutter stripe library I noticed the following. There is a big difference in the aubecs form between android and iOS when...
**Describe the bug** When setting the appearance to dark on iPhone the payment sheet option disappears: https://user-images.githubusercontent.com/20230599/140979211-77d4ac8e-cd5e-4347-8893-6b66cb31f1e3.MP4 **To Reproduce** Steps to reproduce the behavior: Make sure to set iPhone appearance...
**Describe the bug** See following screenshots: Screen when iOS is light  Screen when iOS on phone is set to dark appearance  **To Reproduce** Steps to reproduce the behavior:...
At the moment we use definitely typed : https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stripe-v3 which is getting outdated and does not have for example Aubecs. I think it is better to use the https://github.com/stripe/stripe-js/tree/master/types/api I...
Write a help doc about how to handle invoices. I think it is an advanced scenario and our users will benefit to have a basic example with dart code.
**Describe the bug** In the Flutter Stripe lib we got the following issue **To reproduce:** Works on Android. Throws on iOS. ```dart await Stripe.instance.confirmSetupIntent( 'paymentIntentClientSecret', PaymentMethodParams.cardFromMethodId( paymentMethodData: PaymentMethodDataCardFromMethod( paymentMethodId: 'paymentMethodId',...
**Is your feature request related to a problem? Please describe.** One of our users requested a listing method for the FPX payment method so that it can integrate its own...