Skip to main content
Revoke a payment session before it is used. Revocation is immediate and cannot be undone — a revoked session can no longer collect a card or produce credentials. 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.

Error responses