Secure Payments API POST Password Reset
General
Resetting account passwords is one of the account management options available through the Secure Payments (formerly PCI Wallet) API
How To
If for any reason you need to reset your password, you can do so by sending a POST request to this endpoint: password-reset
This will lock your account and send a password confirmation email to the email address included in the request.
NOTE: Once a request has been issued, the account associated with the email address in the request will be locked. The password must be reset using the /api/reset-password-unlock endpoint.
curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -d '{ \
"email": "YOUREMAIL@email.com" \
}' 'https://pciwallet.simnang.com/api/password-reset'