Update Merchant Password


Merchant can change password with the help of this Update merchant password API.

Change password request is sent over HTTPS to the /merchantServices/api/v1/updatePassword resource using POST method.

In our API Specifications you can find a full list of parameters that can be sent in the request. Also number of parameters varies you can see in our Sample Request given below.


Sample Request

Language:
curl https://sandbox.shimotomo.com/merchantServices/api/v1/updatePassword \
curl --header "AuthToken:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJjb25tZXJjaGFudDEiLCJyb2xlIjoibWVyY2hhbnQiLCJpc3MiOiJQWiIsImV4cCI6MTUwMTE0NjY0MX0.TFmGGKDUgkktmZQvrUTeox1buH1J6lgBVE3Mcy8OVjA"
	-d "memberId=13063" \
	-d "password=test&4545" \
	-d "checksum=2f0a4e8c800e80a577dga3e3njf5b8abd440"

Sample Response

Language:
{
 "result": {
  "code": "00018",
  "description": "Password Generated Successfully and Mail sent"
 },
 "timestamp": "2023-09-08 16:55:18"
}

Copyright © Shimotomo 2025 . All Rights Reserved