简体   繁体   中英

How to capture an authorized payment using PayPal Checkout-Java-SDK?

Docs provides HTTP requests as example to "Capture an authorized payment": https://developer.paypal.com/docs/archive/payments/authorize-and-capture-payments/

Checkout-Java-SDK has only examples for capturing an order: https://github.com/paypal/Checkout-Java-SDK/blob/develop/checkout-sdk-sample/src/main/java/com/paypal/CaptureIntentExamples/CaptureOrder.java

How to use Checkout-Java-SDK to achieve the same as the docs shows with the HTTP request? How to capture an authorized payment using PayPal Checkout-Java-SDK?

如果您需要使用授权,请参阅该项目中的AuthorizationIntentExamples 目录

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