Sandbox
Using our production environment you can access Live
and Sandbox
connectors. For testing purposes, you can experiment with your integration using our Pluggy Bank connector (which represents our Sandbox
environment). This will let you see how the transactions get updated daily, and test all the possible connection valid and erroneous flows.
Basic flows
- For a successful flow, the Correct password is:
password-ok
Execution status | User name | Description |
---|---|---|
SUCCESS |
| Successful connection. |
ALREADY_LOGGED_IN |
| The user already has an opened login session (needs to manually log out). |
ACCOUNT_LOCKED |
| User account is locked, needs manual action to be unlocked. |
UNEXPECTED_ERROR |
| Connector had a random error. |
SITE_NOT_AVAILABLE |
| Provider site was not available. |
ACCOUNT_NEEDS_ACTION |
| Provider is requesting some manual action from the user (ie. accept new terms of use). |
CONNECTION_ERROR |
| There was an internal connection error with the provider (ie. Proxy issue). |
INVALID_CREDENTIALS | anything else | The user/password credentials were invalid. |
MFA 1-step
- For a successful flow, the credentials are:
- Correct password:
password-ok
- Correct MFA Token:
123456
- Correct password:
Scenario | User name | MFA | Description |
---|---|---|---|
Login Ok |
|
| Successful connection. |
INVALID_CREDENTIALS_MFA |
| ≠ | The MFA parameter provided was incorrect. |
MFA 2-step
- For a successful flow, the credentials are:
- Correct password:
password-ok
- Correct MFA Token:
123456
- Correct password:
Scenario | User name | MFA | Description |
---|---|---|---|
Login Ok |
|
| Successful connection. |
INVALID_CREDENTIALS_MFA |
| ≠ | The MFA parameter provided was incorrect. |
Login Ok (MFA with QR image) |
|
| Successful connection. |
INVALID_CREDENTIALS_MFA (MFA with QR image) |
| ≠ | The MFA parameter provided was incorrect. |
Login Ok (MFA with option select) |
| any | Successful connection. |
UNEXPECTED_ERROR |
|
| Connector had a random error. |
ACCOUNT_LOCKED |
|
| User account is locked, needs manual action to be unlocked. |
SITE_NOT_AVAILABLE |
|
| Provider site was not available. |
CONNECTION_ERROR |
|
| There was an internal connection error with the provider (ie. Proxy issue). |
ALREADY_LOGGED_IN |
|
| The user already has an opened login session (needs to manually log out). |
ACCOUNT_NEEDS_ACTION |
|
| Provider is requesting some manual action from the user (ie. accept new terms of use). |
Updated 2 months ago