#Bilal-khursheed
1 messages · Page 1 of 1 (latest)
Hello! That indicates the link you tried to use has already been used. Can you tell me more about where that link came from?
i created customer panel from the subscription page they redirected me to a page where i can active link for portal
on activation of the link when i open this lik
i got this error
So that billing login link gives you that error?
yes
That indicates you replaced that link with a new one, which means the old one is no longer active.
Is that still the same link shown in your Dashboard?
To clarify, this is the Customer portal link from the Dashboard?
from developer account
i'm doing development
so i need customer panel to make some modification to work on code side
Right, but to clarify, you're taking this link, pasting it in to your web browser, and it's not working?
Meaning the current link shown in the Dashbord?
yes
I'm not sure why that would be happening. The same thing is working in my test account. I recommend you write in to Stripe support so they can take a look at your account and see what's causing the issue: https://support.stripe.com/contact/email
okay
is there any way actually what i want is to receive event on my attached webhook
like on
renewal of subscription.
trial will end.
cancel
can you specify renewal of subscription event as i don't find any
and for testing i want to test event when a customer perform some action how i can do this on customer side is there any way to do
You can listen for customer.subscription.updated: https://stripe.com/docs/api/events/types#event_types-customer.subscription.updated
I also recommend you have a look at the documentation about Subscription Events here: https://stripe.com/docs/billing/subscriptions/overview#subscription-events
Not sure what you mean with your last question about "customer side". Can you provide more details?
What specifically do you want to test?
Have a look here: https://stripe.com/docs/billing/testing
thank you so much @toxic patio