Change Password for Merchant Account
This service is used to initiate reset password (for merchant). After this request performed, merchant will be receive SMS Token.
{
“email”: <String, not null>,
“username”: <String, not null>,
“accountGroupId”: <String, not null>
}{
“merchantId”: <String>,
“username”: <String>,
“tokenPrefix”: <String>,
“active”: <Boolean>,
“tokenType”: <String>,
“expiryTimestamp”: <Timestamp>,
“expiryMinutes”: <Integer>
“attemp”: <Integer>
}Description
Last updated