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
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 beNOT_FOUND or DECLINED.
REQUEST-2
Response from this request will beNOT_FOUND or REVIEW.