Livewire Stripe Subscription Helpppppp

Hey all you smart people,

I’m finding it really hard to implement stripe into my livewire project mainly because I’ve not got a clue what’s happening, I’ve had a look as some of the posts on this forum and it looks like I include this in my blade

<div wire:ignore id="card-element"></div>

And include some

But the issue is I don’t understand how this is actually working I see the card iframe but I’m not sure what I’m meant to submit how to supply the cost of the subscription…

If someone could lead me in the right direction or so me a simple snippet on how to even get started that would help me out alot…

Thanks in advance Wazza

Hey, @Wazzatuts

Can you provide the full code?

You can do the checkout without livewire. Cause Stripe has its own implementation.

You can take a look at this course from Alex to understand how stripe and the checkout works in general. And after that you can do it by your own.