/
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
post
Create a billing address
v1
latest
OpenAPI 3.0.4
2026-08-06
294
235
2.0 MB
BillingAddresses
Create a billing address
Creates a new billing address.
post
/v3/billing/addresses
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