flowglad-pay-card-sessions
Installation
SKILL.md
Card Sessions
Abstract
Card sessions are the secure mechanism for accessing virtual card details (number, CVV, expiry) in Flowglad Pay. A session is created against a payment method, which returns a short-lived scoped JWT token. That token is then used to redeem the session and retrieve card details. This two-step flow ensures card details never leak into MCP tool contexts or long-lived API key scopes.
Table of Contents
- Security Model — CRITICAL
- Create a Card Session — CRITICAL
- Redeem a Card Session — CRITICAL
- Check Session Status — MEDIUM
- Audit Redemptions — MEDIUM
- Session Lifecycle — LOW