CRC Credit Bureau Setup
Credit report provider via CRC.
Configuration Keys
| Key | Description |
|---|---|
CRC_CREDIT_BUREAU_ENABLED | Enable CRC bureau |
CRC_API_BASE_URL | CRC API endpoint |
CRC_API_TOKEN_ENDPOINT | OAuth2 token endpoint |
CRC_API_REPORT_ENDPOINT | Credit report endpoint |
CRC_API_CLIENT_ID | OAuth client ID |
CRC_API_CLIENT_SECRET | OAuth client secret |
CRC_API_USERNAME | API username |
CRC_API_PASSWORD | API password |
CRC_INSTITUTION_CODE | Bureau institution code |
Flow
- Authentication via OAuth2 (
client_credentialsgrant) - Report request with token
- Response parsed into JSON for loan review display
Troubleshooting
- Token failure: Verify client ID/secret
- Report empty: Check institution code and report endpoint