One time token
A one time token represents a single payment method submission. The Yuno SDK generates it when the customer enters their method data, and it is valid for one payment only.| Property | Value |
|---|---|
| Created by | Yuno SDK on the client |
| Validity | Single use, expires after the payment or a timeout |
| PCI scope | None, the SDK handles sensitive data |
| Use case | Standard checkout, guest payments |
Vaulted token
A vaulted token stores a method for reuse, bound to a customer profile. Use vaulted tokens for returning customers, one click checkout, and subscriptions.| Property | Value |
|---|---|
| Created by | Yuno, when you pass vaulted_token: true on payment creation |
| Validity | Persistent until deleted or expired |
| PCI scope | None, Yuno stores the sensitive data |
| Use case | Returning customers, one click checkout, subscriptions |
The customer must have a Yuno customer profile before you can vault a token. Create one through Create customer first.
When to use each
| Scenario | Token | Why |
|---|---|---|
| Guest checkout | One time | No customer relationship needed |
| Returning customer | Vaulted | Skip method entry, one click pay |
| Subscription billing | Vaulted | Charge without the customer present |
| Direct API, PCI certified | None, raw data | Only for certified merchants handling cards themselves |
List vaulted methods
Returns every vaulted method for a customer.Delete a vaulted token
What next
Payment methods
Method availability and per method requirements.
Customers
Profiles that own vaulted tokens.
Network tokens
Replace raw PANs with network tokens for higher approval.
Stored credentials
CIT, MIT, and subscription style recurring billing.