Depends on how much customization you need.
Look over this reference: https://docs.stripe.com/customer-management
Also for heavy customization see https://docs.stripe.com/api.
Me, I like to keep things a simple as I can.
Hello,
I have created an application with a payment functionality using stripe checkout with Cashier. I'm listening to the stripe hooks and the plan informations is saved in the database. All works really fine.
https://laravel.com/docs/12.x/billing#subscription-checkouts
In the Laravel application, I have to handle some payment informations : number of subscriptions, commitment, ...
If I use the customer portal, would it simplify the code on the application side ? And how would the Laravel application know which plan has been chosen by the customer ? I have seen that it's possible to use the stripe checkout with the customer portal.
Has anyone already done that ? Perhaps you have an example to share with me ? What do you suggest me ?
Thanks for your help.
V
Depends on how much customization you need.
Look over this reference: https://docs.stripe.com/customer-management
Also for heavy customization see https://docs.stripe.com/api.
Me, I like to keep things a simple as I can.
Please or to participate in this conversation.