Building your Integration
The Transaction API serves as the gateway for all verification processes, allowing users to utilize the flow with the appropriate request body.
API Builder
Build the API with needed configurations.
HTTP STATUS CODE SUMMARY | ||
---|---|---|
200 | OK | Everything worked as expected. |
400 | Bad Request | The request was unacceptable, often due to missing a required parameter. |
401 | Unauthorized | No valid App secret or App ID provided. |
402 | Request Failed | The parameters were valid but the request failed. |
403 | Forbidden | The Application doesn't have permissions to perform the request. |
404 | Not Found | The requested resource doesn't exist. |
500 | Server Errors | Something went wrong on ezto verify's end. (These are rare.) |
Loading...