If you accept cookies, we’ll use them to improve and customize your experience and enable our partners to show you personalized PayPal ads when you visit other sites. Manage cookies and learn more
Enable faster checkouts by letting payers securely save payment methods with tokenization, streamlining future transactions without PCI compliance concerns.
Last updated: July 24, 2026
DOCS
CURRENT
Save payment methods so payers don't have to enter details for future transactions. Payers can check out faster or pay without being present after they agree to save a payment method.
Use the JavaScript SDK to save a payer's card if you aren't PCI Compliant - SAQ A but want to save credit or debit cards during checkout.
A payment method is saved and exchanged for a unique token through a process called tokenization. The token is stored securely and used instead of the original account number.
The benefits of using saved payment tokens include:
Increased security by reducing opportunities for data theft.
Simplified payment processing.
Helps maintain Payment Card Industry Data Security Standard compliance.
With a transaction - The customer's payment method is saved during checkout. They can select it again at checkout for faster transactions.
Without a transaction - The customer's payment method is saved without checkout. Customers don't have to be present for future transactions. A common use case is offering a free trial of a product and charging customers later.
You identify the payer with a unique customer ID. When the buyer returns to your website and is ready to check out, pass their customer ID to PayPal. This indicates that the payer wants to save or reuse a saved payment method.
If the payer chooses PayPal as their payment method, the payer completes a billing agreement. There's no billing agreement required for card payments.
When the payer returns to your website, each saved payment method displays as a one-click button on the checkout page.
Supports transactions with or without payer present
You can save a payment method for on or off-session purchases. If the payer is present, they can select to pay with their saved payment method, or a different one. If the payer is not present, you can charge their saved payment method.
In the navigation menu, use the Sandbox | Live toggle to select Live.
Access Apps & Credentials.
Select the production REST API app name.
To enable vaulting for your account:
Go to Features > Payment capabilities.
In the Payment capabilities menu, select the Save payment methods toggle to enable vaulting.
To add the ability to save PayPal and Venmo payment methods:
Go to Features > Payment methods.
In the Payment methods menu, select the PayPal and Venmo toggle so you can save PayPal and Venmo payment options.
PayPal requires Risk Data Acquisition (RDA) to reduce fraud. You must implement risk data collection for all customer-initiated transactions (CIT) that use PayPal and Venmo Payment Tokens. Payment attempts that are missing RDA data are likely to be declined due to insufficient risk identifiers. Use the PayPal FraudNet and Magnes libraries to collect and pass RDA data during payment processing.