# Pruebas de Stripe Connect

Antes de pasar a modo activo, prueba tu integración con Connect para la creación de cuentas, verificación de identidad y transferencias.

Use testing to make sure your *Connect* (Connect is Stripe's solution for multi-party businesses, such as marketplace or software platforms, to route payments between sellers, customers, and other recipients) integration handles different flows correctly. You can use [Sandboxes](https://docs.stripe.com/sandboxes.md) to simulate live mode while taking advantage of Stripe-provided special tokens to use in your tests. See the [payments testing guide](https://docs.stripe.com/testing.md) for more information on testing charges, disputes, and so on.

> #### Testing capabilities
> 
> Sandboxes might not enforce some capabilities. In certain cases, they can allow an account to perform capability-dependent actions even when the associated capability’s `status` isn’t `active`.

## Crea cuentas de prueba

You can create multiple test accounts with different [account types](https://docs.stripe.com/connect/accounts.md) or [controller properties](https://docs.stripe.com/connect/migrate-to-controller-properties.md) that you want to test.

You can create test accounts using the [Accounts API](https://docs.stripe.com/api/accounts/create.md) or in the [Stripe Dashboard](https://docs.stripe.com/connect/dashboard/managing-individual-accounts.md#creating-accounts).

Use `000-000` as the SMS code when prompted for test accounts.

## Test the OAuth flow 

You can test your OAuth integration with connected accounts that use a Stripe-hosted Dashboard using your test `client_id`.

Your test `client_id` is `ca_FkyHCg7X8mlvCUdMDao4mMxagUfhIwXb`. You can find this in your [Connect OAuth settings](https://dashboard.stripe.com/settings/connect/onboarding-options/oauth).

Your test `client_id` allows you to:

- Definir tu `redirect_uri` en una URL que no es HTTPS
- Definiri tu `redirect_uri` en **localhost**
- Force-skip the account form instead of having to fill out an entire account application (Stripe Dashboard accounts only)
- Obtén tokens de acceso de prueba para cuentas conectadas

To test the [OAuth](https://docs.stripe.com/connect/oauth-standard-accounts.md) flow, create a new account after clicking the OAuth link. You can also test connecting an existing Stripe account only if the email is different from your platform account.

## Identity verification 

Verification is a crucial component for onboarding accounts. Use our dedicated [guide to testing verification](https://docs.stripe.com/connect/testing-verification.md).

After creating a test connected account, you can use tokens to test different verification statuses to make sure you’re handling different requirements and account states. You can use the following tokens to test verification with test accounts.

### Prueba de fechas de nacimiento

Usa estas fechas de nacimiento para activar ciertas condiciones de verificación.

| Fecha de nacimiento | Tipo                                                                                                                                                                                                                                                      |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `1901-01-01`        | Successful date of birth match. Any other DOB results in a no-match.                                                                                                                                                                                      |
| `1902-01-01`        | Successful, immediate date of birth match. The verification result is returned directly in the response, not as part of a *webhook* (A webhook is a real-time push notification sent to your application as a JSON payload through HTTPS requests) event. |
| `1900-01-01`        | This DOB triggers an Office of Foreign Assets Control (OFAC) alert.                                                                                                                                                                                       |

### Prueba de direcciones

Usa esta direcciones para `line1` para activar las condiciones de ciertas verificaciones. Debes especificar valores legítimos para los argumentos `city`, `state` y `postal_code`.

| Token                    | Tipo                                                                          |
| ------------------------ | ----------------------------------------------------------------------------- |
| `address_full_match`​    | Successful address match.                                                     |
| `address_no_match`       | Unsuccessful address match likely to trigger requirements in `currently_due`. |
| `address_line1_no_match` | Unsuccessful address match likely to trigger requirements in `currently_due`  |

### Prueba de números de ID personales

Use these personal ID numbers for the [individual.id_number](https://docs.stripe.com/api/accounts/create.md#create_account-individual-id_number) attribute on the `Account` or the [id_number](https://docs.stripe.com/api/persons/create.md#create_person-id_number) attribute on the `Person` object to trigger certain verification conditions.

| Número      | Tipo                                                                                                                                                                                                                                                  |
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `000000000` | Successful ID number match. **0000** also works for SSN last 4 verification.                                                                                                                                                                          |
| `111111111` | Unsuccessful ID number match (identity mismatch) likely to trigger requirements in `currently_due`.                                                                                                                                                   |
| `222222222` | Successful, immediate ID number match. The verification result is returned directly in the response, not as part of a *webhook* (A webhook is a real-time push notification sent to your application as a JSON payload through HTTPS requests) event. |

### Test government-issued ID documents 

For testing, use test images or file tokens instead of uploading your own test IDs. For details, refer to [Uploading a file](https://docs.stripe.com/connect/handling-api-verification.md#upload-a-file).

### Prueba de imágenes de documentos

You can use a [verified image](https://d37ugbyn3rpeym.cloudfront.net/docs/identity/success.png) that causes the ID number to match successfully. You can use an [unverified image](https://d37ugbyn3rpeym.cloudfront.net/docs/identity/failed.png) that causes a mismatch on the ID number, leading to `currently_due` requirements.

> Test images take precedence over test ID numbers. If you upload a verified image, the ID number matching succeeds, even if you also provide an unsuccessful test ID value. Similarly, an unverified image automatically fails ID matching regardless of the value of other test artifacts.

### Prueba de tokens de archivo

Use these file tokens to trigger certain identity verification conditions. Document tokens simulate the review process in production, so fields might appear in `pending_verification` before the result is applied.

| Token                            | Tipo                                                                                 |
| -------------------------------- | ------------------------------------------------------------------------------------ |
| `file_identity_document_success` | Utiliza la imagen verificada y marca ese requisito de documento como cumplido.       |
| `file_identity_document_failure` | Utiliza la imagen no verificada y marca ese requisito de documento como no cumplido. |

### Test relationship document tokens 

Use these file tokens to trigger certain relationship document verification conditions. Document tokens simulate the review process in production, so fields might appear in `pending_verification` before the result is applied.

| Token                                       | Tipo                                                                                       |
| ------------------------------------------- | ------------------------------------------------------------------------------------------ |
| `file_relationship_document_success`        | Uses the verified document and marks the relationship document requirement as satisfied.   |
| `file_relationship_document_invalid`        | Uses an invalid document and marks the relationship document requirement as not satisfied. |
| `file_relationship_document_mismatch`       | Marks the relationship document requirement as not satisfied due to a name mismatch.       |
| `file_relationship_document_invalid_signer` | Marks the relationship document requirement as not satisfied due to an invalid signer.     |

### Test with high-risk accounts 

For testing scenarios that apply only to high-risk accounts, force the business risk rating to high by appending `_high_risk` to the business name.

## Business information verification

### Validación de la dirección comercial

En algunos países, la dirección comercial asociada con tu cuenta conectada debe validarse antes de que se habiliten los cargos, las *transferencias* (A payout is the transfer of funds to an external account, usually a bank account, in the form of a deposit) o ambos en la cuenta conectada.

### Prueba de direcciones comerciales

Usa esta direcciones para `line1` para activar las condiciones de ciertas verificaciones. Debes especificar valores legítimos para los argumentos `city`, `state` y `postal_code`.

Make sure you start with an address token that has the least permissive validation condition you want to test for. This is because you can’t use an address token that has a more restrictive validation condition than the previous token used. For example, if you provided `address_full_match` to have both charges and payouts enabled, you can’t disable payouts or charges afterward by changing the token to an invalid one. You can work around this by creating a new account with the relevant token.

| Token                    | Tipo                                                                                                                                                                                                                                |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `address_full_match`​    | Los cargos y las transferencias están habilitados en la cuenta.                                                                                                                                                                     |
| `address_no_match`​      | Only charges are enabled on the account. Since validation failed on the `line1` attribute, it becomes listed again in the [requirements](https://docs.stripe.com/api/accounts/object.md#account_object-requirements) hash.          |
| `address_line1_no_match` | Neither charges nor payouts are enabled on the account. Since validation failed, the address attributes become listed again in the [requirements](https://docs.stripe.com/api/accounts/object.md#account_object-requirements) hash. |

### Prueba de las ID fiscales de la empresa

Use these business tax ID numbers for [company.tax_id](https://docs.stripe.com/api/accounts/create.md#create_account-company-tax_id) to trigger certain verification conditions. The test behavior might change depending on the Connected Account countries and the regulations in those countries. Depending on the country’s regulation, a valid tax document can mark tax ID verified in these countries.

| Número      | Tipo                                                                                                                                                                                                                                                           |
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `000000000` | Successful business ID number match.                                                                                                                                                                                                                           |
| `000000001` | Successful business ID number match as a non-profit.                                                                                                                                                                                                           |
| `111111111` | Unsuccessful business ID number match (identity mismatch).                                                                                                                                                                                                     |
| `111111112` | Unsuccessful business ID number match (tax ID not issued).                                                                                                                                                                                                     |
| `222222222` | Successful, immediate business ID number match. The verification result is returned directly in the response, not as part of a *webhook* (A webhook is a real-time push notification sent to your application as a JSON payload through HTTPS requests) event. |
| `222221000` | Company not found in registry.                                                                                                                                                                                                                                 |
| `222221001` | Owners not found in registry.                                                                                                                                                                                                                                  |
| `222221002` | Directors not found in registry.                                                                                                                                                                                                                               |
| `222221003` | Missing owners on account compared to registry.                                                                                                                                                                                                                |
| `222221004` | Missing directors on account compared to registry.                                                                                                                                                                                                             |
| `222221005` | Pending response from registry.                                                                                                                                                                                                                                |

### Test directorship verification

Stripe performs directorship verification by comparing the list of directors on the `Account` object against a list retrieved from local registries. If the country requires it, you can trigger verification for an `Account` object by using these tokens for the [first_name](https://docs.stripe.com/api/persons/object.md#person_object-first_name) attribute on the associated `Person` and setting the [relationship.director](https://docs.stripe.com/api/persons/object.md#person_object-relationship-director) attribute on the `Person` to true.

| Token                 | Tipo                                                                                                                                    |
| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| `mismatch_director`   | Unsuccessful match due to a mismatched name. This can trigger a `verification_directors_mismatch` verification error.                   |
| `missing_director`    | Unsuccessful match due to directors missing on the account. This can trigger a `verification_missing_directors` verification error.     |
| `extraneous_director` | Unsuccessful match due to too many directors on the account. This can trigger a `verification_extraneous_directors` verification error. |

The verification errors can trigger if multiple directors on the `Account` object use these magic tokens.

### Test ownership verification 

Stripe performs ownership verification by comparing the list of owners on the `Account` object against a list retrieved from local registries. If the country requires it, you can trigger verification for an `Account` object by using these tokens for the [first_name](https://docs.stripe.com/api/persons/object.md#person_object-first_name) attribute on the associated `Person` and setting the [relationship.owner](https://docs.stripe.com/api/persons/object.md#person_object-relationship-owner) attribute on the `Person` to true.

| Token              | Tipo                                                                                                                           |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------ |
| `mismatch_owner`   | Unsuccessful match due to a mismatched name. This can trigger a `verification_missing_owners` verification error.              |
| `extraneous_owner` | Unsuccessful match due to too many owners on the account. This can trigger a `verification_missing_owners` verification error. |

The verification errors can trigger if multiple owners on the `Account` object use these magic tokens.

### Test company name verification

Trigger company name verification for an `Account` object by using this token for the [company.name](https://docs.stripe.com/api/accounts/object.md#account_object-company-name) attribute.

| Token                      | Tipo                                                                      |
| -------------------------- | ------------------------------------------------------------------------- |
| `mismatch_business_name`   | Successful match of business name.                                        |
| `disallowed_name`          | Unsuccessful match due to a generic or well-known business name.          |
| `match_name_relationships` | Successful match of the business name and its relationships(if provided). |
| `match_name_only`          | Unsuccessful match due to a business name discrepancy.                    |

### Test statement descriptor verification

Trigger statement descriptor verification for an `Account` object by using this token for the [settings.payments.statement_descriptor](https://docs.stripe.com/api/accounts/object.md#account_object-settings-payments-statement_descriptor) attribute.

| Token        | Tipo                                                                            |
| ------------ | ------------------------------------------------------------------------------- |
| `mismatch`   | Trigger an `invalid_statement_descriptor_business_mismatch` verification error. |
| `disallowed` | Trigger an `invalid_statement_descriptor_denylisted` verification error.        |

Trigger statement descriptor prefix verification for an `Account` object by using this token for the [settings.card_payments.statement_descriptor_prefix](https://docs.stripe.com/api/accounts/object.md#account_object-settings-card_payments-statement_descriptor_prefix) attribute.

| Token        | Tipo                                                                            |
| ------------ | ------------------------------------------------------------------------------- |
| `mismatch`   | Trigger an `invalid_statement_descriptor_prefix_mismatch` verification error.   |
| `disallowed` | Trigger an `invalid_statement_descriptor_prefix_denylisted` verification error. |

### Test business URL verification

Trigger URL verification for an `Account` object by using this token for the [business_profile.url](https://docs.stripe.com/api/accounts/object.md#account_object-business_profile-url) attribute.

| Token                                  | Tipo                                                                                 |
| -------------------------------------- | ------------------------------------------------------------------------------------ |
| `https://disallowed.stripe.com`        | Trigger an `invalid_url_denylisted` verification error.                              |
| `https://geoblocked.stripe.com`        | Trigger an `invalid_url_website_inaccessible_geoblocked` verification error.         |
| `https://problem.stripe.com`           | Trigger an `invalid_url_website_other` verification error.                           |
| `https://missing.stripe.com`           | Trigger an `invalid_url_website_incomplete` verification error.                      |
| `https://mismatch.stripe.com`          | Trigger an `invalid_url_website_business_information_mismatch` verification error.   |
| `https://passwordprotected.stripe.com` | Trigger an `invalid_url_website_inaccessible_password_protected` verification error. |
| `https://accessible.stripe.com`        | Trigger a successful validation of the URL.                                          |
| `https://underconstruction.stripe.com` | Trigger an `invalid_url_website_incomplete_under_construction` verification error.   |
| `https://inaccessible.stripe.com`      | Trigger an `invalid_url_website_inaccessible` verification error.                    |

### Test capability disabled reasons

Trigger assignment of a specific [requirements.disabled_reason](https://docs.stripe.com/api/capabilities/object.md#capability_object-requirements-disabled_reason) to all of an `Account` object’s inactive `Capability` objects by using this token for the account’s [business_profile.url](https://docs.stripe.com/api/accounts/object.md#account_object-business_profile-url) attribute.

| Token                           | Tipo                                                                                                                                                                                                   |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `https://inactivity.stripe.com` | Set an account as inactive and pause all verifications for it. Set the disabled reason for any inactive capabilities to `paused.inactivity` (`rejected.other` for API versions prior to `2024-06-20`). |

### Test Doing Business As (DBA) verification

Trigger DBA verification for an `Account` object by using this token for the [business_profile.name](https://docs.stripe.com/api/accounts/object.md#account_object-business_profile-name) attribute.

| Token            | Tipo                                                                      |
| ---------------- | ------------------------------------------------------------------------- |
| `disallowed_dba` | Trigger an `invalid_business_profile_name_denylisted` verification error. |
| `invalid_dba`    | Trigger an `invalid_business_profile_name` verification error.            |

### Test product description verification

Trigger product description verification for an `Account` object by using this token for the [business_profile.product_description](https://docs.stripe.com/api/accounts/object.md#account_object-business_profile-product_description) attribute.

| Token         | Tipo                                                               |
| ------------- | ------------------------------------------------------------------ |
| `require_url` | Trigger an `invalid_url_web_presence_detected` verification error. |

### Test phone number validation

Clear phone number validation for an `Account` object by using this token for the following attributes:

- [business_profile.support_phone](https://docs.stripe.com/api/accounts/object.md#account_object-business_profile-support_phone)
- [company.phone](https://docs.stripe.com/api/accounts/object.md#account_object-company-phone)
- [individual.phone](https://docs.stripe.com/api/accounts/object.md#account_object-individual-phone)

Clear phone number validation for a `Person` object by using this token for the [phone](https://docs.stripe.com/api/persons/object.md#person_object-phone) attribute.

| Token        | Tipo                  |
| ------------ | --------------------- |
| `0000000000` | Successful validation |

## Trigger or advance verification

### Activar tarjetas

Use these card numbers to trigger various conditions when you’re testing both requirements and tiered verification. For the trigger actions to work, you must use these cards with a Connect charge by setting [on_behalf_of](https://docs.stripe.com/connect/separate-charges-and-transfers.md#settlement-merchant) or creating a [direct charge on the connected account](https://docs.stripe.com/connect/direct-charges.md). The connected account must have an [eventually_due requirement](https://docs.stripe.com/connect/testing-verification.md#testing-thresholds).

| Número           | Token                              | Tipo                                                                                      |
| ---------------- | ---------------------------------- | ----------------------------------------------------------------------------------------- |
| 4000000000004202 | `tok_visa_triggerNextRequirements` | Cambia el siguiente grupo de requisitos de eventualmente vencidos a actualmente vencidos. |
| 4000000000004210 | `tok_visa_triggerChargeBlock`      | Activa un bloque de cargos.                                                               |
| 4000000000004236 | `tok_visa_triggerPayoutBlock`      | Activa un bloqueo de transferencias.                                                      |

#### Trigger next requirements

El modo activo puede exigir información de verificación adicional cuando una cuenta conectada procesa un determinado volumen. Esta tarjeta establece la información de verificación adicional que se debe solicitar de inmediato. Si no se requiere información adicional, no aparece nada.

#### Trigger a charge or payout block

If required information isn’t provided by the deadline, Stripe disables the connected account’s charges or payouts. These cards disable the connected account and move any currently due requirements to overdue. These cards have no effect until an account provides the initial information that’s required to enable charges and payouts.

### Trigger bank account ownership verification

Connected accounts in the United States and India are subject to [Bank account ownership verification](https://support.stripe.com/questions/bank-account-ownership-verification). You can complete this verification by uploading supporting documents with the Connect Dashboard or with the API through the [documents[bank_account_ownership_verification]](https://docs.stripe.com/api/accounts/update.md#update_account-documents-bank_account_ownership_verification-files) hash.

While you’re testing, you can simulate the US bank account ownership verification process. Use the following test bank account numbers to trigger the verification process. One number presumes successful verification and the other prompts you to upload test images or file tokens to complete the verification process. These test accounts are only available for US accounts.

| Ruta bancaria | Cuenta         | Tipo                                                                                                          |
| ------------- | -------------- | ------------------------------------------------------------------------------------------------------------- |
| `110000000`   | `000999999991` | Triggers and completes the bank account ownership verification process after a short delay                    |
| `110000000`   | `000999999992` | Triggers the bank account ownership verification process after a short delay and requests for document upload |

## Agregar fondos al saldo de Stripe

To test [adding funds](https://docs.stripe.com/connect/top-ups.md) to your Stripe balance from a bank account in the Dashboard, [create a sandbox](https://docs.stripe.com/sandboxes/dashboard/manage.md#create-a-sandbox) and select the desired test bank account in the dropdown menu within the **Add to balance** dialog. You can simulate success or failure due to insufficient funds.

To test adding funds in the API, use the following test bank tokens as the source while you’re testing. Each token simulates a specific kind of event.

| Token                                 | Tipo                                         |
| ------------------------------------- | -------------------------------------------- |
| `btok_us_verified`                    | Exitoso                                      |
| `btok_us_verified_noAccount`          | Incorrecto con código `no_account`           |
| `btok_us_verified_accountClosed`      | Incorrecto con código `account_closed`       |
| `btok_us_verified_insufficientFunds`  | Incorrecto con código `insufficient_funds`   |
| `btok_us_verified_debitNotAuthorized` | Incorrecto con código `debit_not_authorized` |
| `btok_us_verified_invalidCurrency`    | Incorrecto con código `invalid_currency`     |

## Transferencias

Utiliza los siguientes números de tarjetas de débito y de banco de pruebas para activar determinados eventos al probar las [transferencias](https://docs.stripe.com/connect/payouts-connected-accounts.md). Solo puedes utilizar estos valores mientras realizas pruebas con claves API de prueba.

Las transferencias de prueba simulan un pago real, pero no se procesan con el banco. Las cuentas de prueba con acceso al Dashboard de Stripe siempre tienen habilitadas las transferencias, mientras se cumplan los requisitos de información bancaria externa válida y otras condiciones relevantes, y nunca requieren verificación de identidad real.

> No puedes utilizar números de tarjetas bancarias y de débito de prueba en el Dashboard de Stripe en una cuenta conectada en modo real. Si has introducido la información de tu cuenta bancaria en una cuenta en modo activo, puedes seguir utilizando un entorno de pruebas, y los pagos de prueba simularán un pago real sin procesar dinero real.

### Números de bancos

Utiliza estos números de cuenta bancaria de prueba para probar transferencias. Solo puedes utilizarlos con claves API de prueba.

### Números de tarjetas de débito

Utiliza estos números de tarjetas de débito de prueba para probar transferencias a una tarjeta de débito. Solo puedes usarlos con las claves API de prueba.

#### Estados Unidos

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000056655665556 | `tok_visa_debit_us_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000056655665572 | `tok_visa_debit_us_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000056755665555 | `tok_visa_debit_us_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5200828282828210 | `tok_mastercard_debit_us_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |
| 6011981111111113 | `tok_discover_debit_us_transferSuccess`      | Débito de Discover. Transferencia correcta.                          |

#### Canadá

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000051240000005 | `tok_visa_debit_ca_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000051240000021 | `tok_visa_debit_ca_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000051240000039 | `tok_visa_debit_ca_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5510121240000006 | `tok_mastercard_debit_ca_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Singapur

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000057020000008 | `tok_visa_debit_sg_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000057020000016 | `tok_visa_debit_sg_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000057020000024 | `tok_visa_debit_sg_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 2227200000000009 | `tok_mastercard_debit_sg_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Australia

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000050360000019 | `tok_visa_debit_au_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000050360000027 | `tok_visa_debit_au_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000050360000035 | `tok_visa_debit_au_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 4000000360000006 | `tok_visa_credit_au`                         | Crédito Visa. Tarjeta no aceptada (tipo tarjeta no válida).          |
| 5555050360000023 | `tok_mastercard_debit_au_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Emiratos Árabes Unidos

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000057840000006 | `tok_visa_debit_ae_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000057840000014 | `tok_visa_debit_ae_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000057840000022 | `tok_visa_debit_ae_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 4000007840000006 | `tok_visa_credit_ae`                         | Crédito Visa. Tarjeta no aceptada (tipo tarjeta no válida).          |
| 5555057840000002 | `tok_mastercard_debit_ae_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Reino Unido

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000058260000203 | `tok_visa_debit_gb_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000058260000211 | `tok_visa_debit_gb_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000058260000229 | `tok_visa_debit_gb_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555058260000100 | `tok_mastercard_debit_gb_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Austria

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000050400000003 | `tok_visa_debit_at_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000050400000011 | `tok_visa_debit_at_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000050400000029 | `tok_visa_debit_at_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555050400000009 | `tok_mastercard_debit_at_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Bélgica

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000050560000009 | `tok_visa_debit_be_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000050560000017 | `tok_visa_debit_be_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000050560000025 | `tok_visa_debit_be_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555050560000005 | `tok_mastercard_debit_be_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Croacia

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000051910000004 | `tok_visa_debit_hr_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000051910000012 | `tok_visa_debit_hr_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000051910000020 | `tok_visa_debit_hr_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555051910000000 | `tok_mastercard_debit_hr_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Chipre

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000051960000003 | `tok_visa_debit_cy_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000051960000011 | `tok_visa_debit_cy_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000051960000029 | `tok_visa_debit_cy_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555051960000009 | `tok_mastercard_debit_cy_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Estonia

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000052330000004 | `tok_visa_debit_ee_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000052330000012 | `tok_visa_debit_ee_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000052330000020 | `tok_visa_debit_ee_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555052330000000 | `tok_mastercard_debit_ee_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Finlandia

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000052460000006 | `tok_visa_debit_fi_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000052460000014 | `tok_visa_debit_fi_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000052460000022 | `tok_visa_debit_fi_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555052460000002 | `tok_mastercard_debit_fi_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Francia

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000052500000008 | `tok_visa_debit_fr_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000052500000016 | `tok_visa_debit_fr_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000052500000024 | `tok_visa_debit_fr_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555052500000004 | `tok_mastercard_debit_fr_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Alemania

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000052760000037 | `tok_visa_debit_de_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000052760000011 | `tok_visa_debit_de_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000052760000029 | `tok_visa_debit_de_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555052760000009 | `tok_mastercard_debit_de_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Grecia

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000053000000001 | `tok_visa_debit_gr_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000053000000019 | `tok_visa_debit_gr_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000053000000027 | `tok_visa_debit_gr_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555053000000007 | `tok_mastercard_debit_gr_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Irlanda

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000053720000000 | `tok_visa_debit_ie_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000053720000018 | `tok_visa_debit_ie_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000053720000026 | `tok_visa_debit_ie_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555053720000006 | `tok_mastercard_debit_ie_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Italia

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000053800000037 | `tok_visa_debit_it_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000053800000011 | `tok_visa_debit_it_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000053800000029 | `tok_visa_debit_it_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555053800000009 | `tok_mastercard_debit_it_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Letonia

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000054280000000 | `tok_visa_debit_lv_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000054280000018 | `tok_visa_debit_lv_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000054280000026 | `tok_visa_debit_lv_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555054280000006 | `tok_mastercard_debit_lv_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Lituania

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000054400000005 | `tok_visa_debit_lt_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000054400000013 | `tok_visa_debit_lt_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000054400000021 | `tok_visa_debit_lt_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555054400000001 | `tok_mastercard_debit_lt_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Luxemburgo

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000054420000001 | `tok_visa_debit_lu_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000054420000019 | `tok_visa_debit_lu_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000054420000027 | `tok_visa_debit_lu_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555054420000007 | `tok_mastercard_debit_lu_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Malta

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000054700000002 | `tok_visa_debit_mt_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000054700000010 | `tok_visa_debit_mt_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000054700000028 | `tok_visa_debit_mt_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555054700000008 | `tok_mastercard_debit_mt_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Países Bajos

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000055280000007 | `tok_visa_debit_nl_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000055280000015 | `tok_visa_debit_nl_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000055280000023 | `tok_visa_debit_nl_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555055280000003 | `tok_mastercard_debit_nl_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Portugal

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000056200000002 | `tok_visa_debit_pt_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000056200000010 | `tok_visa_debit_pt_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000056200000028 | `tok_visa_debit_pt_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555056200000008 | `tok_mastercard_debit_pt_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Eslovaquia

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000057030000006 | `tok_visa_debit_sk_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000057030000014 | `tok_visa_debit_sk_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000057030000022 | `tok_visa_debit_sk_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555057030000002 | `tok_mastercard_debit_sk_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Eslovenia

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000057050000001 | `tok_visa_debit_si_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000057050000019 | `tok_visa_debit_si_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000057050000027 | `tok_visa_debit_si_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555057050000007 | `tok_mastercard_debit_si_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### España

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000057240000036 | `tok_visa_debit_es_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000057240000010 | `tok_visa_debit_es_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000057240000028 | `tok_visa_debit_es_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555057240000008 | `tok_mastercard_debit_es_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Dinamarca

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000052080000006 | `tok_visa_debit_dk_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000052080000014 | `tok_visa_debit_dk_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000052080000022 | `tok_visa_debit_dk_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555052080000002 | `tok_mastercard_debit_dk_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Malasia

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000054580000031 | `tok_visa_debit_my_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000054580000015 | `tok_visa_debit_my_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000054580000023 | `tok_visa_debit_my_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555054580000003 | `tok_mastercard_debit_my_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Nueva Zelanda

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000055540000003 | `tok_visa_debit_nz_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000055540000011 | `tok_visa_debit_nz_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000055540000029 | `tok_visa_debit_nz_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555055540000165 | `tok_mastercard_debit_nz_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Noruega

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000055780000002 | `tok_visa_debit_no_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000055780000010 | `tok_visa_debit_no_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000055780000028 | `tok_visa_debit_no_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555055780000008 | `tok_mastercard_debit_no_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Suecia

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000057520000003 | `tok_visa_debit_se_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000057520000011 | `tok_visa_debit_se_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000057520000029 | `tok_visa_debit_se_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555057520000009 | `tok_mastercard_debit_se_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### República Checa

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000052030000007 | `tok_visa_debit_cz_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000052030000015 | `tok_visa_debit_cz_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000052030000023 | `tok_visa_debit_cz_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555052030000003 | `tok_mastercard_debit_cz_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Hungría

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000053480000000 | `tok_visa_debit_hu_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000053480000018 | `tok_visa_debit_hu_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000053480000026 | `tok_visa_debit_hu_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555053480000006 | `tok_mastercard_debit_hu_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Polonia

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000056160000000 | `tok_visa_debit_pl_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000056160000018 | `tok_visa_debit_pl_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000056160000026 | `tok_visa_debit_pl_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555056160000006 | `tok_mastercard_debit_pl_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |

#### Rumania

| Número           | Token                                        | Tipo                                                                 |
| ---------------- | -------------------------------------------- | -------------------------------------------------------------------- |
| 4000056420000030 | `tok_visa_debit_ro_transferSuccess`          | Visa débito. Transferencia correcta.                                 |
| 4000056420000014 | `tok_visa_debit_ro_transferFail`             | Visa débito. La transferencia falla con código `could_not_process`.  |
| 4000056420000022 | `tok_visa_debit_ro_instantPayoutUnsupported` | Visa débito. La tarjeta no cumple los requisitos de Instant Payouts. |
| 5555056420000002 | `tok_mastercard_debit_ro_transferSuccess`    | Mastercard débito. Transferencia correcta.                           |
