Paypal - Using Classic API for purchases and REST API for refunds -


we're in process of migrating paypal rest apis , have updated our refund process classic api rest. we're little hesitant turn on because we're still using classic api purchase transactions. using classic api purchases , rest api refunds cause issues?

yes cause issues. payments made rest api can refunded via rest api. rest api uses different set of ids data model not analogous/compatible ids used classic apis (at point).

https://developer.paypal.com/webapps/developer/docs/api/#refund-a-sale - shows how new rest apis refund sale, saleid available payments made new rest api.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -