You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a requirement of collecting the payment method and processing the payment in our backend APIs later. E.g, the uber app scenario, where riders need to provide their payment details, but after each ride, they will be automatically paid without the rider clicking on the pay button in the app.
Can someone help me to understand how we can achieve the same in flutter using the flutter_stripe plugin?
Look like from stripe side we need, setup_intent (off_session), customer, payment_method for accomplishing this. We are looking for credit card, apple pay and google pay. Look like google pay and apple pay may not work as per this issue : #426 (please confirm if not the case)
This discussion was converted from issue #505 on January 03, 2022 17:08.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello -
We have a requirement of collecting the payment method and processing the payment in our backend APIs later. E.g, the uber app scenario, where riders need to provide their payment details, but after each ride, they will be automatically paid without the rider clicking on the pay button in the app.
Got documentation for reactive native for accomplishing the same: https://stripe.com/docs/payments/save-and-reuse
Can someone help me to understand how we can achieve the same in flutter using the flutter_stripe plugin?
Look like from stripe side we need, setup_intent (off_session), customer, payment_method for accomplishing this. We are looking for credit card, apple pay and google pay. Look like google pay and apple pay may not work as per this issue : #426 (please confirm if not the case)
Google play with setup intent: https://stripe.com/docs/google-pay#launch-google-pay
But it is not listed here as a payment_method for setup_intent https://stripe.com/docs/api/setup_intents/create
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions