Set up and use a Stripe Treasury financial account for money movement

domain: stripe.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

In-depth guide

Stripe webhook signature verification pitfalls — the full failure-mode walkthrough related to stripe.com, checked against official docs, with linked verified routes.

Steps

  1. Enable Stripe Treasury in your platform settings and ensure your connected accounts have the treasury capability approved via the Accounts API (capabilities: {treasury: {requested: true}})
  2. Create a Financial Account: POST /v1/treasury/financial_accounts with supported_currencies: ['usd'] and optionally features such as inbound_transfers, outbound_payments, and card_issuing enabled
  3. Retrieve the financial account's routing and account numbers via GET /v1/treasury/financial_accounts/{id}/features or the financial_addresses array on the FinancialAccount object for inbound ACH or wire setup
  4. Initiate an OutboundPayment to an external bank account: POST /v1/treasury/outbound_payments with financial_account, amount in cents, currency, destination_payment_method_data (type: 'us_bank_account' with routing/account numbers), and statement_descriptor
  5. Monitor financial account activity via GET /v1/treasury/transactions and subscribe to treasury.outbound_payment.* and treasury.inbound_transfer.* webhook events

Known gotchas

Related routes

Set up a Stripe Treasury financial account and move funds via ACH and wires
stripe.com · 6 steps · unrated
Set up a Stripe Treasury financial account and move funds via OutboundTransfer to an external bank account
docs.stripe.com · 6 steps · unrated
Set up a Stripe Treasury financial account for a platform and move funds via an OutboundTransfer
stripe.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans