Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Mithrandir69's avatar

how can i store the user_id in my database with stripe checkout session

In this case I'm using stripe checkout session so it's impossible to store the database data from the stripe session , but is there a way when the payment is successful to store the user_id ??

0 likes
4 replies
bugsysha's avatar

There are videos here on Laracasts on Stripe integration. Have you watched them?

bugsysha's avatar

@Mithrandir69 I would advise that you do since you either haven't read the documentation or still have a vague understanding of how everything works. Also, I would suggest that you use Laracal Cashier for this purpose because you might not implement things in the best way yourself.

Please or to participate in this conversation.