For the complete documentation index, see llms.txt. This page is also available as Markdown.

Account Billing

Account billing information

Fetch account billing details

get
Authorizations
PRIVATE-TOKENstringRequired
Responses
200

OK

application/json
firstNamestringRequired

Billing first name.

lastNamestringRequired

Billing last name.

addressstringRequired

Billing address.

streetNumberstringRequired

Billing street number.

zipCodestringRequired

Billing ZIP code.

citystringRequired

Billing city.

countryCodestringRequired

Country code in ISO 3166-1 alpha-2 format.

phoneNumberstring · nullableOptional

Billing phone number. Either this or phoneNumberMobile is required.

phoneNumberMobilestring · nullableOptional

Billing mobile phone number. Either this or phoneNumber is required.

emailAddressBillingstring · nullableOptional

Email address for billing emails

bundleInvoicesOfSameCategoryinteger · integerRequired

Whether or not to bundle invoices of the same category

receivePaymentConfirmationsViaEmailinteger · integerRequired

Whether or not to send email confirmations via email

preferredPaymentMethodinteger · integerRequired

Preferred payment method

get/v3/account/billing

Update account billing details

put
Authorizations
PRIVATE-TOKENstringRequired
Body
firstNamestringRequired

Billing first name.

lastNamestringRequired

Billing last name.

addressstringRequired

Billing address.

streetNumberstringRequired

Billing street number.

zipCodestringRequired

Billing ZIP code.

citystringRequired

Billing city.

countryCodestringRequired

Country code in ISO 3166-1 alpha-2 format.

phoneNumberstring · nullableOptional

Billing phone number. Either this or phoneNumberMobile is required.

phoneNumberMobilestring · nullableOptional

Billing mobile phone number. Either this or phoneNumber is required.

emailAddressBillingstring · nullableOptional

Email address for billing emails

bundleInvoicesOfSameCategoryinteger · integerRequired

Whether or not to bundle invoices of the same category

receivePaymentConfirmationsViaEmailinteger · integerRequired

Whether or not to send email confirmations via email

preferredPaymentMethodinteger · integerRequired

Preferred payment method

Responses
200

OK

application/json
firstNamestringRequired

Billing first name.

lastNamestringRequired

Billing last name.

addressstringRequired

Billing address.

streetNumberstringRequired

Billing street number.

zipCodestringRequired

Billing ZIP code.

citystringRequired

Billing city.

countryCodestringRequired

Country code in ISO 3166-1 alpha-2 format.

phoneNumberstring · nullableOptional

Billing phone number. Either this or phoneNumberMobile is required.

phoneNumberMobilestring · nullableOptional

Billing mobile phone number. Either this or phoneNumber is required.

emailAddressBillingstring · nullableOptional

Email address for billing emails

bundleInvoicesOfSameCategoryinteger · integerRequired

Whether or not to bundle invoices of the same category

receivePaymentConfirmationsViaEmailinteger · integerRequired

Whether or not to send email confirmations via email

preferredPaymentMethodinteger · integerRequired

Preferred payment method

put/v3/account/billing

Last updated

Was this helpful?