flutter-stripe / flutter_stripe

Flutter SDK for Stripe.
https://pub.dev/packages/flutter_stripe
960 stars 528 forks source link

Stripe subscriptions through sdk doesn't process recurring payments #1993

Closed syedehsans1 closed 1 day ago

syedehsans1 commented 1 week ago

Creating subscriptions from sdk works fine but when stripe tries to charge customer for subsequent payments, payments fail. We talked to stripe customer support and their recommendation was to ask you guys here if you know what the problem might be. I can share code from my repo if required. Attached is a screenshot of stripe support case. Please help.

Screenshot 2024-11-12 at 13 21 25
remonh87 commented 1 week ago

I do not understand Stripe's answer to be honest because we only collect the card info but providing the charges should be done on the backend. Can you check their integration docs to see if you miss something on the backend? https://docs.stripe.com/billing/subscriptions/build-subscriptions . I also would like to get some reproduction code to see what is missing