Ir a contenido
Crea una cuenta
o
Inicia sesión
Logotipo de Stripe Docs
/
Pregúntale a la IA
Crear una cuenta
Iniciar sesión
Empieza ahora
Pagos
Ingresos
Plataformas y marketplaces
Gestión del dinero
Recursos para desarrolladores
Resumen
Empieza a usar Connect
Fundamentos de la integración
Ejemplos de integraciones
Gestión de cuentas
Haz el onboarding de las cuentas
Configura los Dashboards de la cuenta
Trabaja con tipos de cuentas conectadas
Procesamiento de pagos
Aceptar pagos
Transfiere a cuentas
    Transferencias a cuentas conectadas
    Gestiona las cuentas de transferencia para las cuentas conectadas
    Administrar calendario de transferencias
    Transferencias manuales
    Anulaciones de transferencias
    Descripciones del cargo en el extracto bancario de la transferencia
    Acreditación de fondos en múltiples monedas
    Instant Payouts
    Transferencias transfronterizas
    Transferencias de criptomonedas estables
Administración de la plataforma
Gestiona tu plataforma Connect
Formularios fiscales para tu plataforma Connect
InicioPlataformas y marketplacesPay out to accounts

Instant Payouts for Connect

Offer connected accounts immediate access to their funds with instant payouts.

Availability:

Australia
Canadá
Estados Unidos
EU
Malasia
Noruega
Nueva Zelanda
Reino Unido
Singapur

Non-Connect users

If you want to enable Instant Payouts and you’re a Stripe Dashboard user, see Instant Payouts for Stripe Dashboard users.

With Instant Payouts, Connect platforms and marketplaces can allow their users to access their balances immediately following a successful charge. Instant Payouts are available at any day or time, including weekends and holidays, and funds typically settle in the associated bank account within 30 minutes.

You can use Instant Payouts to:

  • Attract and retain new users
  • Realize additional revenue by assessing a fee

Funds acquired from card payments are available for Instant Payouts as soon as the charge is complete. ACH or bank debits are only available for Instant Payouts after the payment has settled.

Eligible connected accounts

Instant Payouts are only available for connected accounts that are in the same country as the platform and must use the local currency. Stripe considers platforms and connected accounts in the Euro Area to be in the same region for Instant Payouts.

External Account eligibility

To receive Instant Payouts, a user must have an eligible external account. An external account in the context of Stripe Connect refers to a bank account or debit card associated with a connected account, and eligibility varies by country.

If you’re responsible for connected accounts (including Custom and Express accounts) that might not be able to refund negative balances, enable Stripe-hosted onboarding and dashboard interfaces to collect debit card details. To enable this, go to your External Account settings, and under Allow debit cards?, select Yes.

CountryEligible External Account Type
US, United Kingdom, European UnionDebit card; some bank accounts (check supported banks)
Canada, Singapore, Australia, Czech Republic, Denmark, Hungary, Norway, Poland, Romania, Sweden, New Zealand, MalaysiaDebit card (check supported banks)

You can verify Instant Payout eligibility for your user by calling the External Accounts API with the Connected Account ID. The response returns the account’s 10 most recently active External Accounts, and those with instant in the available_payout_methods parameter are eligible for Instant Payouts. You can paginate through the results if you need to review more than the default display of 10.

Check eligibility response
{ "object": "list", "data": [ { "object": "bank_account", "available_payout_methods": [ "standard", "instant" ], ... } ], }

Invite users to add eligible accounts

If your user doesn’t have an External Account eligible for Instant Payouts, you can prompt them to add an eligible account through the Account API.

Command Line
cURL
Stripe CLI
Ruby
Python
PHP
Java
Node.js
Go
.NET
No results
curl https://api.stripe.com/v1/accounts/
{{CONNECTED_ACCOUNT_ID}}
\ -u "
sk_test_BQokikJOvBiI2HlWgH4olfQ2
:"
\ -d external_account=
{{BANK_ACCOUNT_TOKEN_ID}}

Monetization and fees

Propiedades de la cuenta

This content applies only to connected accounts with certain configurations.
This content applies to connected accounts where Stripe collects payment fees from the platform.

Some marketplaces and platforms choose to monetize Instant Payouts, offering the convenience for a fee. If you monetize Instant Payouts, Stripe supports two methods of fee collection: Application Fees and account debits

Application Fees

With Application Fees, Stripe collects the fee you determine and initiates the Instant Payout synchronously. Stripe recommends applying an application fee because it’s a single, seamless transaction:

  • Users can’t pay out more than their available balance
  • Fees can be refunded through the API or the Dashboard
  • Monetization options include fixed or variable fees with minimums and maximums
  • Fees are paired to your Instant Payouts revenue with the Payout Object, helping with reporting and reconciliation. You can view your collected fees in the Payments tab on the Dashboard

You can control application fee pricing for Instant Payouts using the Platform Pricing Tool in your Dashboard.

Precaución

Application fees for Instant Payouts rely on the Balance object’s instant_available.net_available property. Turning on Instant Payouts without using the instant_available.net_available property could break your API integration.

Account Debits

You can directly debit your connected account’s Stripe balance and credit your platform account’s Stripe balance to collect fees. After the Instant Payout, call the Charge API, specifying the connected account ID as the source parameter. Consider the following limitations when using account debits to collect Instant Payout fees:

  • You must get legally binding consent from your connected accounts.
  • Account debits carry an additional cost.
  • Debiting an account can’t make the connected account balance become negative unless you have reserves enabled (on by default for all new platforms created after January 31, 2017) and have a bank account in the same currency as the debit.
  • If the connected account has already paid out their available balance in full, you might be delayed in collecting the fee.
  • Reconciliation requires maintaining an internal database of debits and related payouts.

Enable your connected accounts to initiate instant payouts

You can initiate Instant Payouts either manually on your users’ behalf or use the Stripe APIs or Connect embedded components to create user interfaces that allow your users to initiate an Instant Payout themselves. When you initiate Instant Payouts on your users’ behalf, make sure to follow the instructions and authorizations provided by your users.

You can enable your connected accounts to initiate Instant Payouts directly from your website by using the instant-payouts-promotion component, balances component, or payouts component, and then enabling the instant_payouts account session feature. Connect embedded components offer an alternative to using the API directly and handle evaluating eligibility and making all relevant API calls to initiate an Instant Payout.

Learn how to get started with Connect embedded components or create an integration using the quickstart.

Eligibility and daily volume limits

Your account has a maximum amount it can pay out instantly per day across all connected accounts. Your users can’t initiate Instant Payouts after you reach your daily limit. Daily limits reset at midnight US Central Time (CT).

Pricing

Irrespective of your monetization decisions, Stripe charges marketplaces and platforms a 1% fee for all Instant Payouts. Each Instant Payout transaction has a minimum and maximum amount dependent on the currency. These fees are assessed as part of your overall Connect fees.

CountryInstant Payout minimumInstant Payout maximum
US0.50 USD9,999 USD
Canada0.60 CAD9,999 CAD
Singapore0.50 SGD9,999 SGD
United Kingdom0.40 GBP9,999 GBP
Australia0.50 AUD9,999 AUD
European Union (Euro Area)0.40 EUR9,999 EUR
Czech Republic10.00 CZK99,999 CZK
Denmark5.00 DKK9,999 DKK
Hungary200.00 HUF999,999 HUF
Norway5.00 NOK9,999 NOK
Poland2.00 PLN9,999 PLN
Romania2.00 RON9,999 RON
Sweden5.00 SEK9,999 SEK
New Zealand0.50 NZD9,999 NZD
Malaysia2.00 MYR9,999 MYR

Manage risk and eligibility

When platforms and marketplaces are liable for losses, you’re liable for uncovered negative balances due to refunds or disputes.

Stripe recommends setting risk parameters to protect your platform from unintended losses. We provide a number of best practices for managing fraud and risk, such as setting trust thresholds like the following:

  • Minimum processing volume
  • Days active
  • Chargeback rate

Marketing

Your marketing of Instant Payouts to Connected Accounts must clearly and conspicuously disclose any fees you intend to apply for Instant Payouts.

Make sure your marketing is consistent with Stripe’s marketing of the product, which states that: “You can request Instant Payouts 24/7, including weekends and holidays, and funds typically appear in the associated bank account within 30 minutes”. Some Instant Payouts might not settle within 30 minutes, and instead might take longer to be credited to the relevant bank account.

¿Te fue útil esta página?
SíNo
  • ¿Necesitas ayuda? Ponte en contacto con soporte.
  • Únete a nuestro programa de acceso anticipado.
  • Echa un vistazo a nuestro registro de cambios.
  • ¿Tienes alguna pregunta? Contacto.
  • ¿LLM? Lee llms.txt.
  • Con tecnología de Markdoc
Guías relacionadas
Instant Payouts for Stripe Dashboard users