Skip to main content
POST
Create a customer

Authorizations

x-api-key
string
header
required

Nuvera API application secret key

Authorization
string
header
required

RS256 per-request signed JWT

Body

application/json
companyName
string
required

Registered company name

Required string length: 1 - 200
registrationNumber
string

Company registration number

Maximum string length: 100
countryOfIncorporationId
string

Country of incorporation ID

addressLine1
string

Address line 1

addressLine2
string

Address line 2

city
string

City

stateProvinceRegion
string

State/Province/Region

postalCode
string

Postal code

addressCountryId
string

Address country ID

Response

default - application/json
id
string
required
companyName
string
required
registrationNumber
string | null
required
countryOfIncorporation
object | null
required
addressLine1
string | null
required
addressLine2
string | null
required
city
string | null
required
stateProvinceRegion
string | null
required
postalCode
string | null
required
addressCountry
object | null
required
status
enum<string>
required
Available options:
DRAFT,
PENDING_REVIEW,
CORRECTION_REQUESTED,
APPROVED,
REJECTED,
SUSPENDED
createdAt
string
required
updatedAt
string
required