Download OpenAPI specification:Download
This API allows you to retrieve the credit limit of your buyers.
To be specific, you can lookup credit limit for your buyers using organization number or canonical ID which you can obtain via our Company API.
Retrieve buyer company credit limit based on buyer country code and organization number.
Credit limits
Access denied
Buyer company not found
Error response
{- "decision": {
- "decision": "string",
- "decline_reason": null
}, - "credit": {
- "currency": "NOK",
- "short_term": {
- "total_limit": "string",
- "exposure": "string",
- "available_limit": "string",
- "per_order_limit": "string"
}, - "long_term": {
- "total_limit": "string",
- "exposure": "string",
- "available_limit": "string",
- "per_order_limit": "string"
}
}, - "recourse": null,
- "buyer_company_name": "string",
- "company_number": "string",
- "country_code": "AT",
- "currency": "NOK"
}
Retrieve buyer company credit limit based on company canonical ID. This is a unique ID that represents a company on our system and can be obtained using our Company API.
Credit limits
Access denied
Buyer company not found
Error response
{- "decision": {
- "decision": "string",
- "decline_reason": null
}, - "credit": {
- "currency": "NOK",
- "short_term": {
- "total_limit": "string",
- "exposure": "string",
- "available_limit": "string",
- "per_order_limit": "string"
}, - "long_term": {
- "total_limit": "string",
- "exposure": "string",
- "available_limit": "string",
- "per_order_limit": "string"
}
}, - "recourse": null,
- "buyer_company_name": "string",
- "company_number": "string",
- "country_code": "AT",
- "currency": "NOK"
}