Install this package now to receive secure payments in your online store. Stripe offers an easy and secure payment gateway
Run the following command
composer require codenteq/stripe-payment-gateway
Run these commands below to complete the setup
composer dump-autoload
Run these commands below to complete the setup
php artisan optimize
Go to the Bagisto admin panel, find the Stripe payment gateway, enter your API key and start receiving payments.
http://localhost:8000/admin/configuration/sales/payment_methods
To use the demo API key, paste the key into the Stripe Client Secret section.
sk_test_4eC39HqLyjWDarjtT1zdp7dc
Webkul\Stripe\Providers\StripeServiceProvider::class,
"Webkul\\Stripe\\": "packages/Webkul/Stripe/src"
composer dump-autoload
php artisan optimize
Go to the Bagisto admin panel, find the Stripe payment gateway, enter your API key and start receiving payments.
http://localhost:8000/admin/configuration/sales/payment_methods
To use the demo API key, paste the key into the Stripe Client Secret section.
sk_test_4eC39HqLyjWDarjtT1zdp7dc
That's it, now just execute the project on your specified domain.
Stripe Payment Gateway is always open for direct contributions. Contributions can be in the form of design suggestions, documentation improvements, new component suggestions, code improvements, adding new features or fixing problems. For more information please check our Contribution Guideline document.