[Internal] Does the Verify SDK support callback or webhooks? [Internal] Does the Verify SDK support callback or webhooks?

[Internal] Does the Verify SDK support callback or webhooks?

Paul Bird
  • Does the Verify SDK support callback or webhooks?

 

Context: Customers would like to notify their server when a verify SDK request has a status.

 

Answer:

Currently the Verify SDK does not support webhooks or callback URLs to notify a server when a user's device has been verified.

You can issue a search using the a API search request, but there are several required parameters in order to do that and you need to issue a Get token API request before the search.

 

token Required. The generated authorization token.

  • source_ip_address Required. (This adds cross referencing between verify  requests)
  • timestamp The timestamp used to sign the request. Represents the current time in seconds since Jan 1st 1970.
  • app_id Required.
  • device_id Required.
  • number Required.
  • country
  • sig Required. The signature used to sign the request.

 

We are considering adding this feature in the future, but there is currently no ETA.

There is also a PDF that Sri had with more details on using the search function.

You can ask Sri if you have any other specific questions.