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