I am trying to allow my website users to click a refund button which will take them to paypal, get them to login, then confirm refund, which then redirects them back to my site. So what i am looking for is the opposite of express checkout. I have looked everywhere but cannot find anything on this.
Does this facility exist or is there a workaround to get the same result?
Thanks
PayPal doesn't offer a web flow for this; a merchant can simply call the RefundTransaction API call to immediately process a refund.
If you do want some kind of web flow, you'll want to build this yourself.