How to make payment with custom card (Native payment) #296
Unanswered
Gursewak-Uppal
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Did you check the examples? https://github.com/flutter-stripe/flutter_stripe/blob/main/example/lib/screens/custom_card_payment_screen.dart |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use Stripe in my Flutter application. I don't have experience with Stripe. I used flutter_credit_card for getting the card details and after that I copied the details using CardDetails class like this.
After that I tried to implement handle pay button functionality but I'm not able to understand how it works, Please anyone guide me step by step payment process, if possible. I just want to test with PaymentIntent in mobile app side.
Beta Was this translation helpful? Give feedback.
All reactions