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
POST
/auth/validate-email
Authorization*
String
"Bearer" + shopper access token
Shopper access token return in /auth/register API
Content-Type
application/json
code
OTP received at the email id
Last updated 1 year ago
Was this helpful?
{ "ok": true, "result": { "success": true } }
{ "ok": false, "statusCode": 400, "data": { }, "message": "Code invalid" }