Questions tagged [skrill]

Questions about the integration of Skrill Payment Gateway (formerly Moneybookers). Use with any relevant code language tags

Skrill is an e-commerce business that allows payments and money transfers to be made through the Internet, with a focus on low-cost international money transfers.

It is owned and operated by Skrill Limited, a UK-based company registered as a Money Service Business with Her Majesty's Revenue and Customs, regulated by the Financial Conduct Authority and licensed to operate within the European Union.

17 questions
24
votes
2 answers

How to integrate MoneyBookers in Web application in PHP?

I am creating a PHP website, and need to integrate MONEYBOOKERs as the payment gateway. Need help in embedding the MoneyBookers gateway to my site. As I am using the test link (sandbox URL) which is: …
Nishant Shrivastava
  • 2,113
  • 3
  • 26
  • 43
5
votes
2 answers

What causes Skrill error LOCK_LEVEL_9 when sending money?

I am trying to send money (payout) from my business account to another Skrill account using API as documented, using a request like the…
anu
  • 458
  • 2
  • 13
  • 36
3
votes
1 answer

What will be test URL for Skrill test checkout?

What will be tested URL for Skrill test checkout? Right now I am using this https://pay.skrill.com And I believe that somewhere it is not accepting test transaction it only accepting production (live) transactions. Thank You for your help.
Sunny Kasera
  • 449
  • 1
  • 7
  • 19
3
votes
2 answers

Skrill payment gateway integration in android

I want to integrate skrill payment gateway in one of my application. I am not able to find any solution. Please help if anybody have any idea.
user2050075
  • 189
  • 3
  • 14
2
votes
1 answer

MSID generation in Skrill Quick Checkout

I am using NodeJs. and following the quick checkout Integration of Skrill Payment Gateway. I am stuck at the time of success when we need to create msid and compare it with the provided one in the return success url for the authentication of…
axcl
  • 410
  • 6
  • 21
2
votes
0 answers

How to integrate skrill payment gateway in php?

I want to integrate skrill in my project but i don't know how it work. Anybody please help me. I am new to this payment gateway. I was tried with this.but i don't know what to do next
1
vote
1 answer

Integrate skrill payment gateway in codeigniter

I am having so much difficulty in integrating skrill payment gateway in codeigniter. Although I have searched a lot and found information about other payment gateways like paypal, stripe etc. but I couldn't find any useful information about skrill…
programmer
  • 65
  • 10
1
vote
1 answer

Add WC_Payment_Gateway description to Woocommerce option payment with Skrill plugin

I'm using the skrill plugin for electronic payments. the plugin plugin, however, does not give me the possibility to add a description to the payment method, how can I do it using the function file? I tried to use the code on this page: Additional…
Federica
  • 11
  • 3
1
vote
2 answers

Skrill redirect error "JBWEB000120: The request sent by the client was syntactically incorrect."

I'm using Skrill payment method in my asp.net web application. When clicked on booking button it redirects to the Skrill for payments as: protected void btnBook_Click(object sender, EventArgs e) { // Mastercard 5438311234567890 // Visa …
user1773603
1
vote
1 answer

skrill POST status response empty with node express

How can I extract the data sent to my post request to my status_url? After a successful payment (in test and live environment) I successfully get a post request to my status_url I provided but the req.body, req.params, and req.query are all…
Garuuk
  • 2,153
  • 6
  • 30
  • 59
1
vote
1 answer

Skrill BAD_REQUEST - Invalid parameter

I am trying to implement a quick payment form to my website for Skrill I am getting the error {"code":"BAD_REQUEST","message":"Invalid parameter"} Here my form
Furkan Gözükara
  • 22,964
  • 77
  • 205
  • 342
1
vote
1 answer

How to integrate Skrill in CodeIgniter?

I am using codeigniter and looking for integration of Skrill payment gateway but didn't get exact information from anywhere. I have already follow steps from example but it's not going to redirect on my status-url (outside of CodeIgniter). I have…
Ankit Doshi
  • 1,164
  • 3
  • 21
  • 43
1
vote
0 answers

Skrill Integration using php

I want to integrate Skrill to my website. I have tried their documentation but haven't managed to reach any goal. I have searched a lot but haven't found any libraries or proper documentation to do so. Need help with sample code. I don't want to do…
Akm Sadi
  • 304
  • 3
  • 8
0
votes
1 answer

Skrill: What is correct way to create recurring billing profile in Skrill

I am trying to generate a recurring payment using our test accounts and I am getting response on status url as well which is mentioned below. Implemented as per Instructions which are mentioned on page number: 12 & 35 Here is the code which we are…
0
votes
1 answer

Libgdx: redirect to url through post request

I need to integrate skrill with an android and a web libgdx game. Skrill gives a url and recommend using post request to call the api. How to do so from within the libgdx game?
Lynob
  • 5,059
  • 15
  • 64
  • 114
1
2