Skip to main content

Building your Integration

The Transaction API serves as the gateway for all verification processes. Use the flow with the appropriate request body.

API Builder

Build the API with needed configurations.


HTTP STATUS CODE SUMMARY
200OKEverything worked as expected.
400Bad RequestThe request was unacceptable, often due to missing a required parameter.
401UnauthorizedNo valid App secret or App ID provided.
402Request FailedThe parameters were valid but the request failed.
403ForbiddenThe Application doesn't have permissions to perform the request.
404Not FoundThe requested resource doesn't exist.
500Server ErrorsSomething went wrong on ezto verify's end. (These are rare.)
Loading...