PDA

View Full Version : smsCoin Payment gateway plugin configuring



John
March 19, 2012, 09:33 AM
Hello,
Today I would like to talk about smsCoin plugin, which requires some configuring steps and a bit of attention.

1. Register an account with SMSCoin (http://smscoin.com/account/register/);
2. Select "Purses" (sms:Bank) and click on the "New" button;
3. Fill in the following fields:


Security code – use any word or digits (for example: secretcode)
Select countries (keep in mind that commission levels vary from country to country when selecting all countries)
Success URL should be built in the following way: http://yourdomain.com/plugins/smsCoin/controllers/post.gateway.php
Success URL method – post
Fail URL should be built in the following way: http://yourdomain.com/plugins/smsCoin/controllers/post.gateway.php
Fail URL method - post
Result URL should be built in the following way: http://yourdomain.com/plugins/smsCoin/controllers/post.gateway.php
Result URL method – post


4. Go to Admin Panel of your Flynax powered site and install the Plugin (SMSCoin).
5. Go to Admin Panel >> Configurations >> Payment gateways >> SMSCoin Bank and configure the Plugin:


SMSCoin ID – your ID in sms:Bank (See picture 1);
Language – language used on your site;
Keyword – a secret word that you specified when creating sms:Bank (See picture 1).


2

A price limit on your site depends on your country and mobile operator.
To calculate a price limit you can use SMSCoin calculator at http://smscoin.net/calculator/ (See picture 2).
So, this will give you the ability to set a price limit for your plans.

3

During payment processing the Plugin will make sure that the price does not exceed a limit set for a selected country
(a country from which a user wants to make a payment).
If the price exceeds the limit then SMSCoin gateway will disappear from the list.

You can familiarize yourself with SMSCoin commission rates at: http://smscoin.com/info/worldwide/
Let's discuss any issues in this thread.

John

Milea Ionut
March 19, 2012, 01:24 PM
Thank you for this easy to use payment system!

John
March 20, 2012, 05:32 AM
You are welcome!

Dmitry Kondrashov
April 8, 2012, 10:48 AM
does not appear among the payment systems after adding the listing.
what could be the problem? checked more than once all the settings

Sham Kanji
April 13, 2012, 08:09 PM
im having the same problem. ive checked all settings, am i missing something?

help?

John
June 6, 2012, 12:42 PM
Hello Guys,
Could you explain the problem in detail? Screenshots would be very helpful!

John

Peter Jonsson
July 24, 2012, 08:03 AM
I cant use this. When i select to pay with smscoin with the banner plugin i only get "The payment gateway has failed, please try another one."
The paypal works fine.

And i just tried to use it when listing ad and the smscoin icon dont appear.

Also i have a question.

My site are in swedish. Do i type 'swedish' in the language or do i need to have it set to 'english' ?
Also will they see the 50 in kronor or USD ? Kinda annoying if i/we will se it in USD.

Vladimir
July 24, 2012, 11:38 AM
Hello Peter,

You can see the solution of this problem here (http://www.flynax.com/forum/showthread.php?428-Help-to-implement-interkassa-payment&highlight=smscoin).

Peter Jonsson
July 25, 2012, 09:27 AM
I guess that worked but to bad smscoin dont work with my site.

I use kronor on my site as it is a swedish site.

My price are 25kronor. This wont work with smscoin because smscoin see this as 25USD.

So to be able to use this on my site i need to have it set to 1kronor wich are 10USD and i cant have it like that.

Any way to change it so that i can use kronor instead of USD ?

Vladimir
August 1, 2012, 12:16 PM
You can fix the problem in the following way:

- open file plugins/smsCoin/controllers/pre.gateway.php
- add this code after 8 line (before variable $s_sign):



$price = round(($price / $rate), 2); // (For example: $rate = 25 kronor)

Peter Jonsson
August 1, 2012, 06:15 PM
Do i need to do something else ? Because the banner cost 25kronor on my site but when i get trasfered to the smscoin site the price is only 10kronor.

Vladimir
August 2, 2012, 04:22 AM
I thought you mean the listing plans. The plugin SMSCoin working is not correctly for the banners now. We are planning to realise a new version of plugin "SMSCoin" soon (next week), where this error will be fix. Or you can submit a ticket to our technical support and we will fix it asap.

Peter Jonsson
August 2, 2012, 06:35 PM
I can wait :)

Maaz Surchy
December 16, 2012, 02:06 AM
Hello John
Thank you for your how to description.

I installed the smsCoin and I followed every steps in here, when I chose to pay by SMSCOIN the website transfers me to: http://bank.smscoin.com/bank/ and then I got this message: Error No Service Found.

Are there any errors in smsCoin plugin, or do smsCoin have problems with their service?

I chose it for Iraq!!!

Vladimir
December 17, 2012, 05:17 AM
Hello,

We've checked the problem in your site but haven't found any errors in plugin. Could you please give us access to your SMSCoin account (as private message) and we will check settings of your account.

Milea Ionut
January 3, 2013, 01:29 PM
Hello,

I have a problem with the VAT calculation of my prices. I have created a list of credits packages but when i try to pay with smscoin the VAT is not calculated correctly. Ex: for a 3.5 EUR package on smscoin i get 3.72 EUR but the VAT is 24%(correct price is 4.34 EUR). All prices are calculated wrong, except the 1 EUR package. What should i do?

Thanks!

Stefaan Vigneron
March 10, 2013, 02:25 PM
when i make a payment using smsCoin, to set add as featured, paiment is ok, but when i return to site i have ERROR 404: Requested page not found

i checked settings, and they seem fine...

any idea?

Steffen Buschkemper
July 23, 2013, 10:47 PM
Hello Milea Ionut.
Implement a currency calculator in the payment gateway and all be fine.
I've added such feature to my ccAvenue payment plugin.


Hello Stefaan Vigneron



when i make a payment using smsCoin, to set add as featured, paiment is ok, but when i return to site i have ERROR 404: Requested page not found
i checked settings, and they seem fine...
any idea?


This shows once more that the whole payment system has big problems.
Flynax team - When will it finally resolved?

The payment system needs your attention and should have a certain priority.
What use are all the payment options when they do not stable work?
Some customers want to earn money.

Maaz Surchy
June 24, 2015, 12:39 PM
could you guys please update this plugin to work with Flynax 4.4

I have it installed, but cannt find it anywhere, neither in config or paymet gateways.

Kenan Mahmutovic
November 1, 2015, 01:51 PM
same for me, need update!

John
November 3, 2015, 04:07 AM
Hello Guys,
We are already working on the smsCoing plugin update, I hope it will be ready early next week.
Please keep an eye on our blog or facebook to be in touch.

John

Giuseppe Mollo
April 21, 2016, 09:04 AM
Any update? The plugin still not appear in the Payment Gateways...flynax 4.4.1

Giuseppe Mollo
May 4, 2016, 10:47 AM
Nobody?...