---
title: "Equifax Module"
slug: "equifax"
updated: 2025-07-02T19:02:49Z
published: 2025-07-02T19:02:49Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Equifax Module

## Overview

| ## Module Details |
| --- |
| **Core or Github Module** | Core |
| **Restart Required** | No |
| **Step Location** | Integration > Equifax |
| **Settings Location** | System > Settings > Equifax Settings |
| **Prerequisites** | - Knowledge of [Equifax API](https://developer.equifax.com/products/apiproducts/credit-reports) for credit reports. - [An Equifax Developer Account](https://developer.equifax.com/documentation) for OAuth [provider](/v9/docs/establishing-an-oauth-provider) and [token](/v9/docs/creating-oauth-tokens) creation. - Create a [project dependency](https://documentation.decisions.com/v9/docs/project-dependencies). |

The **Equifax Module** allows a user to send API requests to Equifax to retrieve information such as **Credit Reports**. The module accesses Equifax through API calls to send and retrieve information.

---

## Settings

Navigate to **System > Settings**. Right-click on **Equifax Settings** and select **Edit**. In the **Edit Equifax Settings**dialog window, enter the correct configuration values and click**SAVE**. Values such as the **API Client ID** and **API Client Secret** can be found in [Equifax's API documentation](https://developer.equifax.com/help-support/user-guide).

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/Screenshot%202024-04-16%20150633.png)

| Setting | Description |
| --- | --- |
| Consumer Credit Report | --- |
|  | API Endpoint URL | The API Endpoint used to receive OAuth Tokens from Equifax. |
|  | OAuth Scope | The OAuth Scopes that are being requested. |
| OAuth Settings | --- |
|  | OAuth URL | The OAuth URL where the token request will be received by Decisions. |
|  | API Client ID | The API Client ID for the developer account on Equifax. |
|  | API Client Secret | The API Client Secret key for the developer account on Equifax. |

---

## Get Consumer Credit Report

The **Get Consumer Credit Report** step sends a request to the associated Equifax endpoint to retrieve a consumer credit report. To set values for individual fields in the request, select **Build Data** for the **Requests** and **Consumers** inputs.

| Inputs | Description |
| --- | --- |
| Request | The values sent to the endpoint in order to retrieve a credit report. |

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-24_12h06_01.png)

---

For further information on Modules, visit the [Decisions Forum](https://community.decisions.com/categories/Modules).
