Sandbox Testing & Simulations

A guide to our Sandbox environment for simulating certain Zepto Validate confirmation of payee lookup errors and behaviour.

DEVELOPER GUIDE

Validate Sandbox Testing & Simulations


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

TypeResponseError CodeDescription
match200n/aSimulates a successful Zepto Validate CoP lookup with a match result.
close_match200n/aSimulates a successful Zepto Validate CoP lookup with a close match result.
individual_no_match200n/aSimulates a successful Zepto Validate CoP lookup with a no match result for an individual account.
non_individual_no_match200n/a

Simulates a successful Zepto Validate CoP lookup with a no match result for an non-individual account (eg. Business account).

Notable field: match_name is provided

account_closed200n/aSimulates a successful Zepto Validate CoP lookup where a match result could not be provided due to the account being closed.
no_account_found404ZCOPR02Simulates a failed Zepto Validate CoP lookup where a match result could not be provided due to there being no record of the account.
unable_to_confirm422ZCOPR00Simulates generic unexpected error response.
bic_lookup_failed422ZCOPR01Simulates 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.
account_daily_no_match_limit_exceeded422ZCOPR04Simulates hitting the account level no_matchenumeration control limit.
requester_daily_no_match_limit_exceeded422ZCOPR05Simulates hitting the requester ID level no_match enumeration control limit.
account_daily_request_limit_exceeded422ZCOPR06Simulates hitting the account level enumeration control limit.
requester_daily_request_limit_exceeded422ZCOPR07Simulates hitting the account level enumeration control limit.


What’s Next

Ready to get started? Reach out to your Zepto Account Manager and we'll configure your Sandbox account and provide suggested test cases.

Did this page help you?