{"info":{"_postman_id":"ddc03d6e-01dc-415d-ae9a-5b80017c306a","name":"Pagalo","description":"<html><head></head><body><h3 id=\"introducción\">Introducción</h3>\n<p>Pagalo es una pasarela de pagos para conectar metodos y procesadores en tu comercio.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requisitos Previos</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Tener una cuenta en Pagalo activa con usuario y contraseña, puedes registrarte en <a href=\"https://app.pagalo.co/country\">https://app.pagalo.co/country</a></td>\n</tr>\n<tr>\n<td>Adquirir la herramienta <strong>Pasarela de pago</strong> para realizar procesamiento y la herramienta <strong>Integraciones</strong> para realizar acciones administrativas</td>\n</tr>\n<tr>\n<td>Estar al dia de la suscripción de Pagalo para evitar bloqueos de credenciales</td>\n</tr>\n<tr>\n<td>Cumplir con los requisitos de seguridad para realizar transacciones</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"autenticación-y-seguridad\">Autenticación y Seguridad</h3>\n<p>Son aspectos fundamentales para garantizar la protección de la información y la integridad de las transacciones realizadas a través de la pasarela de pagos. En este sentido, es importante tener en cuenta los siguientes aspectos:</p>\n<ol>\n<li>No compartir las credenciales otorgadas por el sistema</li>\n<li>Para entregar credenciales LIVE es necesario una revisión de la pagina o sistema que utilizará la integración</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19667181","collectionId":"ddc03d6e-01dc-415d-ae9a-5b80017c306a","publishedId":"2s93eVWZ4U","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-05-03T16:00:34.000Z"},"item":[{"name":"Pagalo V2","item":[{"name":"Pasarela de pago","item":[{"name":"Card","item":[{"name":"Get payment","id":"63887df1-778d-4305-8443-c0ff3dfde446","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"credencial","description":"<p>Agregar aqui la credencial otorgada para el comercio</p>\n","type":"text"}],"url":"{{urlApiGateway}}/v1/getPayments","description":"<ul>\n<li><strong>Obtener los metodos de pago, con los que se puede procesar</strong></li>\n<li>Se envia el authorization proporcionado, campo obligatorio</li>\n<li>Json de ejemplo de respuesta del api</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"error\": false,\n    \"data\": [\n        {\n            \"business_uuid\": \"{{business_uuid}}\",\n            \"payment_code\": \"EPAY\",\n            \"code_currency\": \"GTQ\"\n        },\n        {\n            \"business_uuid\": \"{{business_uuid}}\",\n            \"payment_code\": \"CYBERSOURCE\",\n            \"code_currency\":  \"GTQ\"\n        }\n    ],\n    \"code\": 200\n}\n\n</code></pre>\n","urlObject":{"path":["v1","getPayments"],"host":["{{urlApiGateway}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"63887df1-778d-4305-8443-c0ff3dfde446"},{"name":"Payment","id":"eff3d2e4-4d30-4b72-a1ed-6fbfecddbe99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"XplcXIEZEFQ0PjHw","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"method_payment\":\"EPAY\",\r\n    \"type_detail\":\"product\",\r\n    \"total_amount\": 150,\r\n    \"currency\": \"GTQ\",\r\n    \"deviceFinger\":\"\",\r\n    \"client\": {\r\n            \"first_name\":\"Bayron\",\r\n            \"last_name\":\"Antonio\",\r\n            \"phone\":\"5022435422\",\r\n            \"email\":\"Bayron1121232123@gmail.com\",\r\n            \"country\":\"GT\",\r\n            \"city\":\"Guatemala\",\r\n            \"state\":\"Guatemala\",\r\n            \"postal_code\":\"401\",\r\n            \"location\":\"zona 10\",\r\n            \"ip_address\":\"192.168.10.10\"\r\n    },\r\n    \"detail\": [\r\n        {\r\n            \"uuid_product\": \"0\",\r\n            \"name\": \"descri venta\",\r\n            \"amount\": 150,\r\n            \"quantity\": \"1\",\r\n            \"Subtotal\": 150\r\n        }\r\n    ],\r\n    \"card_payment\":{\r\n        \"name_card\":\"Hector Xocop\",\r\n        \"expiration_month\":\"12\",\r\n        \"expiration_year\":\"22\",\r\n        \"number_card\":\"4000000000000416\",\r\n        \"cvv_card\":\"4567\",\r\n        \"quota_active\":false,\r\n        \"quota\":1\r\n     }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{urlApiGateway}}/v1/payments/transactions","description":"<ul>\n<li>Api para procesar pago</li>\n<li>Se envia el <strong>authorization</strong> proporcionado, campo obligatorio</li>\n</ul>\n<p>Parametros a enviar</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parámetro</th>\n<th>Parámetro de objeto</th>\n<th>Descripción</th>\n<th>Tipo</th>\n<th>Requerido</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>method_payment</td>\n<td></td>\n<td>Código del método de pago, obtenido del Api de consulta de procesamiento</td>\n<td>String</td>\n<td>SI</td>\n</tr>\n<tr>\n<td>type_detail</td>\n<td></td>\n<td>Tipo del detalle product,services</td>\n<td>String</td>\n<td>SI</td>\n</tr>\n<tr>\n<td>total_amount</td>\n<td></td>\n<td>Total de la transacción (Con 2 decimales 150.50)</td>\n<td>Number</td>\n<td>SI</td>\n</tr>\n<tr>\n<td>currency</td>\n<td></td>\n<td>Código de la moneda (GTQ,USD)</td>\n<td>String</td>\n<td>SI</td>\n</tr>\n<tr>\n<td>deviceFinger</td>\n<td></td>\n<td>Campo solo para Método Cybersource, enviar vacío de lo contrario</td>\n<td>String</td>\n<td>NO</td>\n</tr>\n<tr>\n<td>client</td>\n<td>first_name</td>\n<td>Primer nombre</td>\n<td>String</td>\n<td>SI</td>\n</tr>\n<tr>\n<td></td>\n<td>last_name</td>\n<td>Primer apellido</td>\n<td>String</td>\n<td>SI</td>\n</tr>\n<tr>\n<td></td>\n<td>phone</td>\n<td>Teléfono</td>\n<td>String</td>\n<td>SI</td>\n</tr>\n<tr>\n<td></td>\n<td>email</td>\n<td>Email</td>\n<td>String</td>\n<td>Si</td>\n</tr>\n<tr>\n<td></td>\n<td>country</td>\n<td>Código de país (GT, MX por ejemplo) Obligatorio en CYBS</td>\n<td>String</td>\n<td>SI</td>\n</tr>\n<tr>\n<td></td>\n<td>city</td>\n<td>Nombre de la ciudad- Obligatorio en CYBS</td>\n<td>String</td>\n<td>No</td>\n</tr>\n<tr>\n<td></td>\n<td>state</td>\n<td>Nombre del estado- Obligatorio en CYBS</td>\n<td>String</td>\n<td>No</td>\n</tr>\n<tr>\n<td></td>\n<td>postal_code</td>\n<td>Código postal- Obligatorio en CYBS</td>\n<td>String</td>\n<td>No</td>\n</tr>\n<tr>\n<td></td>\n<td>location</td>\n<td>Código dirección- Obligatorio en CYBS</td>\n<td>String</td>\n<td>No</td>\n</tr>\n<tr>\n<td></td>\n<td>ip_address</td>\n<td>Ip del cliente</td>\n<td>String</td>\n<td>No</td>\n</tr>\n<tr>\n<td>detail (objeto multiple)</td>\n<td>uuid_product</td>\n<td>ID único del producto interno</td>\n<td>String</td>\n<td>No</td>\n</tr>\n<tr>\n<td></td>\n<td>name</td>\n<td>Nombre del detalle</td>\n<td>String</td>\n<td>Si</td>\n</tr>\n<tr>\n<td></td>\n<td>amount</td>\n<td>Monto del detalle</td>\n<td>Number</td>\n<td>Si</td>\n</tr>\n<tr>\n<td></td>\n<td>quantity</td>\n<td>Cantidad</td>\n<td>Number</td>\n<td>Si</td>\n</tr>\n<tr>\n<td></td>\n<td>subtotal</td>\n<td>Subtotal (Monto * cantidad)</td>\n<td>String</td>\n<td>Si</td>\n</tr>\n<tr>\n<td>card_payment</td>\n<td>name_card</td>\n<td>Nombre del tarjetahabiente</td>\n<td>String</td>\n<td>Si</td>\n</tr>\n<tr>\n<td></td>\n<td>expiration_month</td>\n<td>Mes de expiracion (01,10 por ejemplo, 2 digitos)</td>\n<td>String</td>\n<td>Si</td>\n</tr>\n<tr>\n<td></td>\n<td>expiration_year</td>\n<td>Año de expiracion(20,24 por ejemplo, 2 digitos)</td>\n<td>String</td>\n<td>Si</td>\n</tr>\n<tr>\n<td></td>\n<td>number_card</td>\n<td>Numero de la tarjeta (16 digitos)</td>\n<td>String</td>\n<td>Si</td>\n</tr>\n<tr>\n<td></td>\n<td>cvv_card</td>\n<td>Codigo de seguridad (3 o 4 digitos)</td>\n<td>String</td>\n<td>SI</td>\n</tr>\n<tr>\n<td></td>\n<td>quota_active</td>\n<td>Si el metodo es EPAY opcion para activar quota por default es false</td>\n<td>String</td>\n<td>Si</td>\n</tr>\n<tr>\n<td></td>\n<td>quota</td>\n<td>1 si es pago contado</td>\n<td>Number</td>\n<td>Si</td>\n</tr>\n</tbody>\n</table>\n</div><p>Ejemplo de respuesta.</p>\n<p>StartFragment</p>\n<p>Transaccion Aceptada</p>\n<p>EndFragment</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"code\": 200,\n    \"error\": false,\n    \"url_voucher\": \"https://pagalo-storage.obs.na-mexico-1.myhuaweicloud.com/business/9efcde82-e1f2-480d-98e1-fc9377ca1b2a/voucher/voucher-233408000050.pdf\",\n    \"data\": {\n        \"decision\": \"ACCEPT\",\n        \"reasonCode\": \"00\",\n        \"requestID\": \"233408000050\",\n        \"authorizationCode\": \"179059\",\n        \"uuid_transactions\": \"2f5dbddf-81c1-4095-95fc-07cb07d7bea9\"\n    }\n}\n\n</code></pre>\n<p>StartFragment</p>\n<p>Transaccion Rechazada</p>\n<p>EndFragment</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"error\": \"true\",\n    \"code\": 400,\n    \"data\": {\n        \"decision\": \"REJECT\",\n        \"reasonCode\": \"96\",\n        \"requestID\": \"000000000000\",\n        \"authorizationCode\": \"000000\",\n        \"error_code\": [\n            {\n                \"code\": \"96\",\n                \"code_payment\": \"EPAY\",\n                \"language\": \"ES\",\n                \"description\": \"Mal funcionamiento del sistema, intente mas tarde\",\n                \"message\": \"Error en sistema.\"\n            }\n        ],\n        \"uuid_transactions\": \"457a0fcf-9177-471d-80fa-0857e028c444\"\n    }\n}\n\n</code></pre>\n<p>StartFragment</p>\n<p>No encuentra el metodo de pago</p>\n<p>EndFragment</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"error\": true,\n    \"message\": \"Validar el codigo del metodo selecionado\",\n    \"code\": 400\n}\n\n</code></pre>\n","urlObject":{"path":["v1","payments","transactions"],"host":["{{urlApiGateway}}"],"query":[],"variable":[]}},"response":[{"id":"57436534-fa5a-489d-bae4-f14312ec9448","name":"Payment","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"XplcXIEZEFQ0PjHw","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"method_payment\":\"EPAY\",\r\n    \"type_detail\":\"product\",\r\n    \"total_amount\": 150,\r\n    \"currency\": \"GTQ\",\r\n    \"deviceFinger\":\"\",\r\n    \"client\": {\r\n            \"first_name\":\"Bayron\",\r\n            \"last_name\":\"Antonio\",\r\n            \"phone\":\"5022435422\",\r\n            \"email\":\"Bayron1121232123@gmail.com\",\r\n            \"country\":\"GT\",\r\n            \"city\":\"Guatemala\",\r\n            \"state\":\"Guatemala\",\r\n            \"postal_code\":\"401\",\r\n            \"location\":\"zona 10\"\r\n    },\r\n    \"detail\": [\r\n        {\r\n            \"uuid_product\": \"0\",\r\n            \"name\": \"descri venta\",\r\n            \"amount\": 150,\r\n            \"quantity\": \"1\",\r\n            \"Subtotal\": 150\r\n        }\r\n    ],\r\n    \"card_payment\":{\r\n        \"name_card\":\"Hector Xocop\",\r\n        \"expiration_month\":12,\r\n        \"expiration_year\":22,\r\n        \"number_card\":\"4000000000000416\",\r\n        \"cvv_card\":\"4567\",\r\n        \"quota_active\":false,\r\n        \"quota\":1\r\n     }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{urlApiGateway}}/v1/payments/transactions"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"eff3d2e4-4d30-4b72-a1ed-6fbfecddbe99"},{"name":"Get payment by UUID","id":"a586dfc0-5d23-4108-bf01-34de505bcf2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"XplcXIEZEFQ0PjHw","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transactions_uuid\":\"340d358c-808f-4794-808b-a5351593f00e\"\r\n    //\"id_external\": \"5FFM8KOCDV9JTFQ504\" el campo es opcional, se puede filtrar por uuid de transaccion o por el id interno del comercio, aplica unicamente en creacion de link de pago\r\n}","options":{"raw":{"language":"json"}}},"url":"{{urlApiGateway}}/v1/payment/transaction/uuid","description":"<h3 id=\"solicitud-de-transacción\">Solicitud de Transacción</h3>\n<p>Este endpoint permite realizar operaciones relacionadas con transacciones, como la creación de un link de pago. <strong>Solo debe enviarse uno de los dos campos</strong>: el <code>transactions_uuid</code> o el <code>id_external</code>.</p>\n<h4 id=\"parámetros\">Parámetros:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo</th>\n<th>Descripción</th>\n<th>Obligatorio</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>transactions_uuid</code></td>\n<td>String</td>\n<td>UUID de la transacción generada. Es el identificador principal para la operación.</td>\n<td>Condicional*</td>\n</tr>\n<tr>\n<td><code>id_external</code></td>\n<td>String</td>\n<td>ID interno del comercio. Se usa como filtro alternativo en la creación de links de pago.</td>\n<td>Condicional*</td>\n</tr>\n</tbody>\n</table>\n</div><p>* C<strong>ondicional</strong>: Se debe enviar uno de los dos campos. Nunca deben enviarse ambos al mismo tiempo.</p>\n<h4 id=\"ejemplo-de-cuerpo-de-solicitud\">Ejemplo de cuerpo de solicitud:</h4>\n<ul>\n<li>Filtro usando <code>transactions_uuid</code>:</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"transactions_uuid\": \"340d358c-808f-4794-808b-a5351593f00e01\"\n}\n\n</code></pre>\n<ul>\n<li>Filtro usando <code>id_external</code> (opcional):</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id_external\": \"5FFM8KOCDV9JTFQ504\"\n}\n\n</code></pre>\n<h4 id=\"notas\">Notas:</h4>\n<ul>\n<li><p><strong>Solo uno</strong> de los dos parámetros (<code>transactions_uuid</code> o <code>id_external</code>) debe enviarse en la solicitud.</p>\n</li>\n<li><p>Si se envían ambos, la solicitud será inválida.</p>\n</li>\n<li><p>Utiliza <code>transactions_uuid</code> como identificador principal o <code>id_external</code> si prefieres identificar la transacción mediante el ID interno del comercio.</p>\n</li>\n</ul>\n<p>Ejemplo de respuesta del api</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"error\": false,\n    \"code\": 200,\n    \"data\": {\n        \"uuid\": \"340d358c-808f-4794-808b-a5351593f00e01\",\n        \"request_id\": \"148600\",\n        \"request_auth\": \"977076\",\n        \"business_uuid\": \"dd831cb9-8e76-49db-6565-043396f57616000\",\n        \"name_operation\": \"Pruebas pagalo\",\n        \"client_name\": \"JohnTest\",\n        \"client_uuid\": \"b530c135-c26f-4a37-9600-51fc07eb2f1a-0251651\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe Test\",\n        \"email\": \"test@example.com\",\n        \"state\": \"\",\n        \"location\": \"\",\n        \"country\": \"GT\",\n        \"city\": \"\",\n        \"ip_location\": \"181.174.102.236\",\n        \"postal_code\": \"\",\n        \"currency\": \"GTQ\",\n        \"total\": 150,\n        \"date_transaction\": \"2025-03-04 22:20:56\",\n        \"request_status\": \"ACCEPT\",\n        \"request_code\": \"00\",\n        \"status_transaction\": \"ACCEPT\",\n        \"type_payment\": \"CARDCREDIT\",\n        \"payment\": \"PAGALO\",\n        \"identifier_payment\": \"PAGALO\",\n        \"status_production\": \"live\",\n        \"module\": \"PP\",\n        \"value_payment\": \"0416\",\n        \"branch_uuid\": \"e23e7aac-bfe0-4bb2-654651-b48e8b4b1429\",\n        \"transaction_details\": [\n            {\n                \"transaction_uuid\": \"596ace03-aa18-4868-83a5-e6454791ca7a\",\n                \"type_detail\": \"services\",\n                \"product_uuid\": \"0\",\n                \"description\": \"Pago Único\",\n                \"quantity\": 1,\n                \"amount\": 150,\n                \"subtotal\": 150,\n                \"observations\": null\n            }\n        ]\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","payment","transaction","uuid"],"host":["{{urlApiGateway}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a586dfc0-5d23-4108-bf01-34de505bcf2c"},{"name":"Reverse payment","id":"fd4051b7-0a58-44d0-9c1c-356529624dc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"XplcXIEZEFQ0PjHw","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transactions_uuid\":\"dd1e9d2a-5fd0-4465-9f45-3301978bf4d6\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{urlApiGateway}}/v1/payment/transaction/reverse","description":"<p>Api para anular una transaccion.</p>\n<p>StartFragment</p>\n<p>Una de las condiciones importantes que esta función solo aplica cuando la transacción no esta en proceso de liquidación, normalmente en el día de transacción se puede realizar</p>\n<p>EndFragment</p>\n<p>Ejemplo de espuesta.</p>\n<p>StartFragment</p>\n<p>Anulación aceptada</p>\n<p>EndFragment</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"error\": false,\n    \"message\":\"Anulación realizada correctamente\"\n    \"code\": 200\n}\n\n</code></pre>\n<p>StartFragment</p>\n<p>Anulación rechazada</p>\n<p>EndFragment</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"error\": true,\n    \"message\":\"No se logro realizar la anulación, asegurar que la transacción no este en proceso de liquidación, normalmente las anulaciones son el mismo dia de transacción\"\n    \"code\": 400\n}\n\n</code></pre>\n","urlObject":{"path":["v1","payment","transaction","reverse"],"host":["{{urlApiGateway}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd4051b7-0a58-44d0-9c1c-356529624dc7"}],"id":"326d7026-7ffe-40b7-9b0c-4ba1e2169d18","_postman_id":"326d7026-7ffe-40b7-9b0c-4ba1e2169d18","description":""},{"name":"Request","item":[{"name":"Create request","id":"db686cf6-1f7d-4947-a034-4ea1fc2351a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"tu credencial","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"uuid_branch\": \"99418543-b022-45c8-8ea3-ba999349fddd\", //opcional\r\n    \"description\": \"monto fijo\",\r\n    \"total_amount\": 925,\r\n    \"type_request\": \"SP\",\r\n    \"currency\": \"GTQ\",\r\n    \"n_quotas\": false,\r\n    \"expiration\": true,\r\n    \"external_identifier\":\"5FFM8KOCDV9JTFQ503\",// campo opcional, interno del comercio\r\n    \"client\": {\r\n        \"first_name\": \"Bayron\",\r\n        \"last_name\": \"Antonio\",\r\n        \"phone\": \"5022435422\",\r\n        \"email\": \"Bayron112123212s3@gmail.com\",\r\n        \"country\": \"GT\",\r\n        \"city\": \"Guatemala\",\r\n        \"state\": \"Guatemala\",\r\n        \"postal_code\": \"401\",\r\n        \"location\": \"zona 10\"\r\n    },\r\n    \"products\": [\r\n        {\r\n            \"product_uuid\": 0,\r\n            \"amount\": 125,\r\n            \"quantity\": 1,\r\n            \"subtotal\": 125,\r\n            \"name\": \"monto fijo\",\r\n            \"product_name\": \"monto fijosss\"\r\n        },\r\n        {\r\n            \"product_uuid\": \"8f2bb4fd-f019-41fd-a355-4311a50699f8\",\r\n            \"amount\": 800,\r\n            \"quantity\": 1,\r\n            \"subtotal\": 800,\r\n            \"name\": \"teclados corsair\",\r\n            \"product_name\": \"teclados corsair\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{urlApiGateway}}/v1/payment/request","description":"<p>Api para crear link de pago</p>\n<p>Parametros a enviar</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parámetro</th>\n<th>Parámetro de objeto</th>\n<th>Descripción</th>\n<th>Tipo</th>\n<th>Requerido</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>description</td>\n<td></td>\n<td>Descripcion del link de pago</td>\n<td>String</td>\n<td>SI</td>\n</tr>\n<tr>\n<td>uuid_branch</td>\n<td></td>\n<td>Identificador de la sucursal para asignar el pago</td>\n<td>String</td>\n<td>No</td>\n</tr>\n<tr>\n<td>total_amount</td>\n<td></td>\n<td>Total de la transacción (Con 2 decimales 150.50)</td>\n<td>Number</td>\n<td>SI</td>\n</tr>\n<tr>\n<td>type_request</td>\n<td></td>\n<td>Codigo del tipo de link (QR o SP)</td>\n<td>String</td>\n<td>SI</td>\n</tr>\n<tr>\n<td>currency</td>\n<td></td>\n<td>Código de la moneda (GTQ,USD)</td>\n<td>String</td>\n<td>SI</td>\n</tr>\n<tr>\n<td>n_quotas</td>\n<td></td>\n<td>Si el metodo de pago, acepta metodos de pago true, si no acepta false</td>\n<td>String</td>\n<td>SI</td>\n</tr>\n<tr>\n<td>expiration</td>\n<td></td>\n<td>true o false, si el link expira o no expira</td>\n<td>String</td>\n<td>SI</td>\n</tr>\n<tr>\n<td>external_identifier</td>\n<td></td>\n<td>Id unico interno del comercio</td>\n<td>String</td>\n<td>No</td>\n</tr>\n<tr>\n<td>callback_reject</td>\n<td></td>\n<td>Url de respuesta si la transaccion es rechazada</td>\n<td>String</td>\n<td>No</td>\n</tr>\n<tr>\n<td>callback_accept</td>\n<td></td>\n<td>Url de respuesta si la transaccion es aceptada</td>\n<td>String</td>\n<td>No</td>\n</tr>\n<tr>\n<td>client</td>\n<td>first_name</td>\n<td>Nombres del cliente</td>\n<td>String</td>\n<td>Si</td>\n</tr>\n<tr>\n<td></td>\n<td>last_name</td>\n<td>Apellidos del cliente</td>\n<td>String</td>\n<td>Si</td>\n</tr>\n<tr>\n<td></td>\n<td>phone</td>\n<td>Telefono del cliente</td>\n<td>String</td>\n<td>Si</td>\n</tr>\n<tr>\n<td></td>\n<td>email</td>\n<td>Correo del cliente</td>\n<td>String</td>\n<td>Si</td>\n</tr>\n<tr>\n<td></td>\n<td>country</td>\n<td>Codigo del pais</td>\n<td>String</td>\n<td>Si</td>\n</tr>\n<tr>\n<td></td>\n<td>city</td>\n<td>Nombre de la ciudad</td>\n<td>String</td>\n<td>No</td>\n</tr>\n<tr>\n<td></td>\n<td>state</td>\n<td>Nombre del estado</td>\n<td>String</td>\n<td>No</td>\n</tr>\n<tr>\n<td></td>\n<td>postal_code</td>\n<td>Código postal</td>\n<td>String</td>\n<td>No</td>\n</tr>\n<tr>\n<td></td>\n<td>location</td>\n<td>Código dirección</td>\n<td>String</td>\n<td>No</td>\n</tr>\n<tr>\n<td>products</td>\n<td>product_uuid</td>\n<td>Codigo interno del producto</td>\n<td>String</td>\n<td>No</td>\n</tr>\n<tr>\n<td></td>\n<td>amount</td>\n<td>Monto o precio del producto</td>\n<td>String</td>\n<td>SI</td>\n</tr>\n<tr>\n<td></td>\n<td>quantity</td>\n<td>Cantidad del producto</td>\n<td>Number</td>\n<td>Si</td>\n</tr>\n<tr>\n<td></td>\n<td>subtotal</td>\n<td>amount * quantity</td>\n<td>String</td>\n<td>SI</td>\n</tr>\n<tr>\n<td></td>\n<td>name</td>\n<td>Nombre del producto</td>\n<td>String</td>\n<td>SI</td>\n</tr>\n<tr>\n<td></td>\n<td>product_name</td>\n<td>Nombre del producto o descripcion del monto variable</td>\n<td>String</td>\n<td>SI</td>\n</tr>\n</tbody>\n</table>\n</div><p>Json de ejemplo, esenario a considerar.</p>\n<ul>\n<li><strong>CREAR LINK PARA QUE EL CLIENTE INGRESE EL MONTO Y SU INFORMACIÓN</strong></li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"uuid_branch\": \"99418543-b022-45c8-8ea3-ba999349fddd\", //opcional\n    \"description\": \"Link de pago\",\n    \"total_amount\": 0,\n    \"type_request\": \"SP\",\n    \"currency\": \"GTQ\",\n    \"n_quotas\": false,\n    \"expiration\": false,\n    \"callback_reject\":\"\",\n    \"callback_accept\":\"\",\n    \"external_identifier\":\"5FFM8KOCDV9JTFQ503\",// campo opcional, interno del comercio\n    \"client\":{},\n    \"products\": []\n}\n\n</code></pre>\n<ul>\n<li><strong>CREAR LINK CON MONTO FIJO Y EL CLIENTE SOLO LLENA SU INFORMACIÓN</strong></li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"uuid_branch\": \"99418543-b022-45c8-8ea3-ba999349fddd\", //opcional\n    \"description\": \"Entradas Torneo Fut\",\n    \"total_amount\": 100,\n    \"type_request\": \"SP\",\n    \"currency\": \"GTQ\",\n    \"n_quotas\": false,\n    \"expiration\": false,\n    \"callback_reject\":\"\",\n    \"callback_accept\":\"\",\n    \"external_identifier\":\"5FFM8KOCDV9JTFQ503\",// campo opcional, interno del comercio\n    \"client\":{},\n    \"products\": [\n        {\n            \"product_uuid\": 0,\n            \"amount\": 100,\n            \"quantity\": 1,\n            \"subtotal\": 100,\n            \"name\": \"Entradas Torneo Fut\"\n        }\n    ]\n}\n\n</code></pre>\n<ul>\n<li><strong>CREAR LINK CON INFORMACIÓN DEL CLIENTE Y PRODUCTO CON MONTO FIJO (EL CLIENTE YA SOLO INGRESA SU TARJETA)</strong></li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"uuid_branch\": \"99418543-b022-45c8-8ea3-ba999349fddd\", //opcional\n    \"description\": \"Pago de Alquiler\",\n    \"total_amount\": 1000,\n    \"type_request\": \"SP\",\n    \"currency\": \"GTQ\",\n    \"n_quotas\": false,\n    \"expiration\": true,\n    \"external_identifier\":\"5FFM8KOCDV9JTFQ503\",// campo opcional, interno del comercio\n    \"callback_reject\":\"\",\n    \"callback_accept\":\"\",\n    \"client\": {\n            \"first_name\":\"Bayron\",\n            \"last_name\":\"Antonio\",\n            \"phone\":\"5022435422\",\n            \"email\":\"Bayron1121232123@gmail.com\",\n            \"country\":\"GT\",\n            \"city\":\"Guatemala\",\n            \"state\":\"Guatemala\",\n            \"postal_code\":\"401\",\n            \"location\":\"zona 10\"\n    },\n    \"products\": [\n        {\n            \"product_uuid\": 0,\n            \"amount\": 1000,\n            \"quantity\": 1,\n            \"subtotal\": 1000,\n            \"name\": \"Pago de Alquiler\"\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["v1","payment","request"],"host":["{{urlApiGateway}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"db686cf6-1f7d-4947-a034-4ea1fc2351a7"},{"name":"get request by uuid","id":"cdba5eeb-a9e1-4d92-aa09-1b24ccae6754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"tu credencial","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"uuid\": \"3747bfd2-b5d8-4bdb-ae82-99cb076766f9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{urlApiGateway}}/v1/payment/request/uuid","description":"<p>Api para obtener informacion de un link de pago de creado.</p>\n<p>Status de un link de pago.</p>\n<ul>\n<li>Estado 1 = Link creado y aun no ha sido usado</li>\n<li>Estado 2 = Link ya ha sido pagado</li>\n<li>Estado 3 = Link ha sido cancelado</li>\n<li>Estado 4 = Link ha expirado</li>\n</ul>\n<p>Posibles respuestas del api.</p>\n<ul>\n<li>Si no se envia el parametro uuid.</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"message\": {\n      \"uuid\": [\n         \"The uuid field is required.\"\n      ]\n   },\n   \"code\": 400,\n   \"error\": true\n}\n\n</code></pre>\n<ul>\n<li>Si el header authorization no se envia.</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"error\": true,\n   \"message\": \"El token no es valido\",\n   \"code\": 400\n}\n\n</code></pre>\n<ul>\n<li>Si no se encuentra el registro uuid</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"error\": true,\n   \"message\": \"No se encontro el registro\",\n   \"code\": 400\n}\n\n</code></pre>\n<ul>\n<li>Si el registro si es encontrado.</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"error\": false,\n   \"code\": 200,\n   \"message\": {\n      \"id\": 380,\n      \"uuid\": \"3747bfd2-b5d8-4bdb-ae82-99cb076766f9\",\n      \"uuid_short\": \"w0N1Pg8uzM\",\n      \"business_uuid\": \"dd831cb9-8e76-49db-bede-043396f57616\",\n      \"branch_uuid\": \"e23e7aac-bfe0-4bb2-adad-b48e8b4b1429\",\n      \"currency\": \"GTQ\",\n      \"country\": \"GT\",\n      \"client_uuid\": null,\n      \"description\": \"monto fijo\",\n      \"amount\": \"925\",\n      \"type_request\": \"SP\",\n      \"n_quotas\": 0,\n      \"expiration\": 0,\n      \"date_request\": \"2023-05-03 09:44:22\",\n      \"datetz_request\": \"2023-05-03 09:44:22\",\n      \"date_expiration\": \"2023-05-05 09:44:22\",\n      \"datetz_expiration\": \"2023-05-05 09:44:22\",\n      \"status\": \"1\",\n      \"descrition_type_request\": \"null\",\n      \"user_uuid\": \"14281ac4-7768-43dd-ade8-15b339152364\",\n      \"description_reject\": null,\n      \"product\": [\n         {\n            \"request_uuid\": \"3747bfd2-b5d8-4bdb-ae82-99cb076766f9\",\n            \"uuid\": null,\n            \"name\": null,\n            \"description\": null,\n            \"url_image\": null,\n            \"quantity\": \"1\",\n            \"amount\": \"125\",\n            \"subtotal\": \"125\",\n            \"description_product\": \"monto fijosss\"\n         },\n         {\n            \"request_uuid\": \"3747bfd2-b5d8-4bdb-ae82-99cb076766f9\",\n            \"uuid\": \"8f2bb4fd-f019-41fd-a355-4311a50699f8\",\n            \"name\": \"teclados corsair\",\n            \"description\": \"un teclado pox\",\n            \"url_image\": null,\n            \"quantity\": \"1\",\n            \"amount\": \"800\",\n            \"subtotal\": \"800\",\n            \"description_product\": \"teclados corsair\"\n         }\n      ]\n   }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","payment","request","uuid"],"host":["{{urlApiGateway}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cdba5eeb-a9e1-4d92-aa09-1b24ccae6754"},{"name":"Obtener Sucursales","id":"a44c3c9a-5170-4ba8-be52-3ebf2e996527","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"tu credencial","type":"text"}],"url":"{{urlApiGateway}}/v1/getSucursal","description":"<h2 id=\"descripción-general\"><strong>Descripción General</strong></h2>\n<p>Esta API permite obtener información sobre las sucursales asociadas a un <code>business_uuid</code>. El endpoint retorna una lista de sucursales con sus detalles respectivos, como el nombre, ubicación, código de licencia, entre otros.</p>\n","urlObject":{"path":["v1","getSucursal"],"host":["{{urlApiGateway}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a44c3c9a-5170-4ba8-be52-3ebf2e996527"}],"id":"36694180-8c54-43e5-a140-176a1a553562","_postman_id":"36694180-8c54-43e5-a140-176a1a553562","description":""}],"id":"5d93cd62-5e3b-452b-b8a1-f597fb127817","description":"<p>El requisito es tener activa la herramienta <strong>Pasarela de Pago</strong> en el comercio.</p>\n<p>Los metodos de pago que se podrán utilizar son</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Metodo de pago</strong></th>\n<th><strong>Identificador</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Tarjeta de crédito/débito</td>\n<td>Card</td>\n</tr>\n</tbody>\n</table>\n</div><p>Para autenticar una integración y realizar las acciones en la pasarela de pago se necesita una credencial que se puede generar en el area de Ajustes-&gt;Credenciales</p>\n<p>Al usuario le permitira generar una <strong>credencial TEST</strong>, para iniciar con la integración con el dominio <strong>apitest.pagalo.co</strong></p>\n<p>La credencial se coloca en el header con el parametro</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parametro Header</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authorization</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"ejemplo\"><em>Ejemplo</em></h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">--header 'authorization: XplcXIEZEFQ0PjHw'\n\n</code></pre>\n","_postman_id":"5d93cd62-5e3b-452b-b8a1-f597fb127817"},{"name":"Integrations","item":[{"name":"Transactions","item":[{"name":"Listado de transacciones","id":"314ae1f7-b251-4f3b-b6ff-0d626c68c9fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"business_uuid\": \"{{business_uuid}}\",\r\n    \"branch\": \"\",\r\n    \"page\": 1,\r\n    \"total_items\": 15,\r\n    \"all\": \"\",\r\n    \"date_start\": \"\",\r\n    \"date_end\": \"\",\r\n    \"status_transaction\": \"ACCEPT\", // ACCEPT, REJECT\r\n    \"currency\": \"GTQ\",\r\n    \"filter_column\": {\r\n        \"column\": \"id\", // identificador cliente , nombre cliente,correo, identificador de cuenta, fecha factura\r\n        \"value\": \"DESC\" // ASC or DESC\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{urlApiGateway}}/v1/integration/transactions","description":"<h3 id=\"método-de-solicitud-post\"><strong>Método de Solicitud:</strong> POST</h3>\n<h4 id=\"autenticación\"><strong>Autenticación</strong></h4>\n<p>Para utilizar esta API, el cliente debe <strong>iniciar sesión primero</strong> y obtener un Bearer Token para la autenticación. Este token es necesario para todas las solicitudes posteriores a la API.  </p>\n<h4 id=\"endpoint-urlapigatewayv1integrationtransactions\"><strong>Endpoint:</strong> {{urlApiGateway}}/v1/integration/transactions</h4>\n<h4 id=\"cuerpo-de-la-solicitud\"><strong>Cuerpo de la Solicitud:</strong></h4>\n<p>El cuerpo de la solicitud debe ser un objeto JSON con los siguientes campos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo</th>\n<th>Descripción</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>business_uuid</code></td>\n<td>String</td>\n<td><strong>(Requerido)</strong> Identificador único del negocio.</td>\n</tr>\n<tr>\n<td><code>branch</code></td>\n<td>String</td>\n<td>Identificador de la sucursal. Dejar vacío para apuntar a todas las sucursales.</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Integer</td>\n<td><strong>(Requerido)</strong> Número de página de la paginación.</td>\n</tr>\n<tr>\n<td><code>total_items</code></td>\n<td>Integer</td>\n<td><strong>(Requerido)</strong> Número total de elementos a recuperar por página.</td>\n</tr>\n<tr>\n<td><code>all</code></td>\n<td>String</td>\n<td>Filtro opcional de búsqueda. Ejemplo: Nombre de un vendedor.</td>\n</tr>\n<tr>\n<td><code>date_start</code></td>\n<td>String</td>\n<td>Fecha de inicio para filtrar las transacciones. Formato: <code>YYYY-MM-DD</code>.</td>\n</tr>\n<tr>\n<td><code>date_end</code></td>\n<td>String</td>\n<td>Fecha de finalización para filtrar las transacciones. Formato: <code>YYYY-MM-DD</code>.</td>\n</tr>\n<tr>\n<td><code>status_transaction</code></td>\n<td>String</td>\n<td>Estado de la transacción. Valores posibles: <code>ACCEPT</code>, <code>REJECT</code>.</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>String</td>\n<td>Código de moneda (formato ISO 4217). Ejemplo: <code>GTQ</code>.</td>\n</tr>\n<tr>\n<td><code>filter_column</code></td>\n<td>Objeto</td>\n<td><strong>(Opcional)</strong> Criterio de filtrado para ordenar los datos.</td>\n</tr>\n<tr>\n<td>- <code>column</code></td>\n<td>String</td>\n<td>Columna para filtrar. Valores posibles: <code>id</code>, <code>client_name</code>, <code>email</code>, <code>account_identifier</code>, <code>invoice_date</code>, etc.</td>\n</tr>\n<tr>\n<td>- <code>value</code></td>\n<td>String</td>\n<td>Orden de clasificación. Valores posibles: <code>ASC</code>, <code>DESC</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"ejemplo-de-cuerpo-de-la-solicitud\"><strong>Ejemplo de Cuerpo de la Solicitud:</strong></h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"business_uuid\": \"dd831cb9-8e76-49db-bede-043396f57616\",\n    \"branch\": \"\",\n    \"page\": 1,\n    \"total_items\": 15,\n    \"all\": \"Hector\",\n    \"date_start\": \"\",\n    \"date_end\": \"\",\n    \"status_transaction\": \"ACCEPT\",\n    \"currency\": \"GTQ\",\n    \"filter_column\": {\n        \"column\": \"id\",\n        \"value\": \"DESC\"\n    }\n}\n\n</code></pre>\n<hr />\n<h3 id=\"respuesta\"><strong>Respuesta:</strong></h3>\n<h4 id=\"respuesta-exitosa\"><strong>Respuesta Exitosa:</strong></h4>\n<p>Al ejecutarse correctamente, la API devolverá una respuesta detallada que contiene los datos de las transacciones, junto con totales agregados e información de paginación.</p>\n<p><strong>Ejemplo de Cuerpo de la Respuesta:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"error\": false,\n    \"total\": {\n        \"total_transactions\": 596,\n        \"total_amount\": 2589.32,\n        \"total_state\": {\n            \"accept\": 2589.32,\n            \"reject\": 0\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 2265,\n            \"client_uuid\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX\",\n            \"uuid\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX\",\n            \"vendedor\": \"Hector\",\n            \"type_payment\": \"CARDCREDIT\",\n            \"request_id\": \"XXXXXXXXXXXXX\",\n            \"request_auth\": \"XXXXXX\",\n            \"client_name\": \"PREUSS STERKEL HANS\",\n            \"code_module\": \"CC\",\n            \"name_module\": \"Cuentas por cobrar\",\n            \"value_payment\": \"0002\",\n            \"type_brand\": \"visa\",\n            \"total\": 1294.66,\n            \"currency\": \"GTQ\",\n            \"datetz_transactions\": \"2024-09-04 17:26:40\",\n            \"status_transaction\": \"ACCEPT\",\n            \"voucher\": \"url.pdf\",\n            \"voucher_reverse\": null,\n            \"description_module\": \"{\\\"total\\\": 1294.66, \\\"cuotas\\\": 10, \\\"monto_cuotas\\\": 129.466}\",\n            \"invoice\": {\n                \"uuid\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX\",\n                \"transaction_uuid\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX\", \n                \"status\": 1,\n                \"url\": \"url\",\n                \"series\": \"**PRUEBAS**\",\n                \"number\": \"44444\",\n                \"error\": 0,\n                \"description\": null,\n                \"reverse\": null\n            },\n            \"liquidations\": {\n                \"uuid\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX\",\n                \"transaction_uuid\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX\",\n                \"status\": \"PENDING\",\n                \"amount\": 1294.66,\n                \"currency\": \"GTQ\",\n                \"total_liquidation\": 1158.96,\n                \"date_request\": \"2024-09-09 15:47:27\",\n                \"date_liquidation\": \"0000-00-00 00:00:00\",\n                \"request_id_liquidation\": \"XXXXXXXXX\",\n                \"code_auth_liquidation\": \"\"\n            }\n        }\n    ],\n    \"pagination\": {\n        \"total_items\": 596,\n        \"limit_page\": 2,\n        \"total_pages\": 298\n    },\n    \"code\": 200\n}\n\n</code></pre>\n","urlObject":{"path":["v1","integration","transactions"],"host":["{{urlApiGateway}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"314ae1f7-b251-4f3b-b6ff-0d626c68c9fc"}],"id":"9e8dbd89-a40b-4ca6-b8c9-a627f75e02bc","_postman_id":"9e8dbd89-a40b-4ca6-b8c9-a627f75e02bc","description":""},{"name":"Login","id":"0df66857-c968-4456-ae85-f08d7a235e0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"email\": \"email\",\r\n\t\"password\": \"pass\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{urlApiGateway}}/v1/login","description":"<h3 id=\"documentación-de-la-api-login-api\">Documentación de la API: <strong>Login API</strong></h3>\n<hr />\n<h4 id=\"url-base-urlapigatewayv1login\"><strong>URL Base:</strong> {{urlApiGateway}}/v1/login</h4>\n<h4 id=\"descripción\"><strong>Descripción</strong></h4>\n<p>Esta API permite a los usuarios autenticarse en el sistema proporcionando sus credenciales (correo electrónico y contraseña). Al iniciar sesión con éxito, la API devolverá un <strong>Bearer Token</strong> que se debe utilizar para autenticar solicitudes a otras APIs. El token debe incluirse en el encabezado de autorización de todas las peticiones posteriores.</p>\n<p><strong>Método de Solicitud:</strong> POST</p>\n<h4 id=\"cuerpo-de-la-solicitud\"><strong>Cuerpo de la Solicitud:</strong></h4>\n<p>El cuerpo de la solicitud debe contener las credenciales del usuario en el siguiente formato:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo</th>\n<th>Descripción</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td><strong>(Requerido)</strong> Correo electrónico del usuario registrado.</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String</td>\n<td><strong>(Requerido)</strong> Contraseña del usuario.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"ejemplo-de-cuerpo-de-la-solicitud\"><strong>Ejemplo de Cuerpo de la Solicitud:</strong></h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"email\": \"email\",\n    \"password\": \"password\"\n}\n\n</code></pre>\n<hr />\n<h3 id=\"respuesta\"><strong>Respuesta:</strong></h3>\n<h4 id=\"respuesta-exitosa\"><strong>Respuesta Exitosa:</strong></h4>\n<p>Al iniciar sesión correctamente, se devolverá una respuesta JSON que contiene un <strong>Bearer Token</strong> y detalles del negocio asociado. Este token se deberá utilizar para autenticar todas las solicitudes a otras APIs, incluyendo el encabezado de la siguiente manera:</p>\n<p><strong>Ejemplo de Respuesta Exitosa:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"error\": false,\n    \"code\": 200,\n    \"token\": \"token\",\n    \"business\": {\n        \"business_uuid\": \"xxxxxx-xxxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"nombre\"\n    }\n}\n\n</code></pre>\n<h4 id=\"campos-de-la-respuesta\"><strong>Campos de la Respuesta:</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo</th>\n<th>Descripción</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>error</code></td>\n<td>Boolean</td>\n<td>Indica si hubo algún error en la solicitud.</td>\n</tr>\n<tr>\n<td><code>code</code></td>\n<td>Integer</td>\n<td>Código de estado HTTP. En caso de éxito, será <code>200</code>.</td>\n</tr>\n<tr>\n<td><code>token</code></td>\n<td>String</td>\n<td>El <strong>Bearer Token</strong> que se debe usar en el encabezado de autorización para otras APIs.</td>\n</tr>\n<tr>\n<td><code>business</code></td>\n<td>Object</td>\n<td>Información sobre el negocio asociado al usuario autenticado.</td>\n</tr>\n<tr>\n<td>- <code>business_uuid</code></td>\n<td>String</td>\n<td>Identificador único del negocio.</td>\n</tr>\n<tr>\n<td>- <code>name</code></td>\n<td>String</td>\n<td>Nombre del negocio asociado.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"notas-importantes\"><strong>Notas Importantes:</strong></h3>\n<ul>\n<li><p>El <strong>Bearer Token</strong> devuelto tiene un tiempo de expiración y debe ser renovado tras su vencimiento.</p>\n</li>\n<li><p>El token debe ser enviado en todas las solicitudes posteriores utilizando el siguiente formato en el encabezado:</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","login"],"host":["{{urlApiGateway}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0df66857-c968-4456-ae85-f08d7a235e0e"}],"id":"592bb7d7-4f83-44a9-a241-9f47a54028f5","_postman_id":"592bb7d7-4f83-44a9-a241-9f47a54028f5","description":""}],"id":"76ce9259-c1da-4491-896d-c71d17ea52df","description":"<p>Para iniciar a conectar con Pagalo 2.0 con el dominio pagalo.co, tener en cuenta lo siguiente</p>\n<p>Todas las pruebas de integraciones utilizar el subdominio</p>\n<blockquote>\n<p><strong>apitest.pagalo.co/v1</strong> </p>\n</blockquote>\n<p>Al realizar integraciones exitosas, y cumplir con requisitos de seguridad, el subdominio para producción es</p>\n<blockquote>\n<p><strong>api.pagalo.co/v1</strong> </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requisitos de seguridad</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Poseer Software de Comercio Electrónico</td>\n</tr>\n<tr>\n<td>Su sitio web debe de tener un certificado de seguridad SSL</td>\n</tr>\n<tr>\n<td>Deben de utilizar el Algoritmo Luhn</td>\n</tr>\n<tr>\n<td>Deben de verifica si la fecha de expiración de la tarjeta es válida</td>\n</tr>\n<tr>\n<td>Verificar en el reporte de transacciones si todo la información que envia esta correcto</td>\n</tr>\n<tr>\n<td>No guarda ningún dato sensible de la tarjeta (CVV, fecha de expiración)</td>\n</tr>\n<tr>\n<td>Deben de cumplir con las <a href=\"https://wiki.owasp.org/images/5/5e/OWASP-Top-10-2017-es.pdf\">10 de reglas de OWASP</a></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"76ce9259-c1da-4491-896d-c71d17ea52df"},{"name":"Pagalo V1","item":[{"name":"Payments","item":[{"name":"Credit Card","item":[{"name":"Payment Cybersource","id":"8363a013-c7fa-48ed-968d-582dd388ee81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"empresa\": \"{\\\"key_secret\\\":\\\"secret\\\",\\\"key_public\\\":\\\"public\\\",\\\"idenEmpresa\\\":\\\"empresa\\\"}\",\r\n  \r\n  \"cliente\": \"{\\\"nit\\\":\\\"55205801\\\",\\\"codigo\\\":\\\"3\\\",\\\"firstName\\\":\\\"Pagalo\\\",\\\"lastName\\\":\\\"CON\\\",\\\"street1\\\":\\\"12 Avenida Zona 15\\\",\\\"country\\\":\\\"GT\\\",\\\"city\\\":\\\"Guatemala\\\",\\\"state\\\":\\\"GT\\\",\\\"postalCode\\\":\\\"04001\\\",\\\"email\\\":\\\"pagalotest2@gmail.com\\\",\\\"ipAddress\\\":\\\"190.104.119.240\\\",\\\"phone\\\":\\\"40404040\\\",\\\"Total\\\":1.5,\\\"deviceFingerprintID\\\":\\\"\\\",\\\"currency\\\":\\\"GTQ\\\",\\\"fecha_transaccion\\\":\\\"2021-05-13 14:37:13\\\"}\",\r\n  \r\n  \"detalle\": \"[{\\\"nombre\\\":\\\"Servicio Virtual\\\",\\\"precio\\\":1.5,\\\"cantidad\\\":1,\\\"tipo\\\":\\\"producto\\\",\\\"id_producto\\\":\\\"777\\\",\\\"Subtotal\\\":1.5}]\",\r\n  \r\n  \"tarjetaPagalo\": \"{\\\"nameCard\\\":\\\"Pagalo Test\\\",\\\"accountNumber\\\":\\\"4000000000000416\\\",\\\"expirationMonth\\\":\\\"12\\\",\\\"expirationYear\\\":\\\"2021\\\",\\\"CVVCard\\\":\\\"123\\\"}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/api/v1/integracion/{token}","description":"<p><strong>Empresa Parameter</strong></p>\n<p>The company parameter must include the credentials so that the system can identify which business is making the transaction, the fields that form the parameter are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Description</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>key_secret</td>\n<td>Company's Secret Key</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>key_public</td>\n<td>Company's public key</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>idenEmpresa</td>\n<td>Company Identity</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Cliente Parameter</strong></p>\n<p>The customer parameter must include the necessary information of the customer so that the system can have record of the person who made the transaction, the fields that form the parameter are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Description</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstName</td>\n<td>Customer Name</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>Customer's last name</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>street1</td>\n<td>Customer's address</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>country</td>\n<td>Country code according to ISO 3166-1</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>city</td>\n<td>City or department of the country</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State or Municipality of the city (For countries such as the United States and Canada the name of the State must be abbreviated)</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>Zip Code</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Customer's e-mail address</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>Currency code according to country by ISO 4217</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ipAddress</td>\n<td>Customer IP</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Customer's phone number</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Total</td>\n<td>Total sales</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>fecha_transaccion</td>\n<td>Date of the transaction the format should be entered as follows: YYYYY-MM-DD HH:MM:SS, please do not send a date type object as the system returns a 500 error.</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>deviceFingerprintID</td>\n<td>Fingerprint requested by the CyberSource security filter</td>\n<td>Text</td>\n<td>NO</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Producto Parameter</strong></p>\n<p>The product parameter must include the information of the items that the customer is buying so that the system can register it in the transaction, the fields that form the parameter are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id_producto</td>\n<td>SKU or unique ID to identify the product, this identifier is specific to the retailer so you can keep track of your inventory on your website</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>nombre</td>\n<td>Product name</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>precio</td>\n<td>Product price</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cantidad</td>\n<td>Product Quantity</td>\n<td>Number</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>tipo</td>\n<td>Type of Product (product or service)</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>Price x quantity of product</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>The parameter tarjetaPagalo is necessary to include the information of the customer's card so that the system can make the charge and register it in the transaction, the fields that form the parameter are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Description</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>nameCard</td>\n<td>Name of the cardholder</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>accountNumber</td>\n<td>Card number</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>expirationMonth</td>\n<td>Month of expiration date (2 digits)</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>expirationYear</td>\n<td>Year of expiration date (4 digits)</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CVVcard</td>\n<td>Security CVV or card security code (3 to 4 digits) digitos)</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","integracion","{token}"],"host":["app","pagalocard","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8363a013-c7fa-48ed-968d-582dd388ee81"},{"name":"Payment Epay","id":"b72b632c-bb70-408f-9bb4-471b34e3479a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"empresa\": \"{\\\"key_secret\\\":\\\"secret\\\",\\\"key_public\\\":\\\"public\\\",\\\"idenEmpresa\\\":\\\"empresa\\\"}\",\r\n  \r\n  \"cliente\": \"{\\\"nit\\\":\\\"55205801\\\",\\\"codigo\\\":\\\"3\\\",\\\"firstName\\\":\\\"Pagalo\\\",\\\"lastName\\\":\\\"CON\\\",\\\"street1\\\":\\\"12 Avenida Zona 15\\\",\\\"country\\\":\\\"GT\\\",\\\"city\\\":\\\"Guatemala\\\",\\\"state\\\":\\\"GT\\\",\\\"postalCode\\\":\\\"04001\\\",\\\"email\\\":\\\"pagalotest2@gmail.com\\\",\\\"ipAddress\\\":\\\"190.104.119.240\\\",\\\"phone\\\":\\\"40404040\\\",\\\"Total\\\":1.5,\\\"deviceFingerprintID\\\":\\\"\\\",\\\"currency\\\":\\\"GTQ\\\",\\\"fecha_transaccion\\\":\\\"2021-05-13 14:37:13\\\"}\",\r\n  \r\n  \"detalle\": \"[{\\\"nombre\\\":\\\"Servicio Virtual\\\",\\\"precio\\\":1.5,\\\"cantidad\\\":1,\\\"tipo\\\":\\\"producto\\\",\\\"id_producto\\\":\\\"777\\\",\\\"Subtotal\\\":1.5}]\",\r\n  \r\n  \"tarjetaPagalo\": \"{\\\"nameCard\\\":\\\"Pagalo Test\\\",\\\"accountNumber\\\":\\\"4000000000000416\\\",\\\"expirationMonth\\\":\\\"12\\\",\\\"expirationYear\\\":\\\"2021\\\",\\\"CVVCard\\\":123}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/api/v1/integracionpg/{token}","description":"<p><strong>Empresa Parameter</strong></p>\n<p>The company parameter must include the credentials so that the system can identify which business is making the transaction, the fields that form the parameter are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Description</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>key_secret</td>\n<td>Company's Secret Key</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>key_public</td>\n<td>Company's public key</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>idenEmpresa</td>\n<td>Company Identity</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Cliente Parameter</strong></p>\n<p>The customer parameter must include the necessary information of the customer so that the system can have record of the person who made the transaction, the fields that form the parameter are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Description</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstName</td>\n<td>Customer Name</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>Customer's last name</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>street1</td>\n<td>Customer's address</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>country</td>\n<td>Country code according to ISO 3166-1</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>city</td>\n<td>City or department of the country</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State or Municipality of the city (For countries such as the United States and Canada the name of the State must be abbreviated)</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>Zip Code</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Customer's e-mail address</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>Currency code according to country by ISO 4217</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ipAddress</td>\n<td>Customer IP</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Customer's phone number</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Total</td>\n<td>Total sales</td>\n<td>Number float</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>fecha_transaccion</td>\n<td>Date of the transaction the format should be entered as follows: YYYYY-MM-DD HH:MM:SS, please do not send a date type object as the system returns a 500 error.</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Producto Parameter</strong></p>\n<p>The product parameter must include the information of the items that the customer is buying so that the system can register it in the transaction, the fields that form the parameter are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id_producto</td>\n<td>SKU or unique ID to identify the product, this identifier is specific to the retailer so you can keep track of your inventory on your website</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>nombre</td>\n<td>Product name</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>precio</td>\n<td>Product price</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cantidad</td>\n<td>Product Quantity</td>\n<td>Number</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>tipo</td>\n<td>Type of Product (product or service)</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Subtotal</td>\n<td>Price x quantity of product</td>\n<td>Number float</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>The parameter tarjetaPagalo is necessary to include the information of the customer's card so that the system can make the charge and register it in the transaction, the fields that form the parameter are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Description</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>nameCard</td>\n<td>Name of the cardholder</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>accountNumber</td>\n<td>Card number</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>expirationMonth</td>\n<td>Month of expiration date (2 digits)</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>expirationYear</td>\n<td>Year of expiration date (4 digits)</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CVVcard</td>\n<td>Security CVV or card security code (3 to 4 digits) digitos)</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","integracionpg","{token}"],"host":["app","pagalocard","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b72b632c-bb70-408f-9bb4-471b34e3479a"},{"name":"Payment Epay Quota","id":"6d4d5d08-7441-4a70-8fae-3936380c4da8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"empresa\": \"{\\\"key_secret\\\":\\\"secret\\\",\\\"key_public\\\":\\\"public\\\",\\\"idenEmpresa\\\":\\\"idempresa\\\"}\",\r\n  \r\n  \"cliente\": \"{\\\"nit\\\":\\\"55205801\\\",\\\"codigo\\\":\\\"3\\\",\\\"firstName\\\":\\\"Pagalo\\\",\\\"lastName\\\":\\\"CON\\\",\\\"street1\\\":\\\"12 Avenida Zona 15\\\",\\\"country\\\":\\\"GT\\\",\\\"city\\\":\\\"Guatemala\\\",\\\"state\\\":\\\"GT\\\",\\\"postalCode\\\":\\\"04001\\\",\\\"email\\\":\\\"pagalotest2@gmail.com\\\",\\\"ipAddress\\\":\\\"190.104.119.240\\\",\\\"phone\\\":\\\"40404040\\\",\\\"Total\\\":1.5,\\\"deviceFingerprintID\\\":\\\"\\\",\\\"currency\\\":\\\"GTQ\\\",\\\"fecha_transaccion\\\":\\\"2021-05-13 14:37:13\\\"}\",\r\n  \r\n  \"detalle\": \"[{\\\"nombre\\\":\\\"Servicio Virtual\\\",\\\"precio\\\":1.5,\\\"cantidad\\\":1,\\\"tipo\\\":\\\"producto\\\",\\\"id_producto\\\":\\\"777\\\",\\\"Subtotal\\\":1.5}]\",\r\n  \r\n  \"tarjetaPagalo\": \"{\\\"nCuotas\\\":\\\"3\\\",\\\"nameCard\\\":\\\"Pagalo Test\\\",\\\"accountNumber\\\":\\\"4000000000000416\\\",\\\"expirationMonth\\\":\\\"12\\\",\\\"expirationYear\\\":\\\"2021\\\",\\\"CVVCard\\\":\\\"123\\\"}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/api/v1/integracionpg/{token}","description":"<p><strong>Empresa Parameter</strong></p>\n<p>The company parameter must include the credentials so that the system can identify which business is making the transaction, the fields that form the parameter are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Description</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>key_secret</td>\n<td>Company's Secret Key</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>key_public</td>\n<td>Company's public key</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>idenEmpresa</td>\n<td>Company Identity</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Cliente Parameter</strong></p>\n<p>The customer parameter must include the necessary information of the customer so that the system can have record of the person who made the transaction, the fields that form the parameter are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Description</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstName</td>\n<td>Customer Name</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>Customer's last name</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>street1</td>\n<td>Customer's address</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>country</td>\n<td>Country code according to ISO 3166-1</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>city</td>\n<td>City or department of the country</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State or Municipality of the city (For countries such as the United States and Canada the name of the State must be abbreviated)</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>Zip Code</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Customer's e-mail address</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>Currency code according to country by ISO 4217</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ipAddress</td>\n<td>Customer IP</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Customer's phone number</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Total</td>\n<td>Total sales</td>\n<td>Number float</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>fecha_transaccion</td>\n<td>Date of the transaction the format should be entered as follows: YYYYY-MM-DD HH:MM:SS, please do not send a date type object as the system returns a 500 error.</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Producto Parameter</strong></p>\n<p>The product parameter must include the information of the items that the customer is buying so that the system can register it in the transaction, the fields that form the parameter are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id_producto</td>\n<td>SKU or unique ID to identify the product, this identifier is specific to the retailer so you can keep track of your inventory on your website</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>nombre</td>\n<td>Product name</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>precio</td>\n<td>Product price</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cantidad</td>\n<td>Product Quantity</td>\n<td>Number</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>tipo</td>\n<td>Type of Product (product or service)</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Subtotal</td>\n<td>Price x quantity of product</td>\n<td>Number float</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>The parameter tarjetaPagalo is necessary to include the information of the customer's card so that the system can make the charge and register it in the transaction, the fields that form the parameter are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Description</th>\n<th>Type</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>nameCard</td>\n<td>Name of the cardholder</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>accountNumber</td>\n<td>Card number</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>expirationMonth</td>\n<td>Month of expiration date (2 digits)</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>expirationYear</td>\n<td>Year of expiration date (4 digits)</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CVVcard</td>\n<td>Security CVV or card security code (3 to 4 digits) digitos)</td>\n<td>Text</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>nCuotas</td>\n<td>Adding the parameter detects the installment charge and the amount to split the payment.</td>\n<td>Text</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","integracionpg","{token}"],"host":["app","pagalocard","com"],"query":[],"variable":[]}},"response":[{"id":"ff820006-d6a2-41ab-bccc-18cca4c7ceb6","name":"Payment Epay Quota","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"empresa\": \"{\\\"key_secret\\\":\\\"secret\\\",\\\"key_public\\\":\\\"public\\\",\\\"idenEmpresa\\\":\\\"idempresa\\\"}\",\r\n  \r\n  \"cliente\": \"{\\\"nit\\\":\\\"55205801\\\",\\\"codigo\\\":\\\"3\\\",\\\"firstName\\\":\\\"Pagalo\\\",\\\"lastName\\\":\\\"CON\\\",\\\"street1\\\":\\\"12 Avenida Zona 15\\\",\\\"country\\\":\\\"GT\\\",\\\"city\\\":\\\"Guatemala\\\",\\\"state\\\":\\\"GT\\\",\\\"postalCode\\\":\\\"04001\\\",\\\"email\\\":\\\"pagalotest2@gmail.com\\\",\\\"ipAddress\\\":\\\"190.104.119.240\\\",\\\"phone\\\":\\\"40404040\\\",\\\"Total\\\":1.5,\\\"deviceFingerprintID\\\":\\\"\\\",\\\"currency\\\":\\\"GTQ\\\",\\\"fecha_transaccion\\\":\\\"2021-05-13 14:37:13\\\"}\",\r\n  \r\n  \"detalle\": \"[{\\\"nombre\\\":\\\"Servicio Virtual\\\",\\\"precio\\\":1.5,\\\"cantidad\\\":1,\\\"tipo\\\":\\\"producto\\\",\\\"id_producto\\\":\\\"777\\\",\\\"Subtotal\\\":1.5}]\",\r\n  \r\n  \"tarjetaPagalo\": \"{\\\"nCuotas\\\":\\\"3\\\",\\\"nameCard\\\":\\\"Pagalo Test\\\",\\\"accountNumber\\\":\\\"4000000000000416\\\",\\\"expirationMonth\\\":\\\"12\\\",\\\"expirationYear\\\":\\\"2021\\\",\\\"CVVCard\\\":\\\"123\\\"}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/api/v1/integracionpg/{token}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"decision\": \"ACCEPT\",\n    \"reasonCode\": \"00\",\n    \"requestID\": \"032210027920\",\n    \"infotran\": {\n        \"auditNumber\": \"027920\",\n        \"referenceNumber\": \"032210027920\",\n        \"authorizationNumber\": \"001876\",\n        \"responseCode\": \"00\",\n        \"messageType\": \"0210\"\n    },\n    \"metadata\":{\n        \"version\":\"1.0\",\n        \"created_at\":\"2020-05-10 06:00:05\",\n        \"udpated_at\":\"2021-05-12 08:02:45\",\n        \"created_by\":\"developer-pagalo\",\n        \"domain\":\"app.pagalocard.com\",\n        \"description\":\"Pagos con pasarela Epay y cuotas\"\n    },\n    \"estado\": 1\n}"}],"_postman_id":"6d4d5d08-7441-4a70-8fae-3936380c4da8"}],"id":"3dcad7f7-25cc-4a81-af8e-07b9cb028c30","_postman_id":"3dcad7f7-25cc-4a81-af8e-07b9cb028c30","description":""},{"name":"Cash","item":[{"name":"Create Sale","id":"d0671828-00c4-4668-850c-de5630ae0cc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \"IDENEMPRESA\":\"M32344233\", \r\n \"API_PUBLIC\":\"hk3h2j23j4\",\r\n \"API_SECRET\":\"32330uedes34hk2\",\r\n \"producto\": \"Suscripcion de masajes\",\r\n \"monto\":250.00, //Monto enviarlo en formato decimal\r\n \"cliente\":\"Carlos Perez\",\r\n \"telefono\":\"40404040\",\r\n \"email\":\"cliente@gmail.com\",\r\n \"dpi\": \"26365645454\",\r\n \"direccion\": \"15 calle Zona 10 Guatemala\",\r\n \"punto\":\"pronet\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://test.pagalocard.com/api/v1/pagalocash/crearventa/{token}","description":"<p>The following information is required to make a sale</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Español</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Para realizar una venta es necesario los siguientes datos</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Params</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>producto</td>\n<td>Product description</td>\n</tr>\n<tr>\n<td>monto</td>\n<td>Amount receivable</td>\n</tr>\n<tr>\n<td>cliente</td>\n<td>Customer's name</td>\n</tr>\n<tr>\n<td>telefono</td>\n<td>Client's phone number</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Customer's email address</td>\n</tr>\n<tr>\n<td>dpi</td>\n<td>DPI Number</td>\n</tr>\n<tr>\n<td>direccion</td>\n<td>Shipping Address</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","pagalocash","crearventa","{token}"],"host":["test","pagalocard","com"],"query":[],"variable":[]}},"response":[{"id":"c5fa0e85-e5d8-4b77-a60f-6432de5c3ef0","name":"Create Sale","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \"IDENEMPRESA\":\"M32344233\",\r\n \"API_PUBLIC\":\"hk3h2j23j4\",\r\n \"API_SECRET\":\"32330uedes34hk2\",\r\n \"producto\": \"Suscripcion de masajes\",\r\n \"monto\":\"250.00\",\r\n \"cliente\":\"Carlos Perez\",\r\n \"telefono\":\"40404040\",\r\n \"email\":\"cliente@gmail.com\",\r\n \"dpi\": \"26365645454\",\r\n \"direccion\": \"15 calle Zona 10 Guatemala\",\r\n \"punto\":\"pronet\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://test.pagalocard.com/api/v1/pagalocash/crearventa/{token}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n \"codMensaje\":\"00\",\r\n \"idpago\": \"r4w34e\",\r\n \"datoEncontrado\":true,\r\n \"producto\": \"Suscripcion de masajes\",\r\n \"monto\":250.00,\r\n \"cliente\":\"Carlos Perez\",\r\n \"fecha_expiracion\":\"2021-02-15 00:00:00\",\r\n \"metadata\":{\r\n        \"version\":\"1.0\",\r\n        \"created_at\":\"2020-05-10 06:00:05\",\r\n        \"udpated_at\":\"2021-05-12 08:02:45\",\r\n        \"created_by\":\"developer-pagalo\",\r\n        \"domain\":\"app.pagalocard.com\",\r\n        \"description\":\"Crear una venta con PagaloCash\"\r\n}\r\n}"}],"_postman_id":"d0671828-00c4-4668-850c-de5630ae0cc2"},{"name":"Consult Points","id":"c6fe8fa3-200a-44f6-8b42-db1df74c4e0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n \"IDENEMPRESA\":\"M32344233\",\r\n \"API_PUBLIC\":\"hk3h2j23j4\",\r\n \"API_SECRET\":\"32330uedes34hk2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://test.pagalocard.com/api/v1/pagalocash/consultarpunto/{token}","description":"<p>A cash point is the supplier that will receive the funds for the sale and settlement process.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Español</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Un punto de cash es el proveedor que recibira los fondos para luego realizar el proceso de venta y liquidacion</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Pronet (Pronet, Akisi, Intermex, Banco de Antigua)</li>\n<li>Airpak</li>\n<li>BAM</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","pagalocash","consultarpunto","{token}"],"host":["test","pagalocard","com"],"query":[],"variable":[]}},"response":[{"id":"c9c8fa5c-e53a-4b93-a7e4-0ff8eb810c97","name":"Consult Points","originalRequest":{"method":"GET","header":[],"url":"https://test.pagalocard.com/api/v1/pagalocash/consultarpunto/{token}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n \"codMensaje\":\"00\",\r\n \"puntos\":[\r\n       {\r\n        \"nombre\":\"pronet\"\r\n       },\r\n        {\r\n        \"nombre\":\"bam\"\r\n       },\r\n       {\r\n        \"nombre\":\"airpak\"\r\n       }\r\n  ],\r\n  \"metadata\":{\r\n        \"version\":\"1.0\",\r\n        \"created_at\":\"2020-05-10 06:00:05\",\r\n        \"udpated_at\":\"2021-05-12 08:02:45\",\r\n        \"created_by\":\"developer-pagalo\",\r\n        \"domain\":\"app.pagalocard.com\",\r\n        \"description\":\"Consultar puntos de PagaloCash\"\r\n   }\r\n } "}],"_postman_id":"c6fe8fa3-200a-44f6-8b42-db1df74c4e0d"},{"name":"Consult Branch","id":"1e00eb9d-ea91-4395-b3e3-120aca5540ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n \"IDENEMPRESA\":\"M32344233\",\r\n \"API_PUBLIC\":\"hk3h2j23j4\",\r\n \"API_SECRET\":\"32330uedes34hk2\",\r\n \"punto\":\"pronet\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://test.pagalocard.com/api/v1/pagalocash/sucursales/{token}","description":"<p>The branches are obtained on the basis of the consulted point.</p>\n","urlObject":{"protocol":"https","path":["api","v1","pagalocash","sucursales","{token}"],"host":["test","pagalocard","com"],"query":[],"variable":[]}},"response":[{"id":"7783f403-487f-4091-8311-251ce8032a6a","name":"Consult Branch","originalRequest":{"method":"GET","header":[],"url":"https://test.pagalocard.com/api/v1/pagalocash/sucursales/{token}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"codMensaje\": \"00\",\n    \"puntos\": [\n        {\n            \"cadena\": \"Cajas de Desarrollo\",\n            \"nombre\": \"TIENDA VILLA SAN ANDRES\",\n            \"departamento\": \"Quetzaltenango\",\n            \"municipio\": \"Quetzaltenango\",\n            \"direccion\": \"Final de la 9 avenida 14-96 Zona 1 del Municipio de Quetzaltenango del Departamento de Quetzaltenango\",\n            \"latitud\": \"14.8207518\",\n            \"longitud\": \"-98.7923\"\n        }\n    ],\n    \"metadata\":{\n        \"version\":\"1.0\",\n        \"created_at\":\"2020-05-10 06:00:05\",\n        \"udpated_at\":\"2021-05-12 08:02:45\",\n        \"created_by\":\"developer-pagalo\",\n        \"domain\":\"app.pagalocard.com\",\n        \"description\":\"Consultar sucursales\"\n   }\n}"}],"_postman_id":"1e00eb9d-ea91-4395-b3e3-120aca5540ee"},{"name":"Transaction Status","id":"363d2973-12c4-416d-a884-e0241c492e9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n \"IDENEMPRESA\":\"M32344233\",\r\n \"API_PUBLIC\":\"hk3h2j23j4\",\r\n \"API_SECRET\":\"32330uedes34hk2\",\r\n \"idpago\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://test.pagalocard.com/api/v1/pagalocash/estadotransaccion/{token}","description":"<p>When a sale is made it remains in Pending status and until the customer takes the money to a payment point it changes its status to Paid.</p>\n","urlObject":{"protocol":"https","path":["api","v1","pagalocash","estadotransaccion","{token}"],"host":["test","pagalocard","com"],"query":[],"variable":[]}},"response":[{"id":"af289abd-9278-4f5e-a499-34ad32b0bd03","name":"Transaction Status","originalRequest":{"method":"GET","header":[],"url":"https://test.pagalocard.com/api/v1/pagalocash/estadotransaccion/{token}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"codMensaje\": \"00\",\n    \"idpago\": \"1234\",\n    \"estado\": \"Anulado\",\n    \"metadata\":{\n        \"version\":\"1.0\",\n        \"created_at\":\"2020-05-10 06:00:05\",\n        \"udpated_at\":\"2021-05-12 08:02:45\",\n        \"created_by\":\"developer-pagalo\",\n        \"domain\":\"app.pagalocard.com\",\n        \"description\":\"Status de la transaccion\"\n   }\n}"}],"_postman_id":"363d2973-12c4-416d-a884-e0241c492e9f"},{"name":"Cancel Transaction","id":"f48fdff5-5817-4dc7-8c7f-d05d357a8c1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n \"IDENEMPRESA\":\"M32344233\",\r\n \"API_PUBLIC\":\"hk3h2j23j4\",\r\n \"API_SECRET\":\"32330uedes34hk2\",\r\n \"idpago\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://test.pagalocard.com/api/v1/pagalocash/anulartransaccion/{token}","description":"<p>If the customer does not pay or the service or product is not delivered, it can be cancelled.</p>\n","urlObject":{"protocol":"https","path":["api","v1","pagalocash","anulartransaccion","{token}"],"host":["test","pagalocard","com"],"query":[],"variable":[]}},"response":[{"id":"67c46284-6085-4dbb-91fa-446773c37ecb","name":"Cancel Transaction","originalRequest":{"method":"GET","header":[],"url":"https://test.pagalocard.com/api/v1/pagalocash/anulartransaccion/{token}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"codMensaje\": \"00\",\n    \"idpago\": \"1234\",\n    \"estado\": \"Anulado\",\n    \"metadata\":{\n        \"version\":\"1.0\",\n        \"created_at\":\"2020-05-10 06:00:05\",\n        \"udpated_at\":\"2021-05-12 08:02:45\",\n        \"created_by\":\"developer-pagalo\",\n        \"domain\":\"app.pagalocard.com\",\n        \"description\":\"Cancelar la transaccion\"\n   }\n}"}],"_postman_id":"f48fdff5-5817-4dc7-8c7f-d05d357a8c1e"}],"id":"eba490ea-39de-46dd-93e7-b3943da76a29","description":"<h3 id=\"objective\">OBJECTIVE</h3>\n<p>Every transaction made by PagaloCash generates a unique code or token to make a cash payment.</p>\n<p><strong>Transaction process</strong></p>\n<ul>\n<li>Merchant shares link or online store with PagaloCash enabled option.</li>\n<li>Customer selects the product and accepts the transaction</li>\n<li>A unique 6-digit token is generated This payment code lasts for 48 hours</li>\n<li>The transaction remains in pending status Customer goes to Cash points and displays the payment code</li>\n<li>The payment code is queried from the system</li>\n<li>Proceeds to make the payment in cash and changes the status to Paid</li>\n<li>Merchant receives confirmation to proceed to deliver the product or service</li>\n</ul>\n<p><strong>API URL</strong>\n*Token is provided in credentials</p>\n<p><code><a href=\"https://test.pagalocard.com/api/v1/pagalocash/%7Btoken%7D\">https://test.pagalocard.com/api/v1/pagalocash/{token}</a></code></p>\n<p><strong>Fields for authorization</strong></p>\n<p>The fields will be provided in the credentials for the connection data</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>- IDENEMPRESA: M32344233\n- API_PUBLIC: hk3h2j23j4\n- API_SECRET: 32330uedes34hk2\n</code></pre><p><strong>RESTUL connection methods</strong></p>\n<ul>\n<li>Create a sale with POST</li>\n<li>Consult cash point by GET</li>\n<li>Consult cash point branches with GET</li>\n<li>Consult transaction status via POST</li>\n<li>Cancel transaction by POST</li>\n</ul>\n<hr />\n","_postman_id":"eba490ea-39de-46dd-93e7-b3943da76a29"}],"id":"36f6cac6-b548-4c87-9a4f-10499e6c4ae7","_postman_id":"36f6cac6-b548-4c87-9a4f-10499e6c4ae7","description":""},{"name":"Integrations","item":[{"name":"Products","item":[{"name":"Create Product","id":"5266e51f-0c2c-4fc0-a8a6-b1706763a426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\t\r\n    \"empresa\": \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n\t\"sku\"         :\"Prueba.14.may.2021\",\t\r\n\t\"precio_usd\"  :\"\",\r\n\t\"precio\"      :\"199.99\",\r\n\t\"ac_stock\"     :\"0\",\r\n\t\"categoria\"   :\"30\",\r\n\t\"subcategoria\":null,\r\n\t\"stock\"       :\"0\",\r\n\t\"nombre\"      :\"Aretes Modelo abc\",\r\n\t\"descripcion\" :\"Aretes de oro 14K\",\r\n\t\"peso\"        :\"1\",\r\n\t\"altura\"      :\"0\",\r\n\t\"anchura\"     :\"0\",\r\n\t\"largo\"       :\"0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/products/createProduct/{token}","description":"<h5 id=\"description\">Description</h5>\n<p>This api is used for create products</p>\n<h5 id=\"main-parameters\">Main Parameters</h5>\n<h6 id=\"token-parameters-added-in-url\">Token parameters added in url</h6>\n<ul>\n<li>{token}</li>\n</ul>\n<h6 id=\"body-parameters-json-string\">Body parameters json string</h6>\n<ul>\n<li>empresa,      json element</li>\n<li>key_public,   value: string  </li>\n<li>key_secret,   value: string </li>\n<li>idenEmpresa,  value: string</li>\n<li>sku, <ul>\n<li>( internal product code )</li>\n</ul>\n</li>\n<li>precio_usd<ul>\n<li>( dollar price )</li>\n</ul>\n</li>\n<li>precio<ul>\n<li>( price )</li>\n</ul>\n</li>\n<li>ac_stock<ul>\n<li>( value 1 for check inventory, value \"0\" deactivate validation )</li>\n</ul>\n</li>\n<li>categoria<ul>\n<li>( product category )</li>\n</ul>\n</li>\n<li>subcategoria<ul>\n<li>( producto sub-category )</li>\n</ul>\n</li>\n<li>stock</li>\n<li>nombre<ul>\n<li>( product name )</li>\n</ul>\n</li>\n<li>descripcion<ul>\n<li>( product description )</li>\n</ul>\n</li>\n<li>peso<ul>\n<li>( product weight )</li>\n</ul>\n</li>\n<li>altura<ul>\n<li>( prodct heigth )</li>\n</ul>\n</li>\n<li>anchura<ul>\n<li>( product width )</li>\n</ul>\n</li>\n<li>largo<ul>\n<li>( prodcut long )</li>\n</ul>\n</li>\n</ul>\n<p><em><strong>Remark</strong></em></p>\n<p>The json has to be formed like this:</p>\n<p>\"empresa\":\"{\"key_secret\":\"V.....lVZ5jltZl8IvhnyB\",  \"key_public\":\"KpWR.....5LLZvJQL73mg2oVPL\",  \"idenEmpresa\":\"B4....43\"}\"</p>\n<h4 id=\"optional-parameters\">Optional Parameters</h4>\n<p>none</p>\n","urlObject":{"protocol":"https","path":["integration","products","createProduct","{token}"],"host":["app","pagalocard","com"],"query":[],"variable":[]}},"response":[{"id":"ad20aa26-6bd7-4cba-8c02-5deee05b964e","name":"Create Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\t\r\n    \"empresa\": \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n\t\"sku\"         :\"Prueba.14.may.2021\",\t\r\n\t\"precio_usd\"  :\"\",\r\n\t\"precio\"      :\"199.99\",\r\n\t\"ac_stock\"     :\"0\",\r\n\t\"categoria\"   :\"30\",\r\n\t\"subcategoria\":null,\r\n\t\"stock\"       :\"0\",\r\n\t\"nombre\"      :\"Aretes Modelo abc\",\r\n\t\"descripcion\" :\"Aretes de oro 14K\",\r\n\t\"peso\"        :\"1\",\r\n\t\"altura\"      :\"0\",\r\n\t\"anchura\"     :\"0\",\r\n\t\"largo\"       :\"0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/products/createProduct/{token}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id_producto\": 7038,\n    \"metadata\":{\n        \"version\":\"1.0\",\n        \"created_at\":\"2020-05-10 06:00:05\",\n        \"udpated_at\":\"2021-05-12 08:02:45\",\n        \"created_by\":\"developer-pagalo\",\n        \"domain\":\"app.pagalocard.com\",\n        \"description\":\"Crear un producto\"\n   }\n}"}],"_postman_id":"5266e51f-0c2c-4fc0-a8a6-b1706763a426"},{"name":"Update Product","id":"459b1ddb-31ed-4503-9ade-c9f7b18cb532","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\t\r\n    \"empresa\": \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n    \"id\"          :6631,\r\n\t\"sku\"         :\"Prueba.14.may.2021\",\t\r\n  \t\"precio_usd\"  :\"\",\r\n\t\"precio\"      :\"199.99\",\r\n\t\"ac_stock\"    :\"0\",\r\n\t\"categoria\"   :\"30\",\r\n\t\"subcategoria\":null,\r\n\t\"stock\"       :\"0\",\r\n\t\"nombre\"      :\"Aretes Modelo abc\",\r\n\t\"descripcion\" :\"Aretes de oro 14K\",\r\n\t\"peso\"        :\"1\",\r\n\t\"altura\"      :\"0\",\r\n\t\"anchura\"     :\"0\",\r\n\t\"largo\"       :\"0\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/products/updateProduct/{token}","description":"<h5 id=\"description\">Description</h5>\n<p>This api is used for update products</p>\n<h5 id=\"main-parameters\">Main Parameters</h5>\n<h6 id=\"token-parameters-added-in-url\">Token parameters added in url</h6>\n<ul>\n<li>{token}</li>\n</ul>\n<h6 id=\"body-parameters-json-string\">Body parameters json string</h6>\n<ul>\n<li>empresa,      json element</li>\n<li>key_public,   value: string  </li>\n<li>key_secret,   value: string </li>\n<li>idenEmpresa,  value: string</li>\n<li>id<ul>\n<li>( primary key product identification )</li>\n</ul>\n</li>\n<li>sku, <ul>\n<li>( internal product code )</li>\n</ul>\n</li>\n<li>precio_usd<ul>\n<li>( dollar price )</li>\n</ul>\n</li>\n<li>precio<ul>\n<li>( price )</li>\n</ul>\n</li>\n<li>ac_stock<ul>\n<li>( value 1 for check inventory, value \"0\" deactivate validation )</li>\n</ul>\n</li>\n<li>categoria<ul>\n<li>( product category )</li>\n</ul>\n</li>\n<li>subcategoria<ul>\n<li>( producto sub-category )</li>\n</ul>\n</li>\n<li>stock</li>\n<li>nombre<ul>\n<li>( product name )</li>\n</ul>\n</li>\n<li>descripcion<ul>\n<li>( product description )</li>\n</ul>\n</li>\n<li>peso<ul>\n<li>( product weight )</li>\n</ul>\n</li>\n<li>altura<ul>\n<li>( prodct heigth )</li>\n</ul>\n</li>\n<li>anchura<ul>\n<li>( product width )</li>\n</ul>\n</li>\n<li>largo<ul>\n<li>( prodcut long )</li>\n</ul>\n</li>\n</ul>\n<p><em><strong>Remark</strong></em></p>\n<p>The json has to be formed like this:</p>\n<p>\"empresa\":\"{\"key_secret\":\"V.....lVZ5jltZl8IvhnyB\",  \"key_public\":\"KpWR.....5LLZvJQL73mg2oVPL\",  \"idenEmpresa\":\"B4....43\"}\"</p>\n<h4 id=\"optional-parameters\">Optional Parameters</h4>\n<p>none</p>\n","urlObject":{"protocol":"https","path":["integration","products","updateProduct","{token}"],"host":["app","pagalocard","com"],"query":[],"variable":[]}},"response":[{"id":"f247b006-be25-401f-8fd6-bbd1d6b62e40","name":"Update Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\t\r\n    \"empresa\": \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n    \"id\"          :6631,\r\n\t\"sku\"         :\"Prueba.14.may.2021\",\t\r\n  \t\"precio_usd\"  :\"\",\r\n\t\"precio\"      :\"199.99\",\r\n\t\"ac_stock\"    :\"0\",\r\n\t\"categoria\"   :\"30\",\r\n\t\"subcategoria\":null,\r\n\t\"stock\"       :\"0\",\r\n\t\"nombre\"      :\"Aretes Modelo abc\",\r\n\t\"descripcion\" :\"Aretes de oro 14K\",\r\n\t\"peso\"        :\"1\",\r\n\t\"altura\"      :\"0\",\r\n\t\"anchura\"     :\"0\",\r\n\t\"largo\"       :\"0\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/products/updateProduct/{token}"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id_producto\": 7038,\n    \"metadata\": {\n        \"version\": \"1.0\",\n        \"created_at\": \"2020-05-10 06:00:05\",\n        \"udpated_at\": \"2021-05-12 08:02:45\",\n        \"created_by\": \"developer-pagalo\",\n        \"domain\": \"app.pagalocard.com\",\n        \"description\": \"Editar productos\"\n    }\n}"}],"_postman_id":"459b1ddb-31ed-4503-9ade-c9f7b18cb532"},{"name":"Disable Product","id":"ebb984d1-bf32-424b-8146-e0aedd891453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\t\r\n    \"empresa\": \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n    \"id\":6631\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/products/disableProduct/{token}","description":"<h5 id=\"description\">Description</h5>\n<p>This api is used for deactivate product</p>\n<h5 id=\"main-parameters\">Main Parameters</h5>\n<h6 id=\"token-parameters-added-in-url\">Token parameters added in url</h6>\n<ul>\n<li>{token}</li>\n</ul>\n<h6 id=\"body-parameters-json-string\">Body parameters json string</h6>\n<ul>\n<li>empresa,      json element</li>\n<li>key_public,   value: string  </li>\n<li>key_secret,   value: string </li>\n<li>idenEmpresa,  value: string</li>\n<li>id<ul>\n<li>( primary key prodcut identification )</li>\n</ul>\n</li>\n</ul>\n<p><em><strong>Remark</strong></em></p>\n<p>The json has to be formed like this:</p>\n<p>\"empresa\":\"{\"key_secret\":\"V.....lVZ5jltZl8IvhnyB\",  \"key_public\":\"KpWR.....5LLZvJQL73mg2oVPL\",  \"idenEmpresa\":\"B4....43\"}\"</p>\n<h4 id=\"optional-parameters\">Optional Parameters</h4>\n<p>none</p>\n","urlObject":{"protocol":"https","path":["integration","products","disableProduct","{token}"],"host":["app","pagalocard","com"],"query":[],"variable":[]}},"response":[{"id":"5e9da037-bc72-4168-ba6c-0db3ee8d6d53","name":"Disable Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\t\r\n    \"empresa\": \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n    \"id\":6631\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/products/disableProduct/{token}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7038,\n    \"metadata\":{\n        \"version\":\"1.0\",\n        \"created_at\":\"2020-05-10 06:00:05\",\n        \"udpated_at\":\"2021-05-12 08:02:45\",\n        \"created_by\":\"developer-pagalo\",\n        \"domain\":\"app.pagalocard.com\",\n        \"description\":\"Deshabilitar productos\"\n   }\n}"}],"_postman_id":"ebb984d1-bf32-424b-8146-e0aedd891453"}],"id":"8ea9790a-e840-4cd3-8028-6e35166eb4f1","description":"<h3 id=\"objetive\">Objetive</h3>\n<p>This guide explain how consume RestFul services for products.</p>\n<p>It is necessary to obtain the credentials to authenticate in test or live environment.</p>\n<h3 id=\"restful-methods\">RESTFUL Methods</h3>\n<ul>\n<li>Product list GET method</li>\n<li>Create product POST method</li>\n<li>Update product POST method</li>\n<li>Disable product POST method</li>\n</ul>\n","_postman_id":"8ea9790a-e840-4cd3-8028-6e35166eb4f1"},{"name":"Clients","item":[{"name":"Create Client","id":"ed89e6ed-3281-4b33-a52e-fc18e490c56f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\t\r\n    \"empresa\"       : \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n\t\"email\"         :\"clientenuevo@dominio.com.gt\",\t\r\n\t\"telefono\"      :\"1111-2222\",\r\n\t\"nombre\"        :\"Nombre Cliente Nuevo 14.may.2021\",\r\n\t\"apellido\"      :\"Apellido Cliente Nuevo  Nuevo 14.may.2021\",\r\n\t\"direccion\"     :\"zona 10\",\r\n\t\"pais\"          :\"GT\",\r\n\t\"ciudad\"        :\"Guatemala\",\r\n\t\"nit\"           :\"123456-7\",\r\n\t\"state\"        :\"CA\",\r\n\t\"postalcode\"    :\"01010\",\r\n\t\"tipocliente\"   :\"CY\",\r\n\t\"estado\"        :\"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/clients/createClient/{token}","description":"<h5 id=\"description\">Description</h5>\n<p>This api is used for create products</p>\n<h5 id=\"main-parameters\">Main Parameters</h5>\n<h6 id=\"token-parameters-added-in-url\">Token parameters added in url</h6>\n<ul>\n<li>{token}</li>\n</ul>\n<h6 id=\"body-parameters-json-string\">Body parameters json string</h6>\n<ul>\n<li>empresa,      json element</li>\n<li>key_public,   value: string  </li>\n<li>key_secret,   value: string </li>\n<li>idenEmpresa,  value: string</li>\n<li>email, </li>\n<li>telefono</li>\n<li>( phone ) </li>\n<li>nombre</li>\n<li>( name )</li>\n<li>apellido</li>\n<li>( lastname )</li>\n<li>direccion</li>\n<li>( address )   </li>\n<li>pais</li>\n<li>( country )</li>\n<li>ciudad</li>\n<li>( city )</li>\n<li>nit</li>\n<li>( tax identification number )</li>\n<li>state</li>\n<li>postalcode</li>\n<li>tipocliente</li>\n<li>( client type )</li>\n<li>estado</li>\n<li>( status by default 1 )</li>\n</ul>\n<p><em><strong>Remark</strong></em></p>\n<p>The json has to be formed like this:</p>\n<p>\"empresa\":\"{\"key_secret\":\"V.....lVZ5jltZl8IvhnyB\",  \"key_public\":\"KpWR.....5LLZvJQL73mg2oVPL\",  \"idenEmpresa\":\"B4....43\"}\"</p>\n<h4 id=\"optional-parameters\">Optional Parameters</h4>\n<p>none</p>\n","urlObject":{"protocol":"https","path":["integration","clients","createClient","{token}"],"host":["app","pagalocard","com"],"query":[],"variable":[]}},"response":[{"id":"d6a32af5-a608-4308-93af-3ca46dbd9036","name":"Create Client","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\t\r\n    \"empresa\"       : \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n\t\"email\"         :\"clientenuevo@dominio.com.gt\",\t\r\n\t\"telefono\"      :\"1111-2222\",\r\n\t\"nombre\"        :\"Nombre Cliente Nuevo 14.may.2021\",\r\n\t\"apellido\"      :\"Apellido Cliente Nuevo  Nuevo 14.may.2021\",\r\n\t\"direccion\"     :\"zona 10\",\r\n\t\"pais\"          :\"GT\",\r\n\t\"ciudad\"        :\"Guatemala\",\r\n\t\"nit\"           :\"123456-7\",\r\n\t\"state\"        :\"CA\",\r\n\t\"postalcode\"    :\"01010\",\r\n\t\"tipocliente\"   :\"CY\",\r\n\t\"estado\"        :\"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/clients/createClient/{token}"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": 482\r\n}"}],"_postman_id":"ed89e6ed-3281-4b33-a52e-fc18e490c56f"},{"name":"Update Client","id":"9d538f74-af07-45e2-8385-85f2744d6ccb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\t\r\n    \"empresa\"       :\"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n    \"id\"            :273,\r\n    \"email\"         :\"clientenuevo@dominio.com.gt\",\t\r\n\t\"telefono\"      :\"1111-2222\",\r\n\t\"nombre\"        :\"Nombre Cliente Nuevo 14.may.2021\",\r\n\t\"apellido\"      :\"Apellido Cliente Nuevo  Nuevo 14.may.2021\",\r\n\t\"direccion\"     :\"zona 10\",\r\n\t\"pais\"          :\"GT\",\r\n\t\"ciudad\"        :\"Guatemala\",\r\n\t\"nit\"           :\"123456-7\",\r\n\t\"state\"         :\"CA\",\r\n\t\"postalcode\"    :\"01010\",\r\n\t\"tipocliente\"   :\"CY\",\r\n\t\"estado\"        :\"1\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/clients/updateClient/{token}","description":"<h5 id=\"description\">Description</h5>\n<p>This api is used for create products</p>\n<h5 id=\"main-parameters\">Main Parameters</h5>\n<h6 id=\"token-parameters-added-in-url\">Token parameters added in url</h6>\n<ul>\n<li>{token}</li>\n</ul>\n<h6 id=\"body-parameters-json-string\">Body parameters json string</h6>\n<ul>\n<li>empresa,      json element</li>\n<li>key_public,   value: string  </li>\n<li>key_secret,   value: string </li>\n<li>idenEmpresa,  value: string</li>\n<li>id<ul>\n<li>( primary key client identification )</li>\n</ul>\n</li>\n<li>email, </li>\n<li>telefono</li>\n<li>( phone ) </li>\n<li>nombre</li>\n<li>( name )</li>\n<li>apellido</li>\n<li>( lastname )</li>\n<li>direccion</li>\n<li>( address )   </li>\n<li>pais</li>\n<li>( country )</li>\n<li>ciudad</li>\n<li>( city )</li>\n<li>nit</li>\n<li>( tax identification number )</li>\n<li>state</li>\n<li>postalcode</li>\n<li>tipocliente</li>\n<li>( client type )</li>\n<li>estado</li>\n<li>( status by default 1 )</li>\n</ul>\n<p><em><strong>Remark</strong></em></p>\n<p>The json has to be formed like this:</p>\n<p>\"empresa\":\"{\"key_secret\":\"V.....lVZ5jltZl8IvhnyB\",  \"key_public\":\"KpWR.....5LLZvJQL73mg2oVPL\",  \"idenEmpresa\":\"B4....43\"}\"</p>\n<h4 id=\"optional-parameters\">Optional Parameters</h4>\n<p>none</p>\n","urlObject":{"protocol":"https","path":["integration","clients","updateClient","{token}"],"host":["app","pagalocard","com"],"query":[],"variable":[]}},"response":[{"id":"2ac37e9b-3205-4b5f-ba6e-2962dfbc9cb1","name":"Update Client","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\t\r\n    \"empresa\"       :\"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n    \"id\"            :273,\r\n    \"email\"         :\"clientenuevo@dominio.com.gt\",\t\r\n\t\"telefono\"      :\"1111-2222\",\r\n\t\"nombre\"        :\"Nombre Cliente Nuevo 14.may.2021\",\r\n\t\"apellido\"      :\"Apellido Cliente Nuevo  Nuevo 14.may.2021\",\r\n\t\"direccion\"     :\"zona 10\",\r\n\t\"pais\"          :\"GT\",\r\n\t\"ciudad\"        :\"Guatemala\",\r\n\t\"nit\"           :\"123456-7\",\r\n\t\"state\"         :\"CA\",\r\n\t\"postalcode\"    :\"01010\",\r\n\t\"tipocliente\"   :\"CY\",\r\n\t\"estado\"        :\"1\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/clients/updateClient/{token}"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": 482\r\n}"}],"_postman_id":"9d538f74-af07-45e2-8385-85f2744d6ccb"},{"name":"Disable Client","id":"23e882af-7f6f-4f3e-9a2f-ebb03b6ea0d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\t\r\n    \"empresa\": \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n    \"id\":273\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/clients/disableClient/{token}","description":"<h5 id=\"description\">Description</h5>\n<p>This api is used for deactivate client</p>\n<h5 id=\"main-parameters\">Main Parameters</h5>\n<h6 id=\"token-parameters-added-in-url\">Token parameters added in url</h6>\n<ul>\n<li>{token}</li>\n</ul>\n<h6 id=\"body-parameters-json-string\">Body parameters json string</h6>\n<ul>\n<li>empresa,      json element</li>\n<li>key_public,   value: string  </li>\n<li>key_secret,   value: string </li>\n<li>idenEmpresa,  value: string</li>\n<li>id<ul>\n<li>( primary key client identification )</li>\n</ul>\n</li>\n</ul>\n<p><em><strong>Remark</strong></em></p>\n<p>The json has to be formed like this:</p>\n<p>\"empresa\":\"{\"key_secret\":\"V.....lVZ5jltZl8IvhnyB\",  \"key_public\":\"KpWR.....5LLZvJQL73mg2oVPL\",  \"idenEmpresa\":\"B4....43\"}\"</p>\n<h4 id=\"optional-parameters\">Optional Parameters</h4>\n<p>none</p>\n","urlObject":{"protocol":"https","path":["integration","clients","disableClient","{token}"],"host":["app","pagalocard","com"],"query":[],"variable":[]}},"response":[{"id":"89c56e53-7f85-4d1d-bde4-01e0e7503810","name":"Disable Client","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\t\r\n    \"empresa\": \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n    \"id\":273\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/clients/disableClient/{token}"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": 482\r\n}"}],"_postman_id":"23e882af-7f6f-4f3e-9a2f-ebb03b6ea0d6"}],"id":"d81a6c14-04e4-4169-bc4a-ddb691b4109b","_postman_id":"d81a6c14-04e4-4169-bc4a-ddb691b4109b","description":""},{"name":"Transactions","item":[{"name":"View Transaction","id":"60644b1b-3991-4e62-8f78-973b96568647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"empresa\": \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n    \"requestId\":\"6137626330956047104011\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/transactions/viewTransaction/{token}","description":"<h5 id=\"description\">Description</h5>\n<p>This api  obtain a transaction by number</p>\n<h5 id=\"main-parameters\">Main Parameters</h5>\n<h6 id=\"token-parameters-added-in-url\">Token parameters added in url</h6>\n<ul>\n<li>{token}</li>\n</ul>\n<h6 id=\"body-parameters-json-string\">Body parameters json string</h6>\n<ul>\n<li>empresa,      json element</li>\n<li>key_public,   value: string  </li>\n<li>key_secret,   value: string </li>\n<li>idenEmpresa,  value: string</li>\n<li>requestId<ul>\n<li>( transaction number )</li>\n</ul>\n</li>\n</ul>\n<p><em><strong>Remark</strong></em></p>\n<p>The json has to be formed like this:</p>\n<p>\"empresa\":\"{\"key_secret\":\"V.....lVZ5jltZl8IvhnyB\",  \"key_public\":\"KpWR.....5LLZvJQL73mg2oVPL\",  \"idenEmpresa\":\"B4....43\"}\"</p>\n<h4 id=\"optional-parameters\">Optional Parameters</h4>\n<p>none</p>\n","urlObject":{"protocol":"https","path":["integration","transactions","viewTransaction","{token}"],"host":["app","pagalocard","com"],"query":[],"variable":[]}},"response":[{"id":"5c64eaff-6774-434d-bcb1-481bf6e79953","name":"View Transaction","originalRequest":{"method":"GET","header":[],"url":"https://app.pagalocard.com/integration/transactions/viewTransaction/{token}"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"code\": \"00\",\r\n    \"data\": {\r\n        \"requestID\": \"MF0WH5\",\r\n        \"date\": \"2021-05-24 12:35:40\",\r\n        \"name\": \"miguel\",\r\n        \"lastName\": \"\",\r\n        \"email\": \"usuario@dominio.co\",\r\n        \"street\": \"zona 10\",\r\n        \"city\": \"Guatemala\",\r\n        \"lastDigit\": \"\",\r\n        \"status\": 2,\r\n        \"reasonCode\": \"\",\r\n        \"type\": \"SFCASH\",\r\n        \"ipAddress\": \"192.168.10.1\"\r\n    },\r\n    \"requestId\": \"MF0WH5\"\r\n}\r\n"}],"_postman_id":"60644b1b-3991-4e62-8f78-973b96568647"},{"name":"Reverse Transaction","id":"53a04e68-ffb5-4847-9dc8-8ba72e4d06ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"empresa\": \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n    \"requestId\":\"6137626330956047104011\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/transactions/reverseTransaction/{token}","description":"<h5 id=\"description\">Description</h5>\n<p>This api  obtain a transaction by number</p>\n<p>Important: Transaction reversals can be made on the day of the transaction, before 11:30 pm, otherwise you will receive a response message that the reversal was not made on the day of the transaction.</p>\n<h5 id=\"main-parameters\">Main Parameters</h5>\n<h6 id=\"token-parameters-added-in-url\">Token parameters added in url</h6>\n<ul>\n<li>{token}</li>\n</ul>\n<h6 id=\"body-parameters-json-string\">Body parameters json string</h6>\n<ul>\n<li>empresa,      json element</li>\n<li>key_public,   value: string  </li>\n<li>key_secret,   value: string </li>\n<li>idenEmpresa,  value: string</li>\n<li>requestId<ul>\n<li>( transaction number Cybersource, EPAY, EPAY Quota)</li>\n</ul>\n</li>\n</ul>\n<p><em><strong>Remark</strong></em></p>\n<p>The json has to be formed like this:</p>\n<p>\"empresa\":\"{\"key_secret\":\"V.....lVZ5jltZl8IvhnyB\",  \"key_public\":\"KpWR.....5LLZvJQL73mg2oVPL\",  \"idenEmpresa\":\"B4....43\"}\"</p>\n<h4 id=\"optional-parameters\">Optional Parameters</h4>\n<p>none</p>\n","urlObject":{"protocol":"https","path":["integration","transactions","reverseTransaction","{token}"],"host":["app","pagalocard","com"],"query":[],"variable":[]}},"response":[{"id":"a2333ae3-c379-47cd-9f2b-969d0301c3bd","name":"Reverse Transaction","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"empresa\": \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n    \"requestId\":\"6137626330956047104011\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/transactions/reverseTransaction/{token}"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"decision\": \"ACCEPT\",\n  \"reasonCode\": \"00\",\n  \"requestID\": \"032210027920\",\n  \"estado\": 1\n}"}],"_postman_id":"53a04e68-ffb5-4847-9dc8-8ba72e4d06ba"}],"id":"bab868b4-9b60-4033-bc40-012fd28c7a90","_postman_id":"bab868b4-9b60-4033-bc40-012fd28c7a90","description":""},{"name":"Users","item":[{"name":"Create User","id":"683e910b-e066-4fd8-9a02-2a28d275e975","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\t\r\n    \"empresa\": \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n\t\"firstName\"   :\"Carlos\",\t\r\n\t\"lastName\"    :\"Perez\",\r\n\t\"email\"       :\"carlosperez@gmail.com\",\r\n\t\"password\"    :\"Carlos2020_\",\r\n\t\"rol\"         :\"Operativo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/users/create/{token}","description":"<p>To create a user it is mandatory to use Email as the user's unique ID.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>empresa</td>\n<td>Necessary trade credentials</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Email user</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>First name user</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>Last name user</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Minimum 8 characters with capital letters, text and numbers.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Rol</td>\n<td>Adding the role based on the documentation</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["integration","users","create","{token}"],"host":["app","pagalocard","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"683e910b-e066-4fd8-9a02-2a28d275e975"},{"name":"Update User","id":"7eb8d2f8-6fcf-482a-80aa-27f45ac60c29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\t\r\n    \"empresa\": \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n    \"email\"       :\"carlosperez@gmail.com\",\r\n\t\"firstName\"   :\"Carlos\",\t\r\n\t\"lastName\"    :\"Perez\",\r\n\t\"password\"    :\"Carlos2020_\",\r\n\t\"rol\"         :\"Operativo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/users/update/{token}","urlObject":{"protocol":"https","path":["integration","users","update","{token}"],"host":["app","pagalocard","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7eb8d2f8-6fcf-482a-80aa-27f45ac60c29"},{"name":"Delete User","id":"f5e4203a-4361-4410-9798-0d84717c9503","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\t\r\n    \"empresa\": \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n    \"email\"       :\"carlosperez@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/users/delete/{token}","urlObject":{"protocol":"https","path":["integration","users","delete","{token}"],"host":["app","pagalocard","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5e4203a-4361-4410-9798-0d84717c9503"}],"id":"433e54e7-85bd-4954-bd15-44a70978a9f8","description":"<p>For Business and Enterprise businesses, you can create users, edit users, delete users and get the list.</p>\n<p>For a merchant connection it is necessary to obtain LIVE credentials.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IdEmpresa</td>\n<td>Unique company ID</td>\n</tr>\n<tr>\n<td>token</td>\n<td>Token to identify API and action for connection</td>\n</tr>\n<tr>\n<td>key_public</td>\n<td>Key Public</td>\n</tr>\n<tr>\n<td>key_secret</td>\n<td>Key Secret</td>\n</tr>\n</tbody>\n</table>\n</div><p>The user roles to be used are</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Supervisor</td>\n<td>Access to all modules, but not to configurations</td>\n</tr>\n<tr>\n<td>Operativo</td>\n<td>Access only to make sales with the modules and to the corresponding group.</td>\n</tr>\n<tr>\n<td>Financiero</td>\n<td>Access to transaction reporting and settlements only.</td>\n</tr>\n<tr>\n<td>Developer</td>\n<td>Access to obtain credentials and test transaction reviews</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"433e54e7-85bd-4954-bd15-44a70978a9f8"},{"name":"Reports and analytics","item":[{"name":"Transaction List","id":"72320aea-7786-4ac9-9d92-d3a3d05935f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"empresa\": \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n    \"filters\": \"{\\\"startDate\\\":\\\"2018-06-28\\\",\\\"endDate\\\":\\\"2018-06-28\\\",\\\"firstName\\\":\\\"Osman\\\", \\\"email\\\":\\\"ocruz@jupi.tech\\\", \\\"lastDigit\\\":\\\"\\\", \\\"status\\\":\\\"3\\\", \\\"limitPage\\\":\\\"15\\\", \\\"page\\\":\\\"1\\\"}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/transactions/listTransactions/{token}","description":"<h5 id=\"description\">Description</h5>\n<p>This api return a transaction list</p>\n<h5 id=\"main-parameters\">Main Parameters</h5>\n<h6 id=\"token-parameters-added-in-url\">Token parameters added in url</h6>\n<ul>\n<li>{token}</li>\n</ul>\n<h6 id=\"body-parameters-json-string\">Body parameters json string</h6>\n<ul>\n<li>empresa,      value: string</li>\n<li>key_public,   value: string  </li>\n<li>key_secret,   value: string </li>\n<li>idenEmpresa,  value: string</li>\n<li>startDate,    value: string</li>\n<li>endDate,      value: string</li>\n<li>firstName,    value: string</li>\n<li>email,        value: string</li>\n<li>lastDigit,    value: string<ul>\n<li>( credit card last four number )</li>\n</ul>\n</li>\n<li>status,       value: string</li>\n<li>limitePage,   value: string<ul>\n<li>( used for pagination data view )</li>\n</ul>\n</li>\n<li>page          value: string<ul>\n<li>( page number for pagination view )</li>\n</ul>\n</li>\n</ul>\n<p><em><strong>Remark</strong></em></p>\n<p>The json has to be formed like this:</p>\n<p>\"empresa\":\"{\"key_secret\":\"V.....lVZ5jltZl8IvhnyB\",  \"key_public\":\"KpWR.....5LLZvJQL73mg2oVPL\",  \"idenEmpresa\":\"B4....43\"}\"</p>\n<h4 id=\"optional-parameters\">Optional Parameters</h4>\n<p>none</p>\n","urlObject":{"protocol":"https","path":["integration","transactions","listTransactions","{token}"],"host":["app","pagalocard","com"],"query":[],"variable":[]}},"response":[{"id":"f8f2d6e1-5ac4-49a2-bf14-1e730dc69dc2","name":"Transaction List","originalRequest":{"method":"GET","header":[],"url":"https://app.pagalocard.com/integration/transactions/listTransactions/{token}"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"code\": \"00\",\r\n    \"data\": [\r\n        {\r\n            \"requestID\": \"El comercio no esta activo o no existe\",\r\n            \"transactionDate\": \"2021-05-24 12:57:07\",\r\n            \"name\": \"miguel\",\r\n            \"lastName\": \"\",\r\n            \"email\": \"mperez@pagalo.co\",\r\n            \"street\": \"zona 10\",\r\n            \"city\": \"Guatemala\",\r\n            \"lastDigit\": \"\",\r\n            \"status\": 2,\r\n            \"reasonCode\": \"\",\r\n            \"transactionType\": \"SFCASH\",\r\n            \"ipAddress\": \"192.168.10.1\"\r\n        },\r\n        {\r\n            \"requestID\": \"MF0JH5\",\r\n            \"transactionDate\": \"2021-05-24 12:35:40\",\r\n            \"name\": \"miguel\",\r\n            \"lastName\": \"\",\r\n            \"email\": \"mperez@pagalo.co\",\r\n            \"street\": \"zona 10\",\r\n            \"city\": \"Guatemala\",\r\n            \"lastDigit\": \"\",\r\n            \"status\": 2,\r\n            \"reasonCode\": \"\",\r\n            \"transactionType\": \"SFCASH\",\r\n            \"ipAddress\": \"192.168.10.1\"\r\n        }\r\n    ],\r\n    \"pagination\": {\r\n        \"total_items\": 2,\r\n        \"limit_page\": \"15\",\r\n        \"total_pages\": 1,\r\n        \"actual_page\": 1\r\n    }\r\n}"}],"_postman_id":"72320aea-7786-4ac9-9d92-d3a3d05935f3"},{"name":"Client List","id":"642a6fe4-de6e-4dc1-b1ca-bc1bb7f93de3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"empresa\": \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/clients/listClients/{token}","description":"<h5 id=\"description\">Description</h5>\n<p>This api return a list clients</p>\n<h5 id=\"main-parameters\">Main Parameters</h5>\n<h6 id=\"token-parameters-added-in-url\">Token parameters added in url</h6>\n<ul>\n<li>{token}</li>\n</ul>\n<h6 id=\"body-parameters-json-string\">Body parameters json string</h6>\n<ul>\n<li>\"empresa\",      value: string</li>\n<li>\"key_public\",   value: string  </li>\n<li>\"key_secret\",   value: string </li>\n<li>\"idenEmpresa\",  value: string</li>\n</ul>\n<p><em><strong>Remark</strong></em></p>\n<p>The json has to be formed like this:</p>\n<p>\"empresa\":\"{\"key_secret\":\"V.....lVZ5jltZl8IvhnyB\",  \"key_public\":\"KpWR.....5LLZvJQL73mg2oVPL\",  \"idenEmpresa\":\"B4....43\"}\"</p>\n<h4 id=\"optional-parameters\">Optional Parameters</h4>\n<p>none</p>\n","urlObject":{"protocol":"https","path":["integration","clients","listClients","{token}"],"host":["app","pagalocard","com"],"query":[],"variable":[]}},"response":[{"id":"9b90a7fb-f51d-4c88-bd16-46c25ec6050e","name":"Client List","originalRequest":{"method":"GET","header":[],"url":"https://app.pagalocard.com/integration/clients/listClients/{token}"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"id_empresa\": 70,\r\n            \"nombre\": \"Osman\",\r\n            \"apellido\": \"Cruz\",\r\n            \"email\": \"ocruz@jupi.tech\",\r\n            \"direccion\": \"11av 5-31 zona 12\",\r\n            \"direccion_random\": \"\",\r\n            \"pais\": \"GT\",\r\n            \"ciudad\": \"Guatemala\",\r\n            \"estado\": 1,\r\n            \"created_at\": \"2017-12-11 14:19:22\",\r\n            \"telefono\": \"57173629\",\r\n            \"idenEmpresa\": \"C865926861\",\r\n            \"state\": \"0\",\r\n            \"postalcode\": \"0\",\r\n            \"tipoCliente\": \"CY\",\r\n            \"nit\": \"0\",\r\n            \"codigo_cliente\": null,\r\n            \"empresa\": {\r\n                \"id\": 70,\r\n                \"id_user\": 145,\r\n                \"nombre\": \"IGLESIA CASA DE DIOS\",\r\n                \"id_categoria\": 3,\r\n                \"ubicacion\": \"KILOMETRO 15.5 CARRETERA AL SALVADOR EDIFICIO CONDADO NIVEL 3 DEPTO. C Zona: 7\",\r\n                \"pais\": \"GT\",\r\n                \"web\": \"www.google.com\",\r\n                \"ticket\": 0,\r\n                \"ventames\": 5466,\r\n                \"id_plataforma\": \"1\",\r\n                \"id_plan\": 10,\r\n                \"fecha_suscripcion\": null,\r\n                \"estado\": 1,\r\n                \"created_at\": \"2020-01-16 17:00:37\",\r\n                \"id_lenguaje\": 0,\r\n                \"pos\": 0,\r\n                \"id_tipo\": 1,\r\n                \"trans_min\": 213213,\r\n                \"trans_max\": 999999.99,\r\n                \"telefono_empresa\": \"51231313\",\r\n                \"identidad_empresa\": \"C865926861\",\r\n                \"moneda\": \"GTQ\",\r\n                \"estado_produccion\": \"test\",\r\n                \"logo\": \"\",\r\n                \"llave\": \"PA\",\r\n                \"url_short\": \"http://pagalo.test/t/PatitoSA\",\r\n                \"slug\": \"ComicPatitoSA\",\r\n                \"email_emisor\": null,\r\n                \"pcuo\": \"0\",\r\n                \"max_cuota\": \"12\",\r\n                \"monto_min_pcuo\": 200,\r\n                \"mod_monto_pcuo\": 0,\r\n                \"nit\": \"87335565\",\r\n                \"direccionValida\": \"KILOMETRO 15.5 CARRETERA AL SALVADOR EDIFICIO CONDADO NIVEL 3 DEPTO. C Zona: 7\",\r\n                \"nombreValido\": \"Pegamorteros de Guatemala\",\r\n                \"id_user_exter\": 0,\r\n                \"firma\": \"iVBORw0KGgoAAAA...ErkJggg==\",\r\n                \"cod_referido\": null,\r\n                \"id_distribuidor\": 0,\r\n                \"codigo_distribuidor\": \"REGEXPRESS\",\r\n                \"abastecedor\": 0,\r\n                \"id_pd\": 0,\r\n                \"meta_ventas_gtq\": 0,\r\n                \"meta_ventas_usd\": 0,\r\n                \"meta_clientes\": 0,\r\n                \"id_asesor\": null,\r\n                \"id_usuario_activador\": null,\r\n                \"act_facturacion\": 0,\r\n                \"act_voucher\": 1,\r\n                \"acept_terminos\": 0,\r\n                \"activo\": 1\r\n            }\r\n        },\r\n        {\r\n            \"id\": 10,\r\n            \"id_empresa\": 70,\r\n            \"nombre\": \"GUSTAVO ALVARADO\",\r\n            \"apellido\": \"GUSTAVO ALVARADO\",\r\n            \"email\": \"\",\r\n            \"direccion\": \"6A. AVE. 9-18 ZONA 10 EDIFICIO SIXTINO II 7MO. NIVEL 702 ALA II\",\r\n            \"direccion_random\": \" \",\r\n            \"pais\": \"GT\",\r\n            \"ciudad\": \"Guatemala\",\r\n            \"estado\": 1,\r\n            \"created_at\": \"2017-12-21 14:34:12\",\r\n            \"telefono\": \"47680247\",\r\n            \"idenEmpresa\": \"C865926861\",\r\n            \"state\": \"\",\r\n            \"postalcode\": \"\",\r\n            \"tipoCliente\": \"CY\",\r\n            \"nit\": \"1635988-7\",\r\n            \"codigo_cliente\": \"5498\",\r\n            \"empresa\": {\r\n                \"id\": 70,\r\n                \"id_user\": 145,\r\n                \"nombre\": \"IGLESIA CASA DE DIOS\",\r\n                \"id_categoria\": 3,\r\n                \"ubicacion\": \"KILOMETRO 15.5 CARRETERA AL SALVADOR EDIFICIO CONDADO NIVEL 3 DEPTO. C Zona: 7\",\r\n                \"pais\": \"GT\",\r\n                \"web\": \"www.google.com\",\r\n                \"ticket\": 0,\r\n                \"ventames\": 5466,\r\n                \"id_plataforma\": \"1\",\r\n                \"id_plan\": 10,\r\n                \"fecha_suscripcion\": null,\r\n                \"estado\": 1,\r\n                \"created_at\": \"2020-01-16 17:00:37\",\r\n                \"id_lenguaje\": 0,\r\n                \"pos\": 0,\r\n                \"id_tipo\": 1,\r\n                \"trans_min\": 213213,\r\n                \"trans_max\": 999999.99,\r\n                \"telefono_empresa\": \"51231313\",\r\n                \"identidad_empresa\": \"C865926861\",\r\n                \"moneda\": \"GTQ\",\r\n                \"estado_produccion\": \"test\",\r\n                \"logo\": \"\",\r\n                \"llave\": \"PA\",\r\n                \"url_short\": \"http://pagalo.test/t/PatitoSA\",\r\n                \"slug\": \"ComicPatitoSA\",\r\n                \"email_emisor\": null,\r\n                \"pcuo\": \"0\",\r\n                \"max_cuota\": \"12\",\r\n                \"monto_min_pcuo\": 200,\r\n                \"mod_monto_pcuo\": 0,\r\n                \"nit\": \"87335565\",\r\n                \"direccionValida\": \"KILOMETRO 15.5 CARRETERA AL SALVADOR EDIFICIO CONDADO NIVEL 3 DEPTO. C Zona: 7\",\r\n                \"nombreValido\": \"Pegamorteros de Guatemala\",\r\n                \"id_user_exter\": 0,\r\n                \"firma\": \"iVBORw...ErkJggg==\",\r\n                \"cod_referido\": null,\r\n                \"id_distribuidor\": 0,\r\n                \"codigo_distribuidor\": \"REGEXPRESS\",\r\n                \"abastecedor\": 0,\r\n                \"id_pd\": 0,\r\n                \"meta_ventas_gtq\": 0,\r\n                \"meta_ventas_usd\": 0,\r\n                \"meta_clientes\": 0,\r\n                \"id_asesor\": null,\r\n                \"id_usuario_activador\": null,\r\n                \"act_facturacion\": 0,\r\n                \"act_voucher\": 1,\r\n                \"acept_terminos\": 0,\r\n                \"activo\": 1\r\n            }\r\n        },\r\n  ]\r\n}        "}],"_postman_id":"642a6fe4-de6e-4dc1-b1ca-bc1bb7f93de3"},{"name":"Product List","id":"65251787-e06b-403f-a596-9857245f772b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"empresa\": \"{\\\"key_secret\\\":\\\"VoDF1URodAWOZszsBCh6FN4JlVZ5jltZl8IvhnyB\\\",\\\"key_public\\\":\\\"KpWRvCTpTdZB0kqiWKfbvSQ5LLZvJQL73mg2oVPL\\\",\\\"idenEmpresa\\\":\\\"B490690943\\\"}\",\r\n    \"filters\": \"{\\\"startDate\\\":\\\"2018-06-28\\\",\\\"endDate\\\":\\\"2018-06-28\\\",\\\"limitPage\\\":\\\"15\\\", \\\"page\\\":\\\"1\\\"}\"\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://app.pagalocard.com/integration/products/listProducts/{token}","description":"<h5 id=\"description\">Description</h5>\n<p>This api return a list product</p>\n<h5 id=\"main-parameters\">Main Parameters</h5>\n<h6 id=\"token-parameters-added-in-url\">Token parameters added in url</h6>\n<ul>\n<li>{token}</li>\n</ul>\n<h6 id=\"body-parameters-json-string\">Body parameters json string</h6>\n<ul>\n<li>\"empresa\",      value: string</li>\n<li>\"key_public\",   value: string  </li>\n<li>\"key_secret\",   value: string </li>\n<li>\"idenEmpresa\",  value: string</li>\n</ul>\n<p><em><strong>Remark</strong></em></p>\n<p>The json has to be formed like this:</p>\n<p>\"empresa\":\"{\"key_secret\":\"V.....lVZ5jltZl8IvhnyB\",  \"key_public\":\"KpWR.....5LLZvJQL73mg2oVPL\",  \"idenEmpresa\":\"B4....43\"}\"</p>\n<h4 id=\"optional-parameters\">Optional Parameters</h4>\n<p>none</p>\n","urlObject":{"protocol":"https","path":["integration","products","listProducts","{token}"],"host":["app","pagalocard","com"],"query":[],"variable":[]}},"response":[{"id":"4ef2ee43-d15f-4967-ae22-e41928c704c1","name":"Product List","originalRequest":{"method":"GET","header":[],"url":"https://app.pagalocard.com/integration/products/listProducts/{token}"},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 7037,\n            \"id_empresa\": 70,\n            \"nombre\": \"Yuquitas 150 g\",\n            \"descripcion\": \"Yuquitas 150 g Dianas para sobear\",\n            \"categoria\": 1508,\n            \"precio\": 12,\n            \"estado\": 1,\n            \"precio_usd\": 0,\n            \"stock\": 119,\n            \"sku\": \"PTAJ00011\",\n            \"imagen\": \"\",\n            \"ac_stock\": 1,\n            \"url_short\": \"https://pagaloshop.com/ComicPatitoSA?producto=7037\",\n            \"hora_inicio\": null,\n            \"hora_fin\": null,\n            \"observaciones\": null,\n            \"peso\": 0,\n            \"altura\": 0,\n            \"anchura\": 0,\n            \"largo\": 0,\n            \"imag_baner\": null,\n            \"descripcion_corta\": null,\n            \"imag_detalle\": null,\n            \"posicion_producto\": 165,\n            \"variantes\": []\n        },\n        {\n            \"id\": 7036,\n            \"id_empresa\": 70,\n            \"nombre\": \"Salsa para pizza 908 g\",\n            \"descripcion\": \"Salsa para pizza 908 g\",\n            \"categoria\": 1508,\n            \"precio\": 42,\n            \"estado\": 1,\n            \"precio_usd\": 0,\n            \"stock\": 119,\n            \"sku\": \"PTAJ00045\",\n            \"imagen\": \"https://pagalocard.s3.amazonaws.com/productos/imagenes/C865926861correoMontoFijo.PNG\",\n            \"ac_stock\": 1,\n            \"url_short\": \"\",\n            \"hora_inicio\": null,\n            \"hora_fin\": null,\n            \"observaciones\": null,\n            \"peso\": 0,\n            \"altura\": 0,\n            \"anchura\": 0,\n            \"largo\": 0,\n            \"imag_baner\": null,\n            \"descripcion_corta\": null,\n            \"imag_detalle\": null,\n            \"posicion_producto\": 164,\n            \"variantes\": []\n        }\n    ]\n}"}],"_postman_id":"65251787-e06b-403f-a596-9857245f772b"}],"id":"66916041-9b86-4d4f-8b8e-378c04138d62","_postman_id":"66916041-9b86-4d4f-8b8e-378c04138d62","description":""}],"id":"f17b02b8-0416-49a0-9400-b054382ca722","description":"<h1 id=\"integration-with-third-party-systems\">Integration with third-party systems</h1>\n<h5 id=\"api-catalog\">Api Catalog</h5>\n<ul>\n<li><p>Products</p>\n<ul>\n<li>List products</li>\n<li>New product</li>\n<li>Edit product</li>\n<li>Disable product</li>\n</ul>\n</li>\n<li><p>Clients</p>\n<ul>\n<li>List clients</li>\n<li>New client</li>\n<li>Edit client</li>\n<li>Disable client</li>\n</ul>\n</li>\n<li><p>Transactions</p>\n<ul>\n<li>List Transactions</li>\n<li>Get Transaction</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"f17b02b8-0416-49a0-9400-b054382ca722"},{"name":"Response Codes","item":[],"id":"fd0f0740-3f48-419d-829d-610653ff181a","description":"<h1 id=\"response-codes\">Response Codes</h1>\n<h2 id=\"general-information-description-of-the-fields\">General information/ description of the fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>CODE</th>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Description</td>\n<td>Description of the card</td>\n</tr>\n<tr>\n<td>reasonCode</td>\n<td>Error code when card is declined</td>\n</tr>\n<tr>\n<td>requestID</td>\n<td>Transaction ID</td>\n</tr>\n<tr>\n<td>response_code</td>\n<td>Approval code or REJECT</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Description of the response</td>\n</tr>\n<tr>\n<td>transaction_id</td>\n<td>Validation code for the transaction</td>\n</tr>\n<tr>\n<td>Sku_products</td>\n<td>Arrays of the ids of the products that received the payment</td>\n</tr>\n<tr>\n<td>time_transaction</td>\n<td>Time of the transaction sent from the server Pagalo</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>Description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"cybersource\">CyberSource</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>CODE</th>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>100</td>\n<td>Approved transaction</td>\n</tr>\n<tr>\n<td>101</td>\n<td>Transaction rejected, one or two fields are missing in the application</td>\n</tr>\n<tr>\n<td>102</td>\n<td>Invalid application data</td>\n</tr>\n<tr>\n<td>104</td>\n<td>Transaction rejected, try again</td>\n</tr>\n<tr>\n<td>110</td>\n<td>Transaction not approved, try again</td>\n</tr>\n<tr>\n<td>150</td>\n<td>Invalid transaction, contact support</td>\n</tr>\n<tr>\n<td>151</td>\n<td>Time out</td>\n</tr>\n<tr>\n<td>152</td>\n<td>Time out. Contact support</td>\n</tr>\n<tr>\n<td>200</td>\n<td>Transaction rejected, contact support</td>\n</tr>\n<tr>\n<td>201</td>\n<td>Transaction rejected, contact support</td>\n</tr>\n<tr>\n<td>202</td>\n<td>Card expired or invalid card date</td>\n</tr>\n<tr>\n<td>203</td>\n<td>Transaction declined, tell your bank</td>\n</tr>\n<tr>\n<td>204</td>\n<td>Insufficient funding</td>\n</tr>\n<tr>\n<td>205</td>\n<td>Card reported as stolen or lost</td>\n</tr>\n<tr>\n<td>207</td>\n<td>Transaction declined, contact your bank</td>\n</tr>\n<tr>\n<td>208</td>\n<td>Card or inactive card is not authorized for transactions that are not present on the card</td>\n</tr>\n<tr>\n<td>209</td>\n<td>CVV not valid</td>\n</tr>\n<tr>\n<td>210</td>\n<td>Insufficient funds</td>\n</tr>\n<tr>\n<td>211</td>\n<td>CVV not valid</td>\n</tr>\n<tr>\n<td>220</td>\n<td>Transaction declined, try again if it persists contact support</td>\n</tr>\n<tr>\n<td>221</td>\n<td>Invalid transaction. Contact support</td>\n</tr>\n<tr>\n<td>222</td>\n<td>Transaction rejected. Contact your bank</td>\n</tr>\n<tr>\n<td>230</td>\n<td>Try again, system did not recognize CVV</td>\n</tr>\n<tr>\n<td>231</td>\n<td>Invalid card number</td>\n</tr>\n<tr>\n<td>232</td>\n<td>Card type not valid, try another card or contact support for details</td>\n</tr>\n<tr>\n<td>233</td>\n<td>Invalid transaction. Try again</td>\n</tr>\n<tr>\n<td>234</td>\n<td>Invalid credentials, contact support</td>\n</tr>\n<tr>\n<td>235</td>\n<td>Insufficient funds</td>\n</tr>\n<tr>\n<td>236</td>\n<td>Invalid transaction, contact support</td>\n</tr>\n<tr>\n<td>237</td>\n<td>Invalid transaction, contact support</td>\n</tr>\n<tr>\n<td>238</td>\n<td>Invalid transaction, contact support</td>\n</tr>\n<tr>\n<td>240</td>\n<td>Card invalid</td>\n</tr>\n<tr>\n<td>250</td>\n<td>Time out</td>\n</tr>\n<tr>\n<td>251</td>\n<td>Insufficient customer/address information</td>\n</tr>\n<tr>\n<td>254</td>\n<td>Invalid transaction, contact support</td>\n</tr>\n<tr>\n<td>461</td>\n<td>Invalid data, contact support</td>\n</tr>\n<tr>\n<td>481</td>\n<td>Transaction rejected possibly by several attempts, contact support for more details</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"epay\">EPAY</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>CODE</th>\n<th>DESCRIPTION</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>00</td>\n<td>Transaction approved</td>\n</tr>\n<tr>\n<td>01</td>\n<td>Contact your issuing bank</td>\n</tr>\n<tr>\n<td>02</td>\n<td>Contact your issuing bank</td>\n</tr>\n<tr>\n<td>03</td>\n<td>Invalid credentials, contact support</td>\n</tr>\n<tr>\n<td>04</td>\n<td>Contact your issuing bank</td>\n</tr>\n<tr>\n<td>05</td>\n<td>Contact your issuing bank. Possible visa quota without permissions from issuing bank</td>\n</tr>\n<tr>\n<td>07</td>\n<td>Transaction declined, hold card</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Invalid transaction, try again</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Insufficient funds</td>\n</tr>\n<tr>\n<td>14</td>\n<td>Invalid card number</td>\n</tr>\n<tr>\n<td>15</td>\n<td>Invalid credentials, contact support</td>\n</tr>\n<tr>\n<td>19</td>\n<td>Try again</td>\n</tr>\n<tr>\n<td>25</td>\n<td>Invalid credentials, contact support</td>\n</tr>\n<tr>\n<td>30</td>\n<td>Missing mandatory data to send, contact support</td>\n</tr>\n<tr>\n<td>31</td>\n<td>Error validating card fields</td>\n</tr>\n<tr>\n<td>35</td>\n<td>Card invalid</td>\n</tr>\n<tr>\n<td>36</td>\n<td>Invalid transaction, try again</td>\n</tr>\n<tr>\n<td>41</td>\n<td>Card reported as lost or stolen</td>\n</tr>\n<tr>\n<td>43</td>\n<td>Card reported as lost or stolen</td>\n</tr>\n<tr>\n<td>51</td>\n<td>Insufficient funds</td>\n</tr>\n<tr>\n<td>54</td>\n<td>Card expired</td>\n</tr>\n<tr>\n<td>58</td>\n<td>Transaction declined, please try again</td>\n</tr>\n<tr>\n<td>61</td>\n<td>Insufficient funds</td>\n</tr>\n<tr>\n<td>62</td>\n<td>Card without permissions, contact your issuing bank</td>\n</tr>\n<tr>\n<td>65</td>\n<td>Transaction invalid, contact support. Membership amount</td>\n</tr>\n<tr>\n<td>78</td>\n<td>Invalid credentials, contact support</td>\n</tr>\n<tr>\n<td>85</td>\n<td>Invalid transaction, try again</td>\n</tr>\n<tr>\n<td>89</td>\n<td>Invalid credentials, contact support</td>\n</tr>\n<tr>\n<td>91</td>\n<td>Issuer NOT Available - TIME OUT</td>\n</tr>\n<tr>\n<td>96</td>\n<td>Transaction declined, contact support</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"fd0f0740-3f48-419d-829d-610653ff181a"}],"id":"01d0b741-3e94-4f03-8ac3-4885e12eec80","description":"<h1 id=\"object\">Object</h1>\n<p>To provide detailed and concrete information in order to the affiliated business can connect and interact with all<br />the functions of the Pagalocard system.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Español</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>Pagalo está formado por un webservice central y web App. El webservice central controla todo los movimientos y transacciones con métodos seguros para la empresa y los usuarios.</em></td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>EndPoint o URL: <a href=\"https://app.pagalocard.com/\">https://app.pagalocard.com/</a> </p>\n</blockquote>\n<h3 id=\"integration-credentials\">INTEGRATION CREDENTIALS</h3>\n<ul>\n<li><strong>IdenBusiness</strong> Data sent by the PagaloCard Administrators by validating their user. To identify the IdenBusiness:<br />  Letter+9 numbers. (e. g. c564852135).</li>\n<li><strong>Business Token</strong> Data sent by the PagaloCard Administrators by validating their user. To identify the Token: Letters and numbers of 20 characters.</li>\n<li><strong>Public and Secret Key</strong> Data sent by the PagaloCard Administrators by validating their user.</li>\n</ul>\n<hr />\n<blockquote>\n<p><strong>(Español)</strong> </p>\n</blockquote>\n<ul>\n<li><strong>IdenBusiness</strong> Data sent by the PagaloCard Administrators by validating their user. To identify the IdenBusiness:<br />  Letter+9 numbers. (e. g. c564852135).</li>\n<li><strong>Business Token</strong> Data sent by the PagaloCard Administrators by validating their user. To identify the Token: Letters and numbers of 20 characters.</li>\n<li><strong>Public and Secret Key</strong> Data sent by the PagaloCard Administrators by validating their user.</li>\n</ul>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Requisitos obligatorios</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Poseer Software de Comercio Electrónico</td>\n</tr>\n<tr>\n<td>Su sitio web debe de tener un certificado de seguridad SSL</td>\n</tr>\n<tr>\n<td>Deben de utilizar el Algoritmo Luhn</td>\n</tr>\n<tr>\n<td>Deben de verifica si la fecha de expiración de la tarjeta es válida</td>\n</tr>\n<tr>\n<td>Verificar en el reporte de transacciones si todo la informacion que envia esta correcto</td>\n</tr>\n<tr>\n<td>No guarda ningún dato sensible de la tarjeta (CVV, fecha de expiración)</td>\n</tr>\n<tr>\n<td>El sitio web por obligacion debe tener Captcha o ReCaptcha V3 en el formulario de la tarjeta</td>\n</tr>\n<tr>\n<td>Deben de cumplir con las <a href=\"https://wiki.owasp.org/images/5/5e/OWASP-Top-10-2017-es.pdf\"><strong>10 de reglas de OWASP</strong></a></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"01d0b741-3e94-4f03-8ac3-4885e12eec80"}]}