#rayrayy
1 messages · Page 1 of 1 (latest)
Hi there,
What do you mean exactly by quotes?
customer portal
here is the full customer portal features:
https://stripe.com/docs/customer-management#:~:text=All customer portal features
So we want to use this to send a user a quote https://stripe.com/docs/ then use the portal to allow them to sign on and pay
I think you past a wrong link
Oh lol one sec
If you convert the quote to a recurring subscription, then you can make the user manage the resulting subscription via the customer portal. Customer Portal is for the customer to manage existing Subscriptions, PaymentMethods, Billing informations and see their invoices history, but they can't subscribe to a new subscription for example or pay.
If the resulting of the Quote is a one-time invoice, then the customer can pay it via customer portal
Hmm no this is a recurring subscription, what do you suggest is the best way to allow them to create a recurring subscription through quotes
You need to follow this guide in order to accept the quote and transform it to subscription (using APIs)
https://stripe.com/docs/quotes/overview
If you are looking for a low code integration, you need to use Stripe Checkout for subscriptions:
https://stripe.com/docs/billing/subscriptions/build-subscriptions
But there will be no link with the quote unfortunately
Sounds good thanks for the help