Paysio, from the terminal
The command line for Paysio merchants, developers, and their AI agents. Everything the dashboard does, in one command.
Built for AI agents
Let Claude run your payments
Register the Paysio MCP server with Claude Code, Claude Desktop or Cursor and your agent can create products, mint payment links, chase a chargeback, or fill in your production payout application, asking you only for what it cannot know.
Money-moving commands refuse to run unless a human approves them first. Test mode is the default. Card numbers never touch the terminal.
One command to wire it up
Registers the MCP server and installs the Paysio skill so your agent knows the safe way to use it.
$ paysio mcp add claude-code$ paysio skills add
Agents orient themselves
A single call returns the workspace, mode, capabilities, balance and recent activity.
$ paysio agent-context --json$ paysio --llms
The webhook loop, closed
Stream live events to your machine and generate real ones on demand. No tunnels, no copy-pasting payloads, no waiting for a customer to check out.
Forward events to localhost
Signed exactly like production traffic, so your handler verifies the signature for real. Works even with no endpoints configured.
$ paysio listen --forward-to localhost:3000/webhooks
Make something happen
Creates genuine sandbox objects, so every downstream effect fires the way it will in production.
$ paysio trigger payment.completed$ paysio trigger order.fulfilled
One command for everything
paysio balancesee available, pending and in-transit funds
paysio transactions refund txn_123refund a payment, fully or in part
paysio invoices send inv_88email an invoice with a pay link and PDF
paysio subscriptions pause sub_12pause, resume or cancel a subscription
paysio disputes submit dsp_9file a chargeback response
paysio payout-links createsend money with a claim link
paysio domain set shop.acme.comput checkout on your own domain
paysio members invite --email [email protected]add a teammate
paysio apply debit-payoutsapply for production payouts
paysio search "[email protected]"search everything at once
paysio apps init my-appscaffold an app that runs inside the dashboard
paysio apps devserve it behind a tunnel, live in your workspace
Safe by default
Browser-based login
Approve each terminal from the dashboard. Revoke any session whenever you want.
Test mode first
New logins start in sandbox. Live mode is something you choose.
Typed confirmations
Moving real money means retyping the amount, or passing an explicit flag.
No card data, ever
The CLI cannot take a card number, which keeps your terminal out of PCI scope.
Secrets stay masked
SSNs and bank numbers are entered through hidden prompts, never as flags in your history.
No telemetry
The CLI does not phone home about what you run.