Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Acción

POST  https://a.paypertic.com/auth/realms/entidades/protocol/openid-connect/token


Tipo de mensaje

x-www-form-urlencoded


Parámetros del mensaje


Nombre

Tipo

Formato

Descripción

usernamestring

nombre de usuario

REQUERIDO


passwordstring

contraseña

REQUERIDO

grant_type

stringpassword

Tipo de grant usado para la autenticación en el servicio.

REQUERIDO

client_idstring

Identificador del cliente.

REQUERIDO

client_secretstring

Clave de identificación de autenticación.

REQUERIDO


Ejemplo

POST /auth/re

alms/entidades/protocol/openid-connect/token HTTP/1.1
Host: a.paypertic.com
Content-Type: application/x-www-form-urlencoded
Cache-Control: no-cache
Postman-Token: 46944d22-ffe6-449d-a921-b150110569e6
username=usuario&password=contrasea&grant_type=password&client_id=16462308-1844-4abe-abe6-f184149ee740&client_secret=a2d03fa3-fcs4-45e5-9792-dc0d8b51a25c


Error posibles

  • 4000  Invalid request.

  • 4001  Invalid payment id.

  • 4002  Invalid payment type.

  • 4004  Invalid collector.

  • 5001  Internal service error.
  • No labels