Issue
I am using flutter_stripe
package to for stripe payments in flutter. My application is subscription based. I have 3 packages namely, $ per month,$ per 3 months,$ for lifetime. I am not using a back-end for processing payments. Its all done on flutter using stripe payment intent API. Right now I am only able to process payments once. But I need to process payments automatically according to the type of chosen subscription. Please, suggest me something. Do I need a back-end? Should I use another package?... Anything.
Solution
Yes you will need a backend. You would want to build a Subscription integration, using Stripe's Subscription API. Here is a good place to start with: https://stripe.com/docs/billing/quickstart
Answered By - orakaro
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.