₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,330,432 members, 8,445,448 topics. Date: Wednesday, 15 July 2026 at 06:05 AM

Toggle theme

Intergrate Quick Teller To My Website - Webmasters - Nairaland

Nairaland ForumScience/TechnologyWebmastersIntergrate Quick Teller To My Website (2729 Views)

1 Reply (Go Down)

Intergrate Quick Teller To My Website by 5hyguy(op): 5:33am On Jan 15, 2016
Hello fellow developers, i am trying to integrate the quick teller service api to my website.

1) the customer goes to quick teller and clicks on my company name.
2) a text field is shown to him/her to input his unique number. ( this means i already have a database)

Now my issues

what i am trying to do is i am required to create an http service that would accept (raw xml requests) , this request would be made because a customer entered his / her unique number at quickteller.

then the service i am supposed to create would in return send a response back telling them if the user existed.

is there anyone who has gone through such project or integration, any help will be appreciates.

Cheers
Re: Intergrate Quick Teller To My Website by 9jawebdev(m):
5hyguy:
Hello fellow developers, i am trying to integrate the quick teller service api to my website.
1) the customer goes to quick teller and clicks on my company name.
2) a text field is shown to him/her to input his unique number. ( this means i already have a database)
Now my issues
what i am trying to do is i am required to create an http service that would accept (raw xml requests) , this request would be made because a customer entered his / her unique number at quickteller.
then the service i am supposed to create would in return send a response back telling them if the user existed.
is there anyone who has gone through such project or integration, any help will be appreciates.
Cheers
you can read my article on www.tutsplus.com.ng for how to consume a web service or integrate it into your website

i do lots of api integration. just concluded integrating a web service for online airtime recharge via xml.

what you are trying to do is consume a web service of quickteller,

1, use php SOAPCLIENT object.

i believe also you have the http url , or a WSDL file, WSDL stands for web service description language , which is the language the api was written .

so in a open a php file, call it xml.php , then place the codes below:

$wsdl = "place_api_url_here";

$client = new SoapClient($wsdl);
$methods = $client->__getFunctions();

//the response from the api and list of functions it offers
echo '<pre>';
var_dump ($methods);
echo '</pre>';
?>

Then you can start using the methods available , like this

$sample_method = $client->method_name($parameters);

and get response like this:

var_dump($sample_method );

hope this helps,

i can help you full integrate it at a cost though.

Contact for professional website design

i am proficient in :

wordpress, html/css, jquery,php/mysql, javascript etc

Whatsapp/call: 0813884165

BBM: 2BB63350

email: naijawebdev@gmail.com
Re: Intergrate Quick Teller To My Website by spikesC(m): 5:02am On Jan 16, 2016
9jawebdev:
you can read my article on www.tutsplus.com.ng for how to consume a web service or integrate it into your website

i do lots of api integration. just concluded integrating a web service for online airtime recharge via xml.

what you are trying to do is consume a web service of quickteller,

1, use php SOAPCLIENT object.

i believe also you have the http url , or a WSDL file, WSDL stands for web service description language , which is the language the api was written .

so in a open a php file, call it xml.php , then place the codes below:

$wsdl = "place_api_url_here";

$client = new SoapClient($wsdl);
$methods = $client->__getFunctions();

//the response from the api and list of functions it offers
echo '<pre>';
var_dump ($methods);
echo '</pre>';
?>

Then you can start using the methods available , like this

$sample_method = $client->method_name($parameters);

and get response like this:

var_dump($sample_method );

hope this helps,

...
No offense, but i don't think you know what you're doing.
He needs to develop a REST api. I don't see how SOAP and WSDL came into this
Re: Intergrate Quick Teller To My Website by 9jawebdev(m): 10:29am On Jan 16, 2016
He needs to develop a REST api?

HE WANTS TO INTEGRATE QUICKTERLLER bro, quickteller ALREADY HAS A RESTFUL API, so why will he WANT to create ANOTHER api?

You can only CONSUME the quickterller API THAT EXISTS ALREADY.

I do lots of integrations of api, so i know what am saying or doing bro.

i have integrated interwsitch web pay in many website, integrated airvend api, mobifin api too and others. i speak from how i do it.


if you need to create a RESTUFL API, the procedure are different. for that take a look at PHP SLIM FRAMEWORK.
Re: Intergrate Quick Teller To My Website by spikesC(m): 11:22am On Jan 16, 2016
9jawebdev:
He needs to develop a REST api?

HE WANTS TO INTEGRATE QUICKTERLLER bro, quickteller ALREADY HAS A RESTFUL API, so why will he WANT to create ANOTHER api?

You can only CONSUME the quickterller API THAT EXISTS ALREADY.

I do lots of integrations of api, so i know what am saying or doing bro.

i have integrated interwsitch web pay in many website, integrated airvend api, mobifin api too and others. i speak from how i do it.


if you need to create a RESTUFL API, the procedure are different. for that take a look at PHP SLIM FRAMEWORK.
5hyguy:
...
Now my issues
what i am trying to do is i am required to create an http service that would accept (raw xml requests) , this request would be made because a customer entered his / her unique number at quickteller.
then the service i am supposed to create would in return send a response back telling them if the user existed.
is there anyone who has gone through such project or integration, any help will be appreciates.
Cheers
He needs to create his own api for quickteller's webhook. He supplies the url to quickteller, and they call it when customers make requests on his account.
Re: Intergrate Quick Teller To My Website by Falisto: 5:50pm On Jan 06, 2019
1 Reply

How Do I Intergrate Online Payment Gateway In My Blog: photo Please How Long Does It Take To Intergrate A Site Approved By FreebasicsPlease Help!!! My Website Is Saying "Deceptive Site Ahead"234

What Can I Do Online With My Website And Make Cool Money.Review This BlogLet Us Give Each Other Back Links On Our Blogs