Laravel Marketplace Stripe Payment Gateway allows the customer to make the payment using stripe payment. With the help of this module customer’s payment automatically splits between the seller and the admin.
NOTE:-Before buying this module, you have to visit stripe.com to check whether this payment gateway is available in your country or not.
**Note: “Laravel eCommerce Marketplace Stripe Payment Gateway” is an addon of “Laravel Multi-Vendor Marketplace Extension”.This addon will work on Multi-Vendor Marketplace Extension based website.
Check a brief overview of the plugin –
Laravel Marketplace Stripe Payment Gateway Features
- Admin can disable or enable this module from the admin panel.
- Automatically splits the customer’s payment between the seller and the admin.
- Accept all the cards that the Stripe supports.
- Allow sellers to register themselves using laravel Stripe connect.
- Buyers can save stripe cards for future payments while paying.
- PCI (Payment Card Industry) Compliance.
- 3D Secure – Added security layer.
Installation
Unzip the respective extension zip and then merge “packages” folder into the project root directory.
Goto config/app.php file and add following line under ‘providers’
Webkul\StripeConnect\Providers\StripeConnectServiceProvider::class
Goto composer.json file and add following line under ‘psr-4’
"Webkul\StripeConnect\": "packages/Webkul/StripeConnect/src"
Run these commands below to complete the setup
composer dump-autoload composer require stripe/stripe-php:7.0 php artisan route:cache php artisan migrate php artisan vendor:publish
Press 0 and then press enter to publish all assets and configurations.
How To Get The API Keys from the Stripe
To get the API Keys you can use Stripe website. First you’ll need to Sign in to the stripe account.
Go to https://dashboard.stripe.com/login then enter your login details.
Step 1:- Now, enable the option “View test data” to check payment in testing mode. By clicking on payment button you can check all transaction here.
Step 2:- Now click on Get your test API keys to get secret key and publishable key.
Step 3:- Click on Settings>>Connect Setting to get client id. Here you have to set redirect URL, redirect URL will be like this example.com/marketplace/stripe/connect/retrieve/token.
Module Configuration
After the successful installation of stripe connect for laravel, the admin can easily configure the module from the admin panel.
Now you will see the Stripe Payment under the Configure>Sales>Payment Method.
Status:- Admin can enable or disable this module.
Title:- Admin can set the title which will be displayed on the front end.
Description:- Admin can enter the description which they want to show on the checkout page.
Debug:- Admin can enable or disable the module for testing.
Who will pay application fee:- Admin can set here laravel stripe connect commission fee pay by seller or customer.
API Key:- Set the API key which is provided by the stripe payment gateway.(Production Mode)
API Publishable Key:- Set the API publishable key which is provided by the stripe payment gateway. (Production Mode)
Client ID:-Set Client Id provided by Stripe Payment Gateway, this is required to connect seller with stripe account.
API Test key:- Set the API test key so that this module will be used for testing.
API Test Publishable Key:- Set the API publishable key so that this module will be used for testing.
Sort Order:- Enter the sort order so that the payment method will appear on the payment page according to the entered sort order
Seller Configuration
Once the installation of the stripe multi-vendor payment gateway in laravel , sellers will find the menu “Stripe Connect” item tab in the seller panel as per the below snapshot:
After click on connect stripe, the seller will redirect to the stripe website to connect with stripe. Once it will be connect seller will redirect back to their account section.
Here seller has to fill the form then needs to connect with stripe to make transfer successfully. The seller can also revoke their account by clicking on “Revoke Your Stripe Account”.
Front End
At the time of checkout, the customer can select the payment method as Stripe, to pay with stripe.
After selecting the Stripe the customer can click on the placed order button to make the payment. Then the customer will be redirected to the stripe payment page, here they have to fill card detail and click on Pay Now.
In the other hand, customers can make payments with saved cards. After successful payment, they will get order id. They can check order status in their order history.
Seller Transaction Page
After successful transaction has been done using Multi-Vendor Stripe Payment Gateway then seller can check transaction details for that particular order in which payment done using Stripe Payment Gateway.
Hope it will be helpful for you or if you have any issue feel free to raise a ticket at https://bagisto.uvdesk.com/en/
Current Product Version - 1.2.0
Supported Framework Version - Bagisto v1.2.0
Be the first to comment.