# Test Bank Details

Source: https://docs.gocardless.com/docs/developer-resources/test-bank-details

# Test Bank Details

In the sandbox you can set up payments using these test details — for example, you can test Swedish payments without your own Swedish bank account.

## ACH

| Bank code   | Account number | Account type |
| ----------- | -------------- | ------------ |
| `026073150` | `2715500356`   | Checking     |

## Autogiro

| Branch code (_clearingnummer_) | Account number (_kontonummer_) | Identity number (_personnummer_) |
| ------------------------------ | ------------------------------ | -------------------------------- |
| `5491`                         | `0000003`                      | `198112289874`                   |

## Bacs / Faster Payments

| Sort code | Account number |
| --------- | -------------- |
| `200000`  | `55779911`     |

## BECS / PayTo

| BSB       | Account number |
| --------- | -------------- |
| `082-082` | `012345678`    |

## BECS NZ

| Bank code | Branch code | Account number |
| --------- | ----------- | -------------- |
| `12`      | `3113`      | `0003869-00`   |

## Betalingsservice

| Bank code (_registreringsnummer_) | Account number (_kontonummer_) | Identity number (_CPR-nummer_) |
| --------------------------------- | ------------------------------ | ------------------------------ |
| `345`                             | `3179681`                      | `0101701234`                   |

## PAD

| Bank code (Financial Institution number) | Branch code (Branch Transit number) | Account number |
| ---------------------------------------- | ----------------------------------- | -------------- |
| `0003`                                   | `00006`                             | `1234567`      |

## SEPA

|        | IBAN                          |
| ------ | ----------------------------- |
| French | `FR1420041010050500013M02606` |
| German | `DE89370400440532013000`      |

For more country-specific details, see the [local bank details appendix](/docs/api-reference/local-bank-details).

## Protect+ features

### Verified Mandates

Protect+ customers can direct risky payers through an additional layer of verification ([learn more](/docs/collect-payments/setting-up-mandates/verified-mandates)). Both verified and unverified routes are available in the sandbox, triggered by the email address of the test payer:

| Email address                      | Result                                                |
| ---------------------------------- | ----------------------------------------------------- |
| `protectplus_risky@gocardless.com` | Payer will be sent through the verified mandate route |

Other email addresses will be treated as non-risky payers and go through the unverified route.

### Blocklists

You can use any blocked email address to test the blocklist feature of Protect+.

To block an email address in the sandbox, first enable the Protect+ upgrade on your organisation, then use either the dashboard or API to add the specific email address.

To confirm the blocking behaviour, try to set up a mandate with a test payer using that email address.

## Variable Recurring Payment (VRP) details

### Bank Guess

With VRP you are provided with the bank guess feature built in, enabling a customer's previously authorised bank to be found automatically, reducing steps and improving conversion.

Use the email address below to simulate the bank guess feature returning the successful authorised sandbox bank:

| Email address               |
| --------------------------- |
| `bank-guess@gocardless.com` |

### ModelBank login

VRP customers can simulate bank authorisation in the browser using the sandbox ModelBank login details:

| User   | Password |
| ------ | -------- |
| `mits` | `mits`   |

## What's next?

  
#### [Scenario Simulators](/docs/developer-resources/scenario-simulators)

Trigger mandate, payment, and outbound payment scenarios in the sandbox.

  
#### [Postman Collection](/docs/developer-resources/postman-collection)

Explore the API interactively with our pre-built Postman collection.