{"id":56,"date":"2025-05-20T04:13:39","date_gmt":"2025-05-20T04:13:39","guid":{"rendered":"https:\/\/documentation.iqonic.design\/frezka\/?p=56"},"modified":"2025-06-10T05:29:38","modified_gmt":"2025-06-10T05:29:38","slug":"phonepe-payment","status":"publish","type":"post","link":"https:\/\/documentation.iqonic.design\/frezka\/phonepe-payment\/","title":{"rendered":"PhonePe Payment"},"content":{"rendered":"<div class=\"nolwrap\">\n<pre class=\"wp-block-preformatted\">Estimated reading: 1 minutes<\/pre>\n\n\n\n<p>Welcome to PhonePe! In this guide, you will learn how to sign up for a PhonePe account and obtain API keys necessary for integrating PhonePe into your website or application.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Login \/ Sign Up as PhonePe Merchant<\/strong><\/h2>\n\n\n\n<p>The first step to start using PhonePe Insights is to register on PhonePe as a merchant.<\/p>\n\n\n\n<p>After onboarding, you will receive an email with required information and link to Insights. This chapter details steps to start using Insights.<\/p>\n\n\n\n<p>If you face any trouble, PhonePe support executives are just a call\/mail away.<\/p>\n\n\n\n<p>You can write to&nbsp;<a href=\"mailto:merchant-desk@phonepe.com\" target=\"_blank\" rel=\"noreferrer noopener\">merchant-desk@phonepe.com<\/a>&nbsp;for all your queries.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Steps to Start Using PhonePe Insights<\/strong><\/h2>\n\n\n\n<p><strong>Sign Up<\/strong><\/p>\n\n\n\n<p>1. Register your business to&nbsp;<a href=\"https:\/\/www.phonepe.com\/business-solutions\/payment-gateway\/register\/\" target=\"_blank\" rel=\"noreferrer noopener\">PhonePe<\/a><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"771\" src=\"https:\/\/documentation.iqonic.design\/frezka\/wp-content\/uploads\/sites\/13\/2025\/05\/PhonePe_Payment1.jpg\" alt=\"\" class=\"wp-image-580\" \/><\/figure>\n\n\n\n<p>2. Check your registered mail ID for a mail from the PhonePe team with the subject line:<strong>PhonePe dashboard access \u2013&nbsp;<\/strong>. This mail will contain Merchant ID and a link to go to login page. Keep the Merchant ID for your referral and click on the link which will redirect you to the login page.<\/p>\n\n\n\n<p><strong>NOTE<\/strong><\/p>\n\n\n\n<p>You might receive a mail with subject line&nbsp;<strong>&#8220;Welcome to PhonePe PG &#8211; Required Onboarding Documents&#8221;<\/strong><\/p>\n\n\n\n<p>&#8221; Thank you for signing up for PhonePe Payment Gateway. We are thrilled to have you onboard! Due to an overwhelming response to our offer, we are currently experiencing a heavy inflow of registrations. Rest assured our team is committed to completing your onboarding process as soon as possible. We will get in touch with you within 4-5 business days to help you go live &#8230; &#8230; &#8220;<\/p>\n\n\n\n<p>You&#8217;ll receive a PDF File of Required Onboarding Documents with this mail. They&#8217;ll contact you and please keep mentioned document ready. When you get mail contain Merchant ID and a link to go to login page follow the further steps to get keys.<\/p>\n\n\n\n<p>3. Enter your merchant ID and registered email ID. Check the box which says&nbsp;<strong>I am not a Robot<\/strong>.<\/p>\n\n\n\n<p>4. Click on&nbsp;<strong>Register<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Change Password<\/strong><\/h2>\n\n\n\n<p>1. Post registration, you will be asked to set a password for your Insights account. This is done to ensure that your business data is secure with you.<\/p>\n\n\n\n<p>2. When your registration is successful, you will get another mail from the PhonePe team which will contain a link to set your password.<\/p>\n\n\n\n<p>3. Click on the link, enter the new password and confirm the password. Once done, click on Submit.<\/p>\n\n\n\n<p>Do not share your password(s) with anyone. Other team members can be added to Insights by the admin.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"How to login on PhonePe Business Web Dashboard?\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/KqlqDHqTH6Q?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Login to PhonePe Merchant<\/strong><\/h2>\n\n\n\n<p>In the next step, you will be asked to log in with your registered email ID and the password that you just set.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Obtain API Keys<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For obtaining key you have to reach out to&nbsp;<a href=\"https:\/\/developer.phonepe.com\/v1\/docs\/contact-us\" target=\"_blank\" rel=\"noreferrer noopener\">PhonePe Team<\/a><\/li>\n\n\n\n<li>For more Testing details Checkout&nbsp;<a href=\"https:\/\/developer.phonepe.com\/v1\/docs\/uat-testing\" target=\"_blank\" rel=\"noreferrer noopener\">PhonePe Payment Gateway Testing Document<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Obtain App Id<\/strong><\/h2>\n\n\n\n<p>1. Call the following method in the&nbsp;<code>init()<\/code>&nbsp;method of your project to print packageSignature in release mode with JKS to get the App ID from PhonePe:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> \/\/This Method is Needed to print packageSignature in release mode with jks to get Appid from Phone pe<br> void getPackageSignatureForAndroid() {<br>   if (Platform.isAndroid) {<br>     PhonePePaymentSdk.getPackageSignatureForAndroid().then((packageSignature) {<br>       print('PhonePeSdk packageSignature $packageSignature');<br>     }).catchError((error) {<br>       return error;<br>     });<br>   }<br> }<\/pre>\n\n\n\n<p>2. Share this PhonePeSdk packageSignature with PhonePe Integration team via Email.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Add Generated Keys To Admin Panel<\/strong><\/h2>\n\n\n\n<p>Now you&#8217;ve successfully generated keys please navigate to Admin Panel and follow the steps mentioned below<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Navigate to&nbsp;<strong>Settings \u2192 Payment Configuration<\/strong>.<\/li>\n\n\n\n<li>Enable the switch for&nbsp;<strong>PhonePe<\/strong>&nbsp;Payment.<\/li>\n\n\n\n<li>Choose Mode of the keys.<\/li>\n\n\n\n<li>Paste values\n<ul class=\"wp-block-list\">\n<li><strong>Merchant Id<\/strong>&nbsp;under the&nbsp;<em>MerchantId<\/em>&nbsp;field.<\/li>\n\n\n\n<li><strong>App Id<\/strong>&nbsp;under the&nbsp;<em>App Id<\/em>&nbsp;field.<\/li>\n\n\n\n<li><strong>Salt Key<\/strong>&nbsp;under the&nbsp;<em>Salt Key<\/em>&nbsp;field.<\/li>\n\n\n\n<li><strong>Salt Index<\/strong>&nbsp;under the&nbsp;<em>Salt Index<\/em>&nbsp;field.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Save the changes.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1559\" height=\"739\" src=\"https:\/\/documentation.iqonic.design\/frezka\/wp-content\/uploads\/sites\/13\/2025\/05\/PhonePe_Payment2.png\" alt=\"\" class=\"wp-image-581\" \/><\/figure>\n\n\n\n<p><strong>TIP<\/strong><\/p>\n\n\n\n<p>Congratulations! Your Razorpay configuration is done.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Remove Phone-Pe Payment<\/strong><\/h2>\n\n\n\n<p>Two ways to remove Paystack payment gateway<\/p>\n\n\n\n<p><strong>1. Permanent removal from code<\/strong><\/p>\n\n\n\n<p>1. Open your pubspec.yaml file.<\/p>\n\n\n\n<p>2. Locate the following lines and remove them:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">phonepe_payment_sdk: LATEST_VERSION<\/pre>\n\n\n\n<p>3.Save the file and run the following command to update your project:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">flutter pub get<\/pre>\n\n\n\n<p>4. Remove any code related to Phone-Pe in your project to ensure no references remain.<\/p>\n\n\n\n<p><strong>NOTE<\/strong><\/p>\n\n\n\n<p>If you have remove dependency from pubspec.yaml then hit the pub get command. now, remove the code related to&nbsp;<strong>phonepe_payment_sdk<\/strong>.<\/p>\n\n\n\n<p><strong>2. Temporary disablement (recommended for temporary use cases)<\/strong><\/p>\n\n\n\n<p>1. Open the Admin Panel of your application.<\/p>\n\n\n\n<p>2. Navigate to: Settings \u2192 Payment Method.<\/p>\n\n\n\n<p>3. Locate the Phone-Pe option and turn off the toggle to disable it temporarily.<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Estimated reading: 1 minutes Welcome to PhonePe! In this guide, you will learn how to sign up for a PhonePe account and obtain API keys necessary for integrating PhonePe into your website or application. Login \/ Sign Up as PhonePe Merchant The first step to start using PhonePe Insights is to register on PhonePe as [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"parent":30,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-56","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"featured_image_src":null,"author_info":{"display_name":"laraveladminiq","author_link":"https:\/\/documentation.iqonic.design\/frezka\/author\/laraveladminiq\/"},"children":[],"_links":{"self":[{"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/posts\/56","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/comments?post=56"}],"version-history":[{"count":4,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/posts\/56\/revisions"}],"predecessor-version":[{"id":1000,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/posts\/56\/revisions\/1000"}],"up":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/posts\/30"}],"wp:attachment":[{"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/media?parent=56"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/categories?post=56"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/tags?post=56"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}