This page contains instructions on the batch consumer credit ordering service.
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=
The following schemas apply to the XML document being used in the request:
A sample XML request can be found here: SampleRequest.xml