Verify shopper's email id

For manual registration, the shopper must verify his email address to activate his account. The merchant website should display a form to accept the OTP, similar to the below screenshot.

POST /auth/validate-email

Headers

Request Body

{
  "ok": true,
  "result": {
    "success": true
  }
}

Last updated