Fetch credit report

Fetches an Experian Credit Information Report using name, mobile, and PAN. All business outcomes (record found, no record, invalid input) return HTTP 200. On success the response includes status, message, result, plus chargeble and user_consent (string "true"). A no-record outcome is a success with an empty result. On business failure only status and message are returned (no result, no chargeble/user_consent). Missing required fields and unconfigured merchants return HTTP 400 with a detail error envelope. Requires X-Client-ID and X-API-KEY headers.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Fetch a credit report using name, mobile, and PAN.

string
required

Full name of the individual.

string
required
^[0-9]{10}$

10 digit mobile number.

string
required
^[A-Z]{5}[0-9]{4}[A-Z]{1}$

PAN of the individual.

Responses

401

Unauthorized - X-Client-ID or X-API-KEY missing or invalid.

500

Internal server error.

502

Bad gateway - vendor network error or non-JSON response.

504

Gateway timeout - vendor did not respond.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json