v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
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