#refikimi_api

1 messages ¡ Page 1 of 1 (latest)

void dawnBOT
tired heronBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

void dawnBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1252510067693977683

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

lean lintel
#

'sub_1LzPn7HzzIMXxbBCf3lgT4tO' This is the subscription ID that says subscriptions.data[1].cancel_at_period_end is false (ignore the 1, since there are two subscriptions, and the one I need is this one but I gave you the ID.

empty meteor
#

What do you mean by " subscription ends" ? Do you have a subscription schedule that ends the subscription?

lean lintel
#

Well, a subscription can be of monthly and yearly type, and it renews if it can be deduced from the customers' CC at the appropriate time. However all the subscriptions have the same behavior, but only on this one cancel_at_period_end is set to True, so my question would be if I modify this to False, what are the implications? will it behave as for other customers.

#

We use this field, if set to true that the subscription is cancelled, however it is still active. So this is why I ask?

#

subscriptions.data[1].status is active

#

I have a filling this was manually set by someone before me so I want to fix it.

empty meteor
#
  1. cancel_at_period_end is only effective to the subscription, not customer
  2. cancel_at_period_end=true tells Stripe that you want to cacel the subscription at the end of the current period. If you want to cancel the subscription immediately, call the cancel API instead https://docs.stripe.com/api/subscriptions/cancel
lean lintel
#

Ok that means I can set it to False

#

thank you

empty meteor
#

It's created from a server using your private API key.

lean lintel
#

since if it fails to charge the customer at some point, it will report as failed