If you're interested in getting started with Ideon API, here are some steps to follow:
All API requests to Ideon API must be structured in the following way:
"id_type": "driver_license", "id_number": "DL123456", "first_name": "John", "last_name": "Doe", "dob": "1990-01-01"
The User Endpoint allows you to manage user data and retrieve user information. The following are the parameters required for this endpoint:
Ideon API uses standard HTTP error codes to indicate errors. The following are some common error codes:
Webhooks are notoriously difficult to debug. You send a payload into the void and hope your server catches it.