#hasan0.0.7
1 messages · Page 1 of 1 (latest)
okay thank you
and another quick question, was there any recent update to stripe with major changes to payments, prorations, credit... ?
and regarding the first topic (credit balance and failed payment) as far as I understand, after a failed payment, stripe retries the payment on the next day, and if it fails also, one more try happens on the second day (so 2 extra tries after the initial one). In each, the credit is also calculated in the payment?
We release API updates all the time, but nothing will change for you unless you upgrade the version yourself: https://stripe.com/docs/upgrades
okay thanks, and regarding this one?
And even the plan/subscription expires (not being able to secure a successful payment), the credit remains the same?
Yes, the credit balance is on the Customer object, so it's not tied to a specific Subscription.
and regarding the first topic (credit balance and failed payment) as far as I understand, after a failed payment, stripe retries the payment on the next day, and if it fails also, one more try happens on the second day (so 2 extra tries after the initial one). In each, the credit is also calculated in the payment?
It's when you use Subscriptions, depending on your Dashboard settings. https://dashboard.stripe.com/settings/billing/automatic
The credit is calculated during the payment.
okay thank you for your help
Happy to help.