Results 1 to 5 of 5

Thread: SMS pay system via PHP

  1. #1
    Join Date
    Aug 2009
    Posts
    399
    Thanks
    42
    Thanked 4 Times in 4 Posts

    Default SMS pay system via PHP

    Hi all,

    I am looking for help creating SMS system which would help me to collect paid services.

    Can this be done via PHP? Also there is one site which is in english, so you can understand what they say about something like system I need and also that site allows working into my country...

    Here it is: HERE

    If you need more questions - ask...
    If you know some tutorials - let me know...

    Thanks in advance.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    It's possible, but making one yourself is a bad idea.

    I suggest looking at the many free or paid "shopping cart" CMS systems or business CMS systems, etc. There are a lot.

    If you do decide to code this yourself you will be taking a major security risk: if you create your personal website and someone hacks it, then it's a problem, but not a huge problem. If you create a business website that has credit card information and someone hacks it, it is a huge problem.

    Of course it's possible to make it secure, but unless you REALLY trust your coding skills (and to be honest you probably wouldn't be asking us here how to do it if you did), then it's a risk.
    I wouldn't suggest it.

    I hope this helps!
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Aug 2009
    Posts
    399
    Thanks
    42
    Thanked 4 Times in 4 Posts

    Default

    Quote Originally Posted by djr33 View Post
    It's possible, but making one yourself is a bad idea.

    I suggest looking at the many free or paid "shopping cart" CMS systems or business CMS systems, etc. There are a lot.

    If you do decide to code this yourself you will be taking a major security risk: if you create your personal website and someone hacks it, then it's a problem, but not a huge problem. If you create a business website that has credit card information and someone hacks it, it is a huge problem.

    Of course it's possible to make it secure, but unless you REALLY trust your coding skills (and to be honest you probably wouldn't be asking us here how to do it if you did), then it's a risk.
    I wouldn't suggest it.

    I hope this helps!
    But there is no need to do shoping cart... they get a "code", enter it in their SMS and send to direct number... After that, money from their mobile account will be decreased.

    The problem: I dont know how to give the right code which would work further in site I reffered...
    The codes must be made automatically when user wants and it must be authentic.

    How to make this work:

    user chooses to order a service -> pushes on the service button -> message comes "Please send this code 59s4d84f1sd8 by number 1869 and you will get the service you wanted" -> He sends SMS or exits -> if sends SMS, the provided site (webtopay.com) gets code, decreases user's money and sends the answer to MY site which would do the following. IF he Exits, code will be alive for 3hours and then be deactivated.

    If you need more info ask...
    I think this "SMS" type of paying is SAFE and more EASY. Can you help me with this?

    Thanks in advance.

  4. #4
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    how does webtopay work? do they provide the codes, or do you provide the codes to the client and to webtopay?

    also, from your description above, it looks like webtopay is an outside service (correct?) and they deal with the SMS message, not you (correct?)

  5. #5
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Then basically you're just using paypal [for example] integrated into your site. You can do it with a number of services, and if you're ok with that, then sure you can use PHP to make this work. I'm not sure how you would interact with the service (I'm sure they can tell you), but this means the customer doesn't pay on your site-- they pay the service. This does not look so professional, but it's a good solution for small businesses.

    Still, though, I do recommend being very careful because once you deal with money and payments, EVEN if they are done through an outside site, you need to be careful about how secure your website is.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •