Link to home
Start Free TrialLog in
Avatar of vikasbapat
vikasbapat

asked on

Retrieve a credit report from Experian credit bureau.

Hi,

My project is related to Loan transaction (in C# windows Appl). In that i want on button click It should go online and retrieve a credit report from Experian credit bureau.

Experian has a product called ‘NetConnect’ which we can utilize to interface with their servers to retrieve credit history on clients.  The idea is that when user clicks ‘experian’ the client’s name, address, dob, and SSN are put into a special xml format and then transmitted to NetConnect servers. Then we wait for a response from the server, either an error message or a text file containing the actual credit report.  The user then has the option to print or view the report.

Can anybody help me please
Avatar of ozymandias
ozymandias
Flag of United Kingdom of Great Britain and Northern Ireland image

How to access Net Connect :
Step 1: Obtain a copy of Net Connect certified software from an Experian Certified Net Connect Vendor. You can also write your own software, which would be subject to the same certification process as a vendor.  
Step 2: Complete the Experian Access Request form for Net Connect, available at Experian’s client registration or from Customer Support at 800 831 5614. Return the form to Experian.
Step 3: Your Head Designate identifies a specific Net Connect User.
Step 4: Your System Administrator puts the Net Connect User ID into your software
Step 5: Begin accessing Net Connect
For more information on how to obtain access to Net Connect, contact Customer Support at 800 831 5614. Vendors and clients wishing to offer Net Connect certified applications can request a Software Developer's Toolkit.
Are you doing this : You can also write your own software, which would be subject to the same certification process as a vendor ?
Do you have the SDK and a NetConnect userid ?
Avatar of vikasbapat
vikasbapat

ASKER

Hi,

Thanx for the help, I am in procss of getting NetConnet userid.

For SDK , is there some site from where I can download this ?

And is there any sample code available for doing what I am trying to do ?

ASKER CERTIFIED SOLUTION
Avatar of ozymandias
ozymandias
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial