'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?
Solution 1:[1]
If you need to use authorizations, see the AuthorizationIntentExamples directory in that project.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Preston PHX |
