{"id":192821,"date":"2019-09-02T07:09:57","date_gmt":"2019-09-02T07:09:57","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=192821"},"modified":"2021-08-16T16:49:21","modified_gmt":"2021-08-16T16:49:21","slug":"laravel-ecommerce-cashu-payment-gateway","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/","title":{"rendered":"Laravel eCommerce CashU Payment Gateway"},"content":{"rendered":"\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">Laravel eCommerce CashU Payment Gateway<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<p>CashU payment is one of the popularly used payment methods in MENA countries and also in North Africa.<br \/>With the help of the Laravel eCommerce CashU payment gateway, the admin can integrate CashU payment with the<a href=\"https:\/\/bagisto.com\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" Bagisto eCommerce store (opens in a new tab)\"> <strong>Bagisto eCommerce store<\/strong><\/a> and customers can also select CashU payment method for the purchase of products.<\/p>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">How to install the module?<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<p>Customers will get a\u00a0<strong>zip folder<\/strong>\u00a0after purchasing the extension and\u00a0<strong>Unzip the extension<\/strong>\u00a0zip and then\u00a0<strong>merge<\/strong>\u00a0the\u00a0<strong>\u201cpackages\u201d\u00a0<\/strong>folders into the project<strong>\u00a0root directory.<\/strong><\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"1136\" height=\"375\" class=\"wp-image-192827\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway.png\" alt=\"laravel-ecommerce-cashu-payment-gateway\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway.png 1136w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway.png 768w\" sizes=\"(max-width: 1136px) 100vw, 1136px\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Goto <strong>config\/app.php<\/strong> file and add the following line under<strong> &#8216;providers&#8217;.<\/strong><\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">Webkul\\CashU\\Providers\\CashUServiceProvider::class\r\n<\/pre>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"661\" height=\"427\" class=\"wp-image-192830\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/Screenshot9-1.png\" alt=\"cashu payment gateway\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/Screenshot9-1.png 661w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/Screenshot9-1.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/Screenshot9-1.png 300w\" sizes=\"(max-width: 661px) 100vw, 661px\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Goto<strong> composer.json<\/strong> file and add the following line under<strong> &#8216;psr-4&#8217;<\/strong><\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">\"Webkul\\CashU\\\": \"packages\/Webkul\/CashU\/src\" \r\n<\/pre>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"639\" height=\"435\" class=\"wp-image-192831\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/Screenshot10-1.png\" alt=\"laravel cashu payment gateway\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/Screenshot10-1.png 639w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/Screenshot10-1.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/Screenshot10-1.png 300w\" sizes=\"(max-width: 639px) 100vw, 639px\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Now goto <strong>VerifyCsrfToken.php<\/strong> file and add following line in protected<strong> $except array (FilePath &#8211; app&gt;&gt;Http&gt;&gt;Middleware&gt;&gt;VerifyCsrfToken.php)<\/strong><\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">'cashu\/callback',\r\n\r\n'cashu\/cancel'\r\n<\/pre>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"692\" height=\"370\" class=\"wp-image-192835\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/Screenshot11-1.png\" alt=\"laravel ecommerce cashu payment gateway\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/Screenshot11-1.png 692w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/Screenshot11-1.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/Screenshot11-1.png 300w\" sizes=\"(max-width: 692px) 100vw, 692px\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Run these commands below to complete the setup<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">composer dump-autoload<\/pre>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">Admin Configuration For Laravel ECommerce CASHU Payment Gateway<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<p>After the successful installation of the module, the admin will also have to configure the module.<\/p>\r\n\r\n\r\n\r\n<p>Click on\u00a0<strong>configure&gt;&gt;Sales&gt;&gt;Payments Method<\/strong>, Under the<strong> CashU payment section<\/strong>, several fields required to be filled.<\/p>\r\n\r\n\r\n\r\n<p><strong>Title:-<\/strong>Admin can set the title in this field that will be visible in the Front end.<\/p>\r\n\r\n\r\n\r\n<p><strong>Description:-<\/strong>\u00a0Admin can provide the description in this field that will be visible on the checkout page.<\/p>\r\n\r\n\r\n\r\n<p><strong>Status:-<\/strong> Admin can Active or Disactive the module from here.<\/p>\r\n\r\n\r\n\r\n<p><strong>Merchant Id:-<\/strong> Admin has to provide the login Id here for the CashU.com.<\/p>\r\n\r\n\r\n\r\n<p><strong>Encryption Keyword:-<\/strong> Admin need to provide the password here for the CashU.com.<\/p>\r\n\r\n\r\n\r\n<p><strong>Display text:-<\/strong> This will be visible in the CashU payment page.<\/p>\r\n\r\n\r\n\r\n<p><strong>Transaction Mode:-<\/strong> Admin can also set the transaction mode between test and live in this field.<\/p>\r\n\r\n\r\n\r\n<p><strong>Encryption:-<\/strong> Admin can also set the encryption between <strong>Enhanced <\/strong>and<strong> Default<\/strong> in this field.<\/p>\r\n\r\n\r\n\r\n<p><strong>Sort order:-<\/strong> Admin can set the sort order here for the CashU payment that will be visible in the front end.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/Configuration-e1567580836418.png\" alt=\"laravel cashu payment gateway\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">Laravel eCommerce CashU payment gateway-Front end<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<p>Now the customers can select the CashU<strong> Payment method<\/strong>\u00a0that is visible under the\u00a0<strong>Select Payment Method.<\/strong><\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/Screenshot-from-2019-08-16-18-41-05-e1567578844804.png\" alt=\"cashu payment gateway laravel\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>After selecting the CashU payment a page will generate that will show the message like shown below:-<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"374\" height=\"50\" class=\"wp-image-192846\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/Screenshot13-1.png\" alt=\"bagisto cashu payment6 gatewayScreenshot13-1\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/Screenshot13-1.png 374w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/Screenshot13-1.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/Screenshot13-1.png 300w\" sizes=\"(max-width: 374px) 100vw, 374px\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Thus the buyer will be redirected to CashU payment page. A secure window will be displayed asking the buyer to enter his CashU account details and to enter the captcha code.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"782\" height=\"751\" class=\"wp-image-196061\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/cashu-blog-image.png\" alt=\"laravel cashu payment gateway\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/cashu-blog-image.png 782w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/cashu-blog-image.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/cashu-blog-image.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/09\/cashu-blog-image.png 768w\" sizes=\"(max-width: 782px) 100vw, 782px\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Click on the <strong>Pay button.<\/strong><\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"1036\" height=\"427\" class=\"wp-image-192848\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway-4.png\" alt=\"laravel-ecommerce-cashu-payment-gateway-4\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway-4.png 1036w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway-4.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway-4.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway-4.png 768w\" sizes=\"(max-width: 1036px) 100vw, 1036px\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p><br \/>That\u2019s all now the customer can see that the\u00a0<strong>order has been placed using CashU Payment Method.<\/strong><\/p>\r\n<\/div>\r\n\r\n\r\n\r\n<h2>Support<\/h2>\r\n<p>So, that was much about the User Guide of Laravel eCommerce CashU Payment Gateway for any queries or doubts reach out to us at<strong>\u00a0<a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">support@webkul.com<\/a>.<\/strong> You can also raise a ticket at our\u00a0<a href=\"https:\/\/bagisto.uvdesk.com\/en\/\"><strong>HelpDesk System.<\/strong><\/a><\/p>\r\n<p>Please explore our<strong><a href=\"https:\/\/webkul.com\/laravel-development\/\"> Laravel Development Services\u00a0<\/a><\/strong>and Quality\u00a0<strong><a href=\"https:\/\/store.webkul.com\/catalogsearch\/result\/index\/?cat=171&amp;q=laravel\">Bagisto Extensions<\/a><\/strong>.<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>Support So, that was much about the User Guide of Laravel eCommerce CashU Payment Gateway for any queries or doubts reach out to us at\u00a0support@webkul.com. You can also raise a ticket at our\u00a0HelpDesk System. Please explore our Laravel Development Services\u00a0and Quality\u00a0Bagisto Extensions.<\/p>\n","protected":false},"author":267,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8396,8929],"tags":[8055,9593,8054,9594,9595],"class_list":["post-192821","post","type-post","status-publish","format-standard","hentry","category-bagisto","category-e-commerce-bagisto","tag-bagisto","tag-cashupayment-gateway","tag-laravel-ecommerce","tag-laravel-ecommerce-cashu-payment-gateway","tag-laravel-ecommerce-platform"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Laravel eCommerce CashU Payment Gateway - Webkul Blog<\/title>\n<meta name=\"description\" content=\"With the help of the Laravel eCommerce CashU payment gateway, the admin can integrate CashU payment with the Bagisto eCommerce store.\" \/>\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-ecommerce-cashu-payment-gateway\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Laravel eCommerce CashU Payment Gateway - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"With the help of the Laravel eCommerce CashU payment gateway, the admin can integrate CashU payment with the Bagisto eCommerce store.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-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=\"2019-09-02T07:09:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-16T16:49:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway.png\" \/>\n<meta name=\"author\" content=\"Simant Verma\" \/>\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=\"Simant Verma\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/\"},\"author\":{\"name\":\"Simant Verma\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/63f64723fe98f166757f7903d1f7e7e0\"},\"headline\":\"Laravel eCommerce CashU Payment Gateway\",\"datePublished\":\"2019-09-02T07:09:57+00:00\",\"dateModified\":\"2021-08-16T16:49:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/\"},\"wordCount\":480,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway.png\",\"keywords\":[\"Bagisto\",\"CashUpayment gateway\",\"Laravel eCommerce\",\"laravel eCommerce CashU payment gateway\",\"laravel eCommerce platform\"],\"articleSection\":[\"Bagisto\",\"E commerce\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/\",\"url\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/\",\"name\":\"Laravel eCommerce CashU Payment Gateway - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway.png\",\"datePublished\":\"2019-09-02T07:09:57+00:00\",\"dateModified\":\"2021-08-16T16:49:21+00:00\",\"description\":\"With the help of the Laravel eCommerce CashU payment gateway, the admin can integrate CashU payment with the Bagisto eCommerce store.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway.png\",\"width\":1136,\"height\":375,\"caption\":\"laravel-ecommerce-cashu-payment-gateway\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Laravel eCommerce CashU 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\/63f64723fe98f166757f7903d1f7e7e0\",\"name\":\"Simant Verma\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7d1724606c049d771b8373de3119b9fde5f988195eb2e7d951f4acafa583388c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7d1724606c049d771b8373de3119b9fde5f988195eb2e7d951f4acafa583388c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Simant Verma\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/simantverma-bd183\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Laravel eCommerce CashU Payment Gateway - Webkul Blog","description":"With the help of the Laravel eCommerce CashU payment gateway, the admin can integrate CashU payment with the Bagisto eCommerce store.","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-ecommerce-cashu-payment-gateway\/","og_locale":"en_US","og_type":"article","og_title":"Laravel eCommerce CashU Payment Gateway - Webkul Blog","og_description":"With the help of the Laravel eCommerce CashU payment gateway, the admin can integrate CashU payment with the Bagisto eCommerce store.","og_url":"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2019-09-02T07:09:57+00:00","article_modified_time":"2021-08-16T16:49:21+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway.png","type":"","width":"","height":""}],"author":"Simant Verma","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Simant Verma","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/"},"author":{"name":"Simant Verma","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/63f64723fe98f166757f7903d1f7e7e0"},"headline":"Laravel eCommerce CashU Payment Gateway","datePublished":"2019-09-02T07:09:57+00:00","dateModified":"2021-08-16T16:49:21+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/"},"wordCount":480,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway.png","keywords":["Bagisto","CashUpayment gateway","Laravel eCommerce","laravel eCommerce CashU payment gateway","laravel eCommerce platform"],"articleSection":["Bagisto","E commerce"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/","url":"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/","name":"Laravel eCommerce CashU Payment Gateway - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway.png","datePublished":"2019-09-02T07:09:57+00:00","dateModified":"2021-08-16T16:49:21+00:00","description":"With the help of the Laravel eCommerce CashU payment gateway, the admin can integrate CashU payment with the Bagisto eCommerce store.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/08\/laravel-ecommerce-cashu-payment-gateway.png","width":1136,"height":375,"caption":"laravel-ecommerce-cashu-payment-gateway"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-cashu-payment-gateway\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Laravel eCommerce CashU 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\/63f64723fe98f166757f7903d1f7e7e0","name":"Simant Verma","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7d1724606c049d771b8373de3119b9fde5f988195eb2e7d951f4acafa583388c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7d1724606c049d771b8373de3119b9fde5f988195eb2e7d951f4acafa583388c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Simant Verma"},"url":"https:\/\/webkul.com\/blog\/author\/simantverma-bd183\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/192821","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\/267"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=192821"}],"version-history":[{"count":22,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/192821\/revisions"}],"predecessor-version":[{"id":301629,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/192821\/revisions\/301629"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=192821"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=192821"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=192821"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}