#itxve-subscriptions
1 messages · Page 1 of 1 (latest)
I'm unsubscribing a free 7-day product. When I cancel it, I immediately end the trial and find that I didn't unsubscribe successfully
Can you share your account id and the subscription id so that I can take a closer look? You can find your account id by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
subscriptionid:sub_1LTHK3FL5ptMdjsj4TYJ5nS1
can you share the stripe account id also?
customer:cus_MBecPOvvcbVyTY
for context, you chose to cancel_at_period_end - which cancels the subscription at the end of the current billing period (that is, for the duration of time the customer has already paid for)
see req_T4ULyAxjwSf3I8 in your Stripe Dashboard
if you want to cancel the subscription immediately, you can use https://stripe.com/docs/api/subscriptions/cancel
you may want to take a look at https://stripe.com/docs/billing/subscriptions/cancel