| Package | Description |
|---|---|
| com.paypal.sdk.controllers | |
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PaymentTokenResponse> |
VaultController.createPaymentToken(CreatePaymentTokenInput input)
Creates a Payment Token from the given payment source and adds it to the Vault of the
associated customer.
|
CompletableFuture<ApiResponse<PaymentTokenResponse>> |
VaultController.createPaymentTokenAsync(CreatePaymentTokenInput input)
Creates a Payment Token from the given payment source and adds it to the Vault of the
associated customer.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePaymentTokenInput |
CreatePaymentTokenInput.Builder.build()
Builds a new
CreatePaymentTokenInput object using the set fields. |
Copyright © 2025. All rights reserved.