использование Banklink (Pandalink) на php

Решил я написать небольшой док по запуску модной в наших краях системы BankLink (Pangalink). Сподвигло меня на это дело сразу несколько обстоятельств. Во-первых, совершенное отсутствие адекватного руководства на русском языке. Во-вторых отсутствие вообще какого-либо руководства о том что это такое и зачем оно собственно нужно. И в третьих, прикольная тема, работа которой мне очень понравилась.… Continue reading использование Banklink (Pandalink) на php

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

SEB banklink (pangalink) specifics

Recently I wrote about Banklink(Pangalink) payment configuration with php. I want to add some specifics on SEB iPizza implementation. Here is the working code for generating request to SEB NOTE: I used in FORM tag attribute enctype=”multipart/form-data”. Request to SEB permanently returns error 500. Support team confirmed, that this issue is on their side and… Continue reading SEB banklink (pangalink) specifics

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