{"id":683,"date":"2019-11-21T08:50:31","date_gmt":"2019-11-21T08:50:31","guid":{"rendered":"https:\/\/meetanshi.com\/blog\/2019\/11\/21\/solved-magento-paypal-issue-with-base-currency-inr\/"},"modified":"2025-05-22T15:20:52","modified_gmt":"2025-05-22T09:50:52","slug":"solved-magento-paypal-issue-with-base-currency-inr","status":"publish","type":"post","link":"https:\/\/meetanshi.com\/blog\/solved-magento-paypal-issue-with-base-currency-inr\/","title":{"rendered":"Solved &#8211; Magento PayPal Issue With Base Currency INR"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">PayPal offers a fast and reliable online payment service that allows you to pay, send money, and&nbsp;accept payments.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But life is not this simple!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are a Magento store owner in India and using PayPal for online payments, you might have faced problems with it when the base currency is INR.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Paypal does not allow payments in the Magento store with base currency as INR by default.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Any issue with the payments is bound to affect the sales and shopping experience of the Magento store. And we don\u2019t want that in business!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hence the solution to <strong>Magento Paypal issue with base currency INR<\/strong> is posted below:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Solution for Magento PayPal Issue With Base Currency INR:<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Copy file &nbsp;<strong>app\/code\/core\/Mage\/Paypal\/Model\/Config.php<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Paste at &nbsp;<strong>app\/code\/local\/Mage\/Paypal\/Model\/Config.php<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At line number 229, find<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">protected $_supportedCurrencyCodes = array('AUD', 'CAD', 'CZK', 'DKK', 'EUR', 'HKD', 'HUF', 'ILS', 'JPY', 'MXN', 'NOK', 'NZD', 'PLN', 'GBP', 'SGD', 'SEK', 'CHF', 'USD', 'TWD', 'THB');<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">and replace with<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">protected $_supportedCurrencyCodes = array('AUD', 'CAD', 'CZK', 'DKK', 'EUR', 'HKD', 'HUF', 'ILS', 'JPY', 'MXN', 'NOK', 'NZD', 'PLN', 'GBP', 'SGD', 'SEK', 'CHF', 'USD', 'TWD', 'THB','INR');<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">And that\u2019s it!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You have a solution for the Magento Paypal issue with INR as the base currency!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can thank me later once the cash starts flowing in your account  <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Recently, we also published a solution to another common issue with this payment gateway because of custom amounts in order total. You can read it at <a href=\"https:\/\/meetanshi.com\/blog\/manage-custom-amount-with-paypal-in-magento-2\/\" target=\"_blank\" rel=\"noreferrer noopener\">How to Manage Custom Amount with PayPal in Magento 2<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Don\u2019t forget to help the Indian Magento store owners with this PayPal issue by sharing the solution via social media.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PayPal offers a fast and reliable online payment service that allows you to pay, send money, and&nbsp;accept payments. But life is not this simple! If&#8230;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[34],"tags":[],"class_list":["post-683","post","type-post","status-publish","format-standard","hentry","category-magento"],"acf":[],"_links":{"self":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/683","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/comments?post=683"}],"version-history":[{"count":2,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/683\/revisions"}],"predecessor-version":[{"id":15176,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/683\/revisions\/15176"}],"wp:attachment":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/media?parent=683"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/categories?post=683"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/tags?post=683"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}