Sandbox Testing & Simulations
A guide to our Sandbox environment for simulating certain Zepto Validate confirmation of payee lookup errors and behaviour.
Simulation Attribute Sample
Use the following attribute to simulate various Zepto Validate lookup outcomes in Zepto's Sandbox environment.
{
"sandbox": {
"simulate": "match"
}
}Zepto Validate Lookup Outcome Simulations
Type | Response | Error Code | Description |
|---|---|---|---|
| 200 | n/a | Simulates a successful Zepto Validate CoP lookup with a match result. |
| 200 | n/a | Simulates a successful Zepto Validate CoP lookup with a close match result. |
| 200 | n/a | Simulates a successful Zepto Validate CoP lookup with a no match result for an individual account. |
| 200 | n/a | Simulates a successful Zepto Validate CoP lookup with a no match result for an non-individual account (eg. Business account). Notable field: |
| 200 | n/a | Simulates a successful Zepto Validate CoP lookup where a match result could not be provided due to the account being closed. |
| 404 | ZCOPR02 | Simulates a failed Zepto Validate CoP lookup where a match result could not be provided due to there being no record of the account. |
| 422 | ZCOPR00 | Simulates generic unexpected error response. |
| 422 | ZCOPR01 | Simulates a failed Zepto Validate CoP lookup where a match result could not be provided due to there being an issue with validating the branch code for the given BBAN. |
| 422 | ZCOPR04 | Simulates hitting the account level |
| 422 | ZCOPR05 | Simulates hitting the requester ID level |
| 422 | ZCOPR06 | Simulates hitting the account level enumeration control limit. |
| 422 | ZCOPR07 | Simulates hitting the account level enumeration control limit. |
Updated 6 days ago
Ready to get started? Reach out to your Zepto Account Manager and we'll configure your Sandbox account and provide suggested test cases.
