businessCreditCheckData
The business data a third party needs to run a credit check.
Arguments
Identifies the credit check to return business data for.
Examples
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.
query BusinessCreditCheckData($input: BusinessCreditCheckDataInput!) {
businessCreditCheckData(input: $input) {
businessType
checkId
companyCountry
companyName
companyPostcode
companyRegistrationNumber
}
}
Variables
{
"input": BusinessCreditCheckDataInput
}
Response
{
"data": {
"businessCreditCheckData": {
"businessType": "memory-society-data-federal-federal",
"checkId": "b38742ad-2a49-46f0-9f22-1dfc8d64b3ad",
"companyCountry": "red-let-be-but-paper",
"companyName": "method-help-choose-interview-walk",
"companyPostcode": "rest-site-manager-hour-PM",
"companyRegistrationNumber": "himself-suddenly-name-yes-model"
}
}
}