Replies: 1 comment 1 reply
-
you need to set the amount on the API see https://stripe.com/docs/api/payment_intents . Never create the payment intent from the client but ask your backend server to create it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I looked at examples
flutter_stripe/example/lib/screens/card_payments/webhook_payment_screen.dart
Line 108 in 08b7a1e
All it has is creating payment intent with currency and items.
In stripe_payment we can just create payment intent with current & amount which are required fields for stripe.
Beta Was this translation helpful? Give feedback.
All reactions