Skip to main content
POST
Update customer status

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

tenantId
string
required

Tenant/Owner id

Path Parameters

customerId
string
required
status
enum<string>[]
required

Customer Status

Available options:
new,
verified,
under_verificaiton,
blacklisted,
under_investigation,
dispute,
on_hold,
bancrupted

Body

application/json
id
string
customerType
enum<string>
Available options:
Person,
Organization
customerName
string
customerStatus
enum<string>
Available options:
new,
verified,
under_verificaiton,
blacklisted,
under_investigation,
dispute,
on_hold,
bancrupted
categorization
enum<string>
Available options:
category1,
category2,
category3
notifications
object[]
person
object
twofa
object

Response

Update customer response

customer
object