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

eiko03's avatar

Laravel Stripe setup

I want to setup stripe with laravel like.. one user can store multiple cards and use or reuse them for purchase later. I can use cards to create tokens but for reuse, i would have to store that information, which i don't want to do. Which way should I go?

0 likes
3 replies
eiko03's avatar

i did, but can you suggest me something from stripe point of view.

automica's avatar

I can use cards to create tokens but for reuse, i would have to store that information, which i don't want to do.

You only need to store the token in your user table, not the card details I assume you are storing some user details?

Please or to participate in this conversation.