Skip to main content
Add this endpoint alongside your existing server-side endpoints at the callback URL configured for your OwnID application, for example:
OwnID sends this request when the user completes the hosted document verification step. Your endpoint should validate the request signature, inspect the verification result, compare it with your account data, and return a decision.
Always validate the ownid-signature and ownid-timestamp headers before trusting the request body. See Validating Signatures for the validation process.

Request Body

The request body includes the user identifier and the extracted document data.

Responses

Return one of the following HTTP code responses:

Example Implementation