AiPrise has a SANDBOX mode which you can use for testing. This mode always returns dummy data. Different requests generate different kinds of responses allowing you to test all possible scenarios.

Request DetailsResponse
REQUEST-1NOT_FOUND, DECLINED
REQUEST-2NOT_FOUND,REVIEW
It shouldn’t be similar to Request 1 or Request 2FOUND,APPROVED

If any field from REQUEST-1 is part of the request, the response will be NOT_FOUND or DECLINED.

If any field from REQUEST-2 is part of the request, the response will be NOT_FOUND or REVIEW.

If any field from REQUEST-1 or REQUEST-2 is not part of the request, the response will be APPROVED or FOUND.

REQUEST-1

Response from this request will be NOT_FOUND or DECLINED.

Data KeyData Value
nameAcme Inc
tax_identification_numberending in 0 OR A OR a (e.g. XXXXXX0)
business_entity_idending in 0 OR A OR a (e.g. XXXXXX0)

REQUEST-2

Response from this request will be NOT_FOUND or REVIEW.

Data KeyData Value
nameHooli Inc
tax_identification_numberending in 1 OR B OR b (e.g. XXXXXX1)
business_entity_idending in 1 OR B OR b (e.g. XXXXXX1)