简体   繁体   中英

How to authorize and then capture authorized payment in paypal using csharp

I am working on paypal API integration in c# with the help of paypal developer's documentation, but they haven't provided documentation for creating authorized payment. How can I create authorized payment and then capture it?

Creating authorized payment is same as creating regular payment. You just need to change the intent of payment "authorize" instead of "sale".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM