Test

Simulate KYC Review

Simple endpoint to simulate kyc review requests. Only available on sandbox environment.

post/open-api/v3/vcc/simulate/kyc/review

Request body

accountIdstring uuid required

The UUID of the account.

status'Passed' | 'Canceled' required

The status to which the account should be updated.

messagestring

Optional message or reason for the KYC review status.

Example request

{
  "status": "Passed"
}

Response

OK

reasonCodestring

reason code

responseCodestring

response code

Changes

No recorded changes to this endpoint across all 1 revision of this API.