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

  1. Security ModelCRITICAL
  2. Create a Card SessionCRITICAL
  3. Redeem a Card SessionCRITICAL
  4. Check Session StatusMEDIUM
  5. Audit RedemptionsMEDIUM
  6. Session LifecycleLOW

Installs
1
First Seen
Mar 11, 2026
flowglad-pay-card-sessions — flowglad/pay-skills