@dimitarv do you tried to follow the docs? https://laravel.com/docs/5.8/billing#payment-methods
Sep 8, 2019
5
Level 12
How to register new customers with Stripe + Cashier
Hi! I'm updating the billing on one of my apps and I'm trying to integrate the new SCA flow, but I'm a bit confused - when registering these are the steps I've implemented:
- Collect email, name, password, etc
- Collect payment info -> tokenize it
Then server side:
- Create stripe customer and attach a subscription with the token from the card
- DB records, login, redirect
I understand that updating a card is done with setup intents now, but what about the register process?
How should I do it with the new payments intents/setup intents? I'm confused. Spoke with Stripe support, they told me I'd have to use the payment intent, but it has an "amount" property. And my software is subscription-based with trial periods. Any help, please?
Please or to participate in this conversation.