updateCustomerPassword

❗️

Deprecated

This JSON-RPC method is deprecated.

Method should be used on native integrations (mobile / tv) to build "forgot password" functionality. After user receives email with link requestPasswordReset method), parameters attached to this url have to be used here.

🚧

Enterprise account required. Contact us if you're interested about opening Enterprise account.

Parameters

NameTypeDescription
publisherToken*stringYour publisher token. To open enterprise account contact us.
customerEmail*stringEmail of customer
resetPasswordToken*stringToken attached to the url generated and sent to customer using requestPasswordReset method.
newPassword*stringNew customer password.