Filament stripe

I have a question. In the front-end of my project I want to integrate stripe elements through Javascript. I have a form with livewire and want to integrate stripe elements. In the checkout model i have functions for the customer data collection and a order is being created. How can i execute the collection of customer data, the order creation and the payment which is triggered by Javascript with 1 button? Sorry if the question is unclear. The data is too big to share here.
2 Replies
raheel3031
raheel3031OP3w ago
Anyone?
LeandroFerreira
I don't think it is a Filament issue.. maybe this article can help you
Medium
Laravel payment integration using Cahier & LiveWire #Part 1
Laravel is a well known open-source PHP web application framework. Its vibrant ecosystem of packages and extensions, make it one of the most popular and comprehensive frameworks for building…

Did you find this page helpful?