Skip to main content

Quickstart

Issue your first card in seconds. First, authenticate via the browser:
npx @flowglad/pay-cli@latest login
Once you’ve completed your account setup, request a card by specifying your purchase intent — the amount (in cents) and the merchant you plan to pay:
npx @flowglad/pay-cli@latest card use --amount 1000 --merchant "example.com"
You will see your card details returned in the terminal.