Accéder directement au contenu
Créez un compte
ou
connecter-vous
Logo de la documentation Stripe
/
Demander à l'assistant IA
Créez un compte
Connectez-vous
Démarrer
Paiements
Revenus
Plateformes et places de marché
Gestion de fonds
Ressources pour les développeurs
Aperçu
Démarrer une intégration
Utilisation pour votre entreprise
Conversion instantanée de devises
Global Payouts
Capital
Intégrez-le à votre plateforme
Financial Accounts for platforms
    Présentation
    How Financial Accounts for platforms works
    Conditions d'admissibilité
    Démarrer
    Démarrer avec l'accès à l'API
    Inscription des utilisateurs
    Gestion de la fraude
    Lignes directrices en matière de marketing et de conformité
    Exemples d'intégrations
    Set up financial accounts and cards
    Use Financial Accounts for platforms to move money
    Sample application with Issuing and Financial Accounts for platforms
    Financial Accounts for platforms with Issuing
    Webhooks
    Prendre en charge les cartes
    Gestion de compte
    Accounts structure
    Fonctionnement des comptes connectés
    Fonctionnement des comptes financiers
    Fonctionnalités des comptes financiers
    Comptes financiers de plateforme
    Fonctionnement des soldes et des transactions
    Transférer de l'argent
    Virements et recharges depuis Stripe Payments
    Utilisation des SetupIntents, PaymentMethods et BankAccounts
    Transfert de fonds vers un compte financier
    Transfert de fonds depuis un compte financier
    Délais des mouvements de fonds
    Banques partenaires
    Présentation de Fifth Third Bank
    Démarrer avec Fifth Third Bank
Émission de cartes
Capital pour les plateformes
AccueilGestion de fondsFinancial Accounts for platforms

Remarque

Cette page n'est pas encore disponible dans cette langue. Nous faisons tout notre possible pour proposer notre documentation dans davantage de langues et nous vous fournirons la version traduite dès qu'elle sera disponible.

Platform financial accounts

Learn about the financial account for your platform.

After you’ve gained API access to Financial Accounts for platforms, we automatically provision your platform with a financial account. For sandbox environments, it’s a test platform financial account.

The test platform financial account on your sandbox environment enables you to set up and test your integration without actually affecting your live account’s platform financial account.

The live mode platform financial account is where you store your own funds as working capital for your Financial Accounts for platforms program. The live mode platform financial account has its own routing number and account number and supports most of the same types of money movement as the financial accounts attached to your platform’s connected accounts.

Platform financial account differences

The financial accounts (both live and test) for your platform are essentially the same as the financial accounts attached to your platform’s connected accounts. You use the same API requests regardless of which financial account is involved; however, you don’t include a Stripe-Account header when making API calls against your platform financial account. The Stripe-Account header signals that a request is for the associated connected account’s financial account rather than your platform’s.

The following list itemizes the differences between platform financial accounts and financial accounts attached to connected accounts:

  • You can’t attach Stripe Issuing cards to platform financial accounts.
    • You can attach Stripe Issuing cards to the financial accounts attached to connected accounts.
  • You can’t transfer funds from your platform financial account balance directly to the account balance of a connected account.
    • You can transfer funds from your platform financial account balance directly to the balance of a financial account attached to a connected account.
  • You must use the Stripe Dashboard (rather than the API) to set the platform financial account as a BankAccount object that you can use for payouts from or top-ups to the platform payments balance.
    • See the Payouts and top-ups guide for more information.
  • You can’t accelerate payouts from the platform account balance to the platform financial account balance.

Retrieving platform financial account details

You can retrieve the details of your platform financial accounts through the API and the Stripe Dashboard.

View your platform financial accounts, along with their routing numbers, account numbers, and balances, in the Finacial account section under the Balances tab of your Stripe Dashboard.

Click a platform financial account to open an expanded view, where you can see more detailed information, including:

  • Financial account features
  • Balance history
  • Recent transactions
  • Events and logs

Create additional financial accounts for your platform

You can create up to 3 financial accounts on your platform account. Use POST /v1/treasury/financial_accounts without a Stripe-Account header to create a new financial account.

Platform default financial account

Your platform includes one default financial account, which Stripe uses to service your platform. For example, Stripe uses the default financial account to remediate negative balances incurred by connected accounts.

By default, the first financial account you create on your platform account becomes your default financial account. To verify this, check that the is_default field is set to true on the financial account.

Moving money between the financial accounts of the platform and its connected accounts

Use OutboundPayments over the stripe network to instantly move funds between a platform financial account and the financial accounts of connected accounts associated with the same platform. See Creating an OutboundPayment to a financial account for more information.

Voir aussi

  • Financial Accounts for platforms account structure
  • Working with connected accounts
  • Working with balances
  • Moving money into financial accounts
  • Moving money out of financial accounts
Cette page vous a-t-elle été utile ?
OuiNon
  • Besoin d'aide ? Contactez le service Support.
  • Rejoignez notre programme d'accès anticipé.
  • Consultez notre log des modifications.
  • Des questions ? Contactez l'équipe commerciale.
  • LLM ? Lire llms.txt.
  • Propulsé par Markdoc