How to complete your purchase using the eBay Trading API

I was able to make a proposal using PlaceOfferRequest (XML). What to do to complete the purchase and update the delivery address to the place where he should send the goods?

I use XML to send a request.

+5
source share
1 answer

While I canโ€™t find the official resource that the completion of purchases is impossible, I am 99% sure that it is simply impossible. All you can do is redirect the user to the payment page using this template for the URL:

http://payments.${DOMAIN}/ws/eBayISAPI.dll?CheckoutProcessor&item=${Item.ItemID}&transactionId=${TransactionID}

Where DOMAIN can be, for example, "sandbox.ebay.de" or simply "ebay.com".

0
source

All Articles