DevCener | SrPago line 1 line 2 line 3 Open Menu
  • Plugins
  • Librerías
  • Join
  • OnDemand
  • Referencia API
  • Español
  • English
Iniciar sesión

Referencia API

  • Authentication
    • Login
    • Logout
  • Register
    • registerNewUser
    • registerStatus
    • businessCatalog
    • zipcode
  • Account
    • Account Info
    • Funds
    • Change Password
    • Recover Password
    • Receipt
    • Webhook
    • Webhook
    • Webhook
    • Webhook
  • Withdrawals
    • Withdrawals
  • Customer
    • Customer Create
    • Customer List
    • Customer Detail
    • Customer Update
    • Customer Card Add
    • Customer Card List
    • Customer Card Detail
    • Customer Card Delete
  • Operations
    • Operations
    • Operations Reversal
    • Operations By Reference
    • Operations Send by Email
    • Express
    • Stores
  • Bank Accounts
    • Create Bank Accounts
    • Bank Accounts List
    • Delete Bank Accounts
    • Bank Account Transfer
  • Payment Methods
    • Payment with card
    • ConvenienceStore
    • SPEI
    • RSA
    • SPEI Subaff
    • Check MSI
    • CIE BBVA
  • Affiliated
    • Affiliated Create
    • Affiliated List
    • Affiliated Detail
  • Terminal
    • Register
    • Update
    • Delete
    • Get terminal
    • Get all
  • Distribuitor
    • Distribuitor Operations
  • Integradores
    • Integradores cértificados
    • Pre-requisitos
  • Catálogo de errores
    • Catálogo de errores
  • Test

Account

Change PasswordPut

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

Cambia la contraseña de tu cuenta Sr.Pago.

headers

AuthorizationBearer Token

Content-Typeapplication/json

body

{"password":"12345678","newPassword":"12345678"}


Example Request 

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

Example Response

{
  "success": true
}