+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: smsCoin Payment gateway plugin configuring

  1. #1
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606

    smsCoin Payment gateway plugin configuring

    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:
    1. Security code – use any word or digits (for example: secretcode)
    2. Select countries (keep in mind that commission levels vary from country to country when selecting all countries)
    3. Success URL should be built in the following way: http://yourdomain.com/plugins/smsCoin/controllers/post.gateway.php
    4. Success URL method – post
    5. Fail URL should be built in the following way: http://yourdomain.com/plugins/smsCoin/controllers/post.gateway.php
    6. Fail URL method - post
    7. Result URL should be built in the following way: http://yourdomain.com/plugins/smsCoin/controllers/post.gateway.php
    8. 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:
    1. SMSCoin ID – your ID in sms:Bank (See picture 1);
    2. Language – language used on your site;
    3. Keyword – a secret word that you specified when creating sms:Bank (See picture 1).

    picture-1.jpg

    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.

    picture-2.jpg

    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
    Last edited by John; March 19, 2012 at 10:02 AM.

  2. #2
    Thank you for this easy to use payment system!

  3. #3
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606
    You are welcome!

  4. #4
    does not appear among the payment systems after adding the listing.
    what could be the problem? checked more than once all the settings

  5. #5
    Junior Member
    Join Date
    Apr 2012
    Posts
    1
    im having the same problem. ive checked all settings, am i missing something?

    help?

  6. #6
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606
    Hello Guys,
    Could you explain the problem in detail? Screenshots would be very helpful!

    John

  7. #7
    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.
    Last edited by Peter Jonsson; July 24, 2012 at 08:18 AM.

  8. #8
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    Hello Peter,

    You can see the solution of this problem here.

  9. #9
    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 ?
    Last edited by Peter Jonsson; July 25, 2012 at 10:49 AM.

  10. #10
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    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):

    PHP Code:
    Only registered members can view the code
    Last edited by Vladimir; August 2, 2012 at 03:42 AM.

+ Reply to Thread