Add billing information to your account
Last updated
Last updated
Description
Adds billing information to your account
Endpoint
/account/billingInformation
Method
PUT
Minimum Access Level
Account holder only
Processing units
0
isCompany
Boolean whether the account belongs to a commercial entity.
true
name
The full name of the owner of the account. Only applicable and required when 'isCompany' is false.
false
companyName
The name of the company controlling the account. Only applicable and required when 'isCompany' is true.
false
contactName
The full name of the contact person of the company. Only applicable and required when 'isCompany' is true.
false
country
The country of your entity.
true
address
A JSON with the properties "city", "zip", "street", and "number" as strings describing the address of the owner of the account.
true
vatNumber
The VAT number of your company. Only applicable when 'isCompany' is true and 'country' is an EU country.
false