v5

latestOpenAPI 3.1.02026-07-262421791.5 MB
simulation

Simulate verifying a KYC review

Verifies requirement(s) on an existing KYC (Know Your Customer) review. Can be used after a user has provided input for a requirement through the hosted journey or simulated the requirement submission.

post/v2/simulation/profiles/{profileId}/kyc-reviews/{kycReviewId}/verify

Path parameters

profileIdinteger required

The profile ID.

kycReviewIdstring uuid required

The ID of the existing KYC review.

Headers

X-External-Correlation-Idstring uuid

Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.

Request body

requestedAction'APPROVE' | 'REJECT'

The action to be carried out.

requirementsstring[]

Zero or more requirements to be verified. If not provided, all blocking requirements are verified.

Response

KYC review verified successfully. No content returned.