Skip to main content
POST
Renew KYC

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Path Parameters

userId
string<uuid>
required

The unique identifier for the user

Body

application/json

Request to renew an expiring KYC identity document. Identity renewals only — address renewal is not supported, and type must be identity.

type
enum<string>
required

Which section is being renewed. Must be identity.

Available options:
identity
Example:

"identity"

identity
object
required

Identity renewal details. All fields are required. The replacement idDetails.expirationDate must be in the future and must differ from the expiration date on the current document.

Response

KYC renewal accepted