I am trying to send money (payout) from my business account to another Skrill account using API as documented, using a request like 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 am getting the following error as the response:
<response>
<error>
<error_msg>LOCK_LEVEL_9</error_msg>
</error>
</response>
And my account is getting locked. I am trying these transactions using my two test accounts, one for merchant account and other for buyer account.
(I tried to send money from my Skrill account manually and it is working. But I need to implement this in my website, so I'm attempting to make the API work as well.)