Skip to main content
POST
Update Cardholder V2

Headers

User-Agent
string

User agent

X-Forwarded-For
string

Forwarded for

X-Forwarded-From
string
required

Client application identifier

Example:

"client-app"

X-Tenant-ID
string

Tenant ID

deviceId
string

Device ID

platform
string

Platform

Body

application/json

Update cardholder V2 request

Update cardholder request (V2)

cardholderId
string

Cardholder ID

Example:

"ch-12345678"

personalInfo
object

Personal information (optional)

residentialAddress
object

Residential address (optional)

mailingAddress
object

Mailing address (optional)

employmentInfo
object

Employment information (optional)

kycDocuments
object[]

KYC documents (optional)

cardholderType
string

Cardholder type (optional)

Example:

"B2B"

riskLevel
string

Risk level (optional)

Example:

"LOW"

kycLevel
string

KYC level (optional)

Example:

"STANDARD"

sourceOfFunds
string

Source of funds (optional)

Example:

"SALARY"

purposeOfAccount
string

Purpose of account (optional)

Example:

"PERSONAL_USE"

politicallyExposedPerson
boolean

Political exposure (optional)

Example:

false

sanctionsScreeningRequired
boolean

Sanctions screening required (optional)

Example:

true

updateReason
string

Update reason

Example:

"Information update"

Response

Successful response

Update cardholder response

success
boolean

Success flag

Example:

true

code
integer<int32>

Response code

Example:

200

msg
string

Response message

Example:

"Success"

data
object

Updated cardholder data