POST api/Retailer/EligibilityCheck/CreditCheck

Create a new credit check from eligibility check

Request Information

URI Parameters

None.

Body Parameters

CreditCheckFromEligibilityRequestModel
NameDescriptionTypeAdditional information
EligibilityCheckId

globally unique identifier

None.

FinanceDetails

This model should be used to populate all the finance details requested by the system to create a Credit Check.

FinanceDetailsOptionalModel

None.

CustomerDetails

CustomerInfoOptionalModel

None.

EmploymentDetails

EmploymentInfoOptionalModel

None.

BankDetails

BankDetailsModel

None.

SuppressCustomerEmails

boolean

None.

IpAddress

string

None.

Source

string

None.

MarketingPreferences

MarketingPreferencesModel

None.

AcceptAllTermsAndConditions

boolean

None.

CustomerRedirectURL

string

None.

ReturnDocumentsForSign

This model can be used to specify whether you want the documents or just the signing link or neither.

ReturnDocumentsEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "EligibilityCheckId": "b1d9b128-c0bb-45af-af18-24f597c1120b",
  "FinanceDetails": {
    "RateCardProductId": "4e9e6541-db74-421b-99c2-467040176e66",
    "RateCardProductCode": "sample string 1",
    "DescriptionOfGoods": "sample string 2",
    "RetailersReference": "sample string 3",
    "Price": 1.0,
    "Deposit": 1.0
  },
  "CustomerDetails": {
    "MiddleName": "sample string 1",
    "MaidenName": "sample string 2",
    "BlackBoxString": "sample string 3",
    "TitleId": "f3041bca-ebb4-414e-8152-631f7dc0e977",
    "GenderId": "bbb3dc6b-3779-4761-aae4-f50beaa6657b",
    "MaritalStatusId": "0f2bc49e-0c7a-4fe0-9a45-a02898cba642",
    "ResidentialStatusId": "f471d003-5891-41e8-8c1b-0fc4fbf94855",
    "NumberOfDependants": 1,
    "Vulnerability": true,
    "CurrentAddress": {
      "YearsAtAddressId": "373e7d3f-21b6-469d-afde-b298eda207df",
      "PostCode": "sample string 1",
      "City": "sample string 2",
      "Flat": "sample string 3",
      "HouseNumber": "sample string 4",
      "HouseName": "sample string 5",
      "Street": "sample string 6"
    },
    "PreviousAddress1": {
      "YearsAtAddressId": "373e7d3f-21b6-469d-afde-b298eda207df",
      "PostCode": "sample string 1",
      "City": "sample string 2",
      "Flat": "sample string 3",
      "HouseNumber": "sample string 4",
      "HouseName": "sample string 5",
      "Street": "sample string 6"
    },
    "PreviousAddress2": {
      "YearsAtAddressId": "373e7d3f-21b6-469d-afde-b298eda207df",
      "PostCode": "sample string 1",
      "City": "sample string 2",
      "Flat": "sample string 3",
      "HouseNumber": "sample string 4",
      "HouseName": "sample string 5",
      "Street": "sample string 6"
    },
    "GoodsDeliveryAddress": {
      "YearsAtAddressId": "373e7d3f-21b6-469d-afde-b298eda207df",
      "PostCode": "sample string 1",
      "City": "sample string 2",
      "Flat": "sample string 3",
      "HouseNumber": "sample string 4",
      "HouseName": "sample string 5",
      "Street": "sample string 6"
    },
    "CustomerEmail": "sample string 5",
    "FirstName": "sample string 6",
    "LastName": "sample string 7",
    "Telephone": "sample string 8",
    "MobileNumber": "sample string 9",
    "DateOfBirth": "2025-05-13T00:32:03.0486294+01:00",
    "MonthlyRentAmount": 1.0,
    "GoodsDeliveryAddressIsTheSameAsCurrentAddress": true
  },
  "EmploymentDetails": {
    "EmploymentStatusId": "4e450813-3c11-4aec-99cd-b6b2e9a56ebf",
    "YearsSelfEmployedId": "655312f5-6b6f-4e71-9875-55ed5f68764b",
    "YearsWithEmployerId": "ec0547b2-7c49-4fc4-956d-e4f100b81108",
    "SourceOfIncomeId": "ee8e0eca-ee91-4ad5-b4e0-c6774127e160",
    "TypeOfBusiness": "sample string 1",
    "BusinessName": "sample string 2",
    "MainOccupation": "sample string 3",
    "EmployerName": "sample string 4",
    "GrossAnnualIncome": 1.0,
    "HouseholdAnnualIncome": 1
  },
  "BankDetails": {
    "BankAccountNumber": "sample string 1",
    "BankSortCode": "sample string 2"
  },
  "SuppressCustomerEmails": true,
  "IpAddress": "sample string 1",
  "Source": "sample string 2",
  "MarketingPreferences": {
    "ReceiveInformationViaPost": true,
    "ReceiveInformationViaEmail": true,
    "ReceiveInformationViaSMS": true,
    "ReceiveInformationViaPhone": true,
    "AgreePersonalDetailsToBeDisclosed": true
  },
  "AcceptAllTermsAndConditions": true,
  "CustomerRedirectURL": "sample string 3",
  "ReturnDocumentsForSign": 1
}

text/html

Sample:
{"EligibilityCheckId":"b1d9b128-c0bb-45af-af18-24f597c1120b","FinanceDetails":{"RateCardProductId":"4e9e6541-db74-421b-99c2-467040176e66","RateCardProductCode":"sample string 1","DescriptionOfGoods":"sample string 2","RetailersReference":"sample string 3","Price":1.0,"Deposit":1.0},"CustomerDetails":{"MiddleName":"sample string 1","MaidenName":"sample string 2","BlackBoxString":"sample string 3","TitleId":"f3041bca-ebb4-414e-8152-631f7dc0e977","GenderId":"bbb3dc6b-3779-4761-aae4-f50beaa6657b","MaritalStatusId":"0f2bc49e-0c7a-4fe0-9a45-a02898cba642","ResidentialStatusId":"f471d003-5891-41e8-8c1b-0fc4fbf94855","NumberOfDependants":1,"Vulnerability":true,"CurrentAddress":{"YearsAtAddressId":"373e7d3f-21b6-469d-afde-b298eda207df","PostCode":"sample string 1","City":"sample string 2","Flat":"sample string 3","HouseNumber":"sample string 4","HouseName":"sample string 5","Street":"sample string 6"},"PreviousAddress1":{"YearsAtAddressId":"373e7d3f-21b6-469d-afde-b298eda207df","PostCode":"sample string 1","City":"sample string 2","Flat":"sample string 3","HouseNumber":"sample string 4","HouseName":"sample string 5","Street":"sample string 6"},"PreviousAddress2":{"YearsAtAddressId":"373e7d3f-21b6-469d-afde-b298eda207df","PostCode":"sample string 1","City":"sample string 2","Flat":"sample string 3","HouseNumber":"sample string 4","HouseName":"sample string 5","Street":"sample string 6"},"GoodsDeliveryAddress":{"YearsAtAddressId":"373e7d3f-21b6-469d-afde-b298eda207df","PostCode":"sample string 1","City":"sample string 2","Flat":"sample string 3","HouseNumber":"sample string 4","HouseName":"sample string 5","Street":"sample string 6"},"CustomerEmail":"sample string 5","FirstName":"sample string 6","LastName":"sample string 7","Telephone":"sample string 8","MobileNumber":"sample string 9","DateOfBirth":"2025-05-13T00:32:03.0486294+01:00","MonthlyRentAmount":1.0,"GoodsDeliveryAddressIsTheSameAsCurrentAddress":true},"EmploymentDetails":{"EmploymentStatusId":"4e450813-3c11-4aec-99cd-b6b2e9a56ebf","YearsSelfEmployedId":"655312f5-6b6f-4e71-9875-55ed5f68764b","YearsWithEmployerId":"ec0547b2-7c49-4fc4-956d-e4f100b81108","SourceOfIncomeId":"ee8e0eca-ee91-4ad5-b4e0-c6774127e160","TypeOfBusiness":"sample string 1","BusinessName":"sample string 2","MainOccupation":"sample string 3","EmployerName":"sample string 4","GrossAnnualIncome":1.0,"HouseholdAnnualIncome":1},"BankDetails":{"BankAccountNumber":"sample string 1","BankSortCode":"sample string 2"},"SuppressCustomerEmails":true,"IpAddress":"sample string 1","Source":"sample string 2","MarketingPreferences":{"ReceiveInformationViaPost":true,"ReceiveInformationViaEmail":true,"ReceiveInformationViaSMS":true,"ReceiveInformationViaPhone":true,"AgreePersonalDetailsToBeDisclosed":true},"AcceptAllTermsAndConditions":true,"CustomerRedirectURL":"sample string 3","ReturnDocumentsForSign":1}

application/xml, text/xml

Sample:
<CreditCheckFromEligibilityRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OmniPort.API.Services.APIRequests.CreditCheckRequestModels">
  <AcceptAllTermsAndConditions xmlns="http://schemas.datacontract.org/2004/07/OmniPort.API.Services.CommonModels">true</AcceptAllTermsAndConditions>
  <CustomerRedirectURL xmlns="http://schemas.datacontract.org/2004/07/OmniPort.API.Services.CommonModels">sample string 3</CustomerRedirectURL>
  <MarketingPreferences xmlns="http://schemas.datacontract.org/2004/07/OmniPort.API.Services.CommonModels">
    <AgreePersonalDetailsToBeDisclosed>true</AgreePersonalDetailsToBeDisclosed>
    <ReceiveInformationViaEmail>true</ReceiveInformationViaEmail>
    <ReceiveInformationViaPhone>true</ReceiveInformationViaPhone>
    <ReceiveInformationViaPost>true</ReceiveInformationViaPost>
    <ReceiveInformationViaSMS>true</ReceiveInformationViaSMS>
  </MarketingPreferences>
  <ReturnDocumentsForSign xmlns="http://schemas.datacontract.org/2004/07/OmniPort.API.Services.CommonModels">NoDocuments</ReturnDocumentsForSign>
  <BankDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/OmniPort.API.Services.CommonModels">
    <d2p1:BankAccountNumber>sample string 1</d2p1:BankAccountNumber>
    <d2p1:BankSortCode>sample string 2</d2p1:BankSortCode>
  </BankDetails>
  <CustomerDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/OmniPort.API.Services.CommonModels">
    <d2p1:CustomerEmail>sample string 5</d2p1:CustomerEmail>
    <d2p1:DateOfBirth>2025-05-13T00:32:03.0486294+01:00</d2p1:DateOfBirth>
    <d2p1:FirstName>sample string 6</d2p1:FirstName>
    <d2p1:GoodsDeliveryAddressIsTheSameAsCurrentAddress>true</d2p1:GoodsDeliveryAddressIsTheSameAsCurrentAddress>
    <d2p1:LastName>sample string 7</d2p1:LastName>
    <d2p1:MobileNumber>sample string 9</d2p1:MobileNumber>
    <d2p1:MonthlyRentAmount>1</d2p1:MonthlyRentAmount>
    <d2p1:Telephone>sample string 8</d2p1:Telephone>
    <d2p1:BlackBoxString>sample string 3</d2p1:BlackBoxString>
    <d2p1:CurrentAddress>
      <d2p1:City>sample string 2</d2p1:City>
      <d2p1:Flat>sample string 3</d2p1:Flat>
      <d2p1:HouseName>sample string 5</d2p1:HouseName>
      <d2p1:HouseNumber>sample string 4</d2p1:HouseNumber>
      <d2p1:PostCode>sample string 1</d2p1:PostCode>
      <d2p1:Street>sample string 6</d2p1:Street>
      <d2p1:YearsAtAddressId>373e7d3f-21b6-469d-afde-b298eda207df</d2p1:YearsAtAddressId>
    </d2p1:CurrentAddress>
    <d2p1:GenderId>bbb3dc6b-3779-4761-aae4-f50beaa6657b</d2p1:GenderId>
    <d2p1:GoodsDeliveryAddress>
      <d2p1:City>sample string 2</d2p1:City>
      <d2p1:Flat>sample string 3</d2p1:Flat>
      <d2p1:HouseName>sample string 5</d2p1:HouseName>
      <d2p1:HouseNumber>sample string 4</d2p1:HouseNumber>
      <d2p1:PostCode>sample string 1</d2p1:PostCode>
      <d2p1:Street>sample string 6</d2p1:Street>
      <d2p1:YearsAtAddressId>373e7d3f-21b6-469d-afde-b298eda207df</d2p1:YearsAtAddressId>
    </d2p1:GoodsDeliveryAddress>
    <d2p1:MaidenName>sample string 2</d2p1:MaidenName>
    <d2p1:MaritalStatusId>0f2bc49e-0c7a-4fe0-9a45-a02898cba642</d2p1:MaritalStatusId>
    <d2p1:MiddleName>sample string 1</d2p1:MiddleName>
    <d2p1:NumberOfDependants>1</d2p1:NumberOfDependants>
    <d2p1:PreviousAddress1>
      <d2p1:City>sample string 2</d2p1:City>
      <d2p1:Flat>sample string 3</d2p1:Flat>
      <d2p1:HouseName>sample string 5</d2p1:HouseName>
      <d2p1:HouseNumber>sample string 4</d2p1:HouseNumber>
      <d2p1:PostCode>sample string 1</d2p1:PostCode>
      <d2p1:Street>sample string 6</d2p1:Street>
      <d2p1:YearsAtAddressId>373e7d3f-21b6-469d-afde-b298eda207df</d2p1:YearsAtAddressId>
    </d2p1:PreviousAddress1>
    <d2p1:PreviousAddress2>
      <d2p1:City>sample string 2</d2p1:City>
      <d2p1:Flat>sample string 3</d2p1:Flat>
      <d2p1:HouseName>sample string 5</d2p1:HouseName>
      <d2p1:HouseNumber>sample string 4</d2p1:HouseNumber>
      <d2p1:PostCode>sample string 1</d2p1:PostCode>
      <d2p1:Street>sample string 6</d2p1:Street>
      <d2p1:YearsAtAddressId>373e7d3f-21b6-469d-afde-b298eda207df</d2p1:YearsAtAddressId>
    </d2p1:PreviousAddress2>
    <d2p1:ResidentialStatusId>f471d003-5891-41e8-8c1b-0fc4fbf94855</d2p1:ResidentialStatusId>
    <d2p1:TitleId>f3041bca-ebb4-414e-8152-631f7dc0e977</d2p1:TitleId>
    <d2p1:Vulnerability>true</d2p1:Vulnerability>
  </CustomerDetails>
  <EligibilityCheckId>b1d9b128-c0bb-45af-af18-24f597c1120b</EligibilityCheckId>
  <EmploymentDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/OmniPort.API.Services.CommonModels">
    <d2p1:BusinessName>sample string 2</d2p1:BusinessName>
    <d2p1:EmployerName>sample string 4</d2p1:EmployerName>
    <d2p1:GrossAnnualIncome>1</d2p1:GrossAnnualIncome>
    <d2p1:HouseholdAnnualIncome>1</d2p1:HouseholdAnnualIncome>
    <d2p1:MainOccupation>sample string 3</d2p1:MainOccupation>
    <d2p1:TypeOfBusiness>sample string 1</d2p1:TypeOfBusiness>
    <d2p1:EmploymentStatusId>4e450813-3c11-4aec-99cd-b6b2e9a56ebf</d2p1:EmploymentStatusId>
    <d2p1:SourceOfIncomeId>ee8e0eca-ee91-4ad5-b4e0-c6774127e160</d2p1:SourceOfIncomeId>
    <d2p1:YearsSelfEmployedId>655312f5-6b6f-4e71-9875-55ed5f68764b</d2p1:YearsSelfEmployedId>
    <d2p1:YearsWithEmployerId>ec0547b2-7c49-4fc4-956d-e4f100b81108</d2p1:YearsWithEmployerId>
  </EmploymentDetails>
  <FinanceDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/OmniPort.API.Services.CommonModels">
    <d2p1:Deposit>1</d2p1:Deposit>
    <d2p1:DescriptionOfGoods>sample string 2</d2p1:DescriptionOfGoods>
    <d2p1:Price>1</d2p1:Price>
    <d2p1:RetailersReference>sample string 3</d2p1:RetailersReference>
    <d2p1:RateCardProductCode>sample string 1</d2p1:RateCardProductCode>
    <d2p1:RateCardProductId>4e9e6541-db74-421b-99c2-467040176e66</d2p1:RateCardProductId>
  </FinanceDetails>
  <IpAddress>sample string 1</IpAddress>
  <Source>sample string 2</Source>
  <SuppressCustomerEmails>true</SuppressCustomerEmails>
</CreditCheckFromEligibilityRequestModel>

Response Information

Resource Description

Returns the credit check details.

UpdateCustomerBankDetailsResponse
NameDescriptionTypeAdditional information
LoanApplicationId

globally unique identifier

None.

CreditCheckId

globally unique identifier

None.

Status

string

None.

StatusNumber

integer

None.

Documents

Dictionary of string [key] and string [value]

None.

DocumentsFormat

DocumentFormatEnum

None.

SignDocumentsUrl

string

None.

LoanReferenceNumber

string

None.

CreditCheckStatus

string

None.

CreditCheckStatusNumber

integer

None.

Info

string

None.

UpperAmendValue

decimal number

None.

InitialFinanceOfferDetails

FinanceOfferDetails

None.

NewFinanceOfferDetails

FinanceOfferDetails

None.

Response Formats

application/json, text/json

Sample:
{
  "LoanApplicationId": "025c17ee-d627-4a44-9939-da4c615a55ad",
  "CreditCheckId": "d93426a9-1760-42a2-b534-386de76582b5",
  "Status": "sample string 2",
  "StatusNumber": 3,
  "Documents": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  },
  "DocumentsFormat": 1,
  "SignDocumentsUrl": "sample string 4",
  "LoanReferenceNumber": "sample string 5",
  "CreditCheckStatus": "sample string 6",
  "CreditCheckStatusNumber": 7,
  "Info": "sample string 8",
  "UpperAmendValue": 1.0,
  "InitialFinanceOfferDetails": {
    "FirstPayment": 1.0,
    "MonthlyPayment": 2.0,
    "MonthlyInterestRate": 3.1,
    "APR": 4.1,
    "TotalInterestPayable": 5.0,
    "ProductCode": "sample string 6"
  },
  "NewFinanceOfferDetails": {
    "FirstPayment": 1.0,
    "MonthlyPayment": 2.0,
    "MonthlyInterestRate": 3.1,
    "APR": 4.1,
    "TotalInterestPayable": 5.0,
    "ProductCode": "sample string 6"
  }
}

text/html

Sample:
{"LoanApplicationId":"025c17ee-d627-4a44-9939-da4c615a55ad","CreditCheckId":"d93426a9-1760-42a2-b534-386de76582b5","Status":"sample string 2","StatusNumber":3,"Documents":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"DocumentsFormat":1,"SignDocumentsUrl":"sample string 4","LoanReferenceNumber":"sample string 5","CreditCheckStatus":"sample string 6","CreditCheckStatusNumber":7,"Info":"sample string 8","UpperAmendValue":1.0,"InitialFinanceOfferDetails":{"FirstPayment":1.0,"MonthlyPayment":2.0,"MonthlyInterestRate":3.1,"APR":4.1,"TotalInterestPayable":5.0,"ProductCode":"sample string 6"},"NewFinanceOfferDetails":{"FirstPayment":1.0,"MonthlyPayment":2.0,"MonthlyInterestRate":3.1,"APR":4.1,"TotalInterestPayable":5.0,"ProductCode":"sample string 6"}}

application/xml, text/xml

Sample:
<UpdateCustomerBankDetailsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OmniPort.API.Services.APIResponses.CreditCheckResponses">
  <CreditCheckId>d93426a9-1760-42a2-b534-386de76582b5</CreditCheckId>
  <CreditCheckStatus>sample string 6</CreditCheckStatus>
  <CreditCheckStatusNumber>7</CreditCheckStatusNumber>
  <Documents xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>sample string 2</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>sample string 3</d2p1:Key>
      <d2p1:Value>sample string 4</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Documents>
  <DocumentsFormat>PDF</DocumentsFormat>
  <Info>sample string 8</Info>
  <InitialFinanceOfferDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/OmniPort.API.Services.CommonModels">
    <d2p1:APR>4.1</d2p1:APR>
    <d2p1:FirstPayment>1</d2p1:FirstPayment>
    <d2p1:MonthlyInterestRate>3.1</d2p1:MonthlyInterestRate>
    <d2p1:MonthlyPayment>2</d2p1:MonthlyPayment>
    <d2p1:ProductCode>sample string 6</d2p1:ProductCode>
    <d2p1:TotalInterestPayable>5</d2p1:TotalInterestPayable>
  </InitialFinanceOfferDetails>
  <LoanApplicationId>025c17ee-d627-4a44-9939-da4c615a55ad</LoanApplicationId>
  <LoanReferenceNumber>sample string 5</LoanReferenceNumber>
  <NewFinanceOfferDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/OmniPort.API.Services.CommonModels">
    <d2p1:APR>4.1</d2p1:APR>
    <d2p1:FirstPayment>1</d2p1:FirstPayment>
    <d2p1:MonthlyInterestRate>3.1</d2p1:MonthlyInterestRate>
    <d2p1:MonthlyPayment>2</d2p1:MonthlyPayment>
    <d2p1:ProductCode>sample string 6</d2p1:ProductCode>
    <d2p1:TotalInterestPayable>5</d2p1:TotalInterestPayable>
  </NewFinanceOfferDetails>
  <SignDocumentsUrl>sample string 4</SignDocumentsUrl>
  <Status>sample string 2</Status>
  <StatusNumber>3</StatusNumber>
  <UpperAmendValue>1</UpperAmendValue>
</UpdateCustomerBankDetailsResponse>