Page 1 of 1
using third party rest api in XML to sync Buy Now button
Posted: Fri Nov 08, 2013 6:16 pm
by Scott Schechtel6280324
Hello,
I am trying to make a 'Buy Now' or 'Add to Cart' on the app communicate with a third party REST API that uses xml to generate an order and have all the customer's info (name, address, credit card, etc) be sent to that third party which is an ecommerce platforn. I just need to know what is needed to make the xml talk to the button on the Appery end so that a purchase transaction can be made and stored at the third party. I looked through the tutorials and all I found related was your Stripe plugin which is similar but not quite like Nexternal.
Any help is greatly appreciated.
using third party rest api in XML to sync Buy Now button
Posted: Fri Nov 08, 2013 6:58 pm
by Kateryna Grynko
Hi Scott,
Do you need to send XML or receive it from a third-party service?
using third party rest api in XML to sync Buy Now button
Posted: Sat Nov 09, 2013 5:22 pm
by Scott Schechtel6280324
I need to send the data to the third party service which is XML
using third party rest api in XML to sync Buy Now button
Posted: Sat Nov 09, 2013 5:36 pm
by maxkatz
If the 3rd party exposes API for that, then you can easily do it.
using third party rest api in XML to sync Buy Now button
Posted: Sat Nov 09, 2013 5:37 pm
by Scott Schechtel6280324
Thanks Max! Would you be able to give a brief showing of steps needed so I can instruct the developer?
using third party rest api in XML to sync Buy Now button
Posted: Sat Nov 09, 2013 6:34 pm
by maxkatz