I am trying to send money (payment) from my account to another Skrill account using the API as described in the document using a request similar to the following
https://www.moneybookers.com/app/pay.pl?action=prepare& email=mymailid@host.com &password=6b4c1ba48880bcd3341dbaeb68b2647f&amount=500¤cy=INR& bnf_email=beneficiary@domain.com &subject=some_subject¬e=some_note&frn_trn_id=111
But I get the following error message:
<response> <error> <error_msg>LOCK_LEVEL_9</error_msg> </error> </response>
And my account is getting locked out. I am trying to complete these transactions using my two test accounts: one for the seller account and the other for the buyer account.
(I tried to send money from my Skrill account manually and it works. But I need to implement this on my website, so I'm trying to get the API to work as well.)
source share