Skills
Skill 8 of 10
Helps users send funds to another Stripe business, transfer money to a Stripe Profile handle or network ID, or ask whether an agent can pay a Stripe business.
2 minutes · 480 words · 3 sections
Install
npx skills add stripe/ai --skill stripe-paynpx skills add stripe/ai/plugin marketplace add stripe/aiThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Use stripe pay to send money from the authenticated Stripe business to another Stripe business identified by a Stripe Profile (opens in a new tab) handle, for example @recipient.
The stripe pay command is for business-to-business money transfers. Both the sender and the receiving business must have a Stripe Profile (opens in a new tab). In addition:
If the user needs details about financial accounts, read Money Management (opens in a new tab). The command resolves the recipient’s payout configuration, which can route the payout to an attached financial account or linked bank account, and reports the fee and delivery timing before confirmation. Don’t assume that a transfer is free or instant.
stripe pay ... command you plan to run and get confirmation.--agent or --json first so the user can review the transfer details.-y or --yes until after the user confirms the reviewed transfer.Read the documentation to accomplish your goal. You must read the relevant page before taking action:
| Goal | Documentation |
|---|---|
| Find or verify a recipient when the user doesn’t provide an exact Stripe Profile handle or network ID | Use Stripe Directory with AI agents (opens in a new tab) |
| Review, send, handle approval, resume, or dry-run a transfer | stripe pay CLI reference (opens in a new tab) |
| Create or manage a Stripe Profile, including a recipient’s transfer destination | Stripe Profile (opens in a new tab) |
| Set up or understand an eligible financial account | Money Management (opens in a new tab) |
Don’t continue the transfer when stripe pay reports missing setup. Explain what’s missing and give the user the corresponding next step. Before explaining how to resolve the error, read the documentation for the missing requirement in the workflow table:
For sender setup, direct the user to the relevant Dashboard page:
Helps users send funds to another Stripe business, transfer money to a Stripe Profile handle or network ID, or ask whether an agent can pay a Stripe business. Use Stripe Directory to find or verify a recipient when the user doesn't provide an exact Stripe Profile handle or network ID.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
Bash(stripe directory *)Bash(stripe pay *)Bash(stripe whoami *)skills/stripe-pay/SKILL.mdmain, last pushed 23 September 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Stripe, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./stripe/ai.md, and each skill at its own .md URL.