Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,164,046 members, 7,856,178 topics. Date: Monday, 10 June 2024 at 02:59 PM

Intergrate Quick Teller To My Website - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / Intergrate Quick Teller To My Website (2409 Views)

How Do I Intergrate Online Payment Gateway In My Blog / : photo Please How Long Does It Take To Intergrate A Site Approved By Freebasics / Please Help!!! My Website Is Saying "Deceptive Site Ahead" (2) (3) (4)

(1) (Reply) (Go Down)

Intergrate Quick Teller To My Website by 5hyguy: 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): 5:30pm On Jan 15, 2016
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.

1 Like

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.

1 Like

Re: Intergrate Quick Teller To My Website by Falisto: 4:59pm On Jan 06, 2019
Re: Intergrate Quick Teller To My Website by Falisto: 5:50pm On Jan 06, 2019
Re: Intergrate Quick Teller To My Website by Falisto: 5:54pm On Jan 06, 2019

(1) (Reply)

I Need Facebook Accounts... / Download Whatsapp On Unsupported Nokia Phones / The Script Linda Ikeji Social Was Built On

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 25
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.