{"id":2006,"date":"2019-07-22T14:50:52","date_gmt":"2019-07-22T09:20:52","guid":{"rendered":"https:\/\/www.concettolabs.com\/blog\/?p=2006"},"modified":"2019-07-22T14:50:52","modified_gmt":"2019-07-22T09:20:52","slug":"payment-gateway-integration-in-flutter","status":"publish","type":"post","link":"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/","title":{"rendered":"Need To Know About Payment Gateway Integration in Flutter"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">In Today\u2019s era, we live online shopping, online stores have all become integral and competition becomes more tough day by day hence the e-commerce business owners are moving to opt for other methods to succeed.<\/span><\/p>\n<h2><span class=\"ez-toc-section\" id=\"1_Payment_Gateway_Integration\"><\/span>1. Payment Gateway Integration:<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><span style=\"font-weight: 400;\">To make things easier for buyers and sellers both all you need is to apply payment Gateway integration into your application.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">These help consumers as they can avail of different types of services that include online payment with just a single click, online booking tickets, and doing all other stuff online.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">For the users who want to sell their products online internationally for these kinds of businesses, mobile app payment is fundamental.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Hence every mobile application has integrated with some or another payment gateway.<\/span><\/p>\n<h2><span class=\"ez-toc-section\" id=\"2_Payment_Gateway_Software\"><\/span>2. Payment Gateway Software:<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Integrating any merchant&#8217;s mobile application or an e-commerce website with electronic transactions is known as Payment Gateway Software.<\/p>\n<p>As we are all aware that without payment processing software any online transaction is not possible.<\/p>\n<p>These payment gateway software supports many popular and common financial systems which include American Express, MasterCard, and Visa, and is also able to verify users\u2019 data accurately and quickly.<\/p>\n<p>So by reading this, you must be aware that what a payment gateway integration is for, now let\u2019s discuss how to integrate a payment gateway with any mobile application for a better understanding we will take an example of Flutter App.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"How_To_Integrate_Payment_Gateway_In_Flutter_App\"><\/span>How To Integrate Payment Gateway In Flutter App?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>To do integration of <strong>payment gateway<\/strong> the knowledge of basic Java and to write platform-specific code require knowledge of swift and user have to do the same task twice as once for iOS and once for Android.<\/p>\n<p>If we take Flutter than building an application using flutter is easy so integrating payment gateway will be also easy hence we will take another approach for Instamojo integration. The question is what is Instamojo?<\/p>\n<p>A free payment gateway in India that is 100% secure, does not require maintenance cost and setup cost, and is trusted by 600000+ Indian businesses.<\/p>\n<p>But Instamojo does not provide a plugin for flutter hence to integrate Instamojo in the flutter app need to use any alternative method or platform channel.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"To_integrate_payment_gateway_in_flutter_app_all_you_need_is_Instamojo_API_doc_that_helps_you_to_get_answers_to_the_following_questions\"><\/span><strong>To integrate payment gateway in flutter app all you need is <span style=\"text-decoration: underline;\"><a href=\"https:\/\/docs.instamojo.com\/v1.1\/docs\" rel=\"nofollow\" target=\"_blank\">Instamojo API doc<\/a><\/span> that helps you to get answers to the following questions:<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2008 aligncenter\" title=\"Payment Gateway Integration\" src=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2019\/07\/imageedit_1_8076603706-1-1.png\" alt=\"Payment Gateway Integration\" width=\"668\" height=\"633\" srcset=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2019\/07\/imageedit_1_8076603706-1-1.png 558w, https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2019\/07\/imageedit_1_8076603706-1-1-300x284.png 300w\" sizes=\"auto, (max-width: 668px) 100vw, 668px\" \/><\/p>\n<ol>\n<li><span style=\"font-weight: 400;\">A payment request gets completed by creating an HTTP request which includes basic details of the user.\u00a0<\/span><\/li>\n<li><span style=\"font-weight: 400;\">As the request gets successful that means the Email address and Phone number valid than after it redirects to the URL for taking payment.<\/span><\/li>\n<li><span style=\"font-weight: 400;\">Once it takes to the URL need to open it in webview and just select the payment method and the rest of the things get managed by the payment gateway server.<\/span><\/li>\n<\/ol>\n<p>As we are now aware that to integrate payment gateway some or other plugins are required to complete the integration.<\/p>\n<p>Here, I want you all to know about one of the most amazing plugins of flutter known as the\u00a0<span style=\"text-decoration: underline;\"><a href=\"https:\/\/www.concettolabs.com\/blog\/webviews-in-flutter-what-an-amazing-breakthrough\/\" target=\"_blank\" rel=\"nofollow\">Flutter webview plugin<\/a><\/span>.<\/p>\n<p>If you need an application that has a secure payment flow in your website and you don\u2019t want to implement the same payment functionality for mobile view or an app that can display a web page without opening a device\u2019s browser than all you need is a cool plugin by flutter that allows incorporating with web views into flutter app that makes all the functionalities possible.<\/p>\n<p><span style=\"font-weight: 400;\">As a flutter webview plugin is just like any other widget that can easily incorporate the web view plugin into the app and makes it extremely simple.<\/span><\/p>\n<blockquote>\n<p style=\"text-align: left;\">WebView(initialUrl: \u2018<a href=\"https:\/\/flutter.io\" target=\"_blank\" rel=\"nofollow\"><span style=\"text-decoration: underline;\">https:\/\/flutter.io<\/span><\/a>&#8216;)<\/p>\n<p style=\"text-align: left;\"><span style=\"font-weight: 400;\">With javascriptMode parameter you can enable or disable JavaScript in your web view as webview is default disable hence to enable user need to construct webview like:<\/span><\/p>\n<p style=\"text-align: left;\">WebView(<br \/>\ninitialUrl: &#8216;https:\/\/flutter.io&#8217;,<br \/>\njavascriptMode: JavascriptMode.unrestricted,<br \/>\n)<\/p>\n<\/blockquote>\n<p><span style=\"font-weight: 400;\">A bit of coding is required to integrate the payment gateway into the <span style=\"text-decoration: underline;\"><a href=\"https:\/\/www.concettolabs.com\/flutter-app-development\" target=\"_blank\" rel=\"nofollow\">flutter app<\/a><\/span> and it\u2019s done.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Once the payment gets the success it redirects to Thank You screen or anything that is set from the user\u2019s end.<\/span><\/p>\n<p>Do you want to integrate below payment gateways<\/p>\n<ol>\n<li>PayPal integration in a flutter<\/li>\n<li>Paytm integration in a flutter<\/li>\n<li>flutter google pay<\/li>\n<li>Paypal payment gateway integration in a flutter<\/li>\n<li>razorpay flutter<\/li>\n<li>stripe flutter<\/li>\n<\/ol>\n<p>Then look no further than Concetto Labs. <a href=\"https:\/\/www.concettolabs.com\/inquiry\" target=\"_blank\" rel=\"nofollow\"><strong>Contact us now<\/strong><\/a> to know more.<\/p>\n<style>\n      .blog-block-4{background:url(https:\/\/www.concettolabs.com\/blog\/wp-content\/uploads\/2020\/08\/1-2.png);background-position: center;background-repeat: no-repeat;background-size: cover;width: 100%;margin: 0 auto;padding: 70px 60px;}      .blog-block-4 h3{font-size: 40px;line-height: 60px;}     a.blog-btn{padding:10px 30px;background: #000;color: #fff;font-size: 18px;border: 0;cursor: pointer;text-align:center; }   <\/style>\n<div class=\"blog-block-4\">\n<h3><span class=\"ez-toc-section\" id=\"Need_Payment_Gateway_Integration_in_Flutter\"><\/span>Need Payment Gateway<br \/>\nIntegration in Flutter?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><a class=\"blog-btn\" href=\"https:\/\/www.concettolabs.com\/inquiry\" target=\"_blank\" rel=\"nofollow\">Contact Us<\/a><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_71 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 eztoc-toggle-hide-by-default' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/#1_Payment_Gateway_Integration\" title=\"1. Payment Gateway Integration:\">1. Payment Gateway Integration:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/#2_Payment_Gateway_Software\" title=\"2. Payment Gateway Software:\">2. Payment Gateway Software:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/#How_To_Integrate_Payment_Gateway_In_Flutter_App\" title=\"How To Integrate Payment Gateway In Flutter App?\">How To Integrate Payment Gateway In Flutter App?<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/#To_integrate_payment_gateway_in_flutter_app_all_you_need_is_Instamojo_API_doc_that_helps_you_to_get_answers_to_the_following_questions\" title=\"To integrate payment gateway in flutter app all you need is Instamojo API doc that helps you to get answers to the following questions:\">To integrate payment gateway in flutter app all you need is Instamojo API doc that helps you to get answers to the following questions:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/#Need_Payment_Gateway_Integration_in_Flutter\" title=\"Need Payment Gateway \nIntegration in Flutter?\">Need Payment Gateway \nIntegration in Flutter?<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n","protected":false},"excerpt":{"rendered":"<p>In Today\u2019s era, we live online shopping, online stores have all become integral and competition becomes more tough day by day hence the e-commerce business owners are moving to opt for other methods to succeed. 1. Payment Gateway Integration: To make things easier for buyers and sellers both all you need is to apply payment [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2009,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[1360,1361,1362,1363,1364,1365],"class_list":["post-2006","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-flutter-payment-gateway-india","tag-flutter-stripe-payment","tag-integrate-payment-gateway-in-flutter-app","tag-payment-gateway-integration","tag-paypal-integration-in-flutter","tag-razorpay-flutter"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Need To Know About Payment Gateway Integration in the Flutter<\/title>\n<meta name=\"description\" content=\"Looking forward to payment gateway integration in flutter app. Concetto Labs provides stripe, PayPal, razorpay, Google Pay and Paytm integration in Flutter.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Need To Know About Payment Gateway Integration in the Flutter\" \/>\n<meta property=\"og:description\" content=\"Looking forward to payment gateway integration in flutter app. Concetto Labs provides stripe, PayPal, razorpay, Google Pay and Paytm integration in Flutter.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/\" \/>\n<meta property=\"og:site_name\" content=\"concettolabs\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/manish.patel.710\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-22T09:20:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2019\/07\/Flutter-Payment-Gateway-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Manish Patel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/withmanish\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Manish Patel\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/\",\"name\":\"Need To Know About Payment Gateway Integration in the Flutter\",\"isPartOf\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2019\/07\/Flutter-Payment-Gateway-1.jpg\",\"datePublished\":\"2019-07-22T09:20:52+00:00\",\"dateModified\":\"2019-07-22T09:20:52+00:00\",\"author\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/b27e0500ea2f536f7f0f5e7ab13566b9\"},\"description\":\"Looking forward to payment gateway integration in flutter app. Concetto Labs provides stripe, PayPal, razorpay, Google Pay and Paytm integration in Flutter.\",\"breadcrumb\":{\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/#primaryimage\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2019\/07\/Flutter-Payment-Gateway-1.jpg\",\"contentUrl\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2019\/07\/Flutter-Payment-Gateway-1.jpg\",\"width\":1280,\"height\":720,\"caption\":\"Need To Know About Payment Gateway Integration in Flutter\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Need To Know About Payment Gateway Integration in Flutter\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/\",\"name\":\"concettolabs\",\"description\":\"Just another WordPress site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/b27e0500ea2f536f7f0f5e7ab13566b9\",\"name\":\"Manish Patel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/manish2-96x96.png\",\"contentUrl\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/manish2-96x96.png\",\"caption\":\"Manish Patel\"},\"description\":\"Manish Patel is a Co-Founder of Concetto Labs, a leading mobile app development company specialized in android and iOS app development. We provide a one-stop solution for all IT related services.\",\"sameAs\":[\"https:\/\/websitelaravel.concettoprojects.com\/blog\",\"https:\/\/www.facebook.com\/manish.patel.710\",\"https:\/\/in.linkedin.com\/in\/manishpatel2509\",\"https:\/\/x.com\/https:\/\/twitter.com\/withmanish\"],\"url\":\"https:\/\/websitelaravel.concettoprojects.com\/blog\/author\/manish-patel\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Need To Know About Payment Gateway Integration in the Flutter","description":"Looking forward to payment gateway integration in flutter app. Concetto Labs provides stripe, PayPal, razorpay, Google Pay and Paytm integration in Flutter.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Need To Know About Payment Gateway Integration in the Flutter","og_description":"Looking forward to payment gateway integration in flutter app. Concetto Labs provides stripe, PayPal, razorpay, Google Pay and Paytm integration in Flutter.","og_url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/","og_site_name":"concettolabs","article_author":"https:\/\/www.facebook.com\/manish.patel.710","article_published_time":"2019-07-22T09:20:52+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2019\/07\/Flutter-Payment-Gateway-1.jpg","type":"image\/jpeg"}],"author":"Manish Patel","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/withmanish","twitter_misc":{"Written by":"Manish Patel","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/","name":"Need To Know About Payment Gateway Integration in the Flutter","isPartOf":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/#primaryimage"},"image":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/#primaryimage"},"thumbnailUrl":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2019\/07\/Flutter-Payment-Gateway-1.jpg","datePublished":"2019-07-22T09:20:52+00:00","dateModified":"2019-07-22T09:20:52+00:00","author":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/b27e0500ea2f536f7f0f5e7ab13566b9"},"description":"Looking forward to payment gateway integration in flutter app. Concetto Labs provides stripe, PayPal, razorpay, Google Pay and Paytm integration in Flutter.","breadcrumb":{"@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/#primaryimage","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2019\/07\/Flutter-Payment-Gateway-1.jpg","contentUrl":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2019\/07\/Flutter-Payment-Gateway-1.jpg","width":1280,"height":720,"caption":"Need To Know About Payment Gateway Integration in Flutter"},{"@type":"BreadcrumbList","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/payment-gateway-integration-in-flutter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/websitelaravel.concettoprojects.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Need To Know About Payment Gateway Integration in Flutter"}]},{"@type":"WebSite","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#website","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/","name":"concettolabs","description":"Just another WordPress site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/websitelaravel.concettoprojects.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/b27e0500ea2f536f7f0f5e7ab13566b9","name":"Manish Patel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/websitelaravel.concettoprojects.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/manish2-96x96.png","contentUrl":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-content\/uploads\/2022\/03\/manish2-96x96.png","caption":"Manish Patel"},"description":"Manish Patel is a Co-Founder of Concetto Labs, a leading mobile app development company specialized in android and iOS app development. We provide a one-stop solution for all IT related services.","sameAs":["https:\/\/websitelaravel.concettoprojects.com\/blog","https:\/\/www.facebook.com\/manish.patel.710","https:\/\/in.linkedin.com\/in\/manishpatel2509","https:\/\/x.com\/https:\/\/twitter.com\/withmanish"],"url":"https:\/\/websitelaravel.concettoprojects.com\/blog\/author\/manish-patel\/"}]}},"_links":{"self":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/posts\/2006","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/comments?post=2006"}],"version-history":[{"count":0,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/posts\/2006\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/media\/2009"}],"wp:attachment":[{"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/media?parent=2006"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/categories?post=2006"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/websitelaravel.concettoprojects.com\/blog\/wp-json\/wp\/v2\/tags?post=2006"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}