onfido_v3 v0.1.3 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(report_id)
Cancel a report for a related check
Example
Onfido.Resources.Report.cancel("<report-id>")
Link to this function
get(report_id)
Get report for a related check
Example
Onfido.Resources.Report.get("<report-id>")
Link to this function
list(check_id)
List reports for a related check
Example
Onfido.Resources.Report.list("<check-id>")
Link to this function
resume(report_id)
Resume a paused report for a related check
Example
Onfido.Resources.Report.resume("<report-id>")