| Package | Description |
|---|---|
| com.paypal.sdk.controllers | |
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PaymentAuthorization> |
PaymentsController.getAuthorizedPayment(GetAuthorizedPaymentInput input)
Shows details for an authorized payment, by ID.
|
CompletableFuture<ApiResponse<PaymentAuthorization>> |
PaymentsController.getAuthorizedPaymentAsync(GetAuthorizedPaymentInput input)
Shows details for an authorized payment, by ID.
|
ApiResponse<PaymentAuthorization> |
PaymentsController.reauthorizePayment(ReauthorizePaymentInput input)
Reauthorizes an authorized PayPal account payment, by ID.
|
CompletableFuture<ApiResponse<PaymentAuthorization>> |
PaymentsController.reauthorizePaymentAsync(ReauthorizePaymentInput input)
Reauthorizes an authorized PayPal account payment, by ID.
|
ApiResponse<PaymentAuthorization> |
PaymentsController.voidPayment(VoidPaymentInput input)
Voids, or cancels, an authorized payment, by ID.
|
CompletableFuture<ApiResponse<PaymentAuthorization>> |
PaymentsController.voidPaymentAsync(VoidPaymentInput input)
Voids, or cancels, an authorized payment, by ID.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentAuthorization |
PaymentAuthorization.Builder.build()
Builds a new
PaymentAuthorization object using the set fields. |
Copyright © 2025. All rights reserved.