Batch Ordering of Consumer Credit Reports

This page contains instructions on the batch consumer credit ordering service.

How To Use

Submit an XML document via HTTP POST method to the page you are viewing:

Include credentials via the Basic authentiation schema. That is, include a HTTP header label of "Authorization" with a value of "Basic abcdefg" where "abcdefg" is the base64 encoding of your_login:your_password. If your login name is "john" and your password is "abc123" then the final value should look like the following:

Authorization: Basic am9objphYmMxMjM=

Schemas

The following schemas apply to the XML document being used in the request:

  1. Main Schema: BatchOrder.xsd
  2. Extensions: Extension.xsd

Sample Order

A sample XML request can be found here: SampleRequest.xml