Develop
Customise and troubleshoot the Skrill add-on.
Multi-market support
To enable multi-market support, contact Skrill to add a new channel for each required market. Skrill will create the channel and send the Guid channel identifier and channel login information.
Do the following in the Litium.Studio.AddOns.Skrill.dll.config:
- Create a new channel section under channels (Copy and paste from an existing channel).
- Enter the channel id that you received from Skrill in the channelId attribute.
- Create a new unique paymentAccIdentifier. This should not contain any spaces and should be different for each channel.
Troubleshooting
Here are some tips in case the add-on does not behave as expected.
Incorrect user id or password message
Problem
When trying to place an order through Skrill, you get an error message that the user id and password is incorrect.
Solution
Check whether the following parameters are correct in the Litium.Studio.AddOns.Skrill.dll.config file, and that they match the information you have received from Skrill:
- sender =""
- login =""
- password=""
- secretKey =""
Check whether the url field in the .config file matches the following:
- for a production account: url = https://nextgenpay.com/frontend/payment.prc
- for a test account: url = https://test.nextgenpay.com/frontend/payment.prc.