POST /test-tokens
Create a test card token with a long-lived CVC session (1-year TTL). Test CVC sessions are not deleted after use in proxy (unlike production CVC sessions). Use for development and testing. Auth: X-API-Key (or JWT) is always required. X-Pub-Key is required when using a production vault API key; test/sandbox API keys do not require it. For a production pub key, contact ammar@ozura.com.Request
Response
201 Created. Includestoken, cvc_session_id, mask, bin, test_mode: true, and expires_in (e.g. "1 year (test session)"). The CVC session is long-lived and is not deleted after use in proxy.
See POST /tokenize for production tokenization. CVC sessions from /tokenize have a 90-second TTL and are deleted after use.