onfido_v3 v0.1.3 Onfido.Resources.Check

Link to this section Summary

Functions

Create a check for an applicant

Get a check for an applicant

List checks for an applicant

Resume a check for an applicant

Link to this section Functions

Create a check for an applicant

Example

  Onfido.Resources.Check.create(%{
    applicant_id: "<applicant_id>",
    report_names: [
      "document",
      "facial_similarity_photo"
    ]
  })

Get a check for an applicant

Example

  Onfido.Resources.Check.get("<check_id>")
Link to this function

list(applicant_id)

List checks for an applicant

Example

  Onfido.Resources.Check.list("<applicant-id>")
Link to this function

resume(check_id, params \\ %{})

Resume a check for an applicant

Example

  Onfido.Resources.Check.resume("<check-id>")