1. Productos
Payday Public API
  • Proceso de Venta
  • Autenticacion y Firma HMAC
  • Proceso de Venta
    • Cotizacion - crear
      POST
    • Referencias - solicitar
      POST
    • Ofertas - previsualizar
      POST
    • Ofertas - seleccionar
      POST
    • Contrato - renderizar
      POST
    • Contrato - firma
      POST
    • Validar ICCID
      POST
    • Validar IMEI
      POST
    • Validar ICCID + IMEI
      POST
    • Finalizar venta
      POST
  • Productos
    • Marcas
      GET
    • Modelos y Prefijos por marca
      GET
  • Medios de Notificacion
    • Registrar Webhook para cotizacion
      POST
    • Polling Cotizacion
      GET
    • Historial de Eventos
      GET
  • Eventos Webhook
    • Evento quote.updated
    • reference.requested
    • reference.accepted
    • imei.validated
    • contract.signed
    • offer.selected
    • offer.previewed
  • Health check
    GET
  1. Productos

Marcas

Desarrollando
GET
https://integrations.paydaymx.com/public-api/v1/sales-process/catalogs/marcas

Solicitud

Autorización
Agregar parámetro en header
X-Api-Key
Ejemplo:
X-Api-Key: ********************
Parámetros de Header

Respuestas

🟢200Éxito
application/json
Body

Solicitud Ejemplo de Solicitud
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://integrations.paydaymx.com/public-api/v1/sales-process/catalogs/marcas' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Api-Key: <api-key>'
Respuesta Ejemplo de Respuesta
{
    "items": [
        {
            "id": "694ac9177d727a4fe9da6f8c",
            "nombre": "Blue"
        },
        {
            "id": "69496409a126f1360d100c03",
            "nombre": "Honor"
        },
        {
            "id": "694ac7947d727a4fe9da6e98",
            "nombre": "Infinix"
        },
        {
            "id": "6942e70c868990f028c5c765",
            "nombre": "Motorola"
        },
        {
            "id": "69700c8a60e0f971bcb93f23",
            "nombre": "Oppo"
        },
        {
            "id": "679bac63b89e07f69ef1483f",
            "nombre": "Samsung"
        },
        {
            "id": "694ac8107d727a4fe9da6f0d",
            "nombre": "Tecno"
        },
        {
            "id": "69a63d1ef7a45a47987b77d2",
            "nombre": "VIVO"
        },
        {
            "id": "694abd927d727a4fe9da67b3",
            "nombre": "Xiaomi"
        },
        {
            "id": "69700d3660e0f971bcb94079",
            "nombre": "ZTE"
        },
        {
            "id": "698cf7bb106958b3f5997581",
            "nombre": "realme"
        }
    ]
}
Modificado en 2026-04-28 21:33:45
Anterior
Finalizar venta
Siguiente
Modelos y Prefijos por marca
Built with