CheckBusinessCreditRiskInput
Input fields
Required input parameters to credit check through Taktile API.
Type of the business: LTD, Charity, SoleTrader or Partnership.
Required input parameters to check a Limited Liability Company.
Deprecation
The 'ltdBusinessInput' field is deprecated.Please use `businessInput` instead.
- Marked as deprecated on 2026-03-12.
- Scheduled for removal on or after 2026-06-12.
Required input parameters to check an Unlimited (non-ltd) Liability Company.
Deprecation
The 'nonLtdBusinessInput' field is deprecated.Please use `businessInput` instead.
- Marked as deprecated on 2026-03-12.
- Scheduled for removal on or after 2026-06-12.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"businessInput": BusinessInput,
"businessType": "LTD"
}