#Talon-portal
1 messages · Page 1 of 1 (latest)
there's a button for it in the dashboard in test mode but as far as I know in live mode you need to use the API yes.
and in case the payment failed, can customer receive a link automatically via email?
so that they update their payment method
see https://dashboard.stripe.com/settings/billing/automatic under 'Send emails when card payments fail'
you can send them an email with a link to your site(and then from there you can create a Portal link and redirect to that if you wish)
can we add customer Id dynamically in this link?
so i would like to send them a link like this
mybackend.com/{customer_id}
my backend will then reply back with a redirection
in this way. I won't need to build front end
that's not an option unfortunately (but it's a good feature request we've heard before)
because right now.you are making it mandatory for us to create a front end for the users to manager their subs.
For that we will also need to implement login functionality. which is additional work
that's fair! but yes we expect/require you to have a way to authenticate your customers for now so you can authenticate a person visiting your site and get the corresponding cus_xxx Stripe customer