Cancel a PayPal order through API
I have as shopping cart which开发者_如何学JAVA uses PayPal Website Payments Standard,becasue of some reason i want to cancel a order in the paypal using Apis available in Paypal. How can approach this?
When you say "cancel an order" do you mean you want to refund the payment? If so, you can do this using the RefundTransaction API, or if you're using Adaptive Payments, the Refund API.
精彩评论