Company Information Check
Introduction
ThisThe Company Information Check API allows youmerchants and partners to retrieve the verification history and details of a specific companycompany. basedBy onquerying itsa companycompany’s ID.ID, Youyou can checkaccess howdata manysuch timesas thepast companyverification hasattempts, beencredit scores, risk levels, and contact information verified usingvia theBankID. providedThis companyenables ID.better decision-making for credit risk assessment, compliance, and onboarding.
Use Cases
- Audit Trails: Review past verification events and maintain a log for compliance.
- Credit Assessment: Understand previous credit ratings and risk levels before extending services.
- Compliance Reporting: Meet KYC and AML requirements with verifiable data records.
- Troubleshooting: Investigate previously initiated checks for support and debugging.
Endpoint
GET https://stg-api.frontpayment.no/api/v1/connect/company/details/{company_id}
Description
RetrievesUse this endpoint to retrieve detailed verification information about a specific company using its Company ID.company. Replace {company_id}
with the numeric companyidentifier identifier.of the company.
Authorization
Authentication
To access this endpoint, includeInclude a Bearer Token
in the Authorization
header of your request.header. You can obtain this token from Frontpayment.Front Payment.
ExampleExample:
Authorization: Bearer YOUR_FRONTPAID_BEARER_TOKENYOUR_FRONTPAYMENT_BEARER_TOKEN
Response
A successful requestresponse returns an200 arrayOK containing detailed information aboutwith the specifiedcompany’s company.verification history.
Example Response
{
"status_code": 200,
"status_message": "OK",
"message": "companyRecordRetriveSuccessfully",
"is_data": true,
"data": [
{
"companyCheckUuid": "COMCHK1754819969",
"companyId": "920058272",
"companyType": "BRL",
"companyName": "FLØTNINGEN PARK II BORETTSLAG",
"score": "856",
"riskLevel": "Low",
"scoreMessage": "Good Credit Rating",
"defaultProbability": "0.44",
"personalNumber": "28038712383",
"contactPersonName": "Georg Bøe",
"contactPersonEmail": "[email protected]"[email protected]",
"createdAt": 1754819969
}
]
}
Field Descriptions
Parameter | Type | Description |
---|---|---|
companyCheckUuid |
string |
The UUID you received when initiating the call. |
companyId |
string |
The company ID that was verified. |
companyType |
string |
Type of your company. |
companyName |
string |
Name of your company. |
score |
number |
Credit Score. |
riskLevel |
string |
credit score risk level. |
scoreMessage |
string |
Credit score message |
defaultProbability |
number |
Credit score probability score. |
personalNumber |
number |
Personal number from your BankID |
contactPersonName |
string |
Name from your BankID |
contactPersonEmail |
string |
Email address from your BankID |
createdAt |
number |
Unix timestamp company check creation |
Notes
- The response array may contain multiple records if the company has undergone multiple checks.
- Ensure secure handling of all personal and company data to maintain compliance with privacy laws.
- For questions or demo access, contact [email protected].