Skip to main content

Fields

billingAddress : RichAddressType

The billing address of the business.

businessType : BusinessTypeOptions

The company type of a business account.

The details of the business.

displayableNumber : String

Kraken-generated, human-readable number for display purposes.

id : ID! required

The business ID.

legalAddress : RichAddressType

The legal address of the business.

linkedAccountNumber : ID! required

Account number linked to this business.

The possible errors that can be raised are:

  • KT-CT-11102: Business without related account.
  • KT-CT-1113: Disabled GraphQL field requested.
Deprecation
The 'linkedAccountNumber' field is deprecated.

Please use 'linkedAccountNumbers' instead, businesses can be related to multiple Accounts now.

- Marked as deprecated on 2025-02-05.
- Scheduled for removal on or after 2025-08-01.
linkedAccountNumbers : [ID]! required

Account numbers linked to this business.

name : String! required

The business' name.

number : String! required

The business' number.

List payment instructions owned by this business.

Arguments
after : String
before : String
first : Int
last : Int

Optionally filter the payment instructions by status.

validAt : DateTime

Optionally return only payment instructions valid at the given datetime.

sectors : [BusinessSectorString!]! required

The sectors the business operates in.

segmentName : String

The segment this business is assigned to.

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

{ "billingAddress": RichAddressType, "businessType": "SOLE_TRADER", "details": [BusinessDetailType], "displayableNumber": "trouble-finish-they-get-price", "id": "17471526", "legalAddress": RichAddressType, "linkedAccountNumbers": "92805942", "name": "itself-heavy-family-staff-kid", "number": "recognize-play-million-argue-pull", "paymentMethods": PaymentInstructionConnectionTypeConnection, "sectors": None, "segmentName": "through-common-poor-maintain-game" }