Create a credit file
Add an existing credit file to an application by passing in the xml file pull from a bureau provider.
| Path Parameters |
|---|
applicationId string — REQUIRED |
| Header Parameters |
|---|
X-CreditApp-Retailer-ID uuid |
| Request Body |
|---|
applicantId string — REQUIREDThe applicant ID. |
equifaxXML stringThe applicant Equifax credit file xml. Legacy, Equifax-only field — new integrations should send creditFileXml instead. Exactly one of equifaxXML / creditFileXml is required. |
creditFileXml stringThe applicant's credit file xml, from any bureau provider. Exactly one of equifaxXML / creditFileXml is required; the provider is auto-detected from the XML's own content. |
integrationId stringThe integration id, required for integrations |
requestId stringThe request id, required for integrations |
| Responses | |||
|---|---|---|---|
200Uploads a credit file
| |||
400Bad Request
| |||
401Unauthorized
|