Skip to main content

Trigger Request

The Transaction API provided by ezto verify is designed for initiating API calls that primarily purposes to trigger predefined transaction flows configured within the system.

Base URL

Path Params

Header Params

note

The request body for an application with consent enabled is displayed below.

Request Body

Below is the request body structure for the Trigger request Enpoint

app_idstringRequired

app_secretstringRequired

requestjson

You can get the app_id and app_secret from the Devlopers tab in configured application.

note

The request and response are different based on the application's configuration, which can be build using API Builder.

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...