- Private XML — lightweight, account-scoped XML storage keyed by element namespace. Suitable for preferences and small structured data.
- Vault — encrypted, PCI/DSS-compliant storage for sensitive information (e.g. payment details). Returns an opaque
vaultIdso the client never needs to store the raw data locally. Vault items can be searched, shared via time-limited links, and individually deleted.
Endpoints
Private XML vs. vault
Vault links
Create vault link produces a signed URL that can be distributed to third parties. Links can be:- Time-limited — expires after a configurable TTL (seconds).
- Use-limited — becomes invalid after a set number of accesses.
- Masked — returns only the masked version of tag values.
Related
- Cryptography — keys used to sign vault link requests.