onfido v0.2.0 Onfido.Resources.Report

Link to this section Summary

Functions

Cancel a report for a related check

Get report for a related check

List reports for a related check

Resume a paused report for a related check

Link to this section Functions

Link to this function

cancel(check_id, report_id)

Cancel a report for a related check

Example

  Onfido.Resources.Report.cancel("<check-id>", "<report-id>")
Link to this function

get(check_id, report_id)

Get report for a related check

Example

  Onfido.Resources.Report.get("<check-id>", "<report-id>")

List reports for a related check

Example

  Onfido.Resources.Report.list("<check-id>")
Link to this function

resume(check_id, report_id)

Resume a paused report for a related check

Example

  Onfido.Resources.Report.resume("<check-id>", "<report-id>")