Nov 4, 2020
2
Level 1
Cashier Stripe Integration
I am a newbie to laravel, I am trying to integrate cashier into my system with laravel 8, I need all the users who register to also be directly in my list in clients in the stripe dashboard.
In previous versions, I managed to do it by modifying the registercontroller, adding the:
$ stripeCustomer = $ user-> createAsStripeCustomer ();
Could someone guide me where I can do that? I use jetstream.
Please or to participate in this conversation.