| Package | Description |
|---|---|
| com.paypal.sdk.controllers | |
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SetupTokenResponse> |
VaultController.createSetupToken(CreateSetupTokenInput input)
Creates a Setup Token from the given payment source and adds it to the Vault of the
associated customer.
|
CompletableFuture<ApiResponse<SetupTokenResponse>> |
VaultController.createSetupTokenAsync(CreateSetupTokenInput input)
Creates a Setup Token from the given payment source and adds it to the Vault of the
associated customer.
|
ApiResponse<SetupTokenResponse> |
VaultController.getSetupToken(String id)
Returns a readable representation of temporarily vaulted payment source associated with the
setup token id.
|
CompletableFuture<ApiResponse<SetupTokenResponse>> |
VaultController.getSetupTokenAsync(String id)
Returns a readable representation of temporarily vaulted payment source associated with the
setup token id.
|
| Modifier and Type | Method and Description |
|---|---|
SetupTokenResponse |
SetupTokenResponse.Builder.build()
Builds a new
SetupTokenResponse object using the set fields. |
Copyright © 2025. All rights reserved.