NetTalk Central

The Rest Of NetTalk => The Rest - Ask For Help => Topic started by: ntnewbies on July 11, 2017, 10:19:15 PM

Title: Direct carrier billing
Post by: ntnewbies on July 11, 2017, 10:19:15 PM
Hi friends,
How to integrate direct carrier billing option in nettalk developed app?
Or is there any easier payment option for monthly subscription which will auto deduct from the members phone
without the members key in their credit card/debit card details.

jason
Title: Re: Direct carrier billing
Post by: Bruce on July 11, 2017, 10:35:29 PM
Hi Jason,

I imagine that is very dependent on the carrier and what API options they offer. Do some research with them to see what they can offer, and if they have an API for you to talk to.

cheers
Bruce

Title: Re: Direct carrier billing
Post by: ntnewbies on July 11, 2017, 10:48:18 PM
Hi Bruce
the service provider giving either using json files or SMS API that  requires a web-server where we could host our program (for example as a PHP-script). Interaction between their server and our script will be conducted with HTTP GET requests.
Thus, any examples that i should refer to for this case.
Title: Re: Direct carrier billing
Post by: Bruce on July 13, 2017, 09:50:41 PM
This is fairly easy to do, basically you set up an API server, and then you interact with them, and they interact with you, through that server.

I guess the regular API server example is a good starting place.
\Clarion10\Examples\NetTalk\Web Server\WebServiceRequiresXFiles (77)

In NetTalk 10 I have a similar setup with the Twilio API, so I guess that will make a tighter example, but that'll only be available once NT 10 ships.

cheers
Bruce
Title: Re: Direct carrier billing
Post by: ntnewbies on September 11, 2017, 03:56:23 AM
Hi Bruce,
Does Twilio allows carrier billing? I need to charge my customers on a monthly basis via carrier billing.
Title: Re: Direct carrier billing
Post by: Bruce on September 11, 2017, 06:22:35 AM
no idea. Ask them I guess.

cheers
Bruce