#2lucx-portal
1 messages · Page 1 of 1 (latest)
Hey there, please give me a minute to look over your question.
Could you help me ensure I'm understanding your question correctly? Are you asking if it is possible to have your users redirected back to your website when they finish in the Stripe Customer Portal?
No, i have no way to authenticate the users, so i asking if we have variable or something like that in this screen. The email his sent via Stripe and include link to redirect user in Customer Portal, but i can't authenticate the user. I have only metadata in database for verif if they are subscribed or not. I want to update this link to redirect the users on customer portal (for update payment method)
The screen:
Got it, thank you for that clarification!
Our renewal emails don't have the capability to add the necessary information to them. You could build a process on your end to send the emails based, and have that triggered by the invoice.upcoming event that we send via webhook.
Ok i see, and can i send the same email like stripe or i have to build my email ? Thx for reply @whole palm
Glad to help! You would need to build the emails on your end, and send them, but you could use our emails as a good starting point for what content to include in yours.
Ok I understood, I didn't see this problem from this point of view and I didn't think about the webhook, thanks for your help
@whole palm When i am on webhook testing page, i copy this line (screen) for testing invoice.upcoming event but Stripe CLI say its not supported by the CLI. Other solutions, other problem ahah
Haha, that would be problematic! Please bear with me, trying to confirm if you can test this via the dashbaord.
Apologies for the delay, it does look like you can trigger a test version of those events via the dashboard. Below is a link to our documentation which discusses how to trigger those.