Wisphub

Get User Data (GetData)

GET https://{merchant}.suricata-wisphub.com.ar/api/ws?token={sienna_token}&{q}={id}

Deberan identificar en el parametro "cedula" si desean realizar la busqueda por número de cliente o DNI/CUIT. Ejemplos # Cliente: https://{merchant}.suricata-wisphub.com.ar/api/ws?token={sienna_token}&id_servicio=4896 DNI: https://{merchant}.suricata-wisphub.com.ar/api/ws?token={sienna_token}&cedula=30123123

URL

Name
Type
Description

merchant

string

dominio del merchant

sienna_token

string

token de la integración/merchant

q

number

cedula= Documento o CUIT id_servicio=numero de cliente

Response

{
  "0": {
    "api_status": "200",
    "api_message": "exitoso"
  },
  "usuario": {
    "client_id": "4896",
    "national_id": "",
    "tax_id": "",
    "tax_type": "",
    "first_name": "ANGELICA",
    "last_name": "ANGELICA",
    "full_name": "angelica-tadeo-prueba@redytel-acayucan",
    "client_country": "mex",
    "client_state": "MADERO 1",
    "client_city": "MADERO",
    "client_address": "CALLE PRINCIPAL",
    "phone": "",
    "phone_mobile": "",
    "email": ""
  },
  "cuenta": [
    {
      "username": "angelica-tadeo-prueba@redytel-acayucan",
      "facturas": [
        {
          "fecha_vencimiento": "2025-07-16",
          "fecha_emision": "2025-07-04",
          "total": 300,
          "id": 60118
        }
      ],
      "url_pago": "http://clientes.portalinternet.net/saldo/redytel-acayucan/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFuZ2VsaWNhLXRhZGVvLXBydWViYUByZWR5dGVsLWFjYXl1Y2FuIiwiaWRfZmFjdHVyYV9wYWdhZGEiOm51bGwsInR5cCI6ImNvbnN1bHRhcl9zYWxkbyIsImV4cCI6MTc1NTg3MzcyNC4wfQ.XvdP5C4c1C1v2J6vB_OOA6knBLVOJM2ugF2R-N4z2vk/",
      "saldo": 300,
      "sectorial": {
        "id": 67737,
        "nombre": "MADERO",
        "falla_general": false,
        "falla_general_descripcion": null
      },
      "nombre": "ANGELICA TADEO PRUEBA",
      "router": {
        "id": 61722,
        "nombre": "MADERO",
        "ip": "172.27.8.172",
        "falla_general": false,
        "falla_general_descripcion": ""
      },
      "estado": "Activo"
    },
    200
  ],
  "servicio": {
    "address": "",
    "ip": "172.17.16.16",
    "webpass": "",
    "webpassc": "",
    "lat": "",
    "lng": "",
    "node": {
      "id": 65964,
      "nombre": "MADERO"
    },
    "access_point": "",
    "s_status": "Activo",
    "extra_info": {
      "id": 61722,
      "nombre": "MADERO",
      "falla_general": false,
      "falla_general_descripcion": ""
    },
    "open_ticket_qty_suricata": "",
    "open_ticket_qty_erp": ""
  }
}

Promesa de pago

POST https://${env.merchant}.suricata-wisphub.com.ar/api/promesadepago?token=${token}

Se utiliza para la creación de promesas de pago en Wisphub

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

id_factura

number

Numero de factura

fecha

number

Fecha AAAA-MM-DD Ej: 2025-08-21

Ejemplo Payload

Response

Last updated