Auth / Capture using Adaptive Payment of Paypal?

孤街醉人 提交于 2019-12-11 14:15:02

问题


Is it possible to do authorization and capture using Adaptive Payment of Paypal ? How ?


回答1:


Sort of, but it's not really the same. What you would do is use the Preapproval API to create a preapproval profile for the payer(s) using your app. Then you can pass the preapproval key that you get back into future Pay API calls to submit payments on their behalf without further approval.

Setting up the preapproval would be similar to authorization a payment, and then running the pay call to trigger a payment would be similar to capturing.

This guide on setting up preapproval profiles should help you understand how it all works.




回答2:


Also please keep in mind:

The preapproved maximum total amount of all payments cannot exceed $2,000 USD or the equivalent in other currencies.



来源:https://stackoverflow.com/questions/16017708/auth-capture-using-adaptive-payment-of-paypal

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!