What method should I call when the stripe client payment status is past due? #809
Unanswered
klaus-trabalhando
asked this question in
Q&A
Replies: 1 comment
-
You would update to a valid payment method and pay the latest invoice on the subscription (if I remember correctly). You can lookup the subscription and call Or after updating the payment method, you can attempt to pay any unpaid subscriptions. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm trying to find a documentation about what to do when the user status is past due.
The user wants to renew his yearly plan (using stripe).
Should I let the app call
user.payment_processor.checkout
again or should I call another method when user has a past due subscription?I appreciate any help
Beta Was this translation helpful? Give feedback.
All reactions