{"id":243636,"date":"2020-04-23T06:41:42","date_gmt":"2020-04-23T06:41:42","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=243636"},"modified":"2026-03-25T06:31:33","modified_gmt":"2026-03-25T06:31:33","slug":"laravel-marketplace-stripe-payment-gateway","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/","title":{"rendered":"Laravel Marketplace Stripe Payment Gateway"},"content":{"rendered":"\n<p><a href=\"https:\/\/store.webkul.com\/laravel-marketplace-stripe-vendor-payment.html\" target=\"_blank\" rel=\"noreferrer noopener\">Laravel Marketplace Stripe Payment Gateway<\/a> allows the customer to make the payment using Stripe payment. <\/p>\n\n\n\n<p>With the help of this module customer\u2019s payment automatically splits between the seller and the admin.<\/p>\n\n\n\n<p>NOTE:-<strong>Before buying this module, you have to visit&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/stripe.com\/global#SG\" target=\"_blank\">stripe.com<\/a>&nbsp;to check whether this payment gateway is available in your country or not.<\/strong><\/p>\n\n\n\n<p><strong>**Note:&nbsp;&nbsp;<\/strong>\u201c<strong>Laravel eCommerce Marketplace Stripe Payment Gateway\u201d&nbsp;<\/strong>is an addon of<strong>&nbsp;\u201c<a href=\"https:\/\/store.webkul.com\/laravel-multi-vendor-marketplace.html\" target=\"_blank\" rel=\"noreferrer noopener\">Laravel Multi-Vendor Marketplace Extension<\/a>\u201d.<\/strong><\/p>\n\n\n\n<p>This addon will work on a Multi-Vendor Marketplace extension-based website.<\/p>\n\n\n\n<p>Check a brief overview of the plugin &#8211;  <\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Admin can disable or enable this module from the admin panel.<\/li>\n\n\n\n<li>Automatically splits the customer\u2019s payment between the seller and the admin.<\/li>\n\n\n\n<li>Accept all the cards that the Stripe supports.<\/li>\n\n\n\n<li>Allow sellers to register themselves using laravel Stripe connect.<\/li>\n\n\n\n<li>Buyers can save stripe cards for future payments while paying.<\/li>\n\n\n\n<li>PCI (Payment Card Industry) Compliance.<\/li>\n\n\n\n<li>3D Secure &#8211; Added security layer.<\/li>\n<\/ul>\n\n\n<p><!--wp:heading-->\n<div class=\"wk-index-wrap\">\n<h3 class=\"index-title\">Requirements<\/h3>\n<\/div>\n<div class=\"margin-bottom-50\">\n<!--\/wp:heading--><\/p>\n\n\n<ul class=\"wp-block-list\">\n<li>Bagisto: v2.3.9<\/li>\n\n\n\n<li>Marketplace: v2.3.9<\/li>\n\n\n\n<li>Stripe: v19.1.0<\/li>\n<\/ul>\n\n\n<p><!--wp:heading-->\n<div class=\"wk-index-wrap\">\n<h3 class=\"index-title\">Installation<\/h3>\n<\/div>\n<div class=\"margin-bottom-50\">\n<!--\/wp:heading--><\/p>\n\n\n<p>Unzip the extension package and merge the <strong>&#8220;packages&#8221;<\/strong> folder into the project root directory.<\/p>\n\n\n\n<p>Go to the <strong>composer.json<\/strong> file and add the following line under <strong>&#8216;psr-4&#8217;<\/strong>:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&quot;Webkul\\\\StripeConnect\\\\&quot;: &quot;packages\/Webkul\/StripeConnect\/src&quot;<\/pre>\n\n\n\n<p>Run the following command:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer dump-autoload<\/pre>\n\n\n\n<p>Go to the <strong>bootstrap\/providers.php<\/strong> file and add the following line inside the array:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\StripeConnect\\Providers\\StripeConnectServiceProvider::class,<\/pre>\n\n\n\n<p>Run the following commands to complete the setup:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer require stripe\/stripe-php:19.1.0<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan marketplace-stripe:install<\/pre>\n\n\n\n<p>That&#8217;s it! Now execute the project on your specified domain.<\/p>\n\n\n<p><!--wp:heading-->\n<div class=\"wk-index-wrap\">\n<h3 class=\"index-title\">Stripe Connect Setup<\/h3>\n<\/div>\n<div class=\"margin-bottom-50\">\n<!--\/wp:heading--><\/p>\n\n\n<p>To connect the seller using Stripe Connect, add the following redirect URI in your Stripe account:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">PROJECT_URL\/marketplace\/stripe\/connect\/retrieve\/token<\/pre>\n\n\n<p><!--wp:heading-->\n<div class=\"wk-index-wrap\">\n<h3 class=\"index-title\">Webhook Setup<\/h3>\n<\/div>\n<div class=\"margin-bottom-50\">\n<!--\/wp:heading--><\/p>\n\n\n<p><p>Set up webhooks in Stripe:<\/p>\n<ul>\n<li>Test Mode: https:\/\/dashboard.stripe.com\/test\/workbench\/webhooks<\/li>\n<li>Live Mode: https:\/\/dashboard.stripe.com\/workbench\/webhooks<\/li>\n<\/ul><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Add a new destination<\/li>\n\n\n\n<li>Select events:\n<ul class=\"wp-block-list\">\n<li>payment_intent.canceled<\/li>\n\n\n\n<li>payment_intent.succeeded<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Select Webhook endpoint<\/li>\n<\/ul>\n\n\n\n<p>Set the webhook URL as:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">https:&#047;&#047;your_domain\/api\/stripe\/webhook\/payment-intent<\/pre>\n\n\n\n<p><p>Copy the signing secret and set it in:<\/p>\n<p><strong>Admin \u2192 Configuration \u2192 Sales \u2192 Payment Methods \u2192 Payment Intent Webhook Secret<\/strong><\/p><\/p>\n\n\n<p><!--wp:heading-->\n<div class=\"wk-index-wrap\">\n<h3 class=\"index-title\">How To Get The\u00a0<strong>API Key<\/strong>s from the Stripe<\/h3>\n<\/div>\n<div class=\"margin-bottom-50\">\n<!--\/wp:heading--><\/p>\n\n\n<p>To get the API Keys you can use&nbsp;<a href=\"https:\/\/stripe.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Stripe website<\/a>. First you\u2019ll need to&nbsp;<a href=\"https:\/\/dashboard.stripe.com\/login\" target=\"_blank\" rel=\"noreferrer noopener\">Sign in<\/a>&nbsp;to the stripe account.<\/p>\n\n\n\n<p>Go to&nbsp;<strong><a rel=\"noreferrer noopener\" href=\"https:\/\/dashboard.stripe.com\/login\" target=\"_blank\">https:\/\/dashboard.stripe.com\/login<\/a><\/strong>&nbsp;then enter your&nbsp;<strong>login<\/strong>&nbsp;details.<\/p>\n\n\n\n<p>Step 1:- From the left sidebar, click on <strong>Developers &gt;&gt; API Keys<\/strong> to get your <strong>Publishable Key<\/strong> and <strong>Secret Key<\/strong>. You can toggle between <strong>Test Mode<\/strong> and <strong>Live Mode<\/strong> as required.<\/p>\n\n\n\n<p>Step 2:- Copy the <strong>Publishable Key<\/strong> (pk_test \/ pk_live) and <strong>Secret Key<\/strong> (sk_test \/ sk_live) from the API Keys section.<\/p>\n\n\n\n<p>Step 3:- Now click on <strong>Settings  >> Connect >> Settings<\/strong>. Here you will find your <strong>Client ID<\/strong>.<\/p>\n\n\n\n<p>Step 4:- In the same Connect Settings page, scroll to the <strong>Redirect URLs<\/strong> section and add your redirect URL like <strong>https:\/\/example.com\/marketplace\/stripe\/connect\/retrieve\/token<\/strong>. Make sure the URL matches exactly.<\/p>\n\n\n\n<p>Step 5:- Ensure that <strong>OAuth for Standard Accounts<\/strong> is enabled in the Connect settings if you are using Stripe Connect.<\/p>\n\n\n<p><!--wp:heading-->\n<div class=\"wk-index-wrap\">\n<h3 class=\"index-title\">Module Configuration<\/h3>\n<\/div>\n<div class=\"margin-bottom-50\">\n<!--\/wp:heading--><\/p>\n\n<p>After the successful installation of Stripe Connect for Laravel, the admin can easily configure the module from the admin panel.<\/p>\n<!-- \/wp:post-content -->\n\n<!-- wp:paragraph -->\n<p>Now you will see the Stripe Payment under the&nbsp;<strong>Configure &gt; Sales &gt; Payment Method<\/strong>.<\/p>\n<!-- \/wp:paragraph --><\/div>\n<!-- \/wp:wk-add-pannel\/webkul-add-pannel -->\n\n<!-- wp:paragraph -->\n<p><strong>Status:-<\/strong> Admin can enable or disable this module.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Title:-<\/strong> Admin can set the title which will be displayed on the front end.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Description:-<\/strong> Admin can enter the description which they want to show on the checkout page.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Debug:-<\/strong> Admin can enable or disable the module for testing.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Who will pay application fee:-<\/strong> Admin can set here laravel stripe connect commission fee pay by seller or customer.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>API Key:-<\/strong> Set the API key which is provided by the stripe payment gateway.(Production Mode)<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>API Publishable Key:-<\/strong> Set the API publishable key which is provided by the stripe payment gateway. (Production Mode)<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Client ID:-<\/strong>Set Client Id provided by Stripe Payment Gateway, this is required to connect seller with stripe account.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>API Test key:-<\/strong> Set the API test key so&nbsp;that this module will be used for testing.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>API Test Publishable Key:-<\/strong> Set the API publishable key so that this module will be used for testing.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Sort Order:-<\/strong> Enter the sort order so that the payment method will appear on the payment page according to the entered sort order.<\/p>\n<!-- \/wp:paragraph -->\n\n<p><!--wp:heading-->\n<div class=\"wk-index-wrap\">\n<h3 class=\"index-title\">Stripe Payment Request | Admin<\/h3>\n<\/div>\n<div class=\"margin-bottom-50\">\n<!--\/wp:heading--><\/p>\n\n<!-- wp:paragraph -->\n<p>The store admin can view the payment requests generated by sellers under the option <strong>Marketplace&gt;Stripe Payment Request<\/strong><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here it shows the list of all sellers who have requested the admin to process the payouts for their account.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Admin can simple click on the <strong>Pay<\/strong> button alongside the respective seller name to process their payment.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:post-content -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:wk-block\/index-panel --><\/p>\n<!-- \/wp:wk-block\/index-panel -->\n\n<!-- wp:wk-block\/index-panel {\"className\":\"wk-index-wrap\"} -->\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\"><!-- wp:heading {\"level\":3,\"placeholder\":\"Title\",\"className\":\"index-title\"} -->\n<h3 class=\"wp-block-heading index-title\"><\/h3>\n<!-- \/wp:heading --><\/div><\/div>\n<!-- \/wp:wk-block\/index-panel -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once the installation of the stripe multi-vendor payment gateway in laravel , <a href=\"https:\/\/webkul.com\/blog\/laravel-multi-vendor-marketplace\/\" target=\"_blank\" rel=\"noreferrer noopener\">sellers<\/a> will find the menu \u201c<strong>Stripe Connect<\/strong>\u201d item tab in the seller panel as per the below snapshot:<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:image {\"id\":532061,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":{\"duotone\":\"unset\"}}} --><\/p>\n<!-- \/wp:image -->\n\n<!-- wp:image {\"id\":532061,\"className\":\"wp-block-image size-full\"} -->\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/seller-1.webp\" alt=\"\" class=\"wp-image-532061\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/seller-1.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/seller-1-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/seller-1-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/seller-1-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<!-- \/wp:image -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After clicking on Connect Stripe, the seller will be redirected to the Stripe website to connect with Stripe.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once it is connected, the seller will redirected back to their account section.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here seller has to fill out the form and then connect with Stripe&nbsp;to make the transfer successfully.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The seller can also revoke their account by clicking on &#8220;Revoke Your Stripe Account&#8221;.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:image {\"id\":471790,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><\/p>\n<!-- \/wp:image -->\n\n<!-- wp:image {\"id\":532377,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"wp-block-image size-full\",\"style\":{\"color\":{\"duotone\":\"unset\"}}} -->\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/revoke.webp\" alt=\"Revoke stripe account \" class=\"wp-image-532377\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/revoke.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/revoke-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/revoke-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/revoke-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<!-- \/wp:image -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:wk-add-pannel\/webkul-add-pannel --><\/p>\n<!-- \/wp:wk-add-pannel\/webkul-add-pannel -->\n\n<!-- wp:wk-block\/index-panel {\"className\":\"wk-index-wrap\"} -->\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\"><!-- wp:heading {\"level\":3,\"placeholder\":\"Title\",\"className\":\"index-title\"} -->\n<h3 class=\"wp-block-heading index-title\"><\/h3>\n<!-- \/wp:heading --><\/div><\/div>\n<!-- \/wp:wk-block\/index-panel -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:html -->\n<div class=\"margin-bottom-50\"><!-- wp:paragraph -->\n<p>At the time of checkout, the customer can select the payment method as <strong>Stripe Payment Gateway<\/strong>, to pay with Stripe.<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:image {\"id\":471793,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><\/p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"982\" height=\"1024\" class=\"wp-image-471793\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/10\/checkout-front-end-982x1024.webp\" alt=\"Checkout\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/10\/checkout-front-end-982x1024.webp 982w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/10\/checkout-front-end-288x300.webp 288w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/10\/checkout-front-end-239x249.webp 239w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/10\/checkout-front-end-768x801.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/10\/checkout-front-end.webp 1087w\" sizes=\"(max-width: 982px) 100vw, 982px\" loading=\"lazy\" \/><\/figure>\n<p><!-- \/wp:image --><\/p>\n<\/div>\n<!-- \/wp:html --><\/div>\n<!-- \/wp:column --><\/div>\n<!-- \/wp:columns -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After selecting the Stripe the customer can click on the<strong> placed order<\/strong> button to make the payment.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then the customer will be redirected to the Stripe payment page, here they have to fill card details and click on <strong>Pay Now<\/strong>.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:image {\"id\":472651,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><\/p>\n<!-- \/wp:image -->\n\n<!-- wp:image {\"id\":532383,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"wp-block-image size-full\",\"style\":{\"color\":{\"duotone\":\"unset\"}}} -->\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/paynow.webp\" alt=\"Pay Now\" class=\"wp-image-532383\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/paynow.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/paynow-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/paynow-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/paynow-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<!-- \/wp:image -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, customers can make payments with saved cards. After successful payment, they will get the order ID.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:image {\"id\":472654,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><\/p>\n<!-- \/wp:image -->\n\n<!-- wp:image {\"id\":472654,\"className\":\"wp-block-image size-full\"} -->\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1105\" height=\"624\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/11\/order-placed-blog.webp\" alt=\"order placed\" class=\"wp-image-472654\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/11\/order-placed-blog.webp 1105w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/11\/order-placed-blog-300x169.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/11\/order-placed-blog-250x141.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/11\/order-placed-blog-768x434.webp 768w\" sizes=\"(max-width: 1105px) 100vw, 1105px\" loading=\"lazy\" \/><\/figure>\n<!-- \/wp:image -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They can check the order status and details in their order history.<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:image {\"id\":472655,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><\/p>\n<!-- \/wp:image -->\n\n<!-- wp:image {\"id\":472655,\"className\":\"wp-block-image size-full\"} -->\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/11\/order-details.webp\" alt=\"order details\" class=\"wp-image-472655\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/11\/order-details.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/11\/order-details-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/11\/order-details-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/11\/order-details-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n<!-- \/wp:image -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:wk-add-pannel\/webkul-add-pannel --><\/p>\n<!-- \/wp:wk-add-pannel\/webkul-add-pannel -->\n\n<!-- wp:wk-block\/index-panel {\"className\":\"wk-index-wrap\"} -->\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\"><!-- wp:heading {\"level\":3,\"placeholder\":\"Title\",\"className\":\"index-title\"} -->\n<h3 class=\"wp-block-heading index-title\"><\/h3>\n<!-- \/wp:heading --><\/div><\/div>\n<!-- \/wp:wk-block\/index-panel -->\n\n<!-- wp:html -->\n<div class=\"margin-bottom-50\"><!-- wp:paragraph -->\n<p>After a successful transaction via the Multi-Vendor Stripe Payment Gateway, the seller can view the transaction details for the order.<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p>These details pertain to payments processed using the Stripe Payment Gateway.<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:image {\"id\":471797,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><\/p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"666\" class=\"wp-image-471797\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/10\/transaction-1200x666.webp\" alt=\"transaction\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/10\/transaction-1200x666.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/10\/transaction-300x166.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/10\/transaction-250x139.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/10\/transaction-768x426.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/10\/transaction.webp 1294w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n<p><!-- \/wp:image --><\/p>\n<\/div>\n<!-- \/wp:html -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hope it will be helpful for you or if you have any issue feel free to raise a ticket at&nbsp;<a href=\"https:\/\/bagisto.uvdesk.com\/en\/\">https:\/\/bagisto.uvdesk.com\/en\/<\/a><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><!-- \/wp:paragraph --><\/p>\n<!-- \/wp:paragraph -->","protected":false},"excerpt":{"rendered":"<p>Laravel Marketplace Stripe Payment Gateway allows the customer to make the payment using Stripe payment. With the help of this module customer\u2019s payment automatically splits between the seller and the admin. NOTE:-Before buying this module, you have to visit&nbsp;stripe.com&nbsp;to check whether this payment gateway is available in your country or not. **Note:&nbsp;&nbsp;\u201cLaravel eCommerce Marketplace Stripe <a href=\"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":243,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8396],"tags":[8055,8054,1485,1486],"class_list":["post-243636","post","type-post","status-publish","format-standard","hentry","category-bagisto","tag-bagisto","tag-laravel-ecommerce","tag-marketplace-stripe-payment","tag-stripe-connect"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Laravel Marketplace Stripe Payment Gateway<\/title>\n<meta name=\"description\" content=\"Laravel Marketplace Stripe Payment Gateway module automatically splits the customer\u2019s payment between the seller and the admin.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Laravel Marketplace Stripe Payment Gateway\" \/>\n<meta property=\"og:description\" content=\"Laravel Marketplace Stripe Payment Gateway module automatically splits the customer\u2019s payment between the seller and the admin.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-23T06:41:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-25T06:31:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/04\/seller-1.webp\" \/>\n<meta name=\"author\" content=\"Sanjana Singh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sanjana Singh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/\"},\"author\":{\"name\":\"Sanjana Singh\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/423f8850bc70196595e9e678c039f455\"},\"headline\":\"Laravel Marketplace Stripe Payment Gateway\",\"datePublished\":\"2020-04-23T06:41:42+00:00\",\"dateModified\":\"2026-03-25T06:31:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/\"},\"wordCount\":1014,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/04\/seller-1.webp\",\"keywords\":[\"Bagisto\",\"Laravel eCommerce\",\"Marketplace Stripe Payment\",\"Stripe Connect\"],\"articleSection\":[\"Bagisto\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/\",\"url\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/\",\"name\":\"Laravel Marketplace Stripe Payment Gateway\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/04\/seller-1.webp\",\"datePublished\":\"2020-04-23T06:41:42+00:00\",\"dateModified\":\"2026-03-25T06:31:33+00:00\",\"description\":\"Laravel Marketplace Stripe Payment Gateway module automatically splits the customer\u2019s payment between the seller and the admin.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/seller-1.webp\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/seller-1.webp\",\"width\":1120,\"height\":880},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Laravel Marketplace Stripe Payment Gateway\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/423f8850bc70196595e9e678c039f455\",\"name\":\"Sanjana Singh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3b1649473554d683f4cf4a8b85d233cf43338684aaedc9004cee2e3668990526?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3b1649473554d683f4cf4a8b85d233cf43338684aaedc9004cee2e3668990526?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"caption\":\"Sanjana Singh\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/sanjana-singh202\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Laravel Marketplace Stripe Payment Gateway","description":"Laravel Marketplace Stripe Payment Gateway module automatically splits the customer\u2019s payment between the seller and the admin.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/","og_locale":"en_US","og_type":"article","og_title":"Laravel Marketplace Stripe Payment Gateway","og_description":"Laravel Marketplace Stripe Payment Gateway module automatically splits the customer\u2019s payment between the seller and the admin.","og_url":"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2020-04-23T06:41:42+00:00","article_modified_time":"2026-03-25T06:31:33+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/04\/seller-1.webp","type":"","width":"","height":""}],"author":"Sanjana Singh","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Sanjana Singh","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/"},"author":{"name":"Sanjana Singh","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/423f8850bc70196595e9e678c039f455"},"headline":"Laravel Marketplace Stripe Payment Gateway","datePublished":"2020-04-23T06:41:42+00:00","dateModified":"2026-03-25T06:31:33+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/"},"wordCount":1014,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/04\/seller-1.webp","keywords":["Bagisto","Laravel eCommerce","Marketplace Stripe Payment","Stripe Connect"],"articleSection":["Bagisto"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/","url":"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/","name":"Laravel Marketplace Stripe Payment Gateway","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/04\/seller-1.webp","datePublished":"2020-04-23T06:41:42+00:00","dateModified":"2026-03-25T06:31:33+00:00","description":"Laravel Marketplace Stripe Payment Gateway module automatically splits the customer\u2019s payment between the seller and the admin.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/seller-1.webp","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/04\/seller-1.webp","width":1120,"height":880},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/laravel-marketplace-stripe-payment-gateway\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Laravel Marketplace Stripe Payment Gateway"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/423f8850bc70196595e9e678c039f455","name":"Sanjana Singh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3b1649473554d683f4cf4a8b85d233cf43338684aaedc9004cee2e3668990526?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3b1649473554d683f4cf4a8b85d233cf43338684aaedc9004cee2e3668990526?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","caption":"Sanjana Singh"},"url":"https:\/\/webkul.com\/blog\/author\/sanjana-singh202\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/243636","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/243"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=243636"}],"version-history":[{"count":71,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/243636\/revisions"}],"predecessor-version":[{"id":532479,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/243636\/revisions\/532479"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=243636"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=243636"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=243636"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}