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…
Tag: paypal
Paypal Native Checkout Button keeps loading and then disappears on Android
I’m using the new Native Checkout SDK for Android with Java and I’ve been following every step in the documentation but this keeps happening and I don’t know why This is on my public class app extends Application On my fragment where the button is implemented Answer Just Solved It by adding …