Paysio, from the terminal

The command line for Paysio merchants, developers, and their AI agents. Everything the dashboard does, in one command.

Read the docs
paysio - zsh
$

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 balance

see available, pending and in-transit funds

paysio transactions refund txn_123

refund a payment, fully or in part

paysio invoices send inv_88

email an invoice with a pay link and PDF

paysio subscriptions pause sub_12

pause, resume or cancel a subscription

paysio disputes submit dsp_9

file a chargeback response

paysio payout-links create

send money with a claim link

paysio domain set shop.acme.com

put checkout on your own domain

paysio members invite --email [email protected]

add a teammate

paysio apply debit-payouts

apply for production payouts

paysio search "[email protected]"

search everything at once

paysio apps init my-app

scaffold an app that runs inside the dashboard

paysio apps dev

serve 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.

Frequently asked questions

Install it in ten seconds

Read the docs