Mock users
User credentials for testing. Use different credentials to test different responses.
These credentials can be used with the mock bank for testing successful transactions and different errors.
| Username | Password | Behaviour |
|---|---|---|
"john""john1""john2"... "john100" | "doe""doe1""doe2"... "doe100" | Successful authentication. Example data available via Data API. Connection extend will return |
"john""john1""john2"... "john100" | "iban""iban1""iban2"... "iban100" | Successful authentication. Example data available via Data API. The Connection extend will return |
"john" | "eternal" | Successful authentication. Example data available via Data API. Connection extend will return |
"error.account_permanently_locked" | "error" | Successful authentication. All calls to Data API will fail with |
"error.account_temporarily_locked" | "error" | Successful authentication. All calls to Data API will fail with |
"error.internal_error" | "error" | Successful authentication. All calls to Data API will fail with |
"error.provider_error" | "error" | Successful authentication. All calls to Data API will fail with |
"error.user_input_required" | "error" | Successful authentication. All calls to Data API will fail with |
"error.wrong_credentials" | "error" | Successful authentication. All calls to Data API will fail with |
Updated about 1 month ago
