Reputation: 189
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.
Upvotes: 3
Views: 2264
Reputation: 11
There is a one way to integrate skrill with android aap. you have to program your web server for it in php . and send post commands to that web server link through your android app.
Upvotes: 1
Reputation: 11
Even thought there is no such SDK, you can aways redirect the customer to skrill through the browse or simple within your app. Once you prepare the request with prepare_only=1 , you just get back a sid and you can simple redirect with the sid to skrill => /app/payment.pl?sid="the_returned_sid" The status_url is handled on the server side anyway ;)
Upvotes: 1