Решил я написать небольшой док по запуску модной в наших краях системы BankLink (Pangalink). Сподвигло меня на это дело сразу несколько обстоятельств. Во-первых, совершенное отсутствие адекватного руководства на русском языке. Во-вторых отсутствие вообще какого-либо руководства о том что это такое и зачем оно собственно нужно. И в третьих, прикольная тема, работа которой мне очень понравилась.… Continue reading использование Banklink (Pandalink) на php
Tag: banklink
Nordea banklink to get proper responce
I implemented Nordea banklink mechanism as described in Nordea banklink (pangalink) specifics. But it turned out, that bank doesn’t return proper set of data after payment is successful. Actually, there is nothing returned. In order to get information from bank you should specify the following option: or as it was shown in previous example as… Continue reading Nordea banklink to get proper responce
Nordea banklink(pangalink) specifics
Recently I wrote about Banklink(Pangalink) payment configuration with php. Here in Estonia, most of banks use iPizza mechanism (such as SwedBank, Sampo and SEB). Nordea uses SOLOPMT (thanks Kurapov for a clue) So, here is the code and explanations for generating form to post payment to Nordea bank: $VK_a_nordea[‘SOLOPMT_VERSION’] = ‘0003’; // ID of security… Continue reading Nordea banklink(pangalink) specifics
Banklink (Pangalink) php usage
This article was published in Russian on my blog midbar.livejournal.com. Now, I decided to translate it to English and publish here. This tutorial was written, due to the reason that there was no much information about Banklink (Pangalink) in Russian and English. So, here the document, how to set up BankLink connection, what it is… Continue reading Banklink (Pangalink) php usage