Skip to main content
POST
Create Credit Check
Creates a credit check session and sends email and SMS invitations to the applicant. Use the /hard endpoint for a full credit report with AI-powered insights, or /soft for a score-only check.

Request

Headers

Body parameters

Both camelCase and snake_case parameter names are accepted. If both are provided for the same field, the camelCase value takes priority.

Example request

Response

200 — Success

Error responses


Testing

When building your integration, you can create a session in test mode so it runs against Equifax’s UAT environment using a pre-defined test persona instead of the real applicant’s data. To enable test mode, pass uat: true in the request body:
In test mode, the applicant can enter any value for their SIN and address when completing the session — the real data is not used to query Equifax. The result is driven entirely by the uat_type scenario you specify.

uat_type values

Use uat_type to control which credit scenario the session simulates. If omitted, or if an unrecognized value is passed, a scenario is chosen at random.

Clean / standard profiles

Bankruptcy

Collections

Loans & trades

Alerts & inquiries

Other

Example — test request