Add billing information

Description

Adds your account billing information

Endpoint

/account/billingInformation

Method

PUT

Access Level Rules

Minimum Access Level

Account holder only

Processing Units

Processing units

0

Parameters

NameDescriptionRequiredDefault

name

The name of the owner of the account. Only applicable and required when 'isCompany' is false.

false

companyName

The name of the company of the account. Only applicable and required when 'isCompany' is true.

false

contactName

The name of the contact person of the company of the account. Only applicable and required when 'isCompany' is true.

false

country

The country of your entity.

true

isCompany

Whether your entity is a commercial company

true

address

An object with 'city', 'zip', 'street', and 'number' as strings

true

vatNumber

VAT number of your entity. Is required if 'isCompany' is true and 'country' is an EU country.

false

Last updated