Skip to main content
POST
Add KYC details

Authorizations

Authorization
string
header
required

Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.

Path Parameters

id
string
required

Customer ID

Body

application/json
dob
string<date>

Date of birth (YYYY-MM-DD).

street
string
city
string
zip_code
string
id_expiry_date
string<date>
id_issue_date
string<date>
state
string
operating_street
string

Business-only. Operating address street, when different from the registered address.

operating_city
string

Business-only. Operating address city.

operating_state
string

Business-only. Operating address state.

operating_zip_code
string

Business-only. Operating address postcode. Validated against operating_country (request value or persisted).

operating_country
string

Business-only. Operating address country, ISO alpha-2. Anchors postal-code validation for operating_zip_code.

Response

KYC data updated successfully.

message
string
required
data
object
required