Catalog
stripe/stripe-pay

stripe

stripe-pay

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.

v1.0LATEST
NewUpdated Sep 15, 2026

stripe pay

Use stripe pay to send money from the authenticated Stripe business to another Stripe business identified by a Stripe Profile 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. In addition:

If the user needs details about financial accounts, read Money Management. 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.

Safety Rules

  1. Don’t send money unless the user explicitly asks you to make the transfer.
  2. Before running a command that can send money, show the exact stripe pay ... command you plan to run and get confirmation.
  3. Use --agent or --json first so the user can review the transfer details.
  4. Don’t pass -y or --yes until after the user confirms the reviewed transfer.
  5. Don’t guess at the user’s intent. Don’t guess at the username, financial account ID, amount, currency, internal note, memo, or any other detail. Always confirm with the user.
  6. Don’t print full API keys back to the user.

Choose the workflow

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
Review, send, handle approval, resume, or dry-run a transfer stripe pay CLI reference
Create or manage a Stripe Profile, including a recipient’s transfer destination Stripe Profile
Set up or understand an eligible financial account Money Management

Handle setup errors

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:

  • If the sender is missing a Stripe Profile, tell the user to create one.
  • If the sender is missing an eligible financial account, tell the user to set up Global Payouts with an eligible financial account.
  • If the sender is missing both requirements, tell the user to complete both setup steps before trying the transfer again.
  • If the recipient doesn’t have an eligible transfer destination linked to their Stripe Profile, tell the user that the recipient must complete that setup before the transfer can proceed. Don’t retry the transfer until the recipient’s setup is corrected.
  • If the recipient is missing or invalid, read and follow the Stripe Directory agent workflow. If the user can provide the recipient’s exact Stripe Profile handle or network ID, ask them for it.

For sender setup, direct the user to the relevant Dashboard page:

Files1
1 files · 1.1 KB

Select a file to preview

Overall Score

87/100

Grade

A

Excellent

Grades are signals, not a certification. Always review a skill yourself before use.

Safety

88

Quality

87

Clarity

88

Completeness

85

Summary

Instructs an AI agent how to use the `stripe pay` CLI command to transfer funds between Stripe businesses. The skill provides strict safety rules requiring explicit user confirmation before any financial transactions, workflows for different goals (recipient lookup, transfer execution, profile management), and error handling guidance for common setup issues.

Detected Capabilities

shell execution (stripe CLI commands)financial transaction initiation (stripe pay)directory lookup (stripe directory)authentication status check (stripe whoami)

Trigger Keywords

Phrases that agents use to match this skill to user intent.

send stripe paymentstripe money transferpay stripe businessstripe pay recipientverify stripe profile

Risk Signals

WARNING

Financial transaction execution via stripe pay command

Safety Rules, section 1-5
INFO

User confirmation required before executing money transfer

Safety Rules, section 1-2
INFO

Explicit instruction to avoid -y/--yes flags until user confirms

Safety Rules, section 4
INFO

API key handling restriction (rule 6)

Safety Rules, section 6

Referenced Domains

External domains referenced in skill content, detected by static analysis.

dashboard.stripe.comdocs.stripe.com

Use Cases

  • Transfer money from one Stripe business to another using a Stripe Profile handle or network ID
  • Verify a recipient's Stripe identity before initiating a payment
  • Review transfer details (fees, timing, payout destination) before confirmation
  • Resolve setup errors when sender lacks a Stripe Profile or funded financial account
  • Guide users through Stripe Directory when recipient details are incomplete or unverified

Quality Notes

  • Strong safety guardrails: explicit rules against unauthorized money transfers, requirement for user confirmation, and avoidance of auto-approval flags (rule 1-2, 4)
  • Comprehensive error handling: documented workflows for missing setup (Stripe Profile, financial account, transfer destination)
  • Clear scope boundaries: restricted to three Stripe CLI commands via allowed-tools (stripe directory, stripe pay, stripe whoami)
  • Well-structured decision tree with documentation links for each workflow goal
  • Practical guidance: step-by-step directions for resolving common errors with direct links to dashboard pages
  • Proactive credential protection: explicit rule against printing full API keys (rule 6)
  • Documentation completeness: references external docs for financial account setup, profile management, and directory lookup
  • No ambiguity in user intent validation: skill explicitly requires confirmation of username, amount, currency, and all transfer details (rule 5)
Model: claude-haiku-4-5-20251001Analyzed: Sep 15, 2026

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Use stripe/stripe-pay in your dev environment

Command Palette

Search for a command to run...