How to implement stripe subscription payment ? #625
Replies: 6 comments 10 replies
-
yes this is possible. I recommend you to follow the official docs: https://stripe.com/docs/billing/subscriptions/overview#integration-example |
Beta Was this translation helpful? Give feedback.
-
I still didn't get it how to use with the package. I managed to use the payment intent, but I don't know how to charge monthly as subscription. |
Beta Was this translation helpful? Give feedback.
-
I am also struggling to implement subscription from mobile SDK with cloud function... I was happy with previous stripr_payments plugin where we can get a response on payment success or creating subscription.... now everything returns void.... with out payment sheet how to make a payment for subscription? |
Beta Was this translation helpful? Give feedback.
-
I have found this to be helpful abit... You can check it out |
Beta Was this translation helpful? Give feedback.
-
I made a simple example of how you can create a subscription, you can take a look here: https://github.com/gbrlparada/flutter-stripe-subscription |
Beta Was this translation helpful? Give feedback.
-
There is any trick for app approve with stripe payment integration in apple store ? |
Beta Was this translation helpful? Give feedback.
-
I would like to implement subscription payment using this SDK so it is possible ?
Beta Was this translation helpful? Give feedback.
All reactions