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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -