how to integrate stripe payment gateway on filament project

how to integrate stripe payment gateway on filament project
1 Reply
Tetracyclic
Tetracyclic3w ago
How are you trying to integrate it? What are you trying to use it for? If it's for multi-tenant subscriptions, Filament integrates with Laravel Spark to handle subscriptions: https://filamentphp.com/docs/3.x/panels/tenancy#billing If you're not using multi-tenancy, not using it for subscriptions, or don't want to pay for a Spark license, you'd either need to write your own integration (most of which will be directly in Laravel, rather than Filament), or you could look at using the Stripe Payment Link Action plugin.