Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Send Transfer


Optional internal note that isn't shown to the recipient. Must contain only ASCII characters and be 50 characters or fewer. ---memo, -m

Optional recipient-facing memo. Must contain only ASCII characters and be 22 characters or fewer. ---financial-account

Source financial account ID, such asfa_.... The account must be open, eligible for network transfers, and support the selected currency. - --yes, -yConfirm the transfer without an interactive prompt. Review the transfer details before using this option. ---agent, --jsonUse non-interactive, machine-readable JSON output. Without--yes, the command returns confirmation_requiredand doesn't send money. ---dry-runValidate and review the transfer without creating a profile, recipient, approval request, or outbound payment. ---approval-id

Resume a previously approved request. Use the exact command returned innext_step.command; the recipient, amount, currency, and financial account must match the approval. - --create-profile-if-missingCreate a Stripe profile if the authenticated account doesn't have one. Requires--profile-handle, --profile-display-name, and --profile-email. - --profile-handle

Stripe profile handle to create with--create-profile-if-missing. - --profile-display-name

Display name for the Stripe profile created with--create-profile-if-missing. - --profile-email

Email address for the Stripe profile created with--create-profile-if-missing`. ### Examples Enter transfer details interactively sh stripe pay Send a transfer to a Stripe profile handle sh stripe pay @profile-username 10.00 usd Send a transfer using a profile network ID sh stripe pay profile_... 10.00 usd Review a transfer without sending money sh stripe pay @profile-username 10.00 usd \ --financial-account fa_... \ --internal-note "Invoice 1234" \ --memo "the related setting PAY" \ --dry-run Review a transfer as JSON sh stripe pay @profile-username 10.00 usd \ --financial-account fa_... \ --agent

Last verified 2026-09-25

Is this helpful?