Account

Recover PasswordPost

https://sandbox-api.srpago.com/v1/account/reset-password

Solicita un cambio de contraseña al correo registrado en Sr.Pago.

headers

AuthorizationBasic

Content-Typeapplication/json

body

{"username": "{{SRP_USERNAME}}"}


Example Request

curl --location --request POST 'https://sandbox-api.srpago.com/v1/account/reset-password' \
--header 'Content-Type: application/json' \
--data-raw '{"username": "{{SRP_USERNAME}}"}'

Example Response

 {
    "success": true
}