#atilla.fib
1 messages · Page 1 of 1 (latest)
pause payment collection is not same as pausing a sub
stripe.Subscription.resume(tmp_subscription.get("id"), billing_cycle_anchor="now")
'{{SUBSCRIPTION_ID}}',
pause_collection={"behavior": "void"},
)```
this function requries the sub to have status "paused" but i dont see how to make it that way
You can refer to the example code in the doc that I shared earlier.
not the same thing
You are trying to pause a subscription? no?
yeah, not the payment collection
What's your idea of pausing a subscription?
putting the sub in status "paused"
It's the same thing, a paused susbcription won't collect payments from a customer.
so how will the resume work?
You can only resume a paused subscription.