External API

Posted By djjohnson Tue 6 May 2014
Add to Favorites0
Author Message
djjohnson
 Posted Tue 6 May 2014
Supreme Being

Supreme Being - (21,707 reputation)Supreme Being - (21,707 reputation)Supreme Being - (21,707 reputation)Supreme Being - (21,707 reputation)Supreme Being - (21,707 reputation)Supreme Being - (21,707 reputation)Supreme Being - (21,707 reputation)Supreme Being - (21,707 reputation)Supreme Being - (21,707 reputation)

Group: Forum Members
Last Active: Thu 26 Feb 2015
Posts: 45, Visits: 103
I have to call an external API after a completed successful order. What is the best way to implement this. The order object has everthing in it I need to populate everything I need to send to the external API.

D.J. Johnson
V.P. Development and Operations
NTS Services Corp
DataBackup.com
Paul
 Posted Wed 7 May 2014
große Käse

große Käse - (450,192 reputation)große Käse - (450,192 reputation)große Käse - (450,192 reputation)große Käse - (450,192 reputation)große Käse - (450,192 reputation)große Käse - (450,192 reputation)große Käse - (450,192 reputation)große Käse - (450,192 reputation)große Käse - (450,192 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
Is the external API a web service? Kartris uses a web service for the EU VAT number validation (the EU's own web service), so you can crib code from that as well as Microsoft's own docs on consuming web services.

If you need to build a form post from within a page, checkout the source code of the AIM plugin (I think you have source code for this)... this posts order data to AuthorizeNet in this way.


--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top