Log in

View Full Version : Network payment gateway API



mutago
01-13-2014, 04:33 PM
Am building a php site. we wants to introduce a payment gateway via any network.

Can someone give me a gist on how network payment gateway works.

We wants our users to pay certain amounts of money per months via any networks without going to the bank or using any online payment method.


I have written a login script that allow access for 30 days on any registered account. After 30 days, the account will expire
until user makes another payment via her network.


The user has to send sms text to some number or to the payment gateway
then her account will automatically be activated upon payment via her network

How will the money gets to us.


Is there any payment gateways API that works with any networks
Just give me the idea or a link

Thank You

Mod's note:
this type of generic, open-ended question does not usually generate good discussions, either because the question is too broad, there is no clear answer, or the answers are too subjective.

It would probably be more productive for you to do some research (Google is your friend! (http://google.com)), and then come back here if you find a specific question to ask.

Because this type of discussion is often unproductive and may attract spam, this thread may be closed or deleted later.

traq
01-14-2014, 02:57 AM
Am building a php site. we wants to introduce a payment gateway via any network.
...
We wants our users to pay certain amounts of money per months via any networks without going to the bank or using any online payment method.
This is self-contradictory.


Is there any payment gateways API that works with any networks
What do you mean by "any networks"?


I have written a login script that allow access for 30 days on any registered account. After 30 days, the account will expire
until user makes another payment via her network.
PayPal would be an ideal solution for this. You can set up subscriptions and recurring payments.


Just give me the idea or a link
google.com (http://google.com)

mutago
01-14-2014, 08:48 PM
I mean a payment gateway api to collaborate with telecommunication companies,
they'll assign some certain short codes to me say 33570 and
when a consumer sends some certain commands in an sms,
some amount of credit would be deducted from their
account and their service fee would be paid.Then their accounts gets activated upon the payments.

They call it Premium short code. any hint

Thank You

djr33
01-15-2014, 07:06 PM
It entirely depends on the telecommunication companies.
For us to help you, we'd need to have all of the information about the API. But even then, this is probably beyond the scope of the help we offer here-- we don't usually support specific third-party software or APIs, simply because it is rare that any of us have experience with them. We can help with code in general, but for a specific topic like that the best idea is to contact the companies that provide the APIs.

If you are building the entire system, then the easiest part will be working with an API. First you'll need to figure out things like how to send and receive SMS messages and how to deal with financial information. Honestly, if you don't know how to do this, I do not suggest that you try it-- working with financial information is very dangerous if you aren't sure what you're doing! It's best to hire an expert or start by doing a lot of research. Most of the time it's great to learn by trial and error. That is not true when money is involved.

mutago
01-15-2014, 09:45 PM
Thank You Moderator. I will be back to give my findings