# So testen Sie Stripe Connect

Vor dem Go-Live können Sie das Erstellen von Konten, die Identitätsprüfung und Auszahlungen über Ihre Connect-Integration testen.

Führen Sie Tests durch, um sicherzustellen, dass Ihre *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 verschiedene Abläufe korrekt abwickelt. Mit [Sandboxes](https://docs.stripe.com/sandboxes.md) können Sie den Live-Modus simulieren und gleichzeitig die von Stripe bereitgestellten speziellen Token für Ihre Tests nutzen. Weitere Informationen zum Testen von Zahlungen, Zahlungsanfechtungen usw. finden Sie im [Leitfaden zum Testen von Zahlungen](https://docs.stripe.com/testing.md).

> #### Testfunktionen
> 
> Sandboxes setzen einige Funktionen möglicherweise nicht durch. In bestimmten Fällen können sie es einem Konto ermöglichen, funktionsabhängige Aktionen durchzuführen, auch wenn der `status` der zugehörigen Funktion nicht `active` ist.

## Testkonten erstellen

Sie können mehrere Testkonten mit unterschiedlichen [Kontotypen](https://docs.stripe.com/connect/accounts.md) oder [Controller-Eigenschaften](https://docs.stripe.com/connect/migrate-to-controller-properties.md) erstellen, die Sie testen möchten.

Sie können Testkonten mit der [Accounts API](https://docs.stripe.com/api/accounts/create.md) oder im [Stripe-Dashboard](https://docs.stripe.com/connect/dashboard/managing-individual-accounts.md#creating-accounts) erstellen.

Verwenden Sie bei der Aufforderung zum Erstellen von Testkonten als SMS-Code `000-000`.

## OAuth-Ablauf testen

Sie können Ihre OAuth-Integration mit verbundenen Konten testen, die ein von Stripe gehostetes Dashboard verwenden, indem Sie Ihre Test-`client_id` verwenden.

Ihre Test-`client_id` ist `ca_FkyHCg7X8mlvCUdMDao4mMxagUfhIwXb`. Sie finden dies in Ihren [Connect OAuth-Einstellungen](https://dashboard.stripe.com/settings/connect/onboarding-options/oauth).

Ihre Test-`client_id` bietet Ihnen folgende Möglichkeiten:

- Ihre `redirect_uri` auf eine Nicht-HTTPS-URL festlegen
- Ihre `redirect_uri` auf **localhost** festlegen
- Das Kontoformular automatisch überspringen, um keinen kompletten Kontoantrag ausfüllen zu müssen (nur Stripe Dashboard-Konten)
- Token für den Testzugriff auf verbundene Konten abrufen

Um den [OAuth](https://docs.stripe.com/connect/oauth-standard-accounts.md)-Ablauf zu testen, klicken Sie auf den OAuth-Link und erstellen Sie ein neues Konto. Sie können auch das Verbinden eines bestehenden Stripe-Kontos testen, allerdings nur, wenn die E-Mail-Adresse Ihrem Plattformkonto abweicht.

## Identitätsprüfung

Die Verifizierung ist eine entscheidende Komponente beim Onboarding von Konten. Verwenden Sie unseren speziellen [Leitfaden zum Testen der Verifizierung](https://docs.stripe.com/connect/testing-verification.md).

Nachdem Sie ein verbundenes Testkonto erstellt haben, können Sie mithilfe von Token verschiedene Verifizierungsstatus testen. So stellen Sie sicher, dass Ihre Plattform unterschiedliche Anforderungen und Kontostatus berücksichtigen kann. Für das Testen der Verifizierung mit Testkonten können Sie die folgenden Token nutzen.

### Test-Geburtsdaten

Verwenden Sie diese Geburtsdaten (DOB) für das Attribut [individual.dob](https://docs.stripe.com/api/accounts/create.md#create_account-individual-dob) im `Account`-Objekt, um bestimmte Verifizierungsbedingungen auszulösen.

| Geburtsdatum | Typ |
| --- | --- |
| `1901-01-01` | Übereinstimmung des Geburtsdatums war erfolgreich. Jedes andere Geburtsdatum führt zu keiner Übereinstimmung. |
| `1902-01-01` | Erfolgreich, sofortige Übereinstimmung des Geburtsdatums. Das Verifizierungsergebnis wird direkt in der Antwort zurückgegeben, nicht als Teil eines *Webhook* (A webhook is a real-time push notification sent to your application as a JSON payload through HTTPS requests)-Ereignisses. |
| `1900-01-01` | Dieses Geburtsdatum löst eine Warnung des Office of Foreign Assets Control (OFAC) aus. |

### Test-Adressen

Verwenden Sie diese Adressen für [individual.address.line1](https://docs.stripe.com/api/accounts/create.md#create_account-individual-address-line1) im `Account`-Objekt, um bestimmte Verifizierungsbedingungen auszulösen. Sie müssen gültige Werte für die Argumente `city`, `state` und `postal_code` übergeben.

| Token | Typ |
| --- | --- |
| `address_full_match` | Erfolgreiche Adressübereinstimmung. |
| `address_no_match` | Eine fehlgeschlagene Adressübereinstimmung löst wahrscheinlich Anforderungen in `currently_due` aus. |
| `address_line1_no_match` | Eine fehlgeschlagene Adressübereinstimmung löst wahrscheinlich Anforderungen in `currently_due` aus |
| `address_zip_no_match` | Eine fehlgeschlagene Adressübereinstimmung löst wahrscheinlich Anforderungen in `currently_due` aus. |
| `address_line1_zip_no_match` | Eine fehlgeschlagene Adressübereinstimmung löst wahrscheinlich Anforderungen in `currently_due` aus. |

### Test-Personalausweisnummern

Verwenden Sie diese persönlichen ID-Nummern für das Attribut [individual.id_number](https://docs.stripe.com/api/accounts/create.md#create_account-individual-id_number) im `Account`-Objekt, um bestimmte Verifizierungsbedingungen auszulösen.

| Die Nummer | Typ |
| --- | --- |
| `000000000` | Übereinstimmung mit der ID-Nummer ist erfolgreich. **0000** funktioniert auch für die Verifizierung der letzten vier Ziffern der Sozialversicherungsnummer. |
| `111111111` | Nicht erfolgreiche Übereinstimmung der ID-Nummer (Identität stimmt nicht überein), löst wahrscheinlich Anforderungen in `currently_due` aus. |
| `111111113` | Abgleich der ID-Nummer fehlgeschlagen (inaktive ID-Nummer), was wahrscheinlich Anforderungen in `currently_due` auslöst. |
| `222222222` | Erfolgreicher, sofortiger Abgleich der ID-Nummer. Das Verifizierungsergebnis wird direkt in der Antwort zurückgegeben, nicht als Teil eines *Webhook* (A webhook is a real-time push notification sent to your application as a JSON payload through HTTPS requests)-Ereignisses. |

### Behördlich ausgestellte Ausweise prüfen

Verwenden Sie zum Testen Testbilder oder Datei-Token, anstatt Ihre eigenen Test-IDs hochzuladen. Weitere Informationen finden Sie unter [Hochladen einer Datei](https://docs.stripe.com/connect/handling-api-verification.md#upload-a-file).

### Test-Dokumentbilder

Sie können ein [verifiziertes Bild](https://d37ugbyn3rpeym.cloudfront.net/docs/identity/success.png) verwenden, das bewirkt, dass die ID-Nummer erfolgreich übereinstimmt. Sie können ein [nicht verifiziertes Bild](https://d37ugbyn3rpeym.cloudfront.net/docs/identity/failed.png) verwenden, das zu einer Nichtübereinstimmung der Ausweisnummer führt, was zu `currently_due`-Anforderungen führt.

> Testbilder haben Vorrang vor Test-ID-Nummern. Wenn Sie ein verifiziertes Bild hochladen, ist der Abgleich der ID-Nummer erfolgreich, auch wenn Sie außerdem einen erfolglosen Test-ID-Wert angeben. Auf ähnliche Weise schlägt die ID-Übereinstimmung bei einem nicht verifizierten Bild automatisch fehl, unabhängig vom Wert anderer Testartefakte.

### Test-Datei-Token

Verwenden Sie diese Datei-Token, um bestimmte Bedingungen für die Identitätsprüfung auszulösen. Dokument-Token simulieren den Prozess der Prüfung in der Produktion, sodass Felder möglicherweise in `pending_verification` angezeigt werden, bevor das Ergebnis angewendet wird.

| Token | Typ |
| --- | --- |
| `file_identity_document_success` | Verwendet das verifizierte Bild und markiert diese Dokumentanforderung als erfüllt. |
| `file_identity_document_failure` | Verwendet das nicht verifizierte Bild und markiert diese Dokumentanforderung als nicht erfüllt. |

### Token für Testbeziehungsdokumente

Verwenden Sie diese Datei-Token, um bestimmte Bedingungen für die Verifizierung von Beziehungsdokumenten auszulösen. Dokument-Token simulieren den Prozess der Prüfung in der Produktion, sodass Felder möglicherweise in `pending_verification` angezeigt werden, bevor das Ergebnis angewendet wird.

| Token | Typ |
| --- | --- |
| `file_relationship_document_success` | Verwendet das verifizierte Dokument und markiert die Anforderung an das Beziehungsdokument als erfüllt. |
| `file_relationship_document_invalid` | Verwendet ein ungültiges Dokument und markiert die Anforderung an das Beziehungsdokument als nicht erfüllt. |
| `file_relationship_document_mismatch` | Markiert die Anforderung an das Beziehungsdokument aufgrund einer Namensabweichung als nicht erfüllt. |
| `file_relationship_document_invalid_signer` | Markiert die Anforderung an das Beziehungsdokument aufgrund einer/eines ungültigen Unterzeichnerin/Unterzeichners als nicht erfüllt. |

### Konten mit hohem Risiko testen

Um Szenarien zu testen, die nur für Hochrisikokonten gelten, erzwingen Sie eine hohe Risikoeinstufung für das Unternehmen, indem Sie `_high_risk` an [company.name](https://docs.stripe.com/api/accounts/create.md#create_account-company-name) anhängen.

## Verifizierung der Unternehmensinformationen

### Prüfung von Geschäftsadressen

In einigen Ländern muss die mit Ihrem verbundenen Konto verknüpfte Geschäftsadresse geprüft werden, bevor Zahlungen und/oder *Auszahlungen* (A payout is the transfer of funds to an external account, usually a bank account, in the form of a deposit) für das verbundene Konto aktiviert werden können.

### Test-Geschäftsadressen

Verwenden Sie diese Adressen für [company.address.line1](https://docs.stripe.com/api/accounts/create.md#create_account-company-address-line1), um bestimmte Validierungsbedingungen auszulösen. Sie müssen gültige Werte für die Argumente `city`, `state` und `postal_code` übergeben.

Beginnen Sie unbedingt mit einem Adress-Token, das die restriktivste Validierungsbedingung aufweist, auf die Sie testen möchten. Dies liegt daran, dass Sie kein Adresstoken verwenden können, das eine restriktivere Validierungsbedingung als das zuvor verwendete Token hat. Wenn Sie beispielsweise `address_full_match` angegeben haben, um sowohl Zahlungen als auch Auszahlungen zu aktivieren, können Sie Auszahlungen oder Zahlungen nicht hinterher deaktivieren, indem Sie das Token gegen ein ungültiges tauschen. Sie können dieses Problem umgehen, indem Sie ein neues Konto mit dem entsprechenden Token erstellen.

| Token | Typ |
| --- | --- |
| `address_full_match` | Für das Konto sind sowohl Zahlungen als auch Auszahlungen aktiviert. |
| `address_no_match`​ | Für das Konto sind nur Zahlungen aktiviert. Da die Validierung für das Attribut `line1` fehlgeschlagen ist, wird das Attribut erneut im Hash  aufgelistet. |
| `address_line1_no_match` | Für das Konto sind weder Zahlungen noch Auszahlungen aktiviert. Da die Validierung gescheitert ist, werden die Adress-Attribute erneut im Hash  aufgelistet. |
| `address_zip_no_match` | Für das Konto sind nur Zahlungen aktiviert. Da die Validierung für das Attribut `postal_code` fehlgeschlagen ist, wird das Attribut erneut im Hash [requirements](https://docs.stripe.com/api/accounts/object.md#account_object-requirements) aufgelistet. |
| `address_line1_zip_no_match` | Für das Konto sind weder Zahlungen noch Auszahlungen aktiviert. Da die Validierung fehlgeschlagen ist, werden die Adressattribute erneut im Hash [requirements](https://docs.stripe.com/api/accounts/object.md#account_object-requirements) aufgelistet. |

### Test-Steuernummern für Unternehmen

Verwenden Sie diese Steueridentifikationsnummern für Unternehmen, um mit [company.tax_id](https://docs.stripe.com/api/accounts/create.md#create_account-company-tax_id) bestimmte Verifizierungsbedingungen auszulösen. Das Testverhalten kann sich abhängig von den Ländern des verbundenen Kontos und den geltenden Vorschriften in diesen Ländern ändern. Je nach den Vorschriften in diesen Ländern kann ein gültiges Steuerdokument die in diesen Ländern überprüfte Steueridentifikationsnummer kennzeichnen.

| Die Nummer | Typ |
| --- | --- |
| `000000000` | Erfolgreiche Übereinstimmung der Unternehmens-ID-Nummer. |
| `000000001` | Übereinstimmung der Unternehmens-ID-Nummer als gemeinnützige Organisation erfolgreich. |
| `000000004` | Abgleich der ID-Nummer des Unternehmens fehlgeschlagen (inaktiver Unternehmensstatus). |
| `111111111` | Übereinstimmung mit der Unternehmens-ID-Nummer nicht erfolgreich (Identität stimmt nicht überein). |
| `111111112` | Übereinstimmung mit der Unternehmens-ID-Nummer nicht erfolgreich (Steueridentifikationsnummer wurde nicht ausgestellt). |
| `222222222` | Erfolgreicher, sofortiger Abgleich der Unternehmens-ID-Nummer. Das Verifizierungsergebnis wird direkt in der Antwort zurückgegeben, nicht als Teil eines *Webhook* (A webhook is a real-time push notification sent to your application as a JSON payload through HTTPS requests)-Ereignisses. |
| `222221000` | Unternehmen nicht im Verzeichnis gefunden. |
| `222221001` | Inhaber/innen nicht im Verzeichnis gefunden. |
| `222221002` | Vorstandsmitglieder nicht im Verzeichnis gefunden. |
| `222221003` | Fehlende Kontoinhaber/innen im Vergleich zum Register für juristische Personen, die einer Inhaberverifizierung unterliegen. |
| `222221004` | Fehlende Vorstandsmitglieder im Konto im Vergleich zum Verzeichnis. |
| `222221005` | Ausstehende Antwort des Verzeichnisses. |

### Verifizierung der Unternehmensleitung testen

Stripe führt die Verifizierung der Unternehmensleitung durch, indem wir die Liste der Vorstände des `Account`-Objekts mit einer Liste abgleichen, die wir aus lokalen Registern beziehen. Wenn das Land dies erfordert, können Sie die Verifizierung für ein `Account`-Objekt auslösen, indem Sie diese Token für das Attribut [first_name](https://docs.stripe.com/api/persons/object.md#person_object-first_name) der zugehörigen `Person` verwenden und das Attribut {[relationship.director](https://docs.stripe.com/api/persons/object.md#person_object-relationship-director) der `Person` auf „true“ festlegen.

| Token | Typ |
| --- | --- |
| `mismatch_director` | Keine Übereinstimmung aufgrund eines nicht übereinstimmenden Namens. Dies kann einen `verification_directors_mismatch`-Verifizierungsfehler auslösen. |
| `missing_director` | Keine Übereinstimmung aufgrund fehlender Geschäftsführer/innen in dem Konto. Dies kann einen `verification_missing_directors`-Verifizierungsfehler auslösen. |
| `extraneous_director` | Keine Übereinstimmung wegen zu vieler Geschäftsführer/innen in dem Konto. Dies kann einen `verification_extraneous_directors`-Verifizierungsfehler auslösen. |

Die Verifizierungsfehler können ausgelöst werden, wenn mehrere Geschäftsführer/innen im `Account`-Objekt diese magischen Token verwenden.

### Verifizierung der Inhaberschaft testen

Stripe führt die Verifizierung der Inhaberschaft durch, indem wir die Liste der Inhaber/innen des `Konto`-Objekts mit einer Liste abgleichen, die wir aus lokalen Verzeichnissen beziehen. Wenn das Land dies erfordert, können Sie die Verifizierung für ein `Konto`-Objekt auslösen, indem Sie diese Token für das Attribut [given_name](https://docs.stripe.com/api/v2/core/persons/object.md#v2_person_object-given_name) der zugehörigen `Person` verwenden und das Attribut  der `Person` auf true festlegen.

| Token | Typ |
| --- | --- |
| `mismatch_owner` | Übereinstimmung aufgrund eines nicht übereinstimmenden Namens nicht erfolgreich. Dies kann einen Verifizierungsfehler `verification_missing_owners` auslösen. |
| `extraneous_owner` | Übereinstimmung aufgrund zu vieler Inhaber/innen im Konto fehlgeschlagen. Dies kann einen Verifizierungsfehler `verification_missing_owners` auslösen. |

Die Verifizierungsfehler können ausgelöst werden, wenn mehrere Inhaber/innen im `Konto`-Objekt diese magischen Token verwenden.

### Verifizierung des Unternehmensnamens testen

Lösen Sie die Überprüfung des Firmennamens für ein `Konto`-Objekt aus, indem Sie diesen Token für das Attribut [company.name](https://docs.stripe.com/api/accounts/object.md#account_object-company-name) verwenden.

| Token | Typ |
| --- | --- |
| `mismatch_business_name` | Abgleich des Unternehmensnamens fehlgeschlagen (Namensabweichung). |
| `disallowed_name` | Keine Übereinstimmung aufgrund eines allgemeinen oder bekannten Firmennamens. |
| `match_name_relationships` | Erfolgreiche Übereinstimmung des Unternehmensnamens und seiner Beziehungen (falls angegeben). |
| `match_name_only` | Keine Übereinstimmung aufgrund von Abweichungen des Firmennamens. |

### Verifizierung der Zahlungsbeschreibung in der Abrechnung testen

Verifizierung der Zahlungsbeschreibung in der Abrechnung für ein `Account`-Objekt auslösen, indem Sie diesen Token für das Attribut [settings.payments.statement_descriptor](https://docs.stripe.com/api/accounts/object.md#account_object-settings-payments-statement_descriptor) verwenden.

| Token | Typ |
| --- | --- |
| `mismatch` | Verifizierungsfehler `invalid_statement_descriptor_business_mismatch` auslösen. |
| `disallowed` | Verifizierungsfehler `invalid_statement_descriptor_denylisted` auslösen. |

Lösen Sie die Verifizierung des Präfixes für die Zahlungsbeschreibung in der Abrechnung für ein `Account`-Objekt aus, indem Sie diesen Token für das Attribut [settings.card_payments.statement_descriptor_prefix](https://docs.stripe.com/api/accounts/object.md#account_object-settings-card_payments-statement_descriptor_prefix) verwenden.

| Token | Typ |
| --- | --- |
| `mismatch` | Verifizierungsfehler `invalid_statement_descriptor_prefix_mismatch` auslösen. |
| `disallowed` | Verifizierungsfehler `invalid_statement_descriptor_prefix_denylisted` auslösen. |

### Verifizierung der Unternehmens-URL testen

Lösen Sie die URL-Überprüfung für ein `Account`-Objekt aus, indem Sie diesen Token für das Attribut [business_profile.url](https://docs.stripe.com/api/accounts/object.md#account_object-business_profile-url) verwenden.

| Token | Typ |
| --- | --- |
| `https://disallowed.stripe.com` | Verifizierungsfehler `invalid_url_denylisted` auslösen. |
| `https://geoblocked.stripe.com` | Löst einen Verifizierungsfehler des Typs `invalid_url_website_inaccessible_geoblocked` aus. |
| `https://problem.stripe.com` | Verifizierungsfehler `invalid_url_website_other` auslösen. |
| `https://missing.stripe.com` | Verifizierungsfehler `invalid_url_website_incomplete` auslösen. |
| `https://mismatch.stripe.com` | Verifizierungsfehler `invalid_url_website_business_information_mismatch` auslösen. |
| `https://passwordprotected.stripe.com` | Löst einen Verifizierungsfehler des Typs `invalid_url_website_inaccessible_password_protected` aus. |
| `https://accessible.stripe.com` | Lösen Sie eine erfolgreiche Validierung der URL aus. |
| `https://underconstruction.stripe.com` | Löst einen Verifizierungsfehler des Typs `invalid_url_website_incomplete_under_construction` aus. |
| `https://inaccessible.stripe.com` | Verifizierungsfehler `invalid_url_website_inaccessible` auslösen. |

### Gründe für Deaktivierung der Testfähigkeit

Lösen Sie die Zuweisung eines bestimmten [requirements.disabled_reason](https://docs.stripe.com/api/capabilities/object.md#capability_object-requirements-disabled_reason) für alle inaktiven `Funktionen` eines `Account`-Objekts aus, indem Sie diesen Token für das Attribut des Kontos [business_profile.url](https://docs.stripe.com/api/accounts/object.md#account_object-business_profile-url) verwenden.

| Token | Typ |
| --- | --- |
| `https://inactivity.stripe.com` | Legen Sie ein Konto als inaktiv fest und setzen Sie alle Verifizierungen für das Konto aus. Legen Sie den Deaktivierungsgrund für alle inaktiven Funktionen auf `paused.inactivity` fest (`rejected.other` für API-Versionen vor `2024-06-20`). |

### DBA-Verifizierung (Doing Business As) testen

Lösen Sie die DBA-Verifizierung für ein `Konto`-Objekt aus, indem Sie diesen Token für das Attribut [business_profile.name](https://docs.stripe.com/api/accounts/object.md#account_object-business_profile-name) verwenden.

| Token | Typ |
| --- | --- |
| `disallowed_dba` | Verifizierungsfehler `invalid_business_profile_name_denylisted` auslösen. |
| `invalid_dba` | Verifizierungsfehler `invalid_business_profile_name` auslösen. |

### Verifizierung der Produktbeschreibung testen

Lösen Sie die Überprüfung der Produktbeschreibung für ein `Account`-Objekt aus, indem Sie diesen Token für das Attribut [business_profile.product_description](https://docs.stripe.com/api/accounts/object.md#account_object-business_profile-product_description) verwenden.

| Token | Typ |
| --- | --- |
| `require_url` | Verifizierungsfehler `invalid_url_web_presence_detected` auslösen. |

### Test der Telefonnummernvalidierung

Löschen Sie die Telefonnummernvalidierung für ein `Account`-Objekt mithilfe dieses Tokens für die folgenden Attribute:

- [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)

Löschen Sie die Telefonnummernvalidierung für ein `Person`-Objekt, indem Sie dieses Token für das Attribut [phone](https://docs.stripe.com/api/persons/object.md#person_object-phone) verwenden.

| Token | Typ |
| --- | --- |
| `0000000000` | Erfolgreiche Validierung |

## Verifizierung auslösen oder voranbringen

### Trigger-Karten

Verwenden Sie diese Kartennummern, um verschiedene Bedingungen auszulösen, wenn Sie sowohl Anforderungen als auch die gestaffelte Verifizierung testen. Damit die Auslöseaktionen funktionieren, müssen Sie diese Karten mit einer Connect-Zahlung verwenden, indem Sie [on_behalf_of](https://docs.stripe.com/connect/separate-charges-and-transfers.md#settlement-merchant) festlegen oder eine [Direct Charge auf dem verbundenen Konto](https://docs.stripe.com/connect/direct-charges.md) erstellen. Für das verbundene Konto muss eine [eventually_due-Anforderung](https://docs.stripe.com/connect/testing-verification.md#testing-thresholds) gelten.

| Die Nummer | Token | Typ |
| --- | --- | --- |
| 4000000000004202 | `tok_visa_triggerNextRequirements` | Ändert den nächsten Satz Anforderungen von später fällig in aktuell fällig. |
| 4000000000004210 | `tok_visa_triggerChargeBlock` | Löst eine Zahlungssperre aus. |
| 4000000000004236 | `tok_visa_triggerPayoutBlock` | Löst eine Auszahlungssperre aus. |

#### Nächste Anforderungen auslösen

Im Live-Modus können zusätzliche Verifizierungsinformationen erforderlich sein, wenn ein verbundenes Konto ein bestimmtes Volumen verarbeitet. Mit dieser Karte wird festgelegt, dass zusätzliche Verifizierungsinformationen sofort erforderlich sind. Wenn keine zusätzlichen Informationen erforderlich sind, geschieht nichts weiter.

#### Trigger für Zahlungs- oder Auszahlungssperre

Wenn erforderliche Informationen nicht bis zur jeweiligen Frist bereitgestellt werden, deaktiviert Stripe Zahlungen oder Auszahlungen für das verbundene Konto. Diese Karten deaktivieren das verbundene Konto und alle aktuell fälligen Anforderungen werden überfällig. Diese Karten haben so lange keine Auswirkungen, bis ein Konto die zur Aktivierung von Zahlungen und Auszahlungen ursprünglich erforderlichen Informationen bereitstellt.

### Überprüfung der Eigentumsrechte am Bankkonto auslösen

Verbundene Konten in den Vereinigten Staaten und Indien unterliegen einer[Eigentümerverifizierung des Bankkontos](https://support.stripe.com/questions/bank-account-ownership-verification) Sie können diese Verifizierung durchführen, indem Sie Nachweise über das Connect-Dashboard oder mit der API über den Hash 



Während des Tests können Sie das Verifizierungsverfahren für die Inhaberschaft des US-Bankkontos simulieren. Verwenden Sie die folgenden Testbankkontonummern, um den Verifizierungsprozess auszulösen. Eine Zahl setzt eine erfolgreiche Verifizierung voraus und die andere fordert Sie auf, Testbilder oder Datei-Token hochzuladen, um die Verifizierung abzuschließen. Diese Testkonten sind nur für US-Konten verfügbar.

| Routing | Konto | Typ |
| --- | --- | --- |
| `110000000` | `000999999991` | Verfahren zur Verifizierung der Eigentumsrechte am Bankkonto wird nach kurzer Verzögerung ausgelöst |
| `110000000` | `000999999992` | Verfahren zur Verifizierung der Eigentumsrechte am Bankkonto wird nach kurzer Verzögerung und Aufforderung zum Hochladen von Dokumenten ausgelöst |

## Gelder in Stripe-Guthaben einzahlen

Um das [Einzahlen von Geldern](https://docs.stripe.com/connect/top-ups.md) von einem Bankkonto auf Ihr Stripe-Guthaben im Dashboard zu testen, [erstellen Sie eine Sandbox](https://docs.stripe.com/sandboxes/dashboard/manage.md#create-a-sandbox) und wählen Sie das gewünschte Testbankkonto im Dropdown-Menü im Dialogfeld **Guthaben aufstocken** aus. Sie können Erfolg oder Misserfolg aufgrund unzureichender Deckung simulieren.

Verwenden Sie die folgenden Test-Bank-Token als Quelle, um das Hinzufügen von Geldern in der API zu testen. Jedes Token simuliert eine bestimmte Art von Ereignis.

| Token | Typ |
| --- | --- |
| `btok_us_verified` | Erfolgreich |
| `btok_us_verified_noAccount` | Nicht erfolgreich mit Code `no_account` |
| `btok_us_verified_accountClosed` | Nicht erfolgreich mit Code `account_closed` |
| `btok_us_verified_insufficientFunds` | Nicht erfolgreich mit Code `insufficient_funds` |
| `btok_us_verified_debitNotAuthorized` | Nicht erfolgreich mit Code `debit_not_authorized` |
| `btok_us_verified_invalidCurrency` | Nicht erfolgreich mit Code `invalid_currency` |

## Payouts

Verwenden Sie die folgenden Test-Bankkontonummern und Test-Debitkartennummern, um beim Testen von [Auszahlungen](https://docs.stripe.com/connect/payouts-connected-accounts.md) bestimmte Ereignisse auszulösen. Diese Werte können nur beim Testen mit Test-API-Schlüsseln verwendet werden.

Testauszahlungen simulieren eine Live-Auszahlung, werden aber bei der Bank nicht verarbeitet. Für Testkonten mit Zugriff auf das Stripe-Dashboard sind Auszahlungen immer aktiviert, solange gültige externe Bankdaten angegeben wurden und ggf. weitere Bedingungen erfüllt sind. Eine richtige Identitätsprüfung ist nicht erforderlich.

> Sie können keine Test-Bankkontonummern und Test-Debitkartennummern im Stripe-Dashboard für ein verbundenes Konto im Live-Modus verwenden. Wenn Sie Ihre Bankkontodaten für ein Konto im Live-Modus eingegeben haben, können Sie weiterhin eine Sandbox verwenden, und Testauszahlungen simulieren eine Live-Auszahlung, ohne dass echtes Geld verarbeitet wird.

### Bankkontonummern

Verwenden Sie zum Testen von Auszahlungen diese Test-Bankkontonummern. Sie können nur mit Test-API-Schlüsseln verwendet werden.

#### United Arab Emirates

| IBAN | Type |
| --- | --- |
| `AE070331234567890123456` | Payout succeeds. |
| `AE62370400440532013001` | Payout fails with a no_account code. |
| `AE89370400440532013002` | Payout fails with a account_closed code. |
| `AE89370400440532013003` | Payout fails with a insufficient_funds code. |
| `AE89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `AE89370400440532013005` | Payout fails with a invalid_currency code. |

#### Antigua & Barbuda

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAAAGAGXYZ` | `000123456789` | Payout succeeds. |
| `AAAAAGAGXYZ` | `001111111116` | Payout fails with a no_account code. |
| `AAAAAGAGXYZ` | `001111111113` | Payout fails with a account_closed code. |
| `AAAAAGAGXYZ` | `002222222227` | Payout fails with a insufficient_funds code. |
| `AAAAAGAGXYZ` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `AAAAAGAGXYZ` | `004444444440` | Payout fails with a invalid_currency code. |

#### Albania

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `AAAAALTXXXX` | `AL35202111090000000001234567` | Payout succeeds. |
| `AAAAALTXXXX` | `AL00000062370400440532013001` | Payout fails with a no_account code. |
| `AAAAALTXXXX` | `AL00000089370400440532013002` | Payout fails with a account_closed code. |
| `AAAAALTXXXX` | `AL00000089370400440532013003` | Payout fails with a insufficient_funds code. |
| `AAAAALTXXXX` | `AL00000089370400440532013004` | Payout fails with a debit_not_authorized code. |
| `AAAAALTXXXX` | `AL00000089370400440532013005` | Payout fails with a invalid_currency code. |

#### Armenia

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAAAMNNXXX` | `00001234567` | Payout succeeds. |
| `AAAAAMNNXXX` | `11111111116` | Payout fails with a no_account code. |
| `AAAAAMNNXXX` | `11111111113` | Payout fails with a account_closed code. |
| `AAAAAMNNXXX` | `22222222227` | Payout fails with a insufficient_funds code. |
| `AAAAAMNNXXX` | `33333333335` | Payout fails with a debit_not_authorized code. |
| `AAAAAMNNXXX` | `44444444440` | Payout fails with a invalid_currency code. |

#### Angola

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `AAAAAOAOXXX` | `AO06004400006729503010102` | Payout succeeds. |
| `AAAAAOAOXXX` | `AO00062370400440532013001` | Payout fails with a no_account code. |
| `AAAAAOAOXXX` | `AO00089370400440532013002` | Payout fails with a account_closed code. |
| `AAAAAOAOXXX` | `AO00089370400440532013003` | Payout fails with a insufficient_funds code. |
| `AAAAAOAOXXX` | `AO00089370400440532013004` | Payout fails with a debit_not_authorized code. |
| `AAAAAOAOXXX` | `AO00089370400440532013005` | Payout fails with a invalid_currency code. |

#### Argentina

| Account | Type |
| --- | --- |
| `0110000600000000000000` | Payout succeeds. |
| `0110000600000000000017` | Payout fails with a no_account code. |
| `0110000600000000000024` | Payout fails with a account_closed code. |
| `0110000600000000000031` | Payout fails with a insufficient_funds code. |
| `0110000600000000000048` | Payout fails with a debit_not_authorized code. |
| `0110000600000000000055` | Payout fails with a invalid_currency code. |

#### Austria

| IBAN | Type |
| --- | --- |
| `AT611904300234573201` | Payout succeeds. |
| `AT861904300235473202` | Payout fails with a no_account code. |
| `AT89370400440532013002` | Payout fails with a account_closed code. |
| `AT981904300002222227` | Payout fails with a insufficient_funds code. |
| `AT89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `AT89370400440532013005` | Payout fails with a invalid_currency code. |

#### Australia

| Routing | Account | Type |
| --- | --- | --- |
| `110000` | `000123456` | Payout succeeds. |
| `110000` | `111111116` | Payout fails with a no_account code. |
| `110000` | `111111113` | Payout fails with a account_closed code. |
| `110000` | `222222227` | Payout fails with a insufficient_funds code. |
| `110000` | `333333335` | Payout fails with a debit_not_authorized code. |
| `110000` | `444444440` | Payout fails with a invalid_currency code. |
| `110000` | `888888883` | Payout fails if method is instant. Bank account is not eligible for Instant Payouts. |

#### Azerbaijan

| Routing | IBAN | Type |
| --- | --- | --- |
| `123456-123456` | `AZ77ADJE12345678901234567890` | Payout succeeds. |
| `123456-123456` | `AZ00000062370400440532013001` | Payout fails with a no_account code. |
| `123456-123456` | `AZ00000089370400440532013002` | Payout fails with a account_closed code. |
| `123456-123456` | `AZ00000089370400440532013003` | Payout fails with a insufficient_funds code. |
| `123456-123456` | `AZ00000089370400440532013004` | Payout fails with a debit_not_authorized code. |
| `123456-123456` | `AZ00000089370400440532013005` | Payout fails with a invalid_currency code. |

#### Bosnia & Herzegovina

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `AAAABABAXXX` | `BA095520001234567812` | Payout succeeds. |
| `AAAABABAXXX` | `BA370400440532013001` | Payout fails with a no_account code. |
| `AAAABABAXXX` | `BA370400440532013002` | Payout fails with a account_closed code. |
| `AAAABABAXXX` | `BA370400440532013003` | Payout fails with a insufficient_funds code. |
| `AAAABABAXXX` | `BA370400440532013004` | Payout fails with a debit_not_authorized code. |
| `AAAABABAXXX` | `BA370400440532013005` | Payout fails with a invalid_currency code. |

#### Bangladesh

| Routing | Account | Type |
| --- | --- | --- |
| `110000000` | `0000123456789` | Payout succeeds. |
| `110000000` | `0000000011116` | Payout fails with a no_account code. |
| `110000000` | `0000000011113` | Payout fails with a account_closed code. |
| `110000000` | `0000000022227` | Payout fails with a insufficient_funds code. |
| `110000000` | `0000000033335` | Payout fails with a debit_not_authorized code. |
| `110000000` | `0000000044440` | Payout fails with a invalid_currency code. |

#### Belgium

| IBAN | Type |
| --- | --- |
| `BE62510007547061` | Payout succeeds. |
| `BE68539007547034` | Payout fails with a no_account code. |
| `BE89370400440532013002` | Payout fails with a account_closed code. |
| `BE90510002222227` | Payout fails with a insufficient_funds code. |
| `BE89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `BE89370400440532013005` | Payout fails with a invalid_currency code. |

#### Bulgaria

| IBAN | Type |
| --- | --- |
| `BG80BNBG96611020345678` | Payout succeeds. |
| `BG62370400440532013001` | Payout fails with a no_account code. |
| `BG89370400440532013002` | Payout fails with a account_closed code. |
| `BG89370400440532013003` | Payout fails with a insufficient_funds code. |
| `BG89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `BG89370400440532013005` | Payout fails with a invalid_currency code. |

#### Bahrain

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `AAAABHBMXYZ` | `BH29BMAG1299123456BH00` | Payout succeeds. |
| `AAAABHBMXYZ` | `BH62370400440532013001` | Payout fails with a no_account code. |
| `AAAABHBMXYZ` | `BH89370400440532013002` | Payout fails with a account_closed code. |
| `AAAABHBMXYZ` | `BH89370400440532013003` | Payout fails with a insufficient_funds code. |
| `AAAABHBMXYZ` | `BH89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `AAAABHBMXYZ` | `BH89370400440532013005` | Payout fails with a invalid_currency code. |

#### Benin

| IBAN | Type |
| --- | --- |
| `BJ66BJ0610100100144390000769` | Payout succeeds. |
| `BJ62370400440532013001` | Payout fails with a no_account code. |
| `BJ89370400440532013002` | Payout fails with a account_closed code. |
| `BJ89370400440532013003` | Payout fails with a insufficient_funds code. |
| `BJ89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `BJ89370400440532013005` | Payout fails with a invalid_currency code. |

#### Brunei

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAABNBBXXX` | `0000123456789` | Payout succeeds. |
| `AAAABNBBXXX` | `0000000011116` | Payout fails with a no_account code. |
| `AAAABNBBXXX` | `0000000011113` | Payout fails with a account_closed code. |
| `AAAABNBBXXX` | `0000000022227` | Payout fails with a insufficient_funds code. |
| `AAAABNBBXXX` | `0000000033335` | Payout fails with a debit_not_authorized code. |
| `AAAABNBBXXX` | `0000000044440` | Payout fails with a invalid_currency code. |

#### Bolivia

| Account | Type |
| --- | --- |
| `000123456789` | Payout succeeds. |
| `001111111116` | Payout fails with a no_account code. |
| `001111111113` | Payout fails with a account_closed code. |
| `002222222227` | Payout fails with a insufficient_funds code. |
| `003333333335` | Payout fails with a debit_not_authorized code. |
| `004444444440` | Payout fails with a invalid_currency code. |

#### Brazil

| Routing | Account | Type |
| --- | --- | --- |
| `110-0000` | `0001234` | Payout succeeds. |
| `110-0000` | `1111116` | Payout fails with a no_account code. |
| `110-0000` | `1111113` | Payout fails with a account_closed code. |
| `110-0000` | `2222227` | Payout fails with a insufficient_funds code. |
| `110-0000` | `3333335` | Payout fails with a debit_not_authorized code. |
| `110-0000` | `4444440` | Payout fails with a invalid_currency code. |

#### Bahamas

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAABSNSXXX` | `0001234` | Payout succeeds. |
| `AAAABSNSXXX` | `1111116` | Payout fails with a no_account code. |
| `AAAABSNSXXX` | `1111113` | Payout fails with a account_closed code. |
| `AAAABSNSXXX` | `2222227` | Payout fails with a insufficient_funds code. |
| `AAAABSNSXXX` | `3333335` | Payout fails with a debit_not_authorized code. |
| `AAAABSNSXXX` | `4444440` | Payout fails with a invalid_currency code. |

#### Bhutan

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAABTBTXXX` | `0000123456789` | Payout succeeds. |
| `AAAABTBTXXX` | `0000000011116` | Payout fails with a no_account code. |
| `AAAABTBTXXX` | `0000000011113` | Payout fails with a account_closed code. |
| `AAAABTBTXXX` | `0000000022227` | Payout fails with a insufficient_funds code. |
| `AAAABTBTXXX` | `0000000033335` | Payout fails with a debit_not_authorized code. |
| `AAAABTBTXXX` | `0000000044440` | Payout fails with a invalid_currency code. |

#### Botswana

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAABWBWXXX` | `000123456789` | Payout succeeds. |
| `AAAABWBWXXX` | `001111111116` | Payout fails with a no_account code. |
| `AAAABWBWXXX` | `001111111113` | Payout fails with a account_closed code. |
| `AAAABWBWXXX` | `002222222227` | Payout fails with a insufficient_funds code. |
| `AAAABWBWXXX` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `AAAABWBWXXX` | `004444444440` | Payout fails with a invalid_currency code. |

#### Canada

| Routing | Account | Type |
| --- | --- | --- |
| `11000-000` | `000123456789` | Payout succeeds. |
| `11000-000` | `000111111116` | Payout fails with a no_account code. |
| `11000-000` | `000111111113` | Payout fails with a account_closed code. |
| `11000-000` | `000222222227` | Payout fails with a insufficient_funds code. |
| `11000-000` | `000333333335` | Payout fails with a debit_not_authorized code. |
| `11000-000` | `000444444440` | Payout fails with a invalid_currency code. |
| `11000-000` | `000888888883` | Payout fails if method is instant. Bank account is not eligible for Instant Payouts. |

#### Switzerland

| IBAN | Type |
| --- | --- |
| `CH9300762011623852957` | Payout succeeds. |
| `CH5362200119938136497` | Payout fails with a no_account code. |
| `CH89370400440532013002` | Payout fails with a account_closed code. |
| `CH1800762000002222227` | Payout fails with a insufficient_funds code. |
| `CH89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `CH89370400440532013005` | Payout fails with a invalid_currency code. |

#### Côte d’Ivoire

| IBAN | Type |
| --- | --- |
| `CI93CI0080111301134291200589` | Payout succeeds. |
| `CI62370400440532013001` | Payout fails with a no_account code. |
| `CI89370400440532013002` | Payout fails with a account_closed code. |
| `CI89370400440532013003` | Payout fails with a insufficient_funds code. |
| `CI89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `CI89370400440532013005` | Payout fails with a invalid_currency code. |

#### Chile

| Routing | Account | Type |
| --- | --- | --- |
| `999` | `000123456789` | Payout succeeds. |
| `999` | `001111111116` | Payout fails with a no_account code. |
| `999` | `001111111113` | Payout fails with a account_closed code. |
| `999` | `002222222227` | Payout fails with a insufficient_funds code. |
| `999` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `999` | `004444444440` | Payout fails with a invalid_currency code. |

#### Colombia

| Routing | Account | Type |
| --- | --- | --- |
| `999` | `000123456789` | Payout succeeds. |
| `999` | `001111111116` | Payout fails with a no_account code. |
| `999` | `001111111113` | Payout fails with a account_closed code. |
| `999` | `002222222227` | Payout fails with a insufficient_funds code. |
| `999` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `999` | `004444444440` | Payout fails with a invalid_currency code. |

#### Costa Rica

| IBAN | Type |
| --- | --- |
| `CR04010212367856709123` | Payout succeeds. |
| `CR62370400440532013001` | Payout fails with a no_account code. |
| `CR89370400440532013002` | Payout fails with a account_closed code. |
| `CR89370400440532013003` | Payout fails with a insufficient_funds code. |
| `CR89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `CR89370400440532013005` | Payout fails with a invalid_currency code. |

#### Cyprus

| IBAN | Type |
| --- | --- |
| `CY17002001280000001200527600` | Payout succeeds. |
| `CY62370400440532013001` | Payout fails with a no_account code. |
| `CY89370400440532013002` | Payout fails with a account_closed code. |
| `CY89370400440532013003` | Payout fails with a insufficient_funds code. |
| `CY89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `CY89370400440532013005` | Payout fails with a invalid_currency code. |

#### Czechia

| IBAN | Type |
| --- | --- |
| `CZ6508000000192000145399` | Payout succeeds. |
| `CZ62370400440532013001` | Payout fails with a no_account code. |
| `CZ89370400440532013002` | Payout fails with a account_closed code. |
| `CZ89370400440532013003` | Payout fails with a insufficient_funds code. |
| `CZ89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `CZ89370400440532013005` | Payout fails with a invalid_currency code. |

#### Germany

| IBAN | Type |
| --- | --- |
| `DE89370400440532013000` | Payout succeeds. |
| `DE62370400440532013001` | Payout fails with a no_account code. |
| `DE89370400440532013002` | Payout fails with a account_closed code. |
| `DE65370400440002222227` | Payout fails with a insufficient_funds code. |
| `DE89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `DE89370400440532013005` | Payout fails with a invalid_currency code. |

#### Denmark

| IBAN | Type |
| --- | --- |
| `DK5000400440116243` | Payout succeeds. |
| `DK8003450003179681` | Payout fails with a no_account code. |
| `DK89370400440532013002` | Payout fails with a account_closed code. |
| `DK89370400440532013003` | Payout fails with a insufficient_funds code. |
| `DK89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `DK89370400440532013005` | Payout fails with a invalid_currency code. |
| `DK5600400000888883` | Payout fails if method is instant. Bank account is not eligible for Instant Payouts. |

#### Dominican Republic

| Routing | Account | Type |
| --- | --- | --- |
| `999` | `000123456789` | Payout succeeds. |
| `999` | `001111111116` | Payout fails with a no_account code. |
| `999` | `001111111113` | Payout fails with a account_closed code. |
| `999` | `002222222227` | Payout fails with a insufficient_funds code. |
| `999` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `999` | `004444444440` | Payout fails with a invalid_currency code. |

#### Algeria

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAADZDZXXX` | `00001234567890123456` | Payout succeeds. |
| `AAAADZDZXXX` | `00001001001111111116` | Payout fails with a no_account code. |
| `AAAADZDZXXX` | `00001001001111111113` | Payout fails with a account_closed code. |
| `AAAADZDZXXX` | `00001001002222222227` | Payout fails with a insufficient_funds code. |
| `AAAADZDZXXX` | `00001001003333333335` | Payout fails with a debit_not_authorized code. |
| `AAAADZDZXXX` | `00001001004444444440` | Payout fails with a invalid_currency code. |

#### Ecuador

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAAECE1XXX` | `000123456789` | Payout succeeds. |
| `AAAAECE1XXX` | `001111111116` | Payout fails with a no_account code. |
| `AAAAECE1XXX` | `001111111113` | Payout fails with a account_closed code. |
| `AAAAECE1XXX` | `002222222227` | Payout fails with a insufficient_funds code. |
| `AAAAECE1XXX` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `AAAAECE1XXX` | `004444444440` | Payout fails with a invalid_currency code. |

#### Estonia

| IBAN | Type |
| --- | --- |
| `EE382200221020145685` | Payout succeeds. |
| `EE762200221020145680` | Payout fails with a no_account code. |
| `EE89370400440532013002` | Payout fails with a account_closed code. |
| `EE672200000002222227` | Payout fails with a insufficient_funds code. |
| `EE89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `EE89370400440532013005` | Payout fails with a invalid_currency code. |

#### Egypt

| Routing | IBAN | Type |
| --- | --- | --- |
| `AAAAEGCCXXX` | `EG800002000156789012345180002` | Payout succeeds. |
| `AAAAEGCCXXX` | `EG62370400440532013001` | Payout fails with a no_account code. |
| `AAAAEGCCXXX` | `EG89370400440532013002` | Payout fails with a account_closed code. |
| `AAAAEGCCXXX` | `EG89370400440532013003` | Payout fails with a insufficient_funds code. |
| `AAAAEGCCXXX` | `EG89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `AAAAEGCCXXX` | `EG89370400440532013005` | Payout fails with a invalid_currency code. |

#### Spain

| IBAN | Type |
| --- | --- |
| `ES0700120345030000067890` | Payout succeeds. |
| `ES9121000418450200051332` | Payout fails with a no_account code. |
| `ES89370400440532013002` | Payout fails with a account_closed code. |
| `ES1700120345000002222227` | Payout fails with a insufficient_funds code. |
| `ES89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `ES89370400440532013005` | Payout fails with a invalid_currency code. |

#### Ethiopia

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAAETETXXX` | `0000000012345` | Payout succeeds. |
| `AAAAETETXXX` | `0011111111112` | Payout fails with a no_account code. |
| `AAAAETETXXX` | `0022222222223` | Payout fails with a account_closed code. |
| `AAAAETETXXX` | `0033333333334` | Payout fails with a insufficient_funds code. |
| `AAAAETETXXX` | `0044444444445` | Payout fails with a debit_not_authorized code. |
| `AAAAETETXXX` | `0055555555556` | Payout fails with a invalid_currency code. |

#### Finland

| IBAN | Type |
| --- | --- |
| `FI2112345600000785` | Payout succeeds. |
| `FI9112345600000786` | Payout fails with a no_account code. |
| `FI89370400440532013002` | Payout fails with a account_closed code. |
| `FI6712345602222227` | Payout fails with a insufficient_funds code. |
| `FI89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `FI89370400440532013005` | Payout fails with a invalid_currency code. |

#### France

| IBAN | Type |
| --- | --- |
| `FR1420041010050500013M02606` | Payout succeeds. |
| `FR8420041010050500013M02607` | Payout fails with a no_account code. |
| `FR89370400440532013002` | Payout fails with a account_closed code. |
| `FR9720041010050000002222227` | Payout fails with a insufficient_funds code. |
| `FR89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `FR89370400440532013005` | Payout fails with a invalid_currency code. |

#### Gabon

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAAGAGAXXX` | `00001234567890123456789` | Payout succeeds. |
| `AAAAGAGAXXX` | `00001001001111111111116` | Payout fails with a no_account code. |
| `AAAAGAGAXXX` | `00001001001111111111113` | Payout fails with a account_closed code. |
| `AAAAGAGAXXX` | `00001001002222222222227` | Payout fails with a insufficient_funds code. |
| `AAAAGAGAXXX` | `00001001003333333333335` | Payout fails with a debit_not_authorized code. |
| `AAAAGAGAXXX` | `00001001004444444444440` | Payout fails with a invalid_currency code. |

#### United Kingdom

| Sort Code | Account | Type |
| --- | --- | --- |
| `108800` | `00012345` | Payout succeeds. |
| `108800` | `11111116` | Payout fails with a no_account code. |
| `108800` | `11111113` | Payout fails with a account_closed code. |
| `108800` | `22222227` | Payout fails with a insufficient_funds code. |
| `108800` | `33333335` | Payout fails with a debit_not_authorized code. |
| `108800` | `44444440` | Payout fails with a invalid_currency code. |
| `108800` | `66666668` | Payout fails if method is instant. Bank account is not eligible for Instant Payouts. |

#### United Kingdom

| IBAN | Type |
| --- | --- |
| `GB82WEST12345698765432` | Payout succeeds. |
| `GB55WEST12345698765433` | Payout fails with a no_account code. |
| `GB89370400440532013002` | Payout fails with a account_closed code. |
| `GB70WEST12345602222227` | Payout fails with a insufficient_funds code. |
| `GB89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `GB89370400440532013005` | Payout fails with a invalid_currency code. |

#### Ghana

| Routing | Account | Type |
| --- | --- | --- |
| `022112` | `000123456789` | Payout succeeds. |
| `022112` | `001111111116` | Payout fails with a no_account code. |
| `022112` | `001111111113` | Payout fails with a account_closed code. |
| `022112` | `002222222227` | Payout fails with a insufficient_funds code. |
| `022112` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `022112` | `004444444440` | Payout fails with a invalid_currency code. |

#### Gibraltar

| IBAN | Type |
| --- | --- |
| `GI75NWBK000000007099453` | Payout succeeds. |
| `GI41SAFA461293238477751` | Payout fails with a no_account code. |
| `GI89370400440532013002` | Payout fails with a account_closed code. |
| `GI14NWBK000000002222227` | Payout fails with a insufficient_funds code. |
| `GI89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `GI89370400440532013005` | Payout fails with a invalid_currency code. |

#### Gambia

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAAGMGMXYZ` | `000123000456000789` | Payout succeeds. |
| `AAAAGMGMXYZ` | `001000111000111116` | Payout fails with a no_account code. |
| `AAAAGMGMXYZ` | `001000111000111113` | Payout fails with a account_closed code. |
| `AAAAGMGMXYZ` | `002000222000222227` | Payout fails with a insufficient_funds code. |
| `AAAAGMGMXYZ` | `003000333000333335` | Payout fails with a debit_not_authorized code. |
| `AAAAGMGMXYZ` | `004000444000444440` | Payout fails with a invalid_currency code. |

#### Greece

| IBAN | Type |
| --- | --- |
| `GR1601101250000000012300695` | Payout succeeds. |
| `GR62370400440532013001` | Payout fails with a no_account code. |
| `GR89370400440532013002` | Payout fails with a account_closed code. |
| `GR89370400440532013003` | Payout fails with a insufficient_funds code. |
| `GR89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `GR89370400440532013005` | Payout fails with a invalid_currency code. |

#### Guatemala

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `AAAAGTGCXYZ` | `GT82TRAJ01020000001210029690` | Payout succeeds. |
| `AAAAGTGCXYZ` | `GT62370400440532013001` | Payout fails with a no_account code. |
| `AAAAGTGCXYZ` | `GT89370400440532013002` | Payout fails with a account_closed code. |
| `AAAAGTGCXYZ` | `GT89370400440532013003` | Payout fails with a insufficient_funds code. |
| `AAAAGTGCXYZ` | `GT89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `AAAAGTGCXYZ` | `GT89370400440532013005` | Payout fails with a invalid_currency code. |

#### Guyana

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAAGYGGXYZ-00000000` | `000123456789` | Payout succeeds. |
| `AAAAGYGGXYZ-00000000` | `001111111116` | Payout fails with a no_account code. |
| `AAAAGYGGXYZ-00000000` | `001111111113` | Payout fails with a account_closed code. |
| `AAAAGYGGXYZ-00000000` | `002222222227` | Payout fails with a insufficient_funds code. |
| `AAAAGYGGXYZ-00000000` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `AAAAGYGGXYZ-00000000` | `004444444440` | Payout fails with a invalid_currency code. |

#### Hong Kong SAR China

| Routing | Account | Type |
| --- | --- | --- |
| `110-000` | `000123-456` | Payout succeeds. |
| `110-000` | `111111-116` | Payout fails with a no_account code. |
| `110-000` | `111111-113` | Payout fails with a account_closed code. |
| `110-000` | `222222-227` | Payout fails with a insufficient_funds code. |
| `110-000` | `333333-335` | Payout fails with a debit_not_authorized code. |
| `110-000` | `444444-440` | Payout fails with a invalid_currency code. |
| `110-000` | `888888-883` | Payout fails if method is instant. Bank account is not eligible for Instant Payouts. |

#### Croatia

| IBAN | Type |
| --- | --- |
| `HR7624020064583467589` | Payout succeeds. |
| `HR2725000096983499248` | Payout fails with a no_account code. |
| `HR89370400440532013002` | Payout fails with a account_closed code. |
| `HR7424020060002222227` | Payout fails with a insufficient_funds code. |
| `HR89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `HR89370400440532013005` | Payout fails with a invalid_currency code. |

#### Hungary

| IBAN | Type |
| --- | --- |
| `HU42117730161111101800000000` | Payout succeeds. |
| `HU62370400440532013001` | Payout fails with a no_account code. |
| `HU89370400440532013002` | Payout fails with a account_closed code. |
| `HU89370400440532013003` | Payout fails with a insufficient_funds code. |
| `HU89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `HU89370400440532013005` | Payout fails with a invalid_currency code. |

#### Indonesia

| Routing | Account | Type |
| --- | --- | --- |
| `000` | `000123456789` | Payout succeeds. |
| `000` | `001111111116` | Payout fails with a no_account code. |
| `000` | `001111111113` | Payout fails with a account_closed code. |
| `000` | `002222222227` | Payout fails with a insufficient_funds code. |
| `000` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `000` | `004444444440` | Payout fails with a invalid_currency code. |

#### Ireland

| IBAN | Type |
| --- | --- |
| `IE29AIBK93115212345678` | Payout succeeds. |
| `IE02AIBK93115212345679` | Payout fails with a no_account code. |
| `IE89370400440532013002` | Payout fails with a account_closed code. |
| `IE10AIBK93115202222227` | Payout fails with a insufficient_funds code. |
| `IE89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `IE89370400440532013005` | Payout fails with a invalid_currency code. |

#### Israel

| IBAN | Type |
| --- | --- |
| `IL620108000000099999999` | Payout succeeds. |
| `IL62370400440532013001` | Payout fails with a no_account code. |
| `IL89370400440532013002` | Payout fails with a account_closed code. |
| `IL89370400440532013003` | Payout fails with a insufficient_funds code. |
| `IL89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `IL89370400440532013005` | Payout fails with a invalid_currency code. |

#### India

| Routing | Account | Type |
| --- | --- | --- |
| `HDFC0000261` | `000123456789` | Payout succeeds. |
| `HDFC0000261` | `001111111116` | Payout fails with a no_account code. |
| `HDFC0000261` | `001111111113` | Payout fails with a account_closed code. |
| `HDFC0000261` | `002222222227` | Payout fails with a insufficient_funds code. |
| `HDFC0000261` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `HDFC0000261` | `004444444440` | Payout fails with a invalid_currency code. |

#### Iceland

| IBAN | Type |
| --- | --- |
| `IS140159260076545510730339` | Payout succeeds. |
| `IS62370400440532013001` | Payout fails with a no_account code. |
| `IS89370400440532013002` | Payout fails with a account_closed code. |
| `IS89370400440532013003` | Payout fails with a insufficient_funds code. |
| `IS89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `IS89370400440532013005` | Payout fails with a invalid_currency code. |

#### Italy

| IBAN | Type |
| --- | --- |
| `IT40S0542811101000000123456` | Payout succeeds. |
| `IT60X0542811101000000123456` | Payout fails with a no_account code. |
| `IT89370400440532013002` | Payout fails with a account_closed code. |
| `IT89370400440532013003` | Payout fails with a insufficient_funds code. |
| `IT89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `IT89370400440532013005` | Payout fails with a invalid_currency code. |

#### Jamaica

| Routing | Account | Type |
| --- | --- | --- |
| `111-00000` | `000123456789` | Payout succeeds. |
| `111-00000` | `001111111116` | Payout fails with a no_account code. |
| `111-00000` | `001111111113` | Payout fails with a account_closed code. |
| `111-00000` | `002222222227` | Payout fails with a insufficient_funds code. |
| `111-00000` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `111-00000` | `004444444440` | Payout fails with a invalid_currency code. |

#### Jordan

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `AAAAJOJOXXX` | `JO32ABCJ0010123456789012345678` | Payout succeeds. |
| `AAAAJOJOXXX` | `JO0000000062370400440532013001` | Payout fails with a no_account code. |
| `AAAAJOJOXXX` | `JO0000000089370400440532013002` | Payout fails with a account_closed code. |
| `AAAAJOJOXXX` | `JO0000000089370400440532013003` | Payout fails with a insufficient_funds code. |
| `AAAAJOJOXXX` | `JO0000000089370400440532013004` | Payout fails with a debit_not_authorized code. |
| `AAAAJOJOXXX` | `JO0000000089370400440532013005` | Payout fails with a invalid_currency code. |

#### Japan

| Routing | Account | Type |
| --- | --- | --- |
| `1100000` | `0001234` | Payout succeeds. |
| `1100000` | `1111116` | Payout fails with a no_account code. |
| `1100000` | `1111113` | Payout fails with a account_closed code. |
| `1100000` | `2222227` | Payout fails with a insufficient_funds code. |
| `1100000` | `3333335` | Payout fails with a debit_not_authorized code. |
| `1100000` | `4444440` | Payout fails with a invalid_currency code. |

#### Kenya

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `TESTKENAXXX` | `000123456789` | Payout succeeds. |
| `TESTKENAXXX` | `001111111116` | Payout fails with a no_account code. |
| `TESTKENAXXX` | `001111111113` | Payout fails with a account_closed code. |
| `TESTKENAXXX` | `002222222227` | Payout fails with a insufficient_funds code. |
| `TESTKENAXXX` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `TESTKENAXXX` | `004444444440` | Payout fails with a invalid_currency code. |

#### Cambodia

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAAKHKHXXX` | `000123456789` | Payout succeeds. |
| `AAAAKHKHXXX` | `001111111116` | Payout fails with a no_account code. |
| `AAAAKHKHXXX` | `001111111113` | Payout fails with a account_closed code. |
| `AAAAKHKHXXX` | `002222222227` | Payout fails with a insufficient_funds code. |
| `AAAAKHKHXXX` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `AAAAKHKHXXX` | `004444444440` | Payout fails with a invalid_currency code. |

#### South Korea

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `SGSEKRSLXXX` | `000123456789` | Payout succeeds. |
| `SGSEKRSLXXX` | `001111111116` | Payout fails with a no_account code. |
| `SGSEKRSLXXX` | `001111111113` | Payout fails with a account_closed code. |
| `SGSEKRSLXXX` | `002222222227` | Payout fails with a insufficient_funds code. |
| `SGSEKRSLXXX` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `SGSEKRSLXXX` | `004444444440` | Payout fails with a invalid_currency code. |

#### Kuwait

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `AAAAKWKWXYZ` | `KW81CBKU0000000000001234560101` | Payout succeeds. |
| `AAAAKWKWXYZ` | `KW62370400440532013001` | Payout fails with a no_account code. |
| `AAAAKWKWXYZ` | `KW89370400440532013002` | Payout fails with a account_closed code. |
| `AAAAKWKWXYZ` | `KW89370400440532013003` | Payout fails with a insufficient_funds code. |
| `AAAAKWKWXYZ` | `KW89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `AAAAKWKWXYZ` | `KW89370400440532013005` | Payout fails with a invalid_currency code. |

#### Kazakhstan

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `AAAAKZKZXXX` | `KZ221251234567890123` | Payout succeeds. |
| `AAAAKZKZXXX` | `KZ623704004405321001` | Payout fails with a no_account code. |
| `AAAAKZKZXXX` | `KZ893704004405321002` | Payout fails with a account_closed code. |
| `AAAAKZKZXXX` | `KZ893704004405321003` | Payout fails with a insufficient_funds code. |
| `AAAAKZKZXXX` | `KZ893704004405321004` | Payout fails with a debit_not_authorized code. |
| `AAAAKZKZXXX` | `KZ893704004405321005` | Payout fails with a invalid_currency code. |

#### Laos

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAALALAXXX` | `000123456789` | Payout succeeds. |
| `AAAALALAXXX` | `001111111116` | Payout fails with a no_account code. |
| `AAAALALAXXX` | `001111111113` | Payout fails with a account_closed code. |
| `AAAALALAXXX` | `002222222227` | Payout fails with a insufficient_funds code. |
| `AAAALALAXXX` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `AAAALALAXXX` | `004444444440` | Payout fails with a invalid_currency code. |

#### St. Lucia

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAALCLCXYZ` | `000123456789` | Payout succeeds. |
| `AAAALCLCXYZ` | `001111111116` | Payout fails with a no_account code. |
| `AAAALCLCXYZ` | `001111111113` | Payout fails with a account_closed code. |
| `AAAALCLCXYZ` | `002222222227` | Payout fails with a insufficient_funds code. |
| `AAAALCLCXYZ` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `AAAALCLCXYZ` | `004444444440` | Payout fails with a invalid_currency code. |

#### Liechtenstein

| IBAN | Type |
| --- | --- |
| `LI0508800636123378777` | Payout succeeds. |
| `LI1208800143823175626` | Payout fails with a no_account code. |
| `LI89370400440532013002` | Payout fails with a account_closed code. |
| `LI2408800000002222227` | Payout fails with a insufficient_funds code. |
| `LI89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `LI89370400440532013005` | Payout fails with a invalid_currency code. |

#### Sri Lanka

| Account | Type |
| --- | --- |
| `0000012345` | Payout succeeds. |
| `0011111112` | Payout fails with a no_account code. |
| `0022222223` | Payout fails with a account_closed code. |
| `0033333334` | Payout fails with a insufficient_funds code. |
| `0044444445` | Payout fails with a debit_not_authorized code. |
| `0055555556` | Payout fails with a invalid_currency code. |

#### Lithuania

| IBAN | Type |
| --- | --- |
| `LT121000011101001000` | Payout succeeds. |
| `LT821000011101001001` | Payout fails with a no_account code. |
| `LT89370400440532013002` | Payout fails with a account_closed code. |
| `LT591000000002222227` | Payout fails with a insufficient_funds code. |
| `LT89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `LT89370400440532013005` | Payout fails with a invalid_currency code. |

#### Luxembourg

| IBAN | Type |
| --- | --- |
| `LU280019400644750000` | Payout succeeds. |
| `LU980019400644750001` | Payout fails with a no_account code. |
| `LU89370400440532013002` | Payout fails with a account_closed code. |
| `LU900010000002222227` | Payout fails with a insufficient_funds code. |
| `LU89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `LU89370400440532013005` | Payout fails with a invalid_currency code. |

#### Latvia

| IBAN | Type |
| --- | --- |
| `LV80BANK0000435195001` | Payout succeeds. |
| `LV62370400440532013001` | Payout fails with a no_account code. |
| `LV89370400440532013002` | Payout fails with a account_closed code. |
| `LV89370400440532013003` | Payout fails with a insufficient_funds code. |
| `LV89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `LV89370400440532013005` | Payout fails with a invalid_currency code. |

#### Morocco

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `AAAAMAMAXXX` | `MA64011519000001205000534921` | Payout succeeds. |
| `AAAAMAMAXXX` | `MA62370400440532013001` | Payout fails with a no_account code. |
| `AAAAMAMAXXX` | `MA89370400440532013002` | Payout fails with a account_closed code. |
| `AAAAMAMAXXX` | `MA89370400440532013003` | Payout fails with a insufficient_funds code. |
| `AAAAMAMAXXX` | `MA89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `AAAAMAMAXXX` | `MA89370400440532013005` | Payout fails with a invalid_currency code. |

#### Monaco

| IBAN | Type |
| --- | --- |
| `MC5810096180790123456789085` | Payout succeeds. |
| `MC62370400440532013001` | Payout fails with a no_account code. |
| `MC89370400440532013002` | Payout fails with a account_closed code. |
| `MC89370400440532013003` | Payout fails with a insufficient_funds code. |
| `MC89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `MC89370400440532013005` | Payout fails with a invalid_currency code. |

#### Moldova

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `AAAAMDMDXXX` | `MD07AG123456789012345678` | Payout succeeds. |
| `AAAAMDMDXXX` | `MD0062370400440532013001` | Payout fails with a no_account code. |
| `AAAAMDMDXXX` | `MD0089370400440532013002` | Payout fails with a account_closed code. |
| `AAAAMDMDXXX` | `MD0089370400440532013003` | Payout fails with a insufficient_funds code. |
| `AAAAMDMDXXX` | `MD0089370400440532013004` | Payout fails with a debit_not_authorized code. |
| `AAAAMDMDXXX` | `MD0089370400440532013005` | Payout fails with a invalid_currency code. |

#### Madagascar

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `AAAAMGMGXXX` | `MG4800005000011234567890123` | Payout succeeds. |
| `AAAAMGMGXXX` | `MG0000062370400440532013001` | Payout fails with a no_account code. |
| `AAAAMGMGXXX` | `MG0000062370400440532013002` | Payout fails with a account_closed code. |
| `AAAAMGMGXXX` | `MG0000062370400440532013003` | Payout fails with a insufficient_funds code. |
| `AAAAMGMGXXX` | `MG0000062370400440532013004` | Payout fails with a debit_not_authorized code. |
| `AAAAMGMGXXX` | `MG0000062370400440532013005` | Payout fails with a invalid_currency code. |

#### North Macedonia

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `AAAAMK2XXXX` | `MK49250120000058907` | Payout succeeds. |
| `AAAAMK2XXXX` | `MK70400440532013001` | Payout fails with a no_account code. |
| `AAAAMK2XXXX` | `MK70400440532013002` | Payout fails with a account_closed code. |
| `AAAAMK2XXXX` | `MK70400440532013003` | Payout fails with a insufficient_funds code. |
| `AAAAMK2XXXX` | `MK70400440532013004` | Payout fails with a debit_not_authorized code. |
| `AAAAMK2XXXX` | `MK70400440532013005` | Payout fails with a invalid_currency code. |

#### Mongolia

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAAMNUBXXX` | `0002222001` | Payout succeeds. |
| `AAAAMNUBXXX` | `0002222002` | Payout fails with a no_account code. |
| `AAAAMNUBXXX` | `0002222003` | Payout fails with a account_closed code. |
| `AAAAMNUBXXX` | `0002222004` | Payout fails with a insufficient_funds code. |
| `AAAAMNUBXXX` | `0002222005` | Payout fails with a debit_not_authorized code. |
| `AAAAMNUBXXX` | `0002222006` | Payout fails with a invalid_currency code. |

#### Macao SAR China

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAAMOMXXXX` | `0000000001234567897` | Payout succeeds. |
| `AAAAMOMXXXX` | `0000000111111111117` | Payout fails with a no_account code. |
| `AAAAMOMXXXX` | `0000000111111111133` | Payout fails with a account_closed code. |
| `AAAAMOMXXXX` | `0000000222222222224` | Payout fails with a insufficient_funds code. |
| `AAAAMOMXXXX` | `0000000333333333331` | Payout fails with a debit_not_authorized code. |
| `AAAAMOMXXXX` | `0000000444444444448` | Payout fails with a invalid_currency code. |

#### Malta

| IBAN | Type |
| --- | --- |
| `MT84MALT011000012345MTLCAST001S` | Payout succeeds. |
| `MT62370400440532013001` | Payout fails with a no_account code. |
| `MT89370400440532013002` | Payout fails with a account_closed code. |
| `MT89370400440532013003` | Payout fails with a insufficient_funds code. |
| `MT89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `MT89370400440532013005` | Payout fails with a invalid_currency code. |

#### Mauritius

| IBAN | Type |
| --- | --- |
| `MU17BOMM0101101030300200000MUR` | Payout succeeds. |
| `MU62370400440532013001` | Payout fails with a no_account code. |
| `MU89370400440532013002` | Payout fails with a account_closed code. |
| `MU89370400440532013003` | Payout fails with a insufficient_funds code. |
| `MU89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `MU89370400440532013005` | Payout fails with a invalid_currency code. |

#### Mexico

| Account | Type |
| --- | --- |
| `000000001234567897` | Payout succeeds. |
| `000000111111111117` | Payout fails with a no_account code. |
| `000000111111111133` | Payout fails with a account_closed code. |
| `000000222222222224` | Payout fails with a insufficient_funds code. |
| `000000333333333331` | Payout fails with a debit_not_authorized code. |
| `000000444444444448` | Payout fails with a invalid_currency code. |

#### Malaysia

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `TESTMYKLXXX` | `000123456000` | Payout succeeds. |
| `TESTMYKLXXX` | `111111111116` | Payout fails with a no_account code. |
| `TESTMYKLXXX` | `111111111113` | Payout fails with a account_closed code. |
| `TESTMYKLXXX` | `222222222227` | Payout fails with a insufficient_funds code. |
| `TESTMYKLXXX` | `333333333335` | Payout fails with a debit_not_authorized code. |
| `TESTMYKLXXX` | `444444444440` | Payout fails with a invalid_currency code. |

#### Mozambique

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAAMZMXXXX` | `001234567890123456789` | Payout succeeds. |
| `AAAAMZMXXXX` | `000000111111111111116` | Payout fails with a no_account code. |
| `AAAAMZMXXXX` | `000000111111111111113` | Payout fails with a account_closed code. |
| `AAAAMZMXXXX` | `000000222222222222227` | Payout fails with a insufficient_funds code. |
| `AAAAMZMXXXX` | `000000333333333333335` | Payout fails with a debit_not_authorized code. |
| `AAAAMZMXXXX` | `000000444444444444440` | Payout fails with a invalid_currency code. |

#### Namibia

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAANANXXYZ` | `000123456789` | Payout succeeds. |
| `AAAANANXXYZ` | `001111111116` | Payout fails with a no_account code. |
| `AAAANANXXYZ` | `001111111113` | Payout fails with a account_closed code. |
| `AAAANANXXYZ` | `002222222227` | Payout fails with a insufficient_funds code. |
| `AAAANANXXYZ` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `AAAANANXXYZ` | `004444444440` | Payout fails with a invalid_currency code. |

#### Niger

| IBAN | Type |
| --- | --- |
| `NE58NE0380100100130305000268` | Payout succeeds. |
| `NE62370400440532013001` | Payout fails with a no_account code. |
| `NE89370400440532013002` | Payout fails with a account_closed code. |
| `NE89370400440532013003` | Payout fails with a insufficient_funds code. |
| `NE89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `NE89370400440532013005` | Payout fails with a invalid_currency code. |

#### Nigeria

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAANGLAXXX` | `1111111112` | Payout succeeds. |
| `AAAANGLAXXX` | `1111111116` | Payout fails with a no_account code. |
| `AAAANGLAXXX` | `1111111113` | Payout fails with a account_closed code. |
| `AAAANGLAXXX` | `2222222227` | Payout fails with a insufficient_funds code. |
| `AAAANGLAXXX` | `3333333335` | Payout fails with a debit_not_authorized code. |
| `AAAANGLAXXX` | `4444444440` | Payout fails with a invalid_currency code. |

#### Netherlands

| IBAN | Type |
| --- | --- |
| `NL39RABO0300065264` | Payout succeeds. |
| `NL91ABNA0417164300` | Payout fails with a no_account code. |
| `NL89370400440532013002` | Payout fails with a account_closed code. |
| `NL27RABO0002222227` | Payout fails with a insufficient_funds code. |
| `NL89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `NL89370400440532013005` | Payout fails with a invalid_currency code. |

#### Norway

| IBAN | Type |
| --- | --- |
| `NO9386011117947` | Payout succeeds. |
| `NO6686011117948` | Payout fails with a no_account code. |
| `NO89370400440532013002` | Payout fails with a account_closed code. |
| `NO0586012222227` | Payout fails with a insufficient_funds code. |
| `NO89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `NO89370400440532013005` | Payout fails with a invalid_currency code. |

#### New Zealand

| Account | Type |
| --- | --- |
| `1100000000000010` | Payout succeeds. |
| `1100001111111016` | Payout fails with a no_account code. |
| `1100001111111013` | Payout fails with a account_closed code. |
| `1100002222222027` | Payout fails with a insufficient_funds code. |
| `1100003333333035` | Payout fails with a debit_not_authorized code. |
| `1100004444444040` | Payout fails with a invalid_currency code. |

#### Oman

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAAOMOMXXX` | `000123456789` | Payout succeeds. |
| `AAAAOMOMXXX` | `001111111116` | Payout fails with a no_account code. |
| `AAAAOMOMXXX` | `001111111113` | Payout fails with a account_closed code. |
| `AAAAOMOMXXX` | `002222222227` | Payout fails with a insufficient_funds code. |
| `AAAAOMOMXXX` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `AAAAOMOMXXX` | `004444444440` | Payout fails with a invalid_currency code. |

#### Panama

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAAPAPAXXX` | `000123456789` | Payout succeeds. |
| `AAAAPAPAXXX` | `001111111116` | Payout fails with a no_account code. |
| `AAAAPAPAXXX` | `001111111113` | Payout fails with a account_closed code. |
| `AAAAPAPAXXX` | `002222222227` | Payout fails with a insufficient_funds code. |
| `AAAAPAPAXXX` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `AAAAPAPAXXX` | `004444444440` | Payout fails with a invalid_currency code. |

#### Peru

| Account | Type |
| --- | --- |
| `99934500012345670024` | Payout succeeds. |
| `99934500012345670122` | Payout fails with a no_account code. |
| `99934500012345670220` | Payout fails with a account_closed code. |
| `99934500012345670328` | Payout fails with a insufficient_funds code. |
| `99934500012345670426` | Payout fails with a debit_not_authorized code. |
| `99934500012345670523` | Payout fails with a invalid_currency code. |

#### Philippines

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `BCDEFGHI123` | `01567890123456789` | Payout succeeds. |
| `BCDEFGHI123` | `45111111111111116` | Payout fails with a no_account code. |
| `BCDEFGHI123` | `45111111111111113` | Payout fails with a account_closed code. |
| `BCDEFGHI123` | `45222222222222227` | Payout fails with a insufficient_funds code. |
| `BCDEFGHI123` | `45333333333333335` | Payout fails with a debit_not_authorized code. |
| `BCDEFGHI123` | `45444444444444440` | Payout fails with a invalid_currency code. |

#### Pakistan

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `AAAAPKKAXXX` | `PK36SCBL0000001123456702` | Payout succeeds. |
| `AAAAPKKAXXX` | `PK0062370400440532013001` | Payout fails with a no_account code. |
| `AAAAPKKAXXX` | `PK0089370400440532013002` | Payout fails with a account_closed code. |
| `AAAAPKKAXXX` | `PK0089370400440532013003` | Payout fails with a insufficient_funds code. |
| `AAAAPKKAXXX` | `PK0089370400440532013004` | Payout fails with a debit_not_authorized code. |
| `AAAAPKKAXXX` | `PK0089370400440532013005` | Payout fails with a invalid_currency code. |

#### Poland

| IBAN | Type |
| --- | --- |
| `PL61109010140000071219812874` | Payout succeeds. |
| `PL62370400440532013001` | Payout fails with a no_account code. |
| `PL89370400440532013002` | Payout fails with a account_closed code. |
| `PL89370400440532013003` | Payout fails with a insufficient_funds code. |
| `PL89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `PL89370400440532013005` | Payout fails with a invalid_currency code. |

#### Portugal

| IBAN | Type |
| --- | --- |
| `PT50000201231234567890154` | Payout succeeds. |
| `PT23000201231234567890155` | Payout fails with a no_account code. |
| `PT89370400440532013002` | Payout fails with a account_closed code. |
| `PT05000201230000002222227` | Payout fails with a insufficient_funds code. |
| `PT89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `PT89370400440532013005` | Payout fails with a invalid_currency code. |

#### Paraguay

| Routing | Account | Type |
| --- | --- | --- |
| `0` | `0567890123456789` | Payout succeeds. |
| `0` | `0111111111111116` | Payout fails with a no_account code. |
| `0` | `0111111111111113` | Payout fails with a account_closed code. |
| `0` | `0222222222222227` | Payout fails with a insufficient_funds code. |
| `0` | `0333333333333335` | Payout fails with a debit_not_authorized code. |
| `0` | `0444444444444440` | Payout fails with a invalid_currency code. |

#### Qatar

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `AAAAQAQAXXX` | `QA87CITI123456789012345678901` | Payout succeeds. |
| `AAAAQAQAXXX` | `QA000000062370400440532013001` | Payout fails with a no_account code. |
| `AAAAQAQAXXX` | `QA000000089370400440532013002` | Payout fails with a account_closed code. |
| `AAAAQAQAXXX` | `QA000000089370400440532013003` | Payout fails with a insufficient_funds code. |
| `AAAAQAQAXXX` | `QA000000089370400440532013004` | Payout fails with a debit_not_authorized code. |
| `AAAAQAQAXXX` | `QA000000089370400440532013005` | Payout fails with a invalid_currency code. |

#### Romania

| IBAN | Type |
| --- | --- |
| `RO49AAAA1B31007593840000` | Payout succeeds. |
| `RO62370400440532013001` | Payout fails with a no_account code. |
| `RO89370400440532013002` | Payout fails with a account_closed code. |
| `RO89370400440532013003` | Payout fails with a insufficient_funds code. |
| `RO89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `RO89370400440532013005` | Payout fails with a invalid_currency code. |

#### Serbia

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `TESTSERBXXX` | `RS35105008123123123173` | Payout succeeds. |
| `TESTSERBXXX` | `RS62370400440532013001` | Payout fails with a no_account code. |
| `TESTSERBXXX` | `RS89370400440532013002` | Payout fails with a account_closed code. |
| `TESTSERBXXX` | `RS89370400440532013003` | Payout fails with a insufficient_funds code. |
| `TESTSERBXXX` | `RS89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `TESTSERBXXX` | `RS89370400440532013005` | Payout fails with a invalid_currency code. |

#### Rwanda

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAARWRWXXX` | `000123456789` | Payout succeeds. |
| `AAAARWRWXXX` | `111111111116` | Payout fails with a no_account code. |
| `AAAARWRWXXX` | `111111111113` | Payout fails with a account_closed code. |
| `AAAARWRWXXX` | `222222222227` | Payout fails with a insufficient_funds code. |
| `AAAARWRWXXX` | `333333333335` | Payout fails with a debit_not_authorized code. |
| `AAAARWRWXXX` | `444444444440` | Payout fails with a invalid_currency code. |

#### Saudi Arabia

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `RIBLSARIXXX` | `SA4420000001234567891234` | Payout succeeds. |
| `RIBLSARIXXX` | `SA62370400440532013001` | Payout fails with a no_account code. |
| `RIBLSARIXXX` | `SA89370400440532013002` | Payout fails with a account_closed code. |
| `RIBLSARIXXX` | `SA89370400440532013003` | Payout fails with a insufficient_funds code. |
| `RIBLSARIXXX` | `SA89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `RIBLSARIXXX` | `SA89370400440532013005` | Payout fails with a invalid_currency code. |

#### Sweden

| IBAN | Type |
| --- | --- |
| `SE3550000000054910000003` | Payout succeeds. |
| `SE0850000000054910000004` | Payout fails with a no_account code. |
| `SE89370400440532013002` | Payout fails with a account_closed code. |
| `SE2850000000000002222227` | Payout fails with a insufficient_funds code. |
| `SE89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `SE89370400440532013005` | Payout fails with a invalid_currency code. |
| `SE2750000000000000888883` | Payout fails if method is instant. Bank account is not eligible for Instant Payouts. |

#### Singapore

| Routing | Account | Type |
| --- | --- | --- |
| `1100-000` | `000123456` | Payout succeeds. |
| `1100-000` | `111111116` | Payout fails with a no_account code. |
| `1100-000` | `111111113` | Payout fails with a account_closed code. |
| `1100-000` | `222222227` | Payout fails with a insufficient_funds code. |
| `1100-000` | `333333335` | Payout fails with a debit_not_authorized code. |
| `1100-000` | `444444440` | Payout fails with a invalid_currency code. |
| `1100-000` | `888888883` | Payout fails if method is instant. Bank account is not eligible for Instant Payouts. |

#### Slovenia

| IBAN | Type |
| --- | --- |
| `SI56263300012039086` | Payout succeeds. |
| `SI62370400440532013001` | Payout fails with a no_account code. |
| `SI89370400440532013002` | Payout fails with a account_closed code. |
| `SI89370400440532013003` | Payout fails with a insufficient_funds code. |
| `SI89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `SI89370400440532013005` | Payout fails with a invalid_currency code. |

#### Slovakia

| IBAN | Type |
| --- | --- |
| `SK3112000000198742637541` | Payout succeeds. |
| `SK62370400440532013001` | Payout fails with a no_account code. |
| `SK89370400440532013002` | Payout fails with a account_closed code. |
| `SK89370400440532013003` | Payout fails with a insufficient_funds code. |
| `SK89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `SK89370400440532013005` | Payout fails with a invalid_currency code. |

#### San Marino

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `AAAASMSMXXX` | `SM86U0322509800000000270100` | Payout succeeds. |
| `AAAASMSMXXX` | `SM62370400440532013001` | Payout fails with a no_account code. |
| `AAAASMSMXXX` | `SM89370400440532013002` | Payout fails with a account_closed code. |
| `AAAASMSMXXX` | `SM89370400440532013003` | Payout fails with a insufficient_funds code. |
| `AAAASMSMXXX` | `SM89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `AAAASMSMXXX` | `SM89370400440532013005` | Payout fails with a invalid_currency code. |

#### Senegal

| IBAN | Type |
| --- | --- |
| `SN08SN0100152000048500003035` | Payout succeeds. |
| `SN62370400440532013001` | Payout fails with a no_account code. |
| `SN89370400440532013002` | Payout fails with a account_closed code. |
| `SN89370400440532013003` | Payout fails with a insufficient_funds code. |
| `SN89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `SN89370400440532013005` | Payout fails with a invalid_currency code. |

#### El Salvador

| SWIFT / BIC Code | IBAN | Type |
| --- | --- | --- |
| `AAAASVS1XXX` | `SV44BCIE12345678901234567890` | Payout succeeds. |
| `AAAASVS1XXX` | `SV00000062370400440532013001` | Payout fails with a no_account code. |
| `AAAASVS1XXX` | `SV00000089370400440532013002` | Payout fails with a account_closed code. |
| `AAAASVS1XXX` | `SV00000089370400440532013003` | Payout fails with a insufficient_funds code. |
| `AAAASVS1XXX` | `SV00000089370400440532013004` | Payout fails with a debit_not_authorized code. |
| `AAAASVS1XXX` | `SV00000089370400440532013005` | Payout fails with a invalid_currency code. |

#### Thailand

| Routing | Account | Type |
| --- | --- | --- |
| `999-0001` | `000123456789` | Payout succeeds. |
| `999-0001` | `001111111116` | Payout fails with a no_account code. |
| `999-0001` | `001111111113` | Payout fails with a account_closed code. |
| `999-0001` | `002222222227` | Payout fails with a insufficient_funds code. |
| `999-0001` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `999-0001` | `004444444440` | Payout fails with a invalid_currency code. |

#### Tunisia

| IBAN | Type |
| --- | --- |
| `TN5904018104004942712345` | Payout succeeds. |
| `TN62370400440532013001` | Payout fails with a no_account code. |
| `TN89370400440532013002` | Payout fails with a account_closed code. |
| `TN89370400440532013003` | Payout fails with a insufficient_funds code. |
| `TN89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `TN89370400440532013005` | Payout fails with a invalid_currency code. |

#### Turkey

| IBAN | Type |
| --- | --- |
| `TR320010009999901234567890` | Payout succeeds. |
| `TR62370400440532013001` | Payout fails with a no_account code. |
| `TR89370400440532013002` | Payout fails with a account_closed code. |
| `TR89370400440532013003` | Payout fails with a insufficient_funds code. |
| `TR89370400440532013004` | Payout fails with a debit_not_authorized code. |
| `TR89370400440532013005` | Payout fails with a invalid_currency code. |

#### Trinidad & Tobago

| Routing | Account | Type |
| --- | --- | --- |
| `99900001` | `00567890123456789` | Payout succeeds. |
| `99900001` | `00111111111111116` | Payout fails with a no_account code. |
| `99900001` | `00111111111111113` | Payout fails with a account_closed code. |
| `99900001` | `00222222222222227` | Payout fails with a insufficient_funds code. |
| `99900001` | `00333333333333335` | Payout fails with a debit_not_authorized code. |
| `99900001` | `00444444444444440` | Payout fails with a invalid_currency code. |

#### Taiwan

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAATWTXXXX` | `0001234567` | Payout succeeds. |
| `AAAATWTXXXX` | `1111111116` | Payout fails with a no_account code. |
| `AAAATWTXXXX` | `1111111113` | Payout fails with a account_closed code. |
| `AAAATWTXXXX` | `2222222227` | Payout fails with a insufficient_funds code. |
| `AAAATWTXXXX` | `3333333335` | Payout fails with a debit_not_authorized code. |
| `AAAATWTXXXX` | `4444444440` | Payout fails with a invalid_currency code. |

#### Tanzania

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `AAAATZTXXXX` | `0000123456789` | Payout succeeds. |
| `AAAATZTXXXX` | `1111111111166` | Payout fails with a no_account code. |
| `AAAATZTXXXX` | `111111111133` | Payout fails with a account_closed code. |
| `AAAATZTXXXX` | `2222222222278` | Payout fails with a insufficient_funds code. |
| `AAAATZTXXXX` | `33333333333569` | Payout fails with a debit_not_authorized code. |
| `AAAATZTXXXX` | `4444444444440` | Payout fails with a invalid_currency code. |

#### United States

| Routing | Account | Type |
| --- | --- | --- |
| `110000000` | `000123456789` | Payout succeeds. |
| `110000000` | `000111111116` | Payout fails with a no_account code. |
| `110000000` | `000111111113` | Payout fails with a account_closed code. |
| `110000000` | `000222222227` | Payout fails with a insufficient_funds code. |
| `110000000` | `000333333335` | Payout fails with a debit_not_authorized code. |
| `110000000` | `000444444440` | Payout fails with a invalid_currency code. |
| `110000000` | `000888888883` | Payout fails if method is instant. Bank account is not eligible for Instant Payouts. |

#### Uruguay

| Routing | Account | Type |
| --- | --- | --- |
| `999` | `000123456789` | Payout succeeds. |
| `999` | `001111111116` | Payout fails with a no_account code. |
| `999` | `001111111113` | Payout fails with a account_closed code. |
| `999` | `002222222227` | Payout fails with a insufficient_funds code. |
| `999` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `999` | `004444444440` | Payout fails with a invalid_currency code. |

#### Uzbekistan

| Account | Type |
| --- | --- |
| `99934500012345670024` | Payout succeeds. |
| `99934500012345670122` | Payout fails with a no_account code. |
| `99934500012345670220` | Payout fails with a account_closed code. |
| `99934500012345670328` | Payout fails with a insufficient_funds code. |
| `99934500012345670426` | Payout fails with a debit_not_authorized code. |
| `99934500012345670523` | Payout fails with a invalid_currency code. |

#### Vietnam

| Routing | Account | Type |
| --- | --- | --- |
| `01101100` | `000123456789` | Payout succeeds. |
| `01101100` | `001111111116` | Payout fails with a no_account code. |
| `01101100` | `001111111113` | Payout fails with a account_closed code. |
| `01101100` | `002222222227` | Payout fails with a insufficient_funds code. |
| `01101100` | `003333333335` | Payout fails with a debit_not_authorized code. |
| `01101100` | `004444444440` | Payout fails with a invalid_currency code. |

#### South Africa

| SWIFT / BIC Code | Account | Type |
| --- | --- | --- |
| `ZAZAZAZAXXX` | `000001234` | Payout succeeds. |
| `ZAZAZAZAXXX` | `000011116` | Payout fails with a no_account code. |
| `ZAZAZAZAXXX` | `000011113` | Payout fails with a account_closed code. |
| `ZAZAZAZAXXX` | `000022227` | Payout fails with a insufficient_funds code. |
| `ZAZAZAZAXXX` | `000033335` | Payout fails with a debit_not_authorized code. |
| `ZAZAZAZAXXX` | `000044440` | Payout fails with a invalid_currency code. |

### Debitkartennummern

Verwenden Sie zum Testen von Auszahlungen diese Test-Debitkartennummern. Sie können sie nur mit Test-API-Schlüsseln verwenden.

#### Vereinigte Staaten

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000056655665556 | `tok_visa_debit_us_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000056655665572 | `tok_visa_debit_us_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000056755665555 | `tok_visa_debit_us_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5200828282828210 | `tok_mastercard_debit_us_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |
| 6011981111111113 | `tok_discover_debit_us_transferSuccess` | Discover-Lastschrift. Auszahlung ist erfolgreich. |

#### Kanada

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000051240000005 | `tok_visa_debit_ca_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000051240000021 | `tok_visa_debit_ca_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000051240000039 | `tok_visa_debit_ca_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5510121240000006 | `tok_mastercard_debit_ca_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Singapur

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000057020000008 | `tok_visa_debit_sg_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000057020000016 | `tok_visa_debit_sg_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000057020000024 | `tok_visa_debit_sg_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 2227200000000009 | `tok_mastercard_debit_sg_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Australien

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000050360000019 | `tok_visa_debit_au_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000050360000027 | `tok_visa_debit_au_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000050360000035 | `tok_visa_debit_au_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 4000000360000006 | `tok_visa_credit_au` | Visa Kreditkarte. Karte wird nicht unterstützt (ungültiger Kartentyp). |
| 5555050360000023 | `tok_mastercard_debit_au_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Vereinigte Arabische Emirate

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000057840000006 | `tok_visa_debit_ae_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000057840000014 | `tok_visa_debit_ae_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000057840000022 | `tok_visa_debit_ae_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 4000007840000006 | `tok_visa_credit_ae` | Visa Kreditkarte. Karte wird nicht unterstützt (ungültiger Kartentyp). |
| 5555057840000002 | `tok_mastercard_debit_ae_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Vereinigtes Königreich

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000058260000203 | `tok_visa_debit_gb_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000058260000211 | `tok_visa_debit_gb_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000058260000229 | `tok_visa_debit_gb_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555058260000100 | `tok_mastercard_debit_gb_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Österreich

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000050400000003 | `tok_visa_debit_at_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000050400000011 | `tok_visa_debit_at_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000050400000029 | `tok_visa_debit_at_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555050400000009 | `tok_mastercard_debit_at_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Belgien

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000050560000009 | `tok_visa_debit_be_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000050560000017 | `tok_visa_debit_be_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000050560000025 | `tok_visa_debit_be_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555050560000005 | `tok_mastercard_debit_be_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Kroatien

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000051910000004 | `tok_visa_debit_hr_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000051910000012 | `tok_visa_debit_hr_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000051910000020 | `tok_visa_debit_hr_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555051910000000 | `tok_mastercard_debit_hr_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Zypern

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000051960000003 | `tok_visa_debit_cy_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000051960000011 | `tok_visa_debit_cy_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000051960000029 | `tok_visa_debit_cy_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555051960000009 | `tok_mastercard_debit_cy_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Estland

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000052330000004 | `tok_visa_debit_ee_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000052330000012 | `tok_visa_debit_ee_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000052330000020 | `tok_visa_debit_ee_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555052330000000 | `tok_mastercard_debit_ee_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Finnland

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000052460000006 | `tok_visa_debit_fi_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000052460000014 | `tok_visa_debit_fi_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000052460000022 | `tok_visa_debit_fi_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555052460000002 | `tok_mastercard_debit_fi_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Frankreich

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000052500000008 | `tok_visa_debit_fr_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000052500000016 | `tok_visa_debit_fr_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000052500000024 | `tok_visa_debit_fr_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555052500000004 | `tok_mastercard_debit_fr_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Deutschland

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000052760000037 | `tok_visa_debit_de_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000052760000011 | `tok_visa_debit_de_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000052760000029 | `tok_visa_debit_de_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555052760000009 | `tok_mastercard_debit_de_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Griechenland

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000053000000001 | `tok_visa_debit_gr_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000053000000019 | `tok_visa_debit_gr_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000053000000027 | `tok_visa_debit_gr_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555053000000007 | `tok_mastercard_debit_gr_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Irland

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000053720000000 | `tok_visa_debit_ie_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000053720000018 | `tok_visa_debit_ie_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000053720000026 | `tok_visa_debit_ie_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555053720000006 | `tok_mastercard_debit_ie_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Italien

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000053800000037 | `tok_visa_debit_it_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000053800000011 | `tok_visa_debit_it_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000053800000029 | `tok_visa_debit_it_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555053800000009 | `tok_mastercard_debit_it_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Lettland

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000054280000000 | `tok_visa_debit_lv_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000054280000018 | `tok_visa_debit_lv_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000054280000026 | `tok_visa_debit_lv_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555054280000006 | `tok_mastercard_debit_lv_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Litauen

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000054400000005 | `tok_visa_debit_lt_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000054400000013 | `tok_visa_debit_lt_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000054400000021 | `tok_visa_debit_lt_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555054400000001 | `tok_mastercard_debit_lt_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Luxemburg

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000054420000001 | `tok_visa_debit_lu_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000054420000019 | `tok_visa_debit_lu_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000054420000027 | `tok_visa_debit_lu_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555054420000007 | `tok_mastercard_debit_lu_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Malta

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000054700000002 | `tok_visa_debit_mt_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000054700000010 | `tok_visa_debit_mt_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000054700000028 | `tok_visa_debit_mt_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555054700000008 | `tok_mastercard_debit_mt_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Niederlande

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000055280000007 | `tok_visa_debit_nl_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000055280000015 | `tok_visa_debit_nl_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000055280000023 | `tok_visa_debit_nl_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555055280000003 | `tok_mastercard_debit_nl_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Portugal

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000056200000002 | `tok_visa_debit_pt_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000056200000010 | `tok_visa_debit_pt_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000056200000028 | `tok_visa_debit_pt_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555056200000008 | `tok_mastercard_debit_pt_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Slowakei

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000057030000006 | `tok_visa_debit_sk_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000057030000014 | `tok_visa_debit_sk_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000057030000022 | `tok_visa_debit_sk_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555057030000002 | `tok_mastercard_debit_sk_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Slowenien

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000057050000001 | `tok_visa_debit_si_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000057050000019 | `tok_visa_debit_si_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000057050000027 | `tok_visa_debit_si_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555057050000007 | `tok_mastercard_debit_si_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Spanien

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000057240000036 | `tok_visa_debit_es_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000057240000010 | `tok_visa_debit_es_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000057240000028 | `tok_visa_debit_es_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555057240000008 | `tok_mastercard_debit_es_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Dänemark

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000052080000006 | `tok_visa_debit_dk_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000052080000014 | `tok_visa_debit_dk_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000052080000022 | `tok_visa_debit_dk_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555052080000002 | `tok_mastercard_debit_dk_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Malaysia

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000054580000031 | `tok_visa_debit_my_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000054580000015 | `tok_visa_debit_my_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000054580000023 | `tok_visa_debit_my_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555054580000003 | `tok_mastercard_debit_my_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Neuseeland

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000055540000003 | `tok_visa_debit_nz_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000055540000011 | `tok_visa_debit_nz_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000055540000029 | `tok_visa_debit_nz_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555055540000165 | `tok_mastercard_debit_nz_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Norwegen

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000055780000002 | `tok_visa_debit_no_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000055780000010 | `tok_visa_debit_no_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000055780000028 | `tok_visa_debit_no_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555055780000008 | `tok_mastercard_debit_no_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Schweden

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000057520000003 | `tok_visa_debit_se_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000057520000011 | `tok_visa_debit_se_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000057520000029 | `tok_visa_debit_se_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555057520000009 | `tok_mastercard_debit_se_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Tschechien

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000052030000007 | `tok_visa_debit_cz_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000052030000015 | `tok_visa_debit_cz_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000052030000023 | `tok_visa_debit_cz_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555052030000003 | `tok_mastercard_debit_cz_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Ungarn

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000053480000000 | `tok_visa_debit_hu_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000053480000018 | `tok_visa_debit_hu_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000053480000026 | `tok_visa_debit_hu_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555053480000006 | `tok_mastercard_debit_hu_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Polen

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000056160000000 | `tok_visa_debit_pl_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000056160000018 | `tok_visa_debit_pl_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000056160000026 | `tok_visa_debit_pl_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555056160000006 | `tok_mastercard_debit_pl_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

#### Rumänien

| Nummer | Token | Typ |
| --- | --- | --- |
| 4000056420000030 | `tok_visa_debit_ro_transferSuccess` | Visa-Lastschrift. Auszahlung ist erfolgreich. |
| 4000056420000014 | `tok_visa_debit_ro_transferFail` | Visa-Lastschrift. Auszahlung schlägt fehl mit Code `could_not_process`. |
| 4000056420000022 | `tok_visa_debit_ro_instantPayoutUnsupported` | Visa-Lastschrift. Die Karte kommt nicht für Instant Payouts infrage. |
| 5555056420000002 | `tok_mastercard_debit_ro_transferSuccess` | Mastercard-Lastschrift. Auszahlung ist erfolgreich. |

## Regionale Unternehmen simulieren

Verwenden Sie vordefinierte Datensätze mit fiktiven Informationen zu Unternehmen und Einzelpersonen, um verschiedene Verifizierungsergebnisse basierend auf regionalen Anforderungen zu simulieren. Sie können Folgendes tun:

- Die Verifizierung von Unternehmensname, Adresse und Steueridentifikationsnummer simulieren
- Verifizierungsprozesse für Vorstand und Inhaber/innen testen
- Mit verschiedenen Eigentümerstrukturen und Beziehungstypen experimentieren

### Singapur

Um ein Beispielunternehmen zu verwenden, geben Sie bei der Erstellung oder Aktualisierung eines verbundenen Kontos in einer Sandbox die unten aufgeführte UEN als entsprechende [company.tax_id](https://docs.stripe.com/api/accounts/create.md#create_account-company-tax_id) an. Stripe gibt die vordefinierten fiktiven Informationen zurück, die diesem Beispiel zugeordnet sind, um die Verifzierung zu ermöglichen.

#### Aspen PTE LTD&nbsp;– Privates Unternehmen mit zwei Gesellschafterinnen und Gesellschaftern

Verwenden Sie die Nummer `180100002M`, um die nachstehenden Angaben zur Beziehung zu überprüfen.

| Vollständiger Name | Ausweisnummer | Eigentumsanteil in Prozent | Positionen |
| --- | --- | --- | --- |
| MOHAMMAD ALI BIN MOHAMMAD RAFI | S0000001A | 30.0 | - Controller
- Direktor |
| TEO WEI MING | S0000002A | 70.0 |  |
| RAJESH KUMAR | T0000003C |  | Direktor |
| LI GUO HAO | S0290695C |  | Direktor |

#### Birch PTE LTD&nbsp;– Privates Unternehmen ohne nennenswerte Anteilseigner

Verwenden Sie die Nummer `180100001C`, um die nachstehenden Angaben zur Beziehung zu überprüfen.

| Vollständiger Name | Ausweisnummer | Eigentumsanteil in Prozent | Positionen |
| --- | --- | --- | --- |
| TAN MEI LING | S0000004D | 20.0 | - Controller
- Direktor |
| NUR AIN BINTI MUHAMMAD | S0000005E | 20.0 | - Controller
- Direktor |
| PRIYA RANI | S0000006F | 20.0 |  |
| SITI AISYAH BINTI ISMAIL | S0000007G | 20.0 |  |
| CHAN MIN QI | S0000008H | 20.0 |  |
| AHMAD BIN SALLEH | S0000009I |  | Direktor |

#### Oak Innovations PTE. LTD.&nbsp;– Privates Unternehmen mit komplexer Beteiligungsstruktur

Verwenden Sie die Nummer `180100005E`, um die nachstehenden Angaben zur Beziehung zu überprüfen.

| Vollständiger Name | Ausweisnummer | Eigentumsanteil in Prozent | Positionen |
| --- | --- | --- | --- |
| LLAMA ALPACA | G0000010X |  | Controller |
| SHEEP GOAT | F0000020Z |  | Direktor |
| COW WHALE | F0000030I |  | Controller |
| KOMODO | F0000040J |  | Direktor |
| CASUARINA EUROPE, LIMITED | R01UF0001D | 100.0 |  |

#### Society for the Promotion of Llama Welfare&nbsp;– Als eingetragene gemeinnützige Organisation eingestufter Verein

Verwenden Sie die Nummer `R01SS0001A`, um die nachstehenden Angaben zur Beziehung zu überprüfen.

| Vollständiger Name | Ausweisnummer | Eigentumsanteil in Prozent | Positionen |
| --- | --- | --- | --- |
| LLAMA ALPACA |  |  | Direktor |
| WEASEL BEAVER |  |  | Direktor |

#### Cypress PTE LTD&nbsp;– Privates Unternehmen mit einer individuell ausgearbeiteten Satzung (keine Mustersatzung)

Verwenden Sie die Nummer `180100013R`, um die nachstehenden Angaben zur Beziehung zu überprüfen.

| Vollständiger Name | Ausweisnummer | Eigentumsanteil in Prozent | Positionen |
| --- | --- | --- | --- |
| WONG KAI MING | S0000024R | 60.0 | - Controller
- Direktor |
| AISHA BINTE HASSAN | S0000025M | 40.0 |  |
