POST /v1/sessions/{id}/revoke · Authenticated with your secret key.
Path parameters
string
required
The
session_id returned by Create Session.Response
boolean
Always
true on successful revocation.Notes
- Once revoked, the session token can no longer be used for any SDK operations.
- Any in-progress card collection or intent registration (the step that creates the payment’s spending permission) within the session will fail.
- Revocation is immediate and irreversible.