Skip to main content

Arguments

Identifies the credit check to return business data for.

Returns

BusinessCreditCheckDataType

The business data a third party needs to run a credit check.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can request credit check data

Query Complexity

1

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

query BusinessCreditCheckData($input: BusinessCreditCheckDataInput!) { businessCreditCheckData(input: $input) { businessType checkId companyCountry companyName companyPostcode companyRegistrationNumber } }

Variables

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" } } }