Business (1.0.0)
Download OpenAPI specification:Download
Business V1 provides a one-stop shop for small and medium businesses funding matching and intelligent scoring & insight services.
Please refer to this guide if you are looking to migrate from Marketplace V2 to Business V1.
Environment | Base URL | Description |
---|---|---|
Demo | https://demo.capitalise.com/api/business/v1 | Get started with test credentials and life-like data |
Production | https://capitalise.com/api/business/v1 | Launch your app with live credentials |
Business V1 only accepts platform access token which is generated from /platform/v1/auth/token
generate platform access token.
You can restrict the platform access token to only access one specific tenant by providing Capitalise-tenant-id
in the header.
Submit an application for the business
Request Body schema: application/json
introducer-all-funding-products (object) or business-all-funding-products (object) or business-working-capital (object) or business-anonymous-working-capital (object) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
One of
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type required | string Enum: "business-all-funding-products" "business-anonymous-working-capital" "business-working-capital" "introducer-all-funding-products" "introducer-commercial-property" "introducer-credit-improvement" "introducer-debt-recovery" "introducer-grants" "introducer-rd-tax-claim" "introducer-recovery-loan-scheme" "introducer-working-capital" |
Responses
Response Schema: application/json
id | string Application ID |
Request samples
- Payload
{- "type": "business-all-funding-products",
- "data": {
- "clientName": "string",
- "clientEmail": "user@example.com",
- "clientNumber": "string",
- "inviteClient": false,
- "companyType": "LIMITED_COMPANY",
- "companyNumber": "string",
- "companyName": "string",
- "businessPurposes": null,
- "fundingUrgency": "ASAP",
- "useOfFunds": "CASH_FLOW",
- "fundingAmount": {
- "code": "GBP",
- "value": 25000
}, - "fundingPeriod": 12,
- "personalGuarantee": false,
- "homeOwnership": false,
- "businessOwnsAssets": false,
- "sector": "AGRICULTURE",
- "tradingAddress": "Number, Street, Postcode",
- "incorporationDate": "2019-08-24",
- "netProfit": {
- "code": "GBP",
- "value": 0
}, - "tradeDebtors": {
- "code": "GBP",
- "value": 0
}, - "revenue": {
- "code": "GBP",
- "value": 0
}, - "bankInterest": {
- "code": "GBP",
- "value": 0
}, - "depreciation": {
- "code": "GBP",
- "value": 0
}, - "amortisation": {
- "code": "GBP",
- "value": 0
}, - "raiseInvoices": false,
- "cardPayments": false,
- "averageCardSales": 15000,
- "fundingAsset": false,
- "assetType": "BUSINESS",
- "assetExistingAgreement": false,
- "purchaseOrders": false,
- "governmentBacked": false,
- "governmentBackedLoansExist": false,
- "legalRequirements": true
}
}
Response samples
- 201
{- "id": "string"
}
Generate the URL for user to continue application at Capitalise.com
path Parameters
applicationId required | string |
Responses
Response Schema: application/json
continueUrl | string The questionnaire URL for the user to continue the application in Capitalise |
Response samples
- 201
{- "continueUrl": "string"
}
/profile
provides the profile of company, including high-level credit score grade and legal notics information.
Credit score grade mapping:
Grade | title | description |
---|---|---|
A | Minimum risk | This companty is considered as minimum risk. There is a low probability of the company going into defaul in the next 12 month. Offering credit terms to the recommended credit limit is advised. Highly likely to access finance at favourable rates |
B | Low risk | This companty is considered as low risk. There is a low probability of the company going into defaul in the next 12 month. Offering credit terms to the recommended credit limit is advised. Highly likely to access finance at favourable rates |
C | Below average risk | The company is consisdered as below average risk. There is a moderate probability of the company going into default in the next 12 months. Offering credit terms above the recommended credit limit is advised against. Likely to access high value finance but a guarantee may be required |
D | Above average risk | The company is consisdered as above average risk. There is a moderate probability of the company going into default in the next 12 months. Offering credit terms above the recommended credit limit is advised against. Likely to access high value finance but a guarantee may be required |
E | High risk | There company is considered as high risk and has a high probability of this company going into default in the next 12 months. Offering credit terms above the recommended credit limit is advised against. Challenging to access finance and a personal guaranteed might be required. |
F | Maximum risk | There company is considered as maximum risk and has a high probability of this company going into default in the next 12 months. Offering credit terms above the recommended credit limit is advised against. Challenging to access finance and a personal guaranteed might be required. |
G | Dissolved | There company is dissolved. |
Set up profile details
header Parameters
Authorization required | string <JWT Token> The token generated from the API key |
Capitalise-tenant-id required | string <uuid> The tenant id |
Request Body schema: application/json
required | object | ||
|
Responses
Response Schema: application/json
required | object | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
createdAt required | string Profile created date time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id required | string The profile ID | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
updatedAt required | string Profile updated date time |
Request samples
- Payload
{- "companyInformation": {
- "registrationNumber": "string"
}
}
Response samples
- 201
{- "companyInformation": {
- "name": "string",
- "type": "LIMITED_COMPANY",
- "sector": "AGRICULTURE",
- "registrationNumber": "string",
- "score": {
- "grade": "A",
- "changedAt": "2019-08-24T14:15:22Z",
- "lastAssessedAt": "2019-08-24T14:15:22Z",
- "industryAverageGrade": "A",
- "previous": {
- "grade": "A"
}
}, - "creditLimit": {
- "value": 0,
- "code": "GBP"
}, - "legalNotices": {
- "company": {
- "last12MonthsCount": 0,
- "last12MonthsValue": {
- "code": "string",
- "value": 0
}
}, - "directors": {
- "last12MonthsCount": 0,
- "last12MonthsValue": {
- "code": "string",
- "value": 0
}
}
}
}, - "id": "string",
- "createdAt": "string",
- "updatedAt": "string"
}
Retrieve credit report
Upcoming feature - please contact support@capitalise.com if you want to learn more
Retrieve the credit report in PDF format
Upcoming feature - please contact support@capitalise.com if you want to learn more