#ilamathi
1 messages · Page 1 of 1 (latest)
yep, you can add the ...0341 test card(https://stripe.com/docs/testing#declined-payments) to the customer, and then use test clocks to advance the subscription forward so the retries happen https://stripe.com/docs/billing/testing/test-clocks
Ok let me check this... In case if i done the payment. via other providers and marked the payment as out of band, in that case how this retry will work?
it wouldn't, if you mark the invoice paid out of band(https://stripe.com/docs/api/invoices/pay#pay_invoice-paid_out_of_band), then it's "paid" so we won't do any more retries on it
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
also one more QQ, once i cancel the subscription is it possible to resume?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi! Once a subscription has a canceled status, you cannot re-activate it. You would need to create a new subscription.
https://stripe.com/docs/billing/subscriptions/overview#subscription-statuses:~:text=This is a terminal state that can’t be updated.
oh ok..
Suppose if i update the subscription pause_collection to 'void'.. then there won't be any payment collection/retry attempt right?..
yes https://stripe.com/docs/billing/subscriptions/pause#unable-provide-services
If you can’t provide your services for a certain period of time, you can void invoices that are created by your subscriptions so that your customers aren’t charged. Use the subscription ID to update pause_collection[behavior] to void
Is that will pause the subscription or payment attempt?
Not sure I understand the Q. Does the doc not answer that?
Doc says payment collection will be paused like that.. I would like to know the subscription status on this case..