LogoLogo
Sign InCertnCertn Help
Certn API
Certn API
  • Certn API
  • Getting Started
    • Request a demo account
      • Get your access token
      • Understand your general resources
      • Create your first application
      • Retrieve the results
  • Guides
    • Manage your settings
    • Manage your integration users
    • Use the API
      • Get and use an Authorization Token
      • Use webhooks
        • Webhook parameters and example
      • Get the applicant's consent
    • Run a check
      • Address Reference Check
      • Australia Right To Work Check
      • Basic Disclosure And Barring Service Check
      • Basic Disclosure Scotland Check
      • Canadian Criminal Record Check
      • Credential Verification
      • Credit Check
      • Education Verification
      • Employment Verification
      • Employment Reference Check
      • Enhanced Identity Verification
      • International Criminal Record Check
      • Motor Vehicle Record Check / Driver's Abstract
      • Softcheck
      • Social Media Check
      • SOQUIJ
      • UK Right To Work Check
      • US Criminal Record Check
    • Understanding statuses and scores
  • API Reference
    • Settings and packages
    • Human Resources
      • Available checks
    • Property Management
      • Available checks
    • Resources
      • Application parameters
        • Request flags
        • Package settings
      • Error codes
      • Regional codes
      • Report field mappings
  • FAQ
  • Changelogs
  • Contact us
Powered by GitBook

The Certn Group of companies includes Certn, Credence & InterCheck. For educational purposes, these companies are referred to as “Certn” in this website. For questions about any of the aforementioned companies, contact support@certn.co. ©2023 Certn.

On this page
  • Availability
  • Parameters
  • Report
  • Test data
  • Errors

Was this helpful?

Export as PDF
  1. Guides
  2. Run a check

Canadian Criminal Record Check

PreviousBasic Disclosure Scotland CheckNextCredential Verification

Last updated 1 year ago

Was this helpful?

Basic Canadian Criminal Record Check (CRC)

A Basic Canadian CRC searches the federal Canadian criminal records database. The check verifies the accuracy of criminal convictions disclosed by the candidate (indictable, hybrid, and summary offences for which a pardon has not been granted). If your candidate has any convictions to disclose, they'll need to provide the name, date, and court location for each conviction. Typically, the date given by a candidate for a conviction must be accurate within two years to be verified. The Basic Canadian Criminal Record Check does not usually contain records for offences committed as a youth (under 18 years of age).

Enhanced Canadian Criminal Record Check (CRC)

An Enhanced Canadian CRC includes the results of a standard check, plus searches of additional information sources for broader criminal history information to indicate whether or not your candidate has a criminal history beyond the scope of the Basic check. The Enhanced check searches the CPIC investigative data bank, the Public Safety Portal previously known as the Police Information Portal (PIP), and in some cases, local police indices and/or court registries.

Database
Standard CRC
Enhanced CRC

Canadian Police Information Centre (CPIC)

✓

✓

Police Information Portal (PIP)

⨯

✓

Firearms Interest Police (FIP)

⨯

✓

Niche RMS

⨯

✓

Enhanced Canadian CRC PIP Search List
  • Conditional and absolute discharges which have not been removed from the Canadian Police Information Centre system

  • Probation information

  • Wanted person information

  • Accused person information

  • Peace bonds

  • Judicial orders

  • Warrants

  • Criminal charges that have been withdrawn

  • Dismissed or stayed of proceedings

  • Any negative contact with police

Availability

This check is available in Canada and the US

This check is available for a

Industry
Availability
Endpoints

Human Resources

Yes

Property Management

No

Industry
Availability
Endpoints

Human Resources

Yes

Property Management

No

Parameters

Request flag

Include one of these flags in the body of your request:

Invite parameters

To invite an applicant to complete a screen, include this parameter in the body of your request:

  • email

Applicants must go through identity verification to complete a Canadian CRC or an Enhanced Canadian CRC. Make sure to add an Enhanced Identity Verification before sending your request.

See all available Application parameters

Quickscreen parameters

To complete a quickscreen, include these parameters in the body of your request:

    • first_name

    • last_name

    • date_of_birth

    • at least one of:

      • birth_city

    • gender (M, F, or X)

    • phone_number

    • rcmp_consent_given

You also need your applicant to provide a full conviction history. Share the details through these fields:

      • offense

      • date_of_sentence

      • court_location

      • description

When requesting a quickscreen for a Canadian CRC or an Enhanced Canadian CRC, you need to provide us with your applicant's proof of identification.

Add an Enhanced Identity Verification to your request to insure its completion.

Example request

The following example contains fields for an enhanced criminal record check.

{
    "request_enhanced_criminal_record_check": true,
    "request_enhanced_identity_verification": true,
    "email": "example@certn.co",
    "information": {
        "first_name": "Andrew",
        "last_name": "McLeod",
        "date_of_birth": "1987-03-04",
        "birth_city": "Victoria",
        "birth_province_state": "BC",
        "birth_country": "CA",
        "gender": "M",
        "phone_number": "250-555-5555",
        "addresses": [{
                "address": "4412 King Alfred Court",
                "city": "Victoria",
                "province_state": "BC",
                "country": "CA",
                "current": true
            }
        ],
        "convictions": [{
                "offense": "332",
                "date_of_sentence": "2000-01-01",
                "court_location": "Victoria, BC, Canada",
                "description": "Robbery; Theft over $200"
            }, {
                "offense": "348",
                "date_of_sentence": "2000-01-01",
                "court_location": "Victoria, BC, Canada",
                "description": "Break, enter, and theft"
            }
        ],
        "rcmp_consent_given": true
    },
    "enhanced_identity_verification": {
        "id_country": "CA",
        "id_type": "DRIVING_LICENSE",
        "id_frontside_image": "<base64 encoded image>",
        "id_backside_image": "<base64 encoded image>",
        "face_image": "<base64 encoded image>"
    },
    "position_or_property_location": {
        "address": "Tiffany & Co., 97 Greene St",
        "city": "New York City",
        "county": "New York",
        "province_state": "NY",
        "country": "US",
        "postal_code": "10012",
        "location_type": "Position Location"
    }
}

Report

Test data

Clear results

First name
Last name

Andrew

McLeod

Records found

First name
Last name

Will

Nettke

Errors

400 Bad Request

‌You may receive a 400 Bad Request if:‌

  • You sent a quickscreen request for a Canadian CRC without an Enhanced Identity Verification.

"request_enhanced_identity_verification": "This field is required."

  • You invited an applicant to complete a Canadian CRC without an Enhanced Identity Verification.

"non_field_errors": "One of identity_verification or request_enhanced_identity_verification is required for criminal record checks."

How to fix this issue

Add the appropriate identity verification method before sending your request.

Quickscreen

Invite

Quickscreen

Invite

Standard Check:

Enhanced Check:

birth_province_state ()

birth_country ()

(min 1)

Make sure to obtain the from your applicant before running the quickscreen.

Add an to your request before sending it.

Report field:

Send Canadian CRC requests with the following sets of data on our to retrieve our pre-filled reports.

request_criminal_record_check
request_enhanced_criminal_record_check
proof of consent
demo environment
Error codes
❌
❌
❌
❌
🇨🇦
🇺🇸
✅
✅
📩
✅
📩
quickscreen
enhanced identity verification
rcmp_result
Quickscreen
Invite
Quickscreen
Invite
information
addresses
position_or_property_location
information
convictions
ISO province or state code
ISO country code