/
CR
cryptlex
/
Cryptlex Web API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
cryptlex
Cryptlex Web API
patch
Update a billing address
v1
latest
OpenAPI 3.0.4
2026-08-06
294
235
2.0 MB
BillingAddresses
Update a billing address
Update the billing address.
patch
/v3/billing/addresses/{id}
Path parameters
id
string
required
Request body
BillingAddressRequestModel
required
firstLine
string
required
secondLine
string
nullable
city
string
required
postalCode
string
required
region
string
required
countryCode
string
required
name
string
required
taxIdentifier
string
nullable
contacts
PaddleBusinessContactDto[]
required
Response
OK
BillingAddressDto
required
id
string
required
firstLine
string
required
secondLine
string
required
city
string
required
postalCode
string
required
region
string
required
countryCode
string
required
name
string
required
taxIdentifier
string
required
contacts
PaddleBusinessContactDto[]
required
createdAt
string
date-time
required
updatedAt
string
date-time
required