Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

using third party rest api in XML to sync Buy Now button

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.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

using third party rest api in XML to sync Buy Now button

Hi Scott,

Do you need to send XML or receive it from a third-party service?

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

using third party rest api in XML to sync Buy Now button

I need to send the data to the third party service which is XML

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

using third party rest api in XML to sync Buy Now button

If the 3rd party exposes API for that, then you can easily do it.

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

using third party rest api in XML to sync Buy Now button

Thanks Max! Would you be able to give a brief showing of steps needed so I can instruct the developer?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

using third party rest api in XML to sync Buy Now button

All these tutorials show how to use 3rd party APIs: http://docs.appery.io/tutorials/#Usin...

And the reference guide: http://docs.appery.io/documentation/#...

Return to “Issues”