Skip to main content
This endpoint verifies a one-time code against a pending VERIFY_ACCOUNT_VIA_EMAIL or VERIFY_ACCOUNT_VIA_PHONE_NUMBER compliance requirement and marks the matching record as complete. Email verification — called automatically when the customer clicks the verification link sent to their email address. The link takes the form:
The frontend extracts the email and c values from the link and passes them as path parameters. No manual input is required from the customer. Phone verification — called when the customer submits the 6-digit code sent to their phone number via SMS. The frontend passes the customer’s registered email address and the code they entered.

Request

No request body or authentication token is required.

Path Parameters

Example Requests

Email verification (from link click):
Phone verification (from SMS code entry):

Response

Notes

  • No authentication token is required.
  • The same endpoint handles both email and phone verification — the backend resolves which KYC rule to mark complete based on the pending record matching the provided email and code.