#0xL34N

1 messages · Page 1 of 1 (latest)

sharp bluffBOT
severe turtle
#

I used this codes

return await this.stripe.subscriptions.update(subscription.id, { pause_collection: { behavior: 'void', }, })

#

For example

upbeat zinc
#

Hello 👋
If I remember correctly, pause_collection is different than subscription pausing itself.
Pause collection only pauses the charges, it keeps the subscription cycle going.

#

Let me see if we have any docs for this

severe turtle
#

Oh! And how can i pause the subscription?

severe turtle
#

And in the following example to cancel a subscription:
'return await await this.stripe.subscriptions.update(subscriptionID, { cancel_at_period_end: true })'
I understand that the subscription changes its status when this period ends, right?

upbeat zinc
#

that's correct, yes

severe turtle
#

Subscription can get status pause:

#

How can i do this?