A buyer limit represents the maximum amount that Stenn is willing to extend to a company for its trade transactions. This limit is a real limit that is established for a company based on the company's financial health, transaction history, and trustworthiness. It acts as a safeguard, ensuring that companies can facilitate international trade without overextending their financial obligations, thus promoting smooth and risk-managed business operations.
The buyer limit object
Attribute
Type
Description
id
string
Unique identifier for this record.
company
id
Unique identifier for the company record that you want to obtain a buyer limit for.
business_information_source
string
The business information database that we will use to obtain buyer limit for this company. Currently only dnb is supported.
business_information_id
string
Unique identifier that we can use to identify the company record in your given business_information_source. Should be DUNS number for dnb.
company_registration_number
string
Legal company registration number. For indian companies it is mandatory to provide CIN or LLPIN number. For chinese companies it is mandatory to provie USCC.
requested_limit
number
The amount of buyer limit the company is requesting. Always in USD.
business_information
array of hash
List of business information sources that we can obtain information about this company for verification.
total_limit
number
The maximum amount extended to this company. It's set based on a combination of the company's financial health, transactional history, and other relevant factors. Always in USD.
available_limit
number
This field shows how much of total limit the company can still access. It's calculated by subtracting the amount already used from the total_limit. Always in USD.
status
string
The status of this buyer limit request. Read Buyer limit statuses to learn more.
contact
hash
Contact that will be receiving email requests for additional information to process the buyer limit request.
supporting_documents
array of hash
List of documents attached to this buyer limit request. Refer to Documents.
Buyer limit statuses
Status
Description
pending
The buyer limit request is in the system but hasn't been processed yet. Default status.
under_review
The buyer limit request is currently being reviewed
additional_info_required
Additional documents or information are requested for buyer limit request
approved
The buyer limit request has been reviewed and approved.
declined
The buyer limit request was reviewed but was declined
expired
The buyer limit has expired and will need to create a new buyer limit request.