Vault Status

August 21, 2026 ยท View on GitHub

The vault status.

Enumeration

VaultStatus

Fields

NameDescription
VAULTEDThe payment source has been saved in your customer's vault. This vault status reflects /v3/vault status.
CREATEDDEPRECATED. The payment source has been saved in your customer's vault. This status applies to deprecated integration patterns and will not be returned for v3/vault integrations.
APPROVEDCustomer has approved the action of saving the specified payment_source into their vault. Use v3/vault/payment-tokens with given setup_token to save the payment source in the vault

Example

import com.paypal.sdk.models.VaultStatus;

VaultStatus vaultStatus = VaultStatus.CREATED;