Skip to main content
PUT
Update billing information (admin)

Authorizations

Authorization
string
header
required

API key or access token

Body

application/json
contactName
string | null

Billing contact / payer name

Required string length: 1 - 255
email
string<email>[] | null

Email addresses invoices are sent to

Maximum array length: 10
Pattern: ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$
ccEmails
string<email>[] | null

Email addresses CC’d on invoices

Maximum array length: 10
Pattern: ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$
phone
string | null

Billing phone number

Maximum string length: 64
address
string | null

Billing street address, line 1

Maximum string length: 255
address2
string | null

Billing street address, line 2

Maximum string length: 255
city
string | null

Billing city

Maximum string length: 128
region
string | null

Billing state/province/region

Maximum string length: 128
postalCode
string | null

Billing postal/ZIP code

Maximum string length: 32
countryAlpha2
string | null

Billing country (ISO 3166-1 alpha-2)

Pattern: ^[A-Z]{2}$
Example:

"US"

taxId
string | null

Tax/VAT identifier shown on invoices

Maximum string length: 64

Response

Update billing information (admin)

billingInfo
object
required

Billing (payer) information for the authenticated customer, used on manually issued invoices.