<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Sampath bank eke payment gateway udauwwak]]></title><description><![CDATA[<p dir="auto">Sampath bank eke payment gateway eka php laravel ekka integrate kala kauru hari innawada. komada karanne meka.</p>
]]></description><link>https://lankadevelopers.lk/topic/334/sampath-bank-eke-payment-gateway-udauwwak</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 12:57:26 GMT</lastBuildDate><atom:link href="https://lankadevelopers.lk/topic/334.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 30 Jul 2019 09:21:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Sat, 02 Jan 2021 05:03:34 GMT]]></title><description><![CDATA[<p dir="auto">Payhere api url ekata POST request ekak yawanna tiyenne. HTML form ekak hadala eka submit karanna thiyenne. Form eke action ekata danna ona Payhere API URL eka. Oyage domain eka payhere eke whitelist karanna ona kalin. ethakota oyage domain eke idan POST request yawanna puluwan. ekata aniwayen ona fields tiyenawa. (email, name, address, amount wage ewa). me tiyenne man karapu widiya.</p>
<p dir="auto">.env file</p>
<pre><code>PAYHERE_MERCHENT_ID=24333554141
PAYHERE_SECRET=8xxxxxxxxxxxxxxxxxxxxxxxxxJ7J
PAYHERE_API_URL=https://sandbox.payhere.lk/pay/checkout
</code></pre>
<p dir="auto">config/payhere.php</p>
<pre><code>return [
    'api_url'       =&gt; env('PAYHERE_API_URL', 'https://sandbox.payhere.lk/pay/checkout'),
    'merchant_id'   =&gt; env('PAYHERE_MERCHENT_ID', 'no_merchent'),
    'secret'        =&gt; env('PAYHERE_SECRET', 'no_secrete'),
    'return_url'    =&gt; env('PAYHERE_RETURN_URL', config('app.url') . '/checkout/return'),
    'notify_url'    =&gt; env('PAYHERE_NOTIFY_URL', config('app.url') . '/checkout/notify'),
    'cancel_url'    =&gt; env('PAYHERE_CANCEL_URL', config('app.url') . '/checkout/cancel'),
];

</code></pre>
<p dir="auto">Submit Order details (amount, items, name, etc)</p>
<pre><code>&lt;form class="width:100%" method="post" action="{{ config('payhere.api_url')}}"&gt;
@csrf
&lt;input type="hidden" name="merchant_id" value="{{ config('payhere.merchant_id') }}"&gt;
&lt;input type="hidden" name="return_url" value="{{ config('payhere.return_url') }}"&gt;
&lt;input type="hidden" name="cancel_url" value="{{ config('payhere.cancel_url') }}"&gt;
&lt;input type="hidden" name="notify_url" value="{{ config('payhere.notify_url') }}"&gt;
&lt;input type="hidden" name="order_id" value="{{ $order-&gt;reference }}"&gt;
&lt;input type="hidden" name="items" value="My Packages"&gt;
&lt;input type="hidden" name="currency" value="{{ $order-&gt;currency }}"&gt;
&lt;input type="hidden" name="amount" value="{{ $order-&gt;amount }}"&gt;
&lt;input type="hidden" name="first_name" value="{{ $order-&gt;first_name }}"&gt;
&lt;input type="hidden" name="last_name" value="{{ $order-&gt;last_name }}"&gt;
&lt;input type="hidden" name="email" value="{{ $order-&gt;email }}"&gt;
&lt;input type="hidden" name="phone" value="{{ $order-&gt;phone }}"&gt;
&lt;input type="hidden" name="address" value="{{ $order-&gt;address }}"&gt;
&lt;input type="hidden" name="city" value="{{ $order-&gt;city }}"&gt;
&lt;input type="hidden" name="country" value="{{ $order-&gt;country }}"&gt;
&lt;input type="hidden" name="hash" value="{{ $order-&gt;hash }}"&gt;

&lt;input type="submit" class="" value="Pay Now"&gt;
&lt;/form&gt;
</code></pre>
]]></description><link>https://lankadevelopers.lk/post/4219</link><guid isPermaLink="true">https://lankadevelopers.lk/post/4219</guid><dc:creator><![CDATA[malinga91]]></dc:creator><pubDate>Sat, 02 Jan 2021 05:03:34 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Sat, 26 Dec 2020 13:41:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/955">@achila-nilaweera</a> bro WP plugin eka edit karanna wei ehnam, mn WP gananam wadiya dnnha bro</p>
]]></description><link>https://lankadevelopers.lk/post/4195</link><guid isPermaLink="true">https://lankadevelopers.lk/post/4195</guid><dc:creator><![CDATA[dev_lak]]></dc:creator><pubDate>Sat, 26 Dec 2020 13:41:01 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Fri, 25 Dec 2020 18:49:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/2">@dev_lak</a><br />
Can you help me to add three client IDs to the Sampath bank payment gateway plugin. It has only one client ID at a time.How can I add 3 client IDs to wp plugin</p>
]]></description><link>https://lankadevelopers.lk/post/4192</link><guid isPermaLink="true">https://lankadevelopers.lk/post/4192</guid><dc:creator><![CDATA[achila nilaweera]]></dc:creator><pubDate>Fri, 25 Dec 2020 18:49:29 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Sun, 10 May 2020 06:42:54 GMT]]></title><description><![CDATA[<p dir="auto">meka balapn machn meke thiyanawa <a href="https://paycorp-international.gitbook.io/quick-web/" target="_blank" rel="noopener noreferrer nofollow ugc">https://paycorp-international.gitbook.io/quick-web/</a><br />
awulak awoth kiyapn mn lagadi paycorp eka use kara.</p>
]]></description><link>https://lankadevelopers.lk/post/3363</link><guid isPermaLink="true">https://lankadevelopers.lk/post/3363</guid><dc:creator><![CDATA[isuru mahesh perera]]></dc:creator><pubDate>Sun, 10 May 2020 06:42:54 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Sun, 26 Apr 2020 20:56:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/2">@dev_lak</a></p>
<p dir="auto">thanks bro.</p>
]]></description><link>https://lankadevelopers.lk/post/3334</link><guid isPermaLink="true">https://lankadevelopers.lk/post/3334</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Sun, 26 Apr 2020 20:56:14 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Sun, 26 Apr 2020 20:55:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/27">@root</a> hmm,, i also try to find api documentations, and i will make tutorials for php, node and add to github</p>
]]></description><link>https://lankadevelopers.lk/post/3333</link><guid isPermaLink="true">https://lankadevelopers.lk/post/3333</guid><dc:creator><![CDATA[dev_lak]]></dc:creator><pubDate>Sun, 26 Apr 2020 20:55:16 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Sun, 26 Apr 2020 20:53:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/2">@dev_lak</a></p>
<p dir="auto">i think they don't provide sandbox for public,  but we can create a process of intergration</p>
]]></description><link>https://lankadevelopers.lk/post/3332</link><guid isPermaLink="true">https://lankadevelopers.lk/post/3332</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Sun, 26 Apr 2020 20:53:07 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Sun, 26 Apr 2020 20:51:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/27">@root</a> then we can make tutorials, but we need a sandbox account too for test is it working or not</p>
]]></description><link>https://lankadevelopers.lk/post/3330</link><guid isPermaLink="true">https://lankadevelopers.lk/post/3330</guid><dc:creator><![CDATA[dev_lak]]></dc:creator><pubDate>Sun, 26 Apr 2020 20:51:25 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Sun, 26 Apr 2020 20:47:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/2">@dev_lak</a></p>
<p dir="auto">we have to find the informations, i have a friend in sampath bank i'll try to get information from him.</p>
]]></description><link>https://lankadevelopers.lk/post/3328</link><guid isPermaLink="true">https://lankadevelopers.lk/post/3328</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Sun, 26 Apr 2020 20:47:56 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Sun, 26 Apr 2020 20:46:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/27">@root</a> is they have public Gateway documentation?</p>
]]></description><link>https://lankadevelopers.lk/post/3327</link><guid isPermaLink="true">https://lankadevelopers.lk/post/3327</guid><dc:creator><![CDATA[dev_lak]]></dc:creator><pubDate>Sun, 26 Apr 2020 20:46:52 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Sun, 26 Apr 2020 20:41:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/1330">@Munasinghe-Arachchige-Tharindu-Dhananjaya</a></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/2">@dev_lak</a>  can we create tutorials for srilankan payment gateway integration with php and node ??</p>
]]></description><link>https://lankadevelopers.lk/post/3326</link><guid isPermaLink="true">https://lankadevelopers.lk/post/3326</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Sun, 26 Apr 2020 20:41:24 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Sun, 26 Apr 2020 17:42:38 GMT]]></title><description><![CDATA[<p dir="auto">Is there any tutorials about these??</p>
]]></description><link>https://lankadevelopers.lk/post/3325</link><guid isPermaLink="true">https://lankadevelopers.lk/post/3325</guid><dc:creator><![CDATA[Munasinghe Arachchige Tharindu Dhananjaya]]></dc:creator><pubDate>Sun, 26 Apr 2020 17:42:38 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Tue, 30 Jul 2019 10:30:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/1128">@jtta6</a> machan mekath sampath bank ekema thmai. balanna me values tikama thamai egoillonge main payment gateway ekatath yawanne. example ekak widiyata meka balanna</p>
<p dir="auto"><a href="https://support.payhere.lk/api-&amp;-mobile-sdk/payhere-checkout" target="_blank" rel="noopener noreferrer nofollow ugc">https://support.payhere.lk/api-&amp;-mobile-sdk/payhere-checkout</a></p>
]]></description><link>https://lankadevelopers.lk/post/2019</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2019</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Tue, 30 Jul 2019 10:30:16 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Tue, 30 Jul 2019 09:53:23 GMT]]></title><description><![CDATA[<p dir="auto">meke laravel walata library ekak ne. Javascript walin karanne. Order ekak submit purchace kalama bank order eka wenne javascript ekenda. order eka php request ekak widihata yawanawada server ekata</p>
]]></description><link>https://lankadevelopers.lk/post/2017</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2017</guid><dc:creator><![CDATA[jtta6]]></dc:creator><pubDate>Tue, 30 Jul 2019 09:53:23 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Tue, 30 Jul 2019 09:50:49 GMT]]></title><description><![CDATA[<p dir="auto">hari test eka hadala eke issue ekk awot kyanna, sample code ekak denawa samanyen doc eke</p>
]]></description><link>https://lankadevelopers.lk/post/2016</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2016</guid><dc:creator><![CDATA[dev_lak]]></dc:creator><pubDate>Tue, 30 Jul 2019 09:50:49 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Tue, 30 Jul 2019 09:49:53 GMT]]></title><description><![CDATA[<p dir="auto">ow eke wisthara okkoma ewwa. eke widihata mn test ekak hadanawa</p>
]]></description><link>https://lankadevelopers.lk/post/2015</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2015</guid><dc:creator><![CDATA[jtta6]]></dc:creator><pubDate>Tue, 30 Jul 2019 09:49:53 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Tue, 30 Jul 2019 09:49:09 GMT]]></title><description><![CDATA[<p dir="auto">gateway eke documentation eka tyenwd?</p>
]]></description><link>https://lankadevelopers.lk/post/2014</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2014</guid><dc:creator><![CDATA[dev_lak]]></dc:creator><pubDate>Tue, 30 Jul 2019 09:49:09 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Tue, 30 Jul 2019 09:43:00 GMT]]></title><description><![CDATA[<p dir="auto">mn danne ne kohomada karanne kiyala. pycorp eken karanna tiyenne. mn kalin karala ne. loku idea ekak ne mata integrate karanne kohomada kiyala.</p>
]]></description><link>https://lankadevelopers.lk/post/2012</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2012</guid><dc:creator><![CDATA[jtta6]]></dc:creator><pubDate>Tue, 30 Jul 2019 09:43:00 GMT</pubDate></item><item><title><![CDATA[Reply to Sampath bank eke payment gateway udauwwak on Tue, 30 Jul 2019 09:41:09 GMT]]></title><description><![CDATA[<p dir="auto">mkkda aula?</p>
]]></description><link>https://lankadevelopers.lk/post/2011</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2011</guid><dc:creator><![CDATA[dev_lak]]></dc:creator><pubDate>Tue, 30 Jul 2019 09:41:09 GMT</pubDate></item></channel></rss>