{"info":{"_postman_id":"9b53966a-4a79-d97b-2bdf-7579464e2c20","name":"EMCOM API Reference","description":"<html><head></head><body><p>FT Tecnologías ha desarrollado una herramienta llamada EMCom (Electronic and Mobile Commerce), que contiene un conjunto de funciones conocidas\ncomo API, estas pueden ser usadas de manera explícita por diferentes usuarios, que por su dedicación requieren hacer uso\nde aplicaciones de pago, pero no cuenta con el desarrollo de una arquitectura de software que les permita autorizar, aceptar\nventas y pagos.\nEMCommerce acepta aplicaciones en diferentes plataformas como móviles o de sitio web, siempre y cuando la solicitud y\nrespuesta del API sea realizada de manera correcta, para ello, hemos creado este documento de guía para que los comercios\ncuente con el apoyo del funcionamiento de las API y que la implementación sea un proceso simple.</p>\n<ul>\n<li>LOS DATOS USADOS EN ESTA DOCUMENTACION SON EJEMPLOS. SE PUEDEN CORRER LOS API´s Y COMPROBAR LA COMUNICACION Y EL  FUNCIONAMIENTO. </li>\n<li>CUANDO USTED COMO CLIENTE, SE ENCUENTRE EN PROCESO DE INTEGRACION Y PRUEBAS, UTILICE SUS PROPIAS CREDENCIALES. CREDENCIALES QUE FT TECNOLOGIAS LE HIZO LLEGAR VÍA CORREO.</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2645026","collectionId":"9b53966a-4a79-d97b-2bdf-7579464e2c20","publishedId":"71B4DDr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"E93743"},"publishDate":"2018-08-30T17:57:10.000Z"},"item":[{"name":"User  APIs","item":[{"name":"User Profile Management Options","item":[{"name":"Create User ","event":[{"listen":"prerequest","script":{"id":"046db18d-c679-48c2-931b-6f78fab53249","exec":["",""],"type":"text/javascript"}},{"listen":"test","script":{"id":"5762698d-024b-4317-b056-21b4ffba3484","exec":[""],"type":"text/javascript"}}],"id":"f9c2fad9-f80a-36af-b637-cd4f3cc177f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\", \r\n    \"userPassword\":\"1234FT%\"\r\n  \r\n}"},"url":"https://www.fttserver.com:2530/api/createUser?applicationName=string&userName=string&userFirstName=string&userLastName=string&userPassword=string&userEmail=string&userCallerId=string","description":"<p>Api que permite al usuario crear su propia cuenta en la aplicación del comercio.</p>\n<ul>\n<li>Si cuenta con las credenciales en nuestro Sandbox, utilicelas para sus propias pruebas.</li>\n</ul>\n","urlObject":{"protocol":"https","port":"2530","path":["api","createUser"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50, Nombre de la Aplicación<br />Campo Obligatorio</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres, identificador de usuario\nCampo Obligatorio\nPermite letras, números y caracteres especiales como (&amp;), (/), (_), (.), ((), ()), (,), (‘), (-)</p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres, primer nombre de usuario \nCampo Obligatorio\nPermite letras, números y caracteres especiales como (&amp;), (/), (_), (.), ((), ()), (,), (‘), (-)</p>\n","type":"text/plain"},"key":"userFirstName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres, Apellido de usuario\nCampo Obligatorio\nPermite letras, números y caracteres especiales como (&amp;), (/), (_), (.), ((), ()), (,), (‘), (-)</p>\n","type":"text/plain"},"key":"userLastName","value":"string"},{"description":{"content":"<p>Maxi: 50 Mínima 8 caracteres ,  clave para secreta de usuario\nCampo Obligatorio\nDebe contener letras, números y caracteres especiales como (&amp;), (/), (_), (.), ((), ()), (,), (‘), (-) </p>\n","type":"text/plain"},"key":"userPassword","value":"string"},{"description":{"content":"<p>Max: 250 caracteres,  dirección de correo de usuario, \nCampo Obligatorio\nPermite letras, números y caracteres especiales como (&amp;), (/), (_), (.), ((), ()), (,), (‘), (-)</p>\n","type":"text/plain"},"key":"userEmail","value":"string"},{"description":{"content":"<p>Max: 50\nCampo Obligatorio\nNúmero telefónico</p>\n","type":"text/plain"},"key":"userCallerId","value":"string"}],"variable":[]}},"response":[{"id":"bb513512-61c9-4d17-b5ab-cf1ecd9572be","name":"Create User - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\", \r\n    \"userFirstName\": \"Test\",\r\n    \"userLastName\": \"Test\",\r\n    \"userPassword\":\"1234FT%\",\r\n    \"userEmail\":\"contactenos@fttecnologias.com\",\r\n    \"userCallerId\": \"4030-6935\"\r\n}"},"url":"https://www.fttserver.com:2530/api/createUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"92","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 23 Mar 2018 17:02:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"apiStatus\":\"Success\"}"}],"_postman_id":"f9c2fad9-f80a-36af-b637-cd4f3cc177f5"},{"name":"Log On User","event":[{"listen":"prerequest","script":{"id":"153904b3-02e2-476b-a13d-b83815f9f941","exec":[""],"type":"text/javascript"}}],"id":"0be27012-af0c-cb0d-ca44-c7a8032a2418","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\", \r\n    \"userPassword\":\"1234FT%\"\r\n  \r\n}"},"url":"https://www.fttserver.com:2530/api/logOnUser?applicationName=string\n&userName=string&userPassword=string","description":"<p>Permite el inicio de sesión al usuario</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","logOnUser"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string\n"},{"description":{"content":"<p>Nombre de usuario ya aprobado</p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Contraseña de usuario ya aprobada</p>\n","type":"text/plain"},"key":"userPassword","value":"string"}],"variable":[]}},"response":[{"id":"1c5d4d64-28a5-45da-9023-814db1036b4c","name":"Log On User - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\", \r\n    \"userPassword\":\"1234FT%\"\r\n  \r\n}"},"url":{"raw":"https://www.fttserver.com:2530/api/logOnUser?applicationName=string\n&userName=string&userPassword=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","logOnUser"],"query":[{"key":"applicationName","value":"string\n","description":"Max: 50 caracteres\nNombre de la Aplicación"},{"key":"userName","value":"string","description":"Nombre de usuario ya aprobado"},{"key":"userPassword","value":"string","description":"Contraseña de usuario ya aprobada"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"139","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 23 Mar 2018 17:50:06 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"userEmail\":\"contactenos@fttecnologias.com\",\"isApproved\":true,\"apiStatus\":\"Successful\"}"}],"_postman_id":"0be27012-af0c-cb0d-ca44-c7a8032a2418"},{"name":"User Delete Profile","event":[{"listen":"prerequest","script":{"id":"8aa988f7-a770-451e-a84e-0e25ebfd8e59","exec":[""],"type":"text/javascript"}}],"id":"daf623ce-d905-a84d-74fa-3d3a8ad6342d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\", \r\n    \"userPassword\":\"1234FT%\",\r\n    \"userEmail\":\"contactenos@fttecnologias.com\"\r\n}"},"url":"https://www.fttserver.com:2530/api/UserDeleteProfile?applicationName=string&userName=string&userPassword=string&userEmail=string","description":"<p>Api que elimina un usuario, borra la información de asp.net. Además, información adicional de las tarjetas y transacciones pendientes de aplicar.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","UserDeleteProfile"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de usuario ya aprobado</p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de usuario ya aprobado </p>\n","type":"text/plain"},"key":"userPassword","value":"string"},{"description":{"content":"<p>Max: 35 caracteres\nCampo Obligatorio\nDirección de correo de usuario</p>\n","type":"text/plain"},"key":"userEmail","value":"string"}],"variable":[]}},"response":[{"id":"295249f1-b5a9-0fa5-4c50-99340b7585fd","name":"User Delete Profile Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n\t \"applicationName\":\"EMCommerce\",\n\t \"userName\":\"Client\",\n\t \"userPassword\":\"123Lama$\",\n\t \"userEmail\":\"Client@gmail.com\"\n}\n"},"url":"https://www.fttserver.com:2530/api/UserDeleteProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"\n{\n\t\"applicationName\":\"EMCommercer\",\n\t\"userName\":\"Client\",\n\t\"isAproved\":true,\n\t\"apiStatus\":\"Success\"\n}\n"}],"_postman_id":"daf623ce-d905-a84d-74fa-3d3a8ad6342d"},{"name":"User Change Password","event":[{"listen":"prerequest","script":{"id":"80124855-b3aa-46a7-9e61-adeb8115c255","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"c930250e-80a6-4686-86a1-0141f623ec74","exec":["{","    \"applicationName\": \"LIZTEST\",","    \"userName\": \"FTEXAMPLE\",","    \"isApproved\": true,","    \"apiStatus\": \"Successful\"","}"],"type":"text/javascript"}}],"id":"d61a06db-c943-9c76-81ea-0771fe7a009a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\", \r\n    \"userPassword\":\"1234FT%\",\r\n    \"userPasswordNew\":\"456FTT&\"\r\n}"},"url":"https://www.fttserver.com:2530/api/userChangePassword?applicationName=string&userName=string&userPassword=string&userPasswordNew=string","description":"<p>Api que permite al usuario hacer el cambio de contraseña</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","userChangePassword"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Nombre del usuario </p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña  actual de usuario </p>\n","type":"text/plain"},"key":"userPassword","value":"string"},{"description":{"content":"<p>Nueva contraseña</p>\n","type":"text/plain"},"key":"userPasswordNew","value":"string"}],"variable":[]}},"response":[{"id":"08f0ff60-a90e-01c8-7630-014026f20b01","name":"User Change Password - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\", \r\n    \"userPassword\":\"1234FT%\",\r\n    \"userPasswordNew\":\"456FT&\"\r\n}"},"url":"https://www.fttserver.com:2530/api/userChangePassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\n    \"applicationName\": \"FTT_TEST\",\n    \"userName\": \"FTEXAMPLE\",\n    \"isAproved\": true,\n    \"apiStatus\": \"Successful\"\n}"}],"_postman_id":"d61a06db-c943-9c76-81ea-0771fe7a009a"}],"id":"461d1861-2e8b-6bab-4ebd-0f469deb8861","description":"<p>Funciones disponibles para un usuario que le permite ingresar a la aplicación del comercio. Los APIs permiten crear, iniciar sesión, actualizar, eliminar datos del usuario. De esta manera los comercios ´App´ gestionarán a sus clientes ´User´. </p>\n","_postman_id":"461d1861-2e8b-6bab-4ebd-0f469deb8861"},{"name":"Cards Management","item":[{"name":"User Include Card","event":[{"listen":"prerequest","script":{"id":"4f045ee8-b03f-4d65-8943-f8acd99b5454","exec":["","",""],"type":"text/javascript"}}],"id":"b828de26-ba21-bfbd-23bd-8dfe7a81d397","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n \"applicationName\":\"FTT_TEST\",\r\n \"userName\": \"FTEXAMPLE\",\r\n \"userPassword\":\"456FTT%\",\r\n \"cardDescription\": \"Card Test.\",\r\n \"primaryAccountNumber\":\"4123000000000004\",\r\n \"expirationMonth\":\"09\",\r\n \"expirationYear\":\"2219\",\r\n \"verificationValue\":\"444\"\r\n }"},"url":"https://www.fttserver.com:2530/api/UserIncludeCard?applicationName=string&userName=string&userPassword=string&cardDescription=string&primaryAccountNumber=string&expirationMonth=string&expirationYear=string&verificationValue=string","description":"<p>Api que le permite al usuario ingresar una o varias tarjetas de débito o crédito.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","UserIncludeCard"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación </p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de usuario</p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Max:50 caracteres\nCampo Obligatorio \nContraseña de usuario ya aprobado</p>\n","type":"text/plain"},"key":"userPassword","value":"string"},{"description":{"content":"<p>Max: 250 caracteres\nCampo Obligatorio\nDescripción de tarjeta</p>\n","type":"text/plain"},"key":"cardDescription","value":"string"},{"description":{"content":"<p>Max: 19 caracteres\nCampo Obligatorio\nNúmero de tarjeta</p>\n","type":"text/plain"},"key":"primaryAccountNumber","value":"string"},{"description":{"content":"<p>Formato:  MM\nCampo Obligatorio\nMes de expiración de tarjeta</p>\n","type":"text/plain"},"key":"expirationMonth","value":"string"},{"description":{"content":"<p>Formato: YYYY\nCampo Obligatorio\nAño de expiración de tarjeta</p>\n","type":"text/plain"},"key":"expirationYear","value":"string"},{"description":{"content":"<p>Max: 3 caracteres\nCampo Obligatorio\nCódigo de verificación de tarjeta</p>\n","type":"text/plain"},"key":"verificationValue","value":"string"}],"variable":[]}},"response":[{"id":"69cbd861-b308-42f5-8c3a-027f26acd33b","name":"User Include Card2 - Technical Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n \"applicationName\":\"FTT_TEST\",\r\n \"userName\": \"FTEXAMPLE\",\r\n \"userPassword\":\"456FTT%\",\r\n \"cardDescription\": \"Card Test.\",\r\n \"primaryAccountNumber\":\"4120000000000007\",\r\n \"expirationMonth\":\"10\",\r\n \"expirationYear\":\"2220\",\r\n \"verificationValue\":\"555\"\r\n }"},"url":{"raw":"https://www.fttserver.com:2530/api/UserIncludeCard?applicationName=string&userName=string&userPassword=string&cardDescription=string&primaryAccountNumber=string&expirationMonth=int&expirationYear=int&verificationValue=int","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","UserIncludeCard"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación "},{"key":"userName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de usuario"},{"key":"userPassword","value":"string","description":"Max:50 caracteres\nCampo Obligatorio \nContraseña de usuario ya aprobado"},{"key":"cardDescription","value":"string","description":"Max: 250 caracteres\nCampo Obligatorio\nDescripción de tarjeta"},{"key":"primaryAccountNumber","value":"string","description":"Max: 19 caracteres\nCampo Obligatorio\nNúmero de tarjeta"},{"key":"expirationMonth","value":"int","description":"Formato:  MM\nCampo Obligatorio\nMes de expiración de tarjeta"},{"key":"expirationYear","value":"int","description":"Formato: YYYY\nCampo Obligatorio\nAño de expiración de tarjeta"},{"key":"verificationValue","value":"int","description":"Max: 3 caracteres\nCampo Obligatorio\nCódigo de verificación de tarjeta"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"201","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 16:31:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"cardTokenId\":\"0420839b-e2ad-4d7e-8b24-32747bb04fa3\",\"maskedCard\":\"4120-00**-****-0007\",\"apiStatus\":\"Successful\",\"isDefault\":false}"},{"id":"b331a04e-33d5-4c9d-bbea-ba7982d84294","name":"User Include Card3 - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n \"applicationName\":\"FTT_TEST\",\r\n \"userName\": \"FTEXAMPLE\",\r\n \"userPassword\":\"456FTT%\",\r\n \"cardDescription\": \"Card Test.\",\r\n \"primaryAccountNumber\":\"4123000000000004\",\r\n \"expirationMonth\":\"09\",\r\n \"expirationYear\":\"2219\",\r\n \"verificationValue\":\"444\"\r\n }"},"url":{"raw":"https://www.fttserver.com:2530/api/UserIncludeCard?applicationName=string&userName=string&userPassword=string&cardDescription=string&primaryAccountNumber=string&expirationMonth=string&expirationYear=string&verificationValue=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","UserIncludeCard"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación "},{"key":"userName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de usuario"},{"key":"userPassword","value":"string","description":"Max:50 caracteres\nCampo Obligatorio \nContraseña de usuario ya aprobado"},{"key":"cardDescription","value":"string","description":"Max: 250 caracteres\nCampo Obligatorio\nDescripción de tarjeta"},{"key":"primaryAccountNumber","value":"string","description":"Max: 19 caracteres\nCampo Obligatorio\nNúmero de tarjeta"},{"key":"expirationMonth","value":"string","description":"Formato:  MM\nCampo Obligatorio\nMes de expiración de tarjeta"},{"key":"expirationYear","value":"string","description":"Formato: YYYY\nCampo Obligatorio\nAño de expiración de tarjeta"},{"key":"verificationValue","value":"string","description":"Max: 3 caracteres\nCampo Obligatorio\nCódigo de verificación de tarjeta"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"201","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 16:34:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"cardTokenId\":\"7845d637-beb5-48cb-8bd7-8dfa5c4bec09\",\"maskedCard\":\"4123-00**-****-0004\",\"apiStatus\":\"Successful\",\"isDefault\":false}"},{"id":"b8fe2176-ff31-44b0-b1c2-761260463711","name":"User Include Card1 - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n \"applicationName\":\"FTT_TEST\",\r\n \"userName\": \"FTEXAMPLE\",\r\n \"userPassword\":\"456FTT%\",\r\n \"cardDescription\": \"Card Test.\",\r\n \"primaryAccountNumber\":\"4100000000000001\",\r\n \"expirationMonth\":\"12\",\r\n \"expirationYear\":\"2222\",\r\n \"verificationValue\":\"333\"\r\n }"},"url":{"raw":"https://www.fttserver.com:2530/api/UserIncludeCard?applicationName=string&userName=string&userPassword=string&cardDescription=string&primaryAccountNumber=string&expirationMonth=string&expirationYear=string&verificationValue=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","UserIncludeCard"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación "},{"key":"userName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de usuario"},{"key":"userPassword","value":"string","description":"Max:50 caracteres\nCampo Obligatorio \nContraseña de usuario ya aprobado"},{"key":"cardDescription","value":"string","description":"Max: 250 caracteres\nCampo Obligatorio\nDescripción de tarjeta"},{"key":"primaryAccountNumber","value":"string","description":"Max: 19 caracteres\nCampo Obligatorio\nNúmero de tarjeta"},{"key":"expirationMonth","value":"string","description":"Formato:  MM\nCampo Obligatorio\nMes de expiración de tarjeta"},{"key":"expirationYear","value":"string","description":"Formato: YYYY\nCampo Obligatorio\nAño de expiración de tarjeta"},{"key":"verificationValue","value":"string","description":"Max: 3 caracteres\nCampo Obligatorio\nCódigo de verificación de tarjeta"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"200","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 23 Mar 2018 22:07:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\",\"maskedCard\":\"4100-00**-****-0001\",\"apiStatus\":\"Successful\",\"isDefault\":true}"}],"_postman_id":"b828de26-ba21-bfbd-23bd-8dfe7a81d397"},{"name":"User Update Card","event":[{"listen":"prerequest","script":{"id":"ba46ed62-a0fc-46e5-bb20-cc043cdd38cc","exec":[""],"type":"text/javascript"}}],"id":"323640ea-deb6-3eaa-6570-1ca491e0a725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationName\":\"FTT_TEST\",\r\n \"userName\": \"FTEXAMPLE\",\r\n \"userPassword\":\"456FTT%\",\r\n \"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\",\r\n \"cardDescription\": \"CARD TEST\",\r\n \"expirationMonth\":\"10\",\r\n \"expirationYear\":\"2020\",\r\n \"verificationValue\":\"444\"\r\n }"},"url":"https://www.fttserver.com:2530/api/UserUpdateCard?applicationName=string&userName=string&userPassword=string&cardTokenId=string&cardDescription=string&expirationMonth=int&expirationYear=int&verificationValue=int","description":"<p>Api que permite al usuario actualizar datos de uno o varias tarjetas que haya sido ingresadas. </p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","UserUpdateCard"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación </p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de usuario</p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Max:50 caracteres \nCampo Obligatorio\nContraseña de usuario ya aprobado</p>\n","type":"text/plain"},"key":"userPassword","value":"string"},{"description":{"content":"<p>Max: 35 caracteres\nCampo Obligatorio\nToken Identificador</p>\n","type":"text/plain"},"key":"cardTokenId","value":"string"},{"description":{"content":"<p>Max: 250 caracteres\nCampo Obligatorio\nDescripción de tarjeta</p>\n","type":"text/plain"},"key":"cardDescription","value":"string"},{"description":{"content":"<p>Formato:  MM\nCampo Obligatorio\nMes de expiración de tarjeta</p>\n","type":"text/plain"},"key":"expirationMonth","value":"int"},{"description":{"content":"<p>Formato: YYYY\nCampo Obligatorio\nAño de expiración de tarjeta</p>\n","type":"text/plain"},"key":"expirationYear","value":"int"},{"description":{"content":"<p>Max: 3 caracteres\nCampo Obligatorio\nCódigo de verificación de tarjeta</p>\n","type":"text/plain"},"key":"verificationValue","value":"int"}],"variable":[]}},"response":[{"id":"074d2ebc-bf43-426f-aa36-78c4fc89aafb","name":"User Update Card - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"applicationName\":\"FTT_TEST\",\r\n \"userName\": \"FTEXAMPLE\",\r\n \"userPassword\":\"456FTT%\",\r\n \"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\",\r\n \"cardDescription\": \"CARD TEST\",\r\n \"expirationMonth\":\"10\",\r\n \"expirationYear\":\"2020\",\r\n \"verificationValue\":\"444\"\r\n }"},"url":{"raw":"https://www.fttserver.com:2530/api/UserUpdateCard?applicationName=string&userName=string&userPassword=string&cardTokenId=string&cardDescription=string&expirationMonth=string&expirationYear=string&verificationValue=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","UserUpdateCard"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación "},{"key":"userName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de usuario"},{"key":"userPassword","value":"string","description":"Max:50 caracteres \nCampo Obligatorio\nContraseña de usuario ya aprobado"},{"key":"cardTokenId","value":"string","description":"Max: 35 caracteres\nCampo Obligatorio\nToken Identificador"},{"key":"cardDescription","value":"string","description":"Max: 250 caracteres\nCampo Obligatorio\nDescripción de tarjeta"},{"key":"expirationMonth","value":"string","description":"Formato:  MM\nCampo Obligatorio\nMes de expiración de tarjeta"},{"key":"expirationYear","value":"string","description":"Formato: YYYY\nCampo Obligatorio\nAño de expiración de tarjeta"},{"key":"verificationValue","value":"string","description":"Max: 3 caracteres\nCampo Obligatorio\nCódigo de verificación de tarjeta"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"95","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 23 Mar 2018 22:17:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"apiStatus\":\"Successful\"}"}],"_postman_id":"323640ea-deb6-3eaa-6570-1ca491e0a725"},{"name":"User Delete Card","event":[{"listen":"prerequest","script":{"id":"794e2f79-e0d8-48d3-8736-7847fdbca6d1","exec":[""],"type":"text/javascript"}}],"id":"8f47423a-5a36-b582-3abb-3c1acad87531","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\", \r\n    \"userPassword\":\"456FTT%\",\r\n    \"cardTokenId\": \"7845d637-beb5-48cb-8bd7-8dfa5c4bec09\"\r\n}"},"url":"https://www.fttserver.com:2530/api/UserDeleteCard?applicationName=string&userName=string&userPassword=string&cardTokenId=string","description":"<p>Api que permite al usuario la eliminación una o varias de sus tarjetas.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","UserDeleteCard"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nNombre de usuario ya aprobado\nCampo Obligatorio</p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Max:50 caracteres\nCampo Obligatorio \nContraseña de usuario ya aprobado</p>\n","type":"text/plain"},"key":"userPassword","value":"string"},{"description":{"content":"<p>Max: 35 caracteres\nCampo Obligatorio\nToken Identificador</p>\n","type":"text/plain"},"key":"cardTokenId","value":"string"}],"variable":[]}},"response":[{"id":"b3518167-b807-b7ea-79d5-bfb4dba6a1a1","name":"User Delete Card3 - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación","type":"text"},{"key":"userName","value":"string","description":"Max: 50 caracteres\nNombre de usuario ya aprobado\nCampo Obligatorio","type":"text"},{"key":"userPassword","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de usuario ya aprobado ","type":"text"},{"key":"cardTokenId","value":"string","description":"Max: 35 caracteres\nCampo Obligatorio\nToken Identificador","type":"text"}]},"url":"https://www.fttserver.com:2530/api/UserDeleteCard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\n\t\"applicationName\":\"EMCommerce\",\n\t\"userName\":\"Client\",\n\t\"isAproved\":true,\n\t\"apiStatus\":\"sucess\"\n}"}],"_postman_id":"8f47423a-5a36-b582-3abb-3c1acad87531"},{"name":"User Request Default Card","event":[{"listen":"prerequest","script":{"id":"425b11c3-ec76-4cf6-a8fe-2c5ebc3d2a84","exec":[""],"type":"text/javascript"}}],"id":"af31e299-d59a-338d-90b7-9cb307e1ec38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\", \r\n    \"userPassword\":\"456FTT%\"\r\n   \r\n}\r\n"},"url":"https://www.fttserver.com:2530/api/UserRequestDefaultCard?applicationName=string&userName=string&userPassword=string","description":"<p>Api que consulta información de la tarjeta de crédito o débito, definido como “Defecto”</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","UserRequestDefaultCard"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max:  50 caracteres\nCampo Obligatorio\nNombre de usuario ya aprobado</p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo obligatorio\nContraseña de usuario ya aprobado </p>\n","type":"text/plain"},"key":"userPassword","value":"string"}],"variable":[]}},"response":[{"id":"cff4a009-acca-4275-b014-8dee5cd1ef6a","name":"User Request Default Card - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\", \r\n    \"userPassword\":\"456FTT%\"\r\n   \r\n}\r\n"},"url":{"raw":"https://www.fttserver.com:2530/api/UserRequestDefaultCard?applicationName=string&userName=string&userPassword=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","UserRequestDefaultCard"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"userName","value":"string","description":"Max:  50 caracteres\nCampo Obligatorio\nNombre de usuario ya aprobado"},{"key":"userPassword","value":"string","description":"Max: 50 caracteres\nCampo obligatorio\nContraseña de usuario ya aprobado "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"256","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 16:50:26 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"apiStatus\":\"Successful\",\"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\",\"cardDescription\":\"CARD TEST\",\"maskedCard\":\"4100-00**-****-0001\",\"expirationMonth\":10,\"expirationYear\":2020}"}],"_postman_id":"af31e299-d59a-338d-90b7-9cb307e1ec38"},{"name":"User Request Cards","event":[{"listen":"prerequest","script":{"id":"2bcfea47-9746-4818-b502-da450b9cc573","exec":[""],"type":"text/javascript"}}],"id":"bc2393a9-1e44-e77d-7df8-f3367ec2f0af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\",  \r\n    \"userPassword\":\"456FTT%\"\r\n   \r\n}\r\n"},"url":"https://www.fttserver.com:2530/api/UserRequestCards?applicationName=string&userName=string&userPassword=string","description":"<p>Api de consulta de información de todas las tarjetas registradas por el usuario.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","UserRequestCards"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de usuario ya aprobado</p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de usuario ya aprobado </p>\n","type":"text/plain"},"key":"userPassword","value":"string"}],"variable":[]}},"response":[{"id":"0fa818c2-ac78-41c7-8221-0f39526d11b6","name":"User Request Cards - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\",  \r\n    \"userPassword\":\"456FTT%\"\r\n   \r\n}\r\n"},"url":{"raw":"https://www.fttserver.com:2530/api/UserRequestCards?applicationName=string&userName=string&userPassword=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","UserRequestCards"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"userName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de usuario ya aprobado"},{"key":"userPassword","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de usuario ya aprobado "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"509","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 17:03:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isAvailableCard\":true,\"apiStatus\":\"Successful\",\"cardsCount\":2,\"userCards\":[{\"cardTokenId\":\"0420839b-e2ad-4d7e-8b24-32747bb04fa3\",\"cardDescription\":\"Card Test.\",\"cardMasked\":\"4120-00**-****-0007\",\"expirationMonth\":10,\"expirationYear\":2220,\"isDefault\":false},{\"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\",\"cardDescription\":\"CARD TEST\",\"cardMasked\":\"4100-00**-****-0001\",\"expirationMonth\":10,\"expirationYear\":2020,\"isDefault\":true}],\"isApproved\":true}"}],"_postman_id":"bc2393a9-1e44-e77d-7df8-f3367ec2f0af"},{"name":"User Set Default Card","event":[{"listen":"prerequest","script":{"id":"4b4ec3c5-cba1-43f0-a62b-b0f9dc21d968","exec":["[\r","{\r","    \"applicationName\": \"EMCommerce\",\r","    \"userName\": \"Client\", \r","    \"userPassword\":\"123Lama$\",\r","    \"cardTokenId\":\"af11dcdc-fde2-49d7-8ff5-63e74d6469ff\"\r","   \r","}\r"," ]"],"type":"text/javascript"}}],"id":"b2e19b97-e526-8887-aa77-16b7924c42f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"applicationName","value":"string","description":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text"},{"key":"userName","value":"string","description":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de usuario ya aprobado</p>\n","type":"text"},{"key":"cardTokenId","value":"string","description":"<p>Max: 35 caracteres\nCampo Obligatorio\nToken Identificador de Tarjeta</p>\n","type":"text"}]},"url":"https://www.fttserver.com:2530/api/UserSetDefaultCard","description":"<p>Api que permite definir una tarjeta como defecto, la cual el usuario va usar como principal para hacer pagos en la aplicación del comercio o que la aplicación de comercio solicite el cobro.  El proceso de pago o cobro va a depender del tipo de negocio.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","UserSetDefaultCard"],"host":["www","fttserver","com"],"query":[],"variable":[]}},"response":[{"id":"4505ed06-733a-43e1-bc3f-7fa19042822b","name":"User Set Default Card - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\", \r\n    \"userPassword\":\"456FTT%\",\r\n    \"cardTokenId\":\"0420839b-e2ad-4d7e-8b24-32747bb04fa3\"\r\n   \r\n}\r\n"},"url":{"raw":"https://www.fttserver.com:2530/api/UserSetDefaultCard?applicationName=string&userName=string&cardTokenId=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","UserSetDefaultCard"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"userName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de usuario ya aprobado"},{"key":"cardTokenId","value":"string","description":"Max: 35 caracteres\nCampo Obligatorio\nToken Identificador de Tarjeta"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"95","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 17:07:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"apiStatus\":\"Successful\"}"}],"_postman_id":"b2e19b97-e526-8887-aa77-16b7924c42f6"}],"id":"532405f9-68f4-f9c0-abcf-f817b920bdf4","_postman_id":"532405f9-68f4-f9c0-abcf-f817b920bdf4","description":""},{"name":"Payment Management By Users","item":[{"name":"User Request Charges","event":[{"listen":"prerequest","script":{"id":"52d8ea0b-231c-472e-b3ec-e39fedee6043","exec":[""],"type":"text/javascript"}}],"id":"cf8c404c-ad6d-f3f3-36ec-61c6b1fe7d3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"userName\": \"Client\", \r\n    \"userPassword\":\"123Lama$\"\r\n}"},"url":"https://www.fttserver.com:2530/api/UserRequestCharges?applicationName=string&userName=string&applicationPassword=string","description":"<p>Api que permite al usuario consultar sus cargos pendientes en la aplicación del comercio.</p>\n<p>Ejemplo:</p>\n<p>Al momento no hay cargo incluidos, es por eso que la repuesta es \"null\". </p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","UserRequestCharges"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Nombre del usuario </p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio </p>\n","type":"text/plain"},"key":"applicationPassword","value":"string"}],"variable":[]}},"response":[{"id":"f4c9e7eb-713d-4c61-913a-5345ee6ab018","name":"User Request Charges - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n\t\"applicationName\": \"LIZTEST\",\r\n    \"userName\": \"FTEXAMPLE\", \r\n    \"userPassword\":\"456FTT%\"\r\n}"},"url":{"raw":"https://www.fttserver.com:2530/api/UserRequestCharges?applicationName=string&userName=string&applicationPassword=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","UserRequestCharges"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"userName","value":"string","description":"Nombre del usuario "},{"key":"applicationPassword","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"166","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 17:15:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isAvailableCharge\":false,\"apiStatus\":\"No Charges Included\",\"chargesCount\":0,\"userCharges\":null,\"isApproved\":true}"}],"_postman_id":"cf8c404c-ad6d-f3f3-36ec-61c6b1fe7d3e"},{"name":"User View Charge","event":[{"listen":"prerequest","script":{"id":"c63bb358-97d0-41f9-b625-385d2239b717","exec":[""],"type":"text/javascript"}}],"id":"8af63488-c246-e738-a81a-a4eaa8b3d168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n \"applicationName\":\"FTT_TEST\",\r\n \"userName\": \"FTEXAMPLE\",\r\n \"userPassword\":\"456FTT%\",\r\n \"chargeTokenId\":\"30bf56e3-8aba-4b01-ad68-3d6dc0219df0\"\r\n\r\n }"},"url":"https://www.fttserver.com:2530/api/UserViewCharge?applicationName=string&userName=string&userPassword=string&chargeTokenId=string","description":"<p>Api que permite ver un cargo con más detalle.</p>\n<p>Ejemplo:</p>\n<p>En el api anterior (UserRequestCharges) vimos que  no hay cargos. Lo que haremos para este api de ver cargos y obtener una respuesta no \"null\" es:</p>\n<p>  1 - Aplicar el Api (AppIncludeCharge): Agregando un cargo de      5000 colones. Que nos responde un \"chargeTokenId\"\n  2 - Luego aplicar el api(UserViewCharge)</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","UserViewCharge"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Nombre del usuario </p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de usuario ya aprobado </p>\n","type":"text/plain"},"key":"userPassword","value":"string"},{"description":{"content":"<p>Token Identificador de Cargo</p>\n","type":"text/plain"},"key":"chargeTokenId","value":"string"}],"variable":[]}},"response":[{"id":"2eb33c26-9563-425c-832b-160714b9b937","name":"User View Charge - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n \"applicationName\":\"FTT_TEST\",\r\n \"userName\": \"FTEXAMPLE\",\r\n \"userPassword\":\"456FTT%\",\r\n \"chargeTokenId\":\"30bf56e3-8aba-4b01-ad68-3d6dc0219df0\"\r\n\r\n }"},"url":{"raw":"https://www.fttserver.com:2530/api/UserViewCharge?applicationName=string&userName=string&userPassword=string&chargeTokenId=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","UserViewCharge"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"userName","value":"string","description":"Nombre del usuario "},{"key":"userPassword","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de usuario ya aprobado "},{"key":"chargeTokenId","value":"string","description":"Token Identificador de Cargo"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"310","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 22:04:45 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isAvailableCharge\":true,\"apiStatus\":\"Successful\",\"isApproved\":true,\"chargeTokenId\":\"30bf56e3-8aba-4b01-ad68-3d6dc0219df0\",\"chargeDescription\":\"Cargo de Ejemplo\",\"transactionCurrency\":\"CRC\",\"transactionAmount\":5000.0,\"chargeDateTime\":\"2018-04-05T15:54:04.9\"}"}],"_postman_id":"8af63488-c246-e738-a81a-a4eaa8b3d168"},{"name":"User Apply Charge","event":[{"listen":"prerequest","script":{"id":"e91cc254-a0b6-4b59-ad54-563f91cf39c9","exec":[""],"type":"text/javascript"}}],"id":"66207d19-961e-08fe-a573-230a7b6c97bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\":\"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\", \r\n    \"userPassword\":\"456FTT%\",\r\n    \"chargeTokenId\":\"30bf56e3-8aba-4b01-ad68-3d6dc0219df0\",\r\n    \"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\"\r\n   \r\n}\r\n"},"url":"https://www.fttserver.com:2530/api/UserApplyCharge?applicationName=string&userName=string&userPassword=string&chargeTokenId=string&cardTokenId=string","description":"<p>Api que permite al usuario aplique o pague un cargo o transacción registrada en su cuenta.</p>\n<p>Ejemplo:</p>\n<p>En el ejemplo el propio usuario aplicó el cargo con la descripción de \"Cargo de Ejemplo\" </p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","UserApplyCharge"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Nombre del usuario </p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de usuario ya aprobado </p>\n","type":"text/plain"},"key":"userPassword","value":"string"},{"description":{"content":"<p>Token Identificador del cargo </p>\n","type":"text/plain"},"key":"chargeTokenId","value":"string"},{"description":{"content":"<p>Token Identificador de tarjeta</p>\n","type":"text/plain"},"key":"cardTokenId","value":"string"}],"variable":[]}},"response":[{"id":"28a391b0-b182-4f95-8a8b-7723b35124fa","name":"User Apply Charge - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\":\"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\", \r\n    \"userPassword\":\"456FTT%\",\r\n    \"chargeTokenId\":\"30bf56e3-8aba-4b01-ad68-3d6dc0219df0\",\r\n    \"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\"\r\n   \r\n}\r\n"},"url":{"raw":"https://www.fttserver.com:2530/api/UserApplyCharge?applicationName=string&userName=string&userPassword=string&chargeTokenId=string&cardTokenId=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","UserApplyCharge"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"userName","value":"string","description":"Nombre del usuario "},{"key":"userPassword","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de usuario ya aprobado "},{"key":"chargeTokenId","value":"string","description":"Token Identificador del cargo "},{"key":"cardTokenId","value":"string","description":"Token Identificador de tarjeta"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"288","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 22:07:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"apiStatus\":\"Successful\",\"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\",\"cardMasked\":\"4100-00**-****-0001\",\"authorizationId\":\"003484\",\"reasonText\":\" 003484\",\"systemTrace\":\"000000\",\"retrievalRefNo\":\"809516000000\"}"},{"id":"b4281b63-28d4-4c5b-af20-fbe4871b7341","name":"User Apply Charge - Technical Example - Charge included to Return ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\":\"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\", \r\n    \"userPassword\":\"456FTT%\",\r\n    \"chargeTokenId\":\"838c75b8-1d97-4ae0-8f43-f10f1251e56e\",\r\n    \"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\"\r\n   \r\n}\r\n"},"url":{"raw":"https://www.fttserver.com:2530/api/UserApplyCharge?applicationName=string&userName=string&userPassword=string&chargeTokenId=string&cardTokenId=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","UserApplyCharge"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"userName","value":"string","description":"Nombre del usuario "},{"key":"userPassword","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de usuario ya aprobado "},{"key":"chargeTokenId","value":"string","description":"Token Identificador del cargo "},{"key":"cardTokenId","value":"string","description":"Token Identificador de tarjeta"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"288","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 22:55:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"apiStatus\":\"Successful\",\"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\",\"cardMasked\":\"4100-00**-****-0001\",\"authorizationId\":\"003486\",\"reasonText\":\" 003486\",\"systemTrace\":\"000002\",\"retrievalRefNo\":\"809516000002\"}"}],"_postman_id":"66207d19-961e-08fe-a573-230a7b6c97bd"}],"id":"e14c31ab-5ffb-0fef-00b2-731fd3128a8f","_postman_id":"e14c31ab-5ffb-0fef-00b2-731fd3128a8f","description":""}],"id":"2c9cbafc-da0f-7e80-d4b4-24e92f200a64","description":"<p>Por Usuario: Son comandos que por medio de la aplicación del comercio se ponen a disposición de usuario\nfinal. Todas las operaciones que el usuario puede realizar.</p>\n","_postman_id":"2c9cbafc-da0f-7e80-d4b4-24e92f200a64"},{"name":"Payment Management By Commerce","item":[{"name":"Log On App","event":[{"listen":"prerequest","script":{"id":"7516818e-71b9-47ed-ad50-e55b2d08e4c8","exec":[""],"type":"text/javascript"}}],"id":"df54adb9-67b8-5479-d276-3b675d3e1625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\"\r\n   \r\n}\r\n"},"url":"https://www.fttserver.com:2530/api/LogOnApp?applicationName=string&applicationPassword=string","description":"<p>Api que permite a la aplicación del comercio conectarse al sistema, para verificar que la aplicación se mantiene activa y se puedan hacer las transacciones.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","LogOnApp"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio </p>\n","type":"text/plain"},"key":"applicationPassword","value":"string"}],"variable":[]}},"response":[{"id":"6eb96f18-7c52-4d68-994e-03c8cc565b28","name":"Log On App - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\"\r\n   \r\n}\r\n"},"url":{"raw":"https://www.fttserver.com:2530/api/LogOnApp?applicationName=string&applicationPassword=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","LogOnApp"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"applicationPassword","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"107","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 17:27:20 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"applicationEmail\":\"test@test.com\",\"isApproved\":true,\"apiStatus\":\"Successful\"}"}],"_postman_id":"df54adb9-67b8-5479-d276-3b675d3e1625"},{"name":"App Include Charge","event":[{"listen":"prerequest","script":{"id":"a6701283-3870-40f3-970b-33a10ffe0635","exec":[""],"type":"text/javascript"}}],"id":"d5d5028b-824e-c453-cf59-c71598d903b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"chargeDescription\" :\"Cargo de Ejemplo para eliminar\",\r\n    \"userName\":\"FTEXAMPLE\",\r\n    \"transactionCurrency\":\"CRC\",\r\n    \"transactionAmount\":\"9000\"\r\n   \r\n}\r\n"},"url":"https://www.fttserver.com:2530/api/AppIncludeCharge?applicationName=string&applicationPassword=string&chargeDescription=string&userName=string&transactionCurrency=string&transactionAmount=double","description":"<p>Api que permite que la aplicación del comercio incluya cargos a un usuario</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppIncludeCharge"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio </p>\n","type":"text/plain"},"key":"applicationPassword","value":"string"},{"description":{"content":"<p>Descripción del cargo pendiente   </p>\n","type":"text/plain"},"key":"chargeDescription","value":"string"},{"description":{"content":"<p>Nombre del usuario  al que se le asignará el cargo</p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Tipo de moneda de la transacción puede ser: USD O CRC</p>\n","type":"text/plain"},"key":"transactionCurrency","value":"string"},{"description":{"content":"<p>Monto del cargo. \nEl sistema utiliza \".\" (punto) para separar los decimales</p>\n","type":"text/plain"},"key":"transactionAmount","value":"double"}],"variable":[]}},"response":[{"id":"14078901-adaf-4e9c-9992-9e64ffabdfb3","name":"App Include Charge3 - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"chargeDescription\" :\"Cargo de Ejemplo para eliminar\",\r\n    \"userName\":\"FTEXAMPLE\",\r\n    \"transactionCurrency\":\"CRC\",\r\n    \"transactionAmount\":\"9000\"\r\n   \r\n}\r\n"},"url":{"raw":"https://www.fttserver.com:2530/api/AppIncludeCharge?applicationName=string&applicationPassword=string&chargeDescription=string&userName=string&transactionCurrency=string&transactionAmount=double","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppIncludeCharge"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"applicationPassword","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio "},{"key":"chargeDescription","value":"string","description":"Descripción del cargo pendiente   "},{"key":"userName","value":"string","description":"Nombre del usuario  al que se le asignará el cargo"},{"key":"transactionCurrency","value":"string","description":"Tipo de moneda de la transacción puede ser: USD O CRC"},{"key":"transactionAmount","value":"double","description":"Monto del cargo "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"150","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 22:52:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"apiStatus\":\"Successful\",\"chargeTokenId\":\"838c75b8-1d97-4ae0-8f43-f10f1251e56e\"}"},{"id":"8c333f9d-c0b7-4954-a0e2-92a68c16f4ce","name":"App Include Charge1 - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"chargeDescription\":\"Cargo de Ejemplo\",\r\n    \"userName\":\"FTEXAMPLE\",\r\n    \"transactionCurrency\":\"CRC\",\r\n    \"transactionAmount\":\"5000\"\r\n}\r\n"},"url":"https://www.fttserver.com:2530/api/AppIncludeCharge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"150","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 21:53:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"apiStatus\":\"Successful\",\"chargeTokenId\":\"30bf56e3-8aba-4b01-ad68-3d6dc0219df0\"}"},{"id":"c64f56ad-8f4f-415b-9ac6-00bfe1120676","name":"App Include Charge 2 - Technical Example ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"chargeDescription\":\"Cargo de Ejemplo\",\r\n    \"userName\":\"FTEXAMPLE\",\r\n    \"transactionCurrency\":\"CRC\",\r\n    \"transactionAmount\":\"5000\"\r\n}\r\n"},"url":{"raw":"https://www.fttserver.com:2530/api/AppIncludeCharge?applicationName=string&applicationPassword=string&chargeDescription=string&userName=string&transactionCurrency=string&transactionAmount=double","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppIncludeCharge"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"applicationPassword","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio "},{"key":"chargeDescription","value":"string","description":"Descripción del cargo pendiente   "},{"key":"userName","value":"string","description":"Nombre del usuario  al que se le asignará el cargo"},{"key":"transactionCurrency","value":"string","description":"Tipo de moneda de la transacción puede ser: USD O CRC"},{"key":"transactionAmount","value":"double","description":"Monto del cargo "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"150","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 21:35:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"apiStatus\":\"Successful\",\"chargeTokenId\":\"cec01e78-c04b-4068-a1c2-5c56ad14e317\"}"},{"id":"ddc2fa0f-5614-4a3d-b6b6-1de2bcdfafb2","name":"App Include Charge - Technical Example - Charge Included to delete","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"chargeDescription\" :\"Cargo de Ejemplo para borrar\",\r\n    \"userName\":\"FTEXAMPLE\",\r\n    \"transactionCurrency\":\"CRC\",\r\n    \"transactionAmount\":\"10000\"\r\n   \r\n}\r\n"},"url":{"raw":"https://www.fttserver.com:2530/api/AppIncludeCharge?applicationName=string&applicationPassword=string&chargeDescription=string&userName=string&transactionCurrency=string&transactionAmount=double","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppIncludeCharge"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"applicationPassword","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio "},{"key":"chargeDescription","value":"string","description":"Descripción del cargo pendiente   "},{"key":"userName","value":"string","description":"Nombre del usuario  al que se le asignará el cargo"},{"key":"transactionCurrency","value":"string","description":"Tipo de moneda de la transacción puede ser: USD O CRC"},{"key":"transactionAmount","value":"double","description":"Monto del cargo "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"150","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 23:00:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"apiStatus\":\"Successful\",\"chargeTokenId\":\"59b87f56-4593-4305-bbdd-d4ed72dc90fb\"}"}],"_postman_id":"d5d5028b-824e-c453-cf59-c71598d903b6"},{"name":"App Apply Charge","event":[{"listen":"prerequest","script":{"id":"72943b6b-800d-47d7-8233-773185fb6d1f","exec":[""],"type":"text/javascript"}}],"id":"1ef6699b-edcd-665e-2988-e418855bd120","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"userName\":\"FTEXAMPLE\",\r\n    \"chargeTokenId\":\"cec01e78-c04b-4068-a1c2-5c56ad14e317\",\r\n    \"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\"\r\n}"},"url":"https://www.fttserver.com:2530/api/AppApplyCharge?applicationName=string&applicationPassword=string&userName=string&chargeTokeId=string&cardTokenId=string","description":"<p>Api que permite que la aplicación del comercio genere un cargo asignado a un usuario, según sea la condición del negocio. Este API unicamente crea el cargo pero no se ha cobrado, se puede crear uno o varios cargos. Para cobrarlos se debe llamar el API \"App Apply Charge\".   </p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppApplyCharge"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio </p>\n","type":"text/plain"},"key":"applicationPassword","value":"string"},{"description":{"content":"<p>Nombre del usuario </p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Token Identificador del cargo </p>\n","type":"text/plain"},"key":"chargeTokeId","value":"string"},{"description":{"content":"<p>Token Identificador de tarjeta</p>\n","type":"text/plain"},"key":"cardTokenId","value":"string"}],"variable":[]}},"response":[{"id":"f859b148-d0da-4590-a028-373c2f9d6a19","name":"App Apply Charge - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"userName\":\"FTEXAMPLE\",\r\n    \"chargeTokenId\":\"cec01e78-c04b-4068-a1c2-5c56ad14e317\",\r\n    \"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\"\r\n}"},"url":{"raw":"https://www.fttserver.com:2530/api/AppApplyCharge?applicationName=string&applicationPassword=string&userName=string&chargeTokeId=string&cardTokenId=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppApplyCharge"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"applicationPassword","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio "},{"key":"userName","value":"string","description":"Nombre del usuario "},{"key":"chargeTokeId","value":"string","description":"Token Identificador del cargo "},{"key":"cardTokenId","value":"string","description":"Token Identificador de tarjeta"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"288","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 22:40:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"apiStatus\":\"Successful\",\"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\",\"cardMasked\":\"4100-00**-****-0001\",\"authorizationId\":\"003485\",\"reasonText\":\" 003485\",\"systemTrace\":\"000001\",\"retrievalRefNo\":\"809516000001\"}"}],"_postman_id":"1ef6699b-edcd-665e-2988-e418855bd120"},{"name":"AppApplyChargeAsCheckIn","event":[{"listen":"prerequest","script":{"id":"72943b6b-800d-47d7-8233-773185fb6d1f","exec":[""],"type":"text/javascript"}}],"id":"bb679124-9831-4c1f-80dc-d02d6209efa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"userName\":\"FTEXAMPLE\",\r\n    \"chargeTokenId\":\"cec01e78-c04b-4068-a1c2-5c56ad14e317\",\r\n    \"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\",\r\n    \"folioIdentifier\": \"000000000001\"\r\n}"},"url":"https://www.fttserver.com:2530/api/AppApplyChargeAsCheckIn?applicationName=string&applicationPassword=string&userName=string&chargeTokeId=string&cardTokenId=string&folioIdentifier=string","description":"<p>Api de transacción inicial para aplicar cargos con la modalidad de CheckIn, este va ligado a un cargo incluido anteriormente.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppApplyChargeAsCheckIn"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio Nombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio\nContraseña de usuario ya aprobado </p>\n","type":"text/plain"},"key":"applicationPassword","value":"string"},{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio Nombre de Usuario ligado al chargeTokenId</p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Campo Obligatorio\nToken Identificador del cargo </p>\n","type":"text/plain"},"key":"chargeTokeId","value":"string"},{"description":{"content":"<p>Campo Obligatorio\nToken Identificador de tarjeta</p>\n","type":"text/plain"},"key":"cardTokenId","value":"string"},{"description":{"content":"<p>Max: 12 caracteres Campo Obligatorio\nNúmero de Folio de la transacción CheckIn</p>\n","type":"text/plain"},"key":"folioIdentifier","value":"string"}],"variable":[]}},"response":[{"id":"f6b0063f-167d-417a-b069-c90a0b4f4d43","name":"AppApplyChargeAsCheckIn","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"userName\":\"FTEXAMPLE\",\r\n    \"chargeTokenId\":\"cec01e78-c04b-4068-a1c2-5c56ad14e317\",\r\n    \"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\",\r\n    \"folioIdentifier\" : \"000000000001\"\r\n}"},"url":{"raw":"https://www.fttserver.com:2530/api/AppApplyChargeAsCheckIn?applicationName=string&isApproved=Bool&apiStatus=string&cardTokenId=string&cardMasked=string&authorizationId=string&reasonText=string&systemTrace=string&retrievalRefNo=string&folioIdentifier=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppApplyChargeAsCheckIn"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"isApproved","value":"Bool","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio "},{"key":"apiStatus","value":"string","description":"Max: 50 caracteres Describe el mensaje especifico de la ejecución del comando Si fuera un caso exitoso o no se haya podido ejecutar."},{"key":"cardTokenId","value":"string","description":"Campo Obligatorio\nToken Identificador de la Tarjeta."},{"key":"cardMasked","value":"string","description":"Tarjeta enmascarada relacionada al pago efectuado."},{"key":"authorizationId","value":"string","description":"Max: 6 caracteres\nNúmero Id de la autorización, este campo específicamente para el recibo."},{"key":"reasonText","value":"string","description":"Max: 50 caracteres Describe el mensaje especifico la transacción."},{"key":"systemTrace","value":"string","description":"Max: 6 caracteres\nNúmero seguimiento de la transacción, este campo específicamente para el recibo."},{"key":"retrievalRefNo","value":"string","description":"Max: 12 caracteres Número “RRN” de la transacción, este campo específicamente para el recibo."},{"key":"folioIdentifier","value":"string","description":"Max: 12 caracteres\nNúmero de Folio de la transacción CheckIn"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"288","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 22:40:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\",\r\n    \"isApproved\": true,\r\n    \"apiStatus\": \"Successful\",\r\n    \"cardTokenId\": \"b1effd33-8328-47d3-9ea6-77129fd8247e\",\r\n    \"cardMasked\": \"4100-00**-****-0001\",\r\n    \"authorizationId\": \"003485\",\r\n    \"reasonText\": \" 003485\",\r\n    \"systemTrace\": \"000001\",\r\n    \"retrievalRefNo\": \"809516000001\",\r\n    \"folioIdentifier\" : \"000000000001\"\r\n}"}],"_postman_id":"bb679124-9831-4c1f-80dc-d02d6209efa2"},{"name":"AppAdjustChargeAsCheckIn","event":[{"listen":"prerequest","script":{"id":"72943b6b-800d-47d7-8233-773185fb6d1f","exec":[""],"type":"text/javascript"}}],"id":"8c0e6d12-930f-4cf1-b4a9-eb25da1db299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"userName\":\"FTEXAMPLE\",\r\n    \"chargeTokenId\":\"cec01e78-c04b-4068-a1c2-5c56ad14e317\",\r\n    \"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\",\r\n    \"folioIdentifier\" : \"000000000001\"\r\n}"},"url":"https://www.fttserver.com:2530/api/AppAdjustChargeAsCheckIn?applicationName=string&applicationPassword=string&userName=string&chargeTokeId=string&cardTokenId=string&folioIdentifier=string","description":"<p>Api que permite ajustar un CheckIn ya creado anteriormente, este va ligado a un cargo incluido anteriormente.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppAdjustChargeAsCheckIn"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio Nombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio\nContraseña de usuario ya aprobado </p>\n","type":"text/plain"},"key":"applicationPassword","value":"string"},{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio Nombre de Usuario ligado al chargeTokenId</p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Campo Obligatorio\nToken Identificador del cargo </p>\n","type":"text/plain"},"key":"chargeTokeId","value":"string"},{"description":{"content":"<p>Campo Obligatorio\nToken Identificador de tarjeta</p>\n","type":"text/plain"},"key":"cardTokenId","value":"string"},{"description":{"content":"<p>Max: 12 caracteres Campo Obligatorio\nNúmero de Folio de la transacción CheckIn</p>\n","type":"text/plain"},"key":"folioIdentifier","value":"string"}],"variable":[]}},"response":[{"id":"cdeca349-8aae-4227-8005-74683fe4df55","name":"AppAdjustApplyChargeAsCheckIn","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"userName\":\"FTEXAMPLE\",\r\n    \"chargeTokenId\":\"cec01e78-c04b-4068-a1c2-5c56ad14e317\",\r\n    \"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\",\r\n    \"folioIdentifier\" : \"000000000001\"\r\n}"},"url":{"raw":"https://www.fttserver.com:2530/api/AppAdjustChargeAsCheckIn?applicationName=string&isApproved=Bool&apiStatus=string&cardTokenId=string&cardMasked=string&authorizationId=string&reasonText=string&systemTrace=string&retrievalRefNo=string&folioIdentifier=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppAdjustChargeAsCheckIn"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"isApproved","value":"Bool","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio "},{"key":"apiStatus","value":"string","description":"Max: 50 caracteres Describe el mensaje especifico de la ejecución del comando Si fuera un caso exitoso o no se haya podido ejecutar."},{"key":"cardTokenId","value":"string","description":"Campo Obligatorio\nToken Identificador de la Tarjeta."},{"key":"cardMasked","value":"string","description":"Tarjeta enmascarada relacionada al pago efectuado."},{"key":"authorizationId","value":"string","description":"Max: 6 caracteres\nNúmero Id de la autorización, este campo específicamente para el recibo."},{"key":"reasonText","value":"string","description":"Max: 50 caracteres Describe el mensaje especifico la transacción."},{"key":"systemTrace","value":"string","description":"Max: 6 caracteres\nNúmero seguimiento de la transacción, este campo específicamente para el recibo."},{"key":"retrievalRefNo","value":"string","description":"Max: 12 caracteres Número “RRN” de la transacción, este campo específicamente para el recibo."},{"key":"folioIdentifier","value":"string","description":"Max: 12 caracteres\nNúmero de Folio de la transacción CheckIn"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"288","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 22:40:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\r\n\"applicationName\": \"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\",\r\n    \"isApproved\": true,\r\n    \"apiStatus\": \"Successful\",\r\n    \"cardTokenId\": \"b1effd33-8328-47d3-9ea6-77129fd8247e\",\r\n    \"cardMasked\": \"4100-00**-****-0001\",\r\n    \"authorizationId\": \"003485\",\r\n    \"reasonText\": \" 003485\",\r\n    \"systemTrace\": \"000001\",\r\n    \"retrievalRefNo\": \"809516000001\",\r\n    \"folioIdentifier\" : \"000000000001\"\r\n}"}],"_postman_id":"8c0e6d12-930f-4cf1-b4a9-eb25da1db299"},{"name":"AppAdjustChargeAsCheckOut","event":[{"listen":"prerequest","script":{"id":"72943b6b-800d-47d7-8233-773185fb6d1f","exec":[""],"type":"text/javascript"}}],"id":"447066c4-d970-46aa-b2f5-4da19dacf2e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"userName\":\"FTEXAMPLE\",\r\n    \"chargeTokenId\":\"cec01e78-c04b-4068-a1c2-5c56ad14e317\",\r\n    \"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\",\r\n    \"folioIdentifier\": \"000000000001\"\r\n}"},"url":"https://www.fttserver.com:2530/api/AppAdjustChargeAsCheckOut?applicationName=string&applicationPassword=string&userName=string&chargeTokeId=string&cardTokenId=string&folioIdentifier=string","description":"<p>Api que permite la transacción final para aplicar el cargo y ajustar como CheckOut.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppAdjustChargeAsCheckOut"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio Nombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio\nContraseña de usuario ya aprobado </p>\n","type":"text/plain"},"key":"applicationPassword","value":"string"},{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio Nombre de Usuario ligado al chargeTokenId</p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Campo Obligatorio\nToken Identificador del cargo </p>\n","type":"text/plain"},"key":"chargeTokeId","value":"string"},{"description":{"content":"<p>Campo Obligatorio\nToken Identificador de tarjeta</p>\n","type":"text/plain"},"key":"cardTokenId","value":"string"},{"description":{"content":"<p>Max: 12 caracteres Campo Obligatorio\nNúmero de Folio de la transacción CheckIn</p>\n","type":"text/plain"},"key":"folioIdentifier","value":"string"}],"variable":[]}},"response":[{"id":"ce7edd03-297d-4d9b-b291-0b14ed85d693","name":"AppAdjustChargeAsCheckOut","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"userName\":\"FTEXAMPLE\",\r\n    \"chargeTokenId\":\"cec01e78-c04b-4068-a1c2-5c56ad14e317\",\r\n    \"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\",\r\n    \"folioIdentifier\": \"000000000001\"\r\n\r\n}"},"url":{"raw":"https://www.fttserver.com:2530/api/AppAdjustChargeAsCheckOut?applicationName=string&isApproved=Bool&apiStatus=string&cardTokenId=string&cardMasked=string&authorizationId=string&reasonText=string&systemTrace=string&retrievalRefNo=string&transactionTotalAmountDue=Double&transactionCurrency=String","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppAdjustChargeAsCheckOut"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"isApproved","value":"Bool","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio "},{"key":"apiStatus","value":"string","description":"Max: 50 caracteres Describe el mensaje especifico de la ejecución del comando Si fuera un caso exitoso o no se haya podido ejecutar."},{"key":"cardTokenId","value":"string","description":"Campo Obligatorio\nToken Identificador de la Tarjeta."},{"key":"cardMasked","value":"string","description":"Tarjeta enmascarada relacionada al pago efectuado."},{"key":"authorizationId","value":"string","description":"Max: 6 caracteres\nNúmero Id de la autorización, este campo específicamente para el recibo."},{"key":"reasonText","value":"string","description":"Max: 50 caracteres Describe el mensaje especifico la transacción."},{"key":"systemTrace","value":"string","description":"Max: 6 caracteres\nNúmero seguimiento de la transacción, este campo específicamente para el recibo."},{"key":"retrievalRefNo","value":"string","description":"Max: 12 caracteres Número “RRN” de la transacción, este campo específicamente para el recibo."},{"key":"transactionTotalAmountDue","value":"Double","description":"Monto Total ChekOut\nEl sistema utiliza (.), como separador de decimales."},{"key":"transactionCurrency","value":"String","description":"Moneda de la transacción."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"288","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 22:40:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\r\n\"applicationName\": \"FTT_TEST\",\r\n    \"userName\": \"FTEXAMPLE\",\r\n    \"isApproved\": true,\r\n    \"apiStatus\": \"Successful\",\r\n    \"cardTokenId\": \"b1effd33-8328-47d3-9ea6-77129fd8247e\",\r\n    \"cardMasked\": \"4100-00**-****-0001\",\r\n    \"authorizationId\": \"003485\",\r\n    \"reasonText\": \" 003485\",\r\n    \"systemTrace\": \"000001\",\r\n    \"retrievalRefNo\": \"809516000001\",\r\n    \"folioIdentifier\" : \"000000000001\",\r\n    \"transactionTotalAmountDue\" : \"45000\",\r\n    \"transactionCurrency\": \"CRC\"\r\n}"}],"_postman_id":"447066c4-d970-46aa-b2f5-4da19dacf2e5"},{"name":"App Verify User Data","event":[{"listen":"prerequest","script":{"id":"f18b17e5-8fec-4fd3-bbf1-2732391e592a","exec":[""],"type":"text/javascript"}}],"id":"e44df1f7-b352-2127-ebf6-2f16da2ec2d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"userName\":\"FTEXAMPLE\"\r\n}"},"url":"https://www.fttserver.com:2530/api/AppVerifyUserData?applicationName=string&applicationPassword=string&userName=string","description":"<p>Api que permite que la aplicación del comercio verifique los datos de un usuario.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppVerifyUserData"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio</p>\n","type":"text/plain"},"key":"applicationPassword","value":"string"},{"description":{"content":"<p>Nombre del usuario </p>\n","type":"text/plain"},"key":"userName","value":"string"}],"variable":[]}},"response":[{"id":"1f729666-77c4-4ce0-815b-e7c44efcd6e1","name":"App Verify User Data - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"userName\":\"FTEXAMPLE\"\r\n}"},"url":{"raw":"https://www.fttserver.com:2530/api/AppVerifyUserData?applicationName=string&applicationPassword=string&userName=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppVerifyUserData"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"applicationPassword","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio"},{"key":"userName","value":"string","description":"Nombre del usuario "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"211","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 22:42:35 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"apiStatus\":\"Successful\",\"userFirstName\":\"Test\",\"userLastName\":\"Test\",\"userEmail\":\"contactenos@fttecnologias.com\",\"userCallerId\":\"4030-6935\"}"}],"_postman_id":"e44df1f7-b352-2127-ebf6-2f16da2ec2d1"},{"name":"App Verify User Default Card","event":[{"listen":"prerequest","script":{"id":"b37555cc-a88d-4a72-8e6e-4afe5bfeff93","exec":[""],"type":"text/javascript"}}],"id":"b7f7f724-7ea4-b03f-45d4-58fa9161f542","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"userName\":\"FTEXAMPLE\"\r\n}\r\n"},"url":"https://www.fttserver.com:2530/api/AppVerifyUserDefaultCard?applicationName=string&applicationPassword=string&userName=string","description":"<p>Api que permite que la aplicación del comercio consulte los datos de la tarjeta “Default” del usuario.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppVerifyUserDefaultCard"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de la aplicación ya aprobado </p>\n","type":"text/plain"},"key":"applicationPassword","value":"string"},{"description":{"content":"<p>Nombre del usuario </p>\n","type":"text/plain"},"key":"userName","value":"string"}],"variable":[]}},"response":[{"id":"ad853894-8913-48b3-85b6-e1fff2553caf","name":"App Verify User Default Card - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"userName\":\"FTEXAMPLE\"\r\n}\r\n"},"url":{"raw":"https://www.fttserver.com:2530/api/AppVerifyUserDefaultCard?applicationName=string&applicationPassword=string&userName=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppVerifyUserDefaultCard"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"applicationPassword","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de la aplicación ya aprobado "},{"key":"userName","value":"string","description":"Nombre del usuario "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"257","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 22:44:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"apiStatus\":\"Successful\",\"cardTokenId\":\"0420839b-e2ad-4d7e-8b24-32747bb04fa3\",\"cardDescription\":\"Card Test.\",\"maskedCard\":\"4120-00**-****-0007\",\"expirationMonth\":10,\"expirationYear\":2220}"}],"_postman_id":"b7f7f724-7ea4-b03f-45d4-58fa9161f542"},{"name":"App Verify User Charge","event":[{"listen":"prerequest","script":{"id":"1ba8d290-78fd-478b-9a41-1b069c664511","exec":["[\r","{\r","    \"applicationName\": \"EMCommerce\",\r","    \"applicationPassword\": \"123Commerce$\",\r","    \"userName\":\"Client\",\r","    \"chargeTokenId\":\"af11dcdc-fde2-49d7-8ff5- 63e74d6469ff\"\r","}\r"," ]"],"type":"text/javascript"}}],"id":"ba46d337-0763-ffab-80de-70b156cca07d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"applicationName","value":"string","description":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text"},{"key":"applicationPassword","value":"string","description":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio</p>\n","type":"text"},{"key":"userName","value":"string","description":"<p>Nombre del usuario </p>\n","type":"text"},{"key":"chargetokenId","value":"string","description":"<p>Token Identificador del cargo </p>\n","type":"text"}]},"url":"https://www.fttserver.com:2530/api/AppVerifyUserCharge","description":"<p>Api que permite que la aplicación del comercio verifique un cargo de un usuario.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppVerifyUserCharge"],"host":["www","fttserver","com"],"query":[],"variable":[]}},"response":[{"id":"e5e8a1c6-e416-d2d0-da45-92f00c815c2d","name":"App Verify User Charge Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n\t\"applicationName\":\"EMCommerce\",\n\t\"applicationPassword\":\"123commerce$\",\n\t\"userName\":\"Client\",\n\t\"chargeTokeId\":\"af11dcdc-fde2-49d7-8ff5- 63e74d6469ff\"\n\t\n}"},"url":"https://www.fttserver.com:2530/api/AppVerifyUserCharge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\n    \"applicationName\": \"EMCommerce\",\n    \"userName\": \"Client\",\n    \"isAproved\": true,\n    \"apiStatus\": \"success\",\n    \"isAvailableCharge\": true,\n    \"chargeTokenId\": \"af11dcdc-fde2-49d7-8ff5- 63e74d6469ff\",\n    \"chargeDescription\": \"Mobiliario de Oficina\",\n    \"transactionCurrency\": \"USD\",\n    \"transactionAmount\": \"200\",\n    \"chargeDatetime\": \"19-12-2017\",\n    \"transactionPayed\": true,\n    \"transactionPayDatetime\":\"30-12-2017\"\n}"}],"_postman_id":"ba46d337-0763-ffab-80de-70b156cca07d"},{"name":"App Return Charge","event":[{"listen":"prerequest","script":{"id":"cae7afd0-4423-4cc5-b841-070d2c65c398","exec":[""],"type":"text/javascript"}}],"id":"6ba604b8-530a-edd8-5541-9533071933c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"userName\":\"FTEXAMPLE\",\r\n    \"chargeTokenId\":\"30bf56e3-8aba-4b01-ad68-3d6dc0219df0\"\r\n}\r\n"},"url":"https://www.fttserver.com:2530/api/AppReturnCharge?applicationName=string&applicationPassword=string&userName=string&chargeTokenId=string","description":"<p>Api que permite que la aplicación del comercio devuelva al usuario un cargo que se le cobró o que el mismo usuario aplicó, siempre y cuando no haya sido liquidado por el banco.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppReturnCharge"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio</p>\n","type":"text/plain"},"key":"applicationPassword","value":"string"},{"description":{"content":"<p>Nombre de usuario</p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Token Identificador del cargo</p>\n","type":"text/plain"},"key":"chargeTokenId","value":"string"}],"variable":[]}},"response":[{"id":"5c1c1315-16e3-4068-bd59-fd56b6a46c71","name":"App Return Charge - Technical Example ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"userName\":\"FTEXAMPLE\",\r\n    \"chargeTokenId\":\"838c75b8-1d97-4ae0-8f43-f10f1251e56e\"\r\n}\r\n"},"url":{"raw":"https://www.fttserver.com:2530/api/AppReturnCharge?applicationName=string&applicationPassword=string&userName=string&chargeTokenId=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppReturnCharge"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"applicationPassword","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio"},{"key":"userName","value":"string","description":"Nombre de usuario"},{"key":"chargeTokenId","value":"string","description":"Token Identificador del cargo"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"288","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 22:56:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"apiStatus\":\"Successful\",\"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\",\"cardMasked\":\"4100-00**-****-0001\",\"authorizationId\":\"003486\",\"reasonText\":\" 003486\",\"systemTrace\":\"000002\",\"retrievalRefNo\":\"809516000002\"}"},{"id":"efc5dcb1-cba3-4aa2-92bb-5cea570d3280","name":"App Return Charge - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n     \"applicationName\": \"FTT_TEST\",\r\n    \"applicationPassword\": \"LTFTTMAR2318%\",\r\n    \"userName\":\"FTEXAMPLE\",\r\n    \"chargeTokenId\":\"30bf56e3-8aba-4b01-ad68-3d6dc0219df0\"\r\n}\r\n"},"url":{"raw":"https://www.fttserver.com:2530/api/AppReturnCharge?applicationName=string&applicationPassword=string&userName=string&chargeTokenId=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppReturnCharge"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"applicationPassword","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio"},{"key":"userName","value":"string","description":"Nombre de usuario"},{"key":"chargeTokenId","value":"string","description":"Token Identificador del cargo"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"288","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 22:49:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"apiStatus\":\"Successful\",\"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\",\"cardMasked\":\"4100-00**-****-0001\",\"authorizationId\":\"003484\",\"reasonText\":\" 003484\",\"systemTrace\":\"000000\",\"retrievalRefNo\":\"809516000000\"}"}],"_postman_id":"6ba604b8-530a-edd8-5541-9533071933c9"},{"name":"App Delete Charge","event":[{"listen":"prerequest","script":{"id":"50996c32-fc68-4003-aa24-bfca2c7d9eee","exec":[""],"type":"text/javascript"}}],"id":"ae31b495-376c-ae79-6481-891942d00185","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"applicationName\": \"FTT_TEST\",\n    \"applicationPassword\": \"LTFTTMAR2318%\",\n    \"userName\":\"FTEXAMPLE\",\n    \"chargeTokenId\":\"59b87f56-4593-4305-bbdd-d4ed72dc90fb\"\n}\n"},"url":"https://www.fttserver.com:2530/api/AppDeleteCharge?applicationName=string&applicationPassword=string&userName=string&chargeTokenId=string","description":"<p>Api que permite que la aplicación del comercio elimine un cargo a un usuario según sea la condición de negocio. Un cargo que solo fue incluido, pero no aplicado. </p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppDeleteCharge"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio</p>\n","type":"text/plain"},"key":"applicationPassword","value":"string"},{"description":{"content":"<p>Nombre de usuario</p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Token Identificador del cargo</p>\n","type":"text/plain"},"key":"chargeTokenId","value":"string"}],"variable":[]}},"response":[{"id":"f9d2748b-5eae-4003-8398-a35dd04d261b","name":"App Delete Charge - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"applicationName\": \"FTT_TEST\",\n    \"applicationPassword\": \"LTFTTMAR2318%\",\n    \"userName\":\"FTEXAMPLE\",\n    \"chargeTokenId\":\"59b87f56-4593-4305-bbdd-d4ed72dc90fb\"\n}\n"},"url":{"raw":"https://www.fttserver.com:2530/api/AppDeleteCharge?applicationName=string&applicationPassword=string&userName=string&chargeTokenId=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppDeleteCharge"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"applicationPassword","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio"},{"key":"userName","value":"string","description":"Nombre de usuario"},{"key":"chargeTokenId","value":"string","description":"Token Identificador del cargo"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"257","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 23:06:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isApproved\":true,\"apiStatus\":\"Successful\",\"chargeTokenId\":\"59b87f56-4593-4305-bbdd-d4ed72dc90fb\",\"chargeDescription\":\"Cargo de Ejemplo para borrar\",\"transactionCurrency\":\"CRC\",\"transactionAmount\":10000.0}"}],"_postman_id":"ae31b495-376c-ae79-6481-891942d00185"},{"name":"AppRefundCharge","event":[{"listen":"prerequest","script":{"id":"7516818e-71b9-47ed-ad50-e55b2d08e4c8","exec":[""],"type":"text/javascript"}}],"id":"09f9dde1-9b76-4946-8801-dc5e7f6f15b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"applicationName\": \"TestApp\",\r\n\"applicationPassword\": \"tuser123%\",\r\n\"userName\": \"user1\",\r\n\"chargeTokenId\":\"eab80791-e284-4a3a-8fb3-c8bf37ff4a76\"\r\n}\r\n"},"url":"https://www.fttserver.com:2530/api/AppRefundCharge?applicationName=string&applicationPassword=string&userName=string&chargeTokenId=string","description":"<p>Esta Api se utiliza para reembolsar un cargo que ya ha sido procesado.</p>\n<p>Para poder utilizar esta API se debe de comunicar con el equipo de FTTECNOLOGIAS para que le pueden configurar los permisos necesarios.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppRefundCharge"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio </p>\n","type":"text/plain"},"key":"applicationPassword","value":"string"},{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio usuario registrado en el grupo de “applicationName”</p>\n","type":"text/plain"},"key":"userName","value":"string"},{"description":{"content":"<p>Campo Obligatorio\nToken Identificador del cargo a reembolsar.</p>\n","type":"text/plain"},"key":"chargeTokenId","value":"string"}],"variable":[]}},"response":[{"id":"f8cb9b3f-3d26-4707-8dd0-5fe076e9a4c4","name":"AppRefundCharge - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n\"applicationName\":\"TestApp\",\r\n\"applicationPassword\":\"tuser123%\",\r\n\"userName\":\"user1\",\r\n\"chargeTokenId\":\"eab80791 e284 4a3a 8fb3 c8bf37ff4a76\"\r\n}\r\n"},"url":{"raw":"https://www.fttserver.com:2530/api/AppRefundCharge?applicationName=string&userName=string&isApproved=Bool&apiStatus=String&cardMasked=String&cardTokenId=String&authorizationId=String&reasonText=String&retrievalRefNo=String","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppRefundCharge"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"userName","value":"string","description":"Usuario registrado en el grupo de “applicationName”"},{"key":"isApproved","value":"Bool","description":"True: Si llegó y el api se ejecutó exitosamente y sin errores. False: Comando ejecutado, pero con errores."},{"key":"apiStatus","value":"String","description":"Max: 50 caracteres\nDescribe el mensaje especifico de la ejecución del comando\nSi fuera un caso exitoso o no se haya podido ejecutar."},{"key":"cardMasked","value":"String","description":"Tarjeta enmascarada relacionada al pago efectuado."},{"key":"cardTokenId","value":"String","description":"Token Identificador de la Tarjeta."},{"key":"authorizationId","value":"String","description":"Max: 6 caracteres Número Id de la autorización, este campo específicamente para el recibo."},{"key":"reasonText","value":"String","description":"Max: 50 caracteres\nDescribe el mensaje especifico la transacción."},{"key":"retrievalRefNo","value":"String","description":"Max: 12 caracteres\nNúmero “RRN” de la transacción, este campo específicamente para el recibo."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"107","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 17:27:20 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\"applicationName\":\"TestApp\",\n\"userName\":\"user1\",\n\"isApproved\":\"true\",\n\"apiStatus\":\"Successful\",\n\"cardMasked\": \"4100-00**-****-0001\",\n\"cardTokenId\": \"eab80791-e284-4a3a-8fb3-c8bf37ff4a76\",\n\"authorizationId\": \"003485\"\n\"reasonText\": \"003485\",\n\"systemTrace\": \"00001\",\n\"retrievalRefNo\": \"809516000001\""}],"_postman_id":"09f9dde1-9b76-4946-8801-dc5e7f6f15b5"},{"name":"App Get Charges By User ","event":[{"listen":"prerequest","script":{"id":"b9112d66-7bd6-402d-b9c2-ae53ef6af2ef","exec":["[\r","{\r","    \"applicationName\": \"EMCommerce\",\r","    \"applicationPassword\": \"123Commerce$\",\r","    \"userName\":\"Client\"\r","}\r"," ]"],"type":"text/javascript"}}],"id":"668ac772-96d4-9ab0-b785-0a151e3a93b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://www.fttserver.com:2530/api/AppGetChargesByUser ?applicationName=string&applicationPassword=string&userName=string","description":"<p>Api que permite que la aplicación del comercio consulte los cargos de un usuario. </p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppGetChargesByUser "],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio </p>\n","type":"text/plain"},"key":"applicationPassword","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"userName","value":"string"}],"variable":[]}},"response":[{"id":"1467795a-6ed0-01fd-686c-cd6830d15518","name":"App Get Charges By User Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n\t\"applicationName\": \"EMCommerce\",\n\t\"applicationPassword\": \"123Commerce$\",\n\t\"userName\": \"Client\"\n}"},"url":"https://www.fttserver.com:2530/api/AppGetChargesByUser "},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\r\n\t\"applicationName\": \"EMCommercer\",\r\n\t\"userName\": \"Client\",\r\n\t\"isAvailableCharge\": true,\r\n\t\"apiStatus\": \"success\",\r\n\t\"chargesCount\": \"1\",\r\n\t\"UserChargeInfo\":\r\n\t{\r\n\t\"chargeTokenId\":\"bf155098-a730-460f-8fab-4eae70f8a358\",\r\n\t\"cardDescription\":\"Tarjeta de Pagos a Servicios\",\r\n\t\"TransactionCurrency\":\"USD\",\r\n\t\"TransactionAmount\":\"200\",\r\n\t\"ChargeDateTime\":\"2017-04-24 17:50:46.940\"\r\n\t},\r\n\t\"isApproved\": true\r\n}"},{"id":"f35a9b44-05b9-45f2-b9db-56f405dea80d","name":"App Get Charges By User - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"applicationName\":\"LIZTEST\",\n\t\"applicationPassword\":\"LTFTTMAR2318%\",\n\t\"userName\":\"FTEXAMPLE\"\n}"},"url":{"raw":"https://www.fttserver.com:2530/api/AppGetChargesByUser?applicationName=string&applicationPassword=string&userName=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppGetChargesByUser"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"applicationPassword","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio "},{"key":"userName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"166","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 23:52:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":\"FTEXAMPLE\",\"isAvailableCharge\":false,\"apiStatus\":\"No Charges Included\",\"chargesCount\":0,\"userCharges\":null,\"isApproved\":true}"}],"_postman_id":"668ac772-96d4-9ab0-b785-0a151e3a93b8"},{"name":"App Track2Authorization","id":"f2689c65-30b2-d9ae-7c68-49ad65bbddf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"applicationName","value":"string","description":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text"},{"key":"track2Data","value":"string","description":"<p>Información de tarjeta </p>\n","type":"text"},{"key":"last4Digits","value":"string","description":"<p>Últimos dígitos de la tarjeta</p>\n","type":"text"},{"key":"chipCardData","value":"string","description":"<p>Datos de tarjetas chip </p>\n","type":"text"},{"key":"transactionAmount","value":"string","description":"<p>Monto de transacción</p>\n","type":"text"},{"key":"systemTraceNumber","value":"string","description":"<p>Número consecutivo del sistema, se incrementa en cada transacción realizada</p>\n","type":"text"},{"key":"transactionCurrency","value":"string","description":"<p>Moneda de la transacción</p>\n","type":"text"},{"key":"quotePlan","value":"int","description":"<p>Entidad de cuotas para una transacción financiada </p>\n","type":"text"}]},"url":"https://www.fttserver.com:2530/api/AppTrack2Authorization","description":"<p>Api autorizador de transacciones  </p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppTrack2Authorization"],"host":["www","fttserver","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2689c65-30b2-d9ae-7c68-49ad65bbddf1"},{"name":"App Apply Direct Charge","event":[{"listen":"prerequest","script":{"id":"b717348e-8410-4712-82c3-f88619d8b498","exec":[""],"type":"text/javascript"}}],"id":"d0cf2af4-2da8-844c-63ce-bf755c05fe02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n    \"applicationName\":\"FTT_TEST\",\n    \"applicationPassword\":\"LTFTTMAR2318%\",\n    \"chargeDescription\":\"Ejemplo de Cargo Directo\",\n    \"transactionCurrency\":\"CRC\",\n    \"transactionAmount\":\"7500\",\n    \"primaryAccountNumber\":\"4123000000000004\",\n    \"expirationMonth\":\"10\",\n    \"expirationYear\":\"2020\",\n    \"verificationValue\":\"326\"\n}\n\n"},"url":"https://www.fttserver.com:2530/api/AppApplyDirectCharge?applicationName=string&applicationPassword=string&chargeDescription=string&transactionCurrency=string&transactionAmount=double&primaryAccountNumber=string&expirationMonth=int&expirationYear=int&verificationValue=int","description":"<p>Api que permite realizar transacciones directas de una tarjeta. \nEste api no está activo por defecto para todos los comercios. Cuando un comercio requiera aplicar este tipo de cargos por su modelo de negocio.  En el proceso de integración FT Technologies activa la opción para el comercio correspondiente.  </p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppApplyDirectCharge"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio Nombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio Contraseña de app del comercio</p>\n","type":"text/plain"},"key":"applicationPassword","value":"string"},{"description":{"content":"<p>Detalle del Cargo</p>\n","type":"text/plain"},"key":"chargeDescription","value":"string"},{"description":{"content":"<p>Tipo de moneda de la transacción puede ser: USD O CRC</p>\n","type":"text/plain"},"key":"transactionCurrency","value":"string"},{"description":{"content":"<p>Monto del Cargo. El sistema utiliza \".\" (punto) para separar los decimales</p>\n","type":"text/plain"},"key":"transactionAmount","value":"double"},{"description":{"content":"<p>Número de cuenta</p>\n","type":"text/plain"},"key":"primaryAccountNumber","value":"string"},{"description":{"content":"<p>Mes de expiración de la tarjeta por default</p>\n","type":"text/plain"},"key":"expirationMonth","value":"int"},{"description":{"content":"<p>Año de expiración de la tarjeta por default</p>\n","type":"text/plain"},"key":"expirationYear","value":"int"},{"description":{"content":"<p>Código de Verificación de tarjeta</p>\n","type":"text/plain"},"key":"verificationValue","value":"int"}],"variable":[]}},"response":[{"id":"16edb624-151e-47d3-94ad-862fdef1a9f8","name":"App Apply Direct Charge - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"\n{\n    \"applicationName\":\"FTT_TEST\",\n    \"applicationPassword\":\"LTFTTMAR2318%\",\n    \"chargeDescription\":\"Ejemplo de Cargo Directo\",\n    \"transactionCurrency\":\"CRC\",\n    \"transactionAmount\":\"7500\",\n    \"primaryAccountNumber\":\"4123000000000004\",\n    \"expirationMonth\":\"10\",\n    \"expirationYear\":\"2020\",\n    \"verificationValue\":\"326\"\n}\n"},"url":{"raw":"https://www.fttserver.com:2530/api/AppApplyDirectCharge?applicationName=string&applicationPassword=string&chargeDescription=string&transactionCurrency=string&transactionAmount=double&primaryAccountNumber=string&expirationMonth=int&expirationYear=int&verificationValue=int","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppApplyDirectCharge"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres Campo Obligatorio Nombre de la Aplicación"},{"key":"applicationPassword","value":"string","description":"Max: 50 caracteres Campo Obligatorio Contraseña de app del comercio"},{"key":"chargeDescription","value":"string","description":"Detalle del Cargo"},{"key":"transactionCurrency","value":"string","description":"Tipo de moneda de la transacción puede ser: USD O CRC"},{"key":"transactionAmount","value":"double","description":"Monto del Cargo"},{"key":"primaryAccountNumber","value":"string","description":"Número de cuenta"},{"key":"expirationMonth","value":"int","description":"Mes de expiración de la tarjeta por default"},{"key":"expirationYear","value":"int","description":"Año de expiración de la tarjeta por default"},{"key":"verificationValue","value":"int","description":"Código de Verificación de tarjeta"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"228","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 06 Apr 2018 00:09:49 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"userName\":null,\"isApproved\":true,\"apiStatus\":\"Successful\",\"cardMasked\":\"4123-00**-****-0004\",\"authorizationId\":\"003487\",\"reasonText\":\" 003487\",\"systemTrace\":\"000003\",\"retrievalRefNo\":\"809518000003\"}"}],"_postman_id":"d0cf2af4-2da8-844c-63ce-bf755c05fe02"},{"name":"App Refund DirectCharge","event":[{"listen":"prerequest","script":{"id":"72943b6b-800d-47d7-8233-773185fb6d1f","exec":[""],"type":"text/javascript"}}],"id":"8450eaf7-cc6e-4971-9fea-8e7d1eb034be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"applicationName\": \"TestApp\",\r\n\"applicationPassword\": \"tuser123%\",\r\n\"authorizationId\": \"089125\"\r\n\"retrievalRefNo\": \"001258904111\"\r\n}"},"url":"https://www.fttserver.com:2530/api/AppRefundDirectCharge?applicationName=string&applicationPassword=string&authorizationId=string&retrievalRefNo=string","description":"<p>Api que permite reembolsar un cargo directo que ya ha sido procesado.\nPara poder utilizarlo se debe de llamar al equipo de FTTECNOLOGIAS para validar que tenga la configuración necesaria.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppRefundDirectCharge"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio </p>\n","type":"text/plain"},"key":"applicationPassword","value":"string"},{"description":{"content":"<p>Max: 6 caracteres Campo Obligatorio Número de autorización de cargo original a reembolsar.</p>\n","type":"text/plain"},"key":"authorizationId","value":"string"},{"description":{"content":"<p>Max: 12 caracteres\nCampo Obligatorio\nNúmero referencia de cargo original a reembolsar.</p>\n","type":"text/plain"},"key":"retrievalRefNo","value":"string"}],"variable":[]}},"response":[{"id":"0c1f0f4c-461c-4ab0-bd75-078b4f411da1","name":"App Apply Charge - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n\"applicationName\": \"TestApp\",\r\n\"applicationPassword\": \"tuser123%\",\r\n\"authorizationId\": \"089125\",\r\n\"retrievalRefNo\": \"001258904111\"\r\n}"},"url":{"raw":"https://www.fttserver.com:2530/api/AppRefundDirectCharge?applicationName=string&userName=string&isApproved=bool&apiStatus=String&cardMasked=String&cardTokenId=String&authorizationId=String&reasonText=String&systemTrace=String&retrievalRefNo=String","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppRefundDirectCharge"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"userName","value":"string","description":"Usuario registrado en el grupo de “applicationName”"},{"key":"isApproved","value":"bool","description":"True: Si llegó y el api se ejecutó exitosamente y sin errores. False: Comando ejecutado, pero con errores."},{"key":"apiStatus","value":"String","description":"Max: 50 caracteres\nDescribe el mensaje especifico de la ejecución del comando\nSi fuera un caso exitoso o no se haya podido ejecutar."},{"key":"cardMasked","value":"String","description":"Tarjeta enmascarada relacionada al pago efectuado."},{"key":"cardTokenId","value":"String","description":"Token Identificador de la Tarjeta."},{"key":"authorizationId","value":"String","description":"Max: 6 caracteres Número Id de la autorización, este campo específicamente para el recibo."},{"key":"reasonText","value":"String","description":"Max: 50 caracteres\nDescribe el mensaje especifico la transacción."},{"key":"systemTrace","value":"String","description":"Max: 6 caracteres Número seguimiento de la transacción, este campo específicamente para el recibo."},{"key":"retrievalRefNo","value":"String","description":"Max: 12 caracteres\nNúmero “RRN” de la transacción, este campo específicamente para el recibo."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"288","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 05 Apr 2018 22:40:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"FTT_TEST\",\"isApproved\":true,\"apiStatus\":\"Successful\",\"cardMasked\":\"4100-00**-****-0001\",\"cardTokenId\":\"b1effd33-8328-47d3-9ea6-77129fd8247e\",\"authorizationId\":\"003485\",\"reasonText\":\" 003485\",\"systemTrace\":\"000001\",\"retrievalRefNo\":\"809516000001\"}"}],"_postman_id":"8450eaf7-cc6e-4971-9fea-8e7d1eb034be"},{"name":"AppReturnDirectChargeByApp","id":"a3820f53-52f5-47e9-ae97-cd383f269f1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationName\": \"TEST\",\r\n  \"applicationPassword\": \"TEST34234#\",\r\n  \"authorizationId\": \"003485\",\r\n  \"retrievalRefNo\": \"123893949765\"\r\n}"},"url":"https://www.fttserver.com:2530/api/AppReturnDirectChargeByApp?applicationName=string&applicationPassword=string&authorizationId=string&retrievalRefNo=string","description":"<p>Api que permite que la aplicación del comercio devuelva un cargo directo que ya se cobró, siempre y cuando no haya sido liquidado por el banco.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppReturnDirectChargeByApp"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de app del comercio </p>\n","type":"text/plain"},"key":"applicationPassword","value":"string"},{"description":{"content":"<p>Max: 60 caracteres\nCampo Obligatorio\nNúmero de autorización de cargo original a reembolsar</p>\n","type":"text/plain"},"key":"authorizationId","value":"string"},{"description":{"content":"<p>Max: 60 caracteres\nCampo Obligatorio\nNumero de referencia de cargo original a reembolsar</p>\n","type":"text/plain"},"key":"retrievalRefNo","value":"string"}],"variable":[]}},"response":[{"id":"576b1fcd-a548-4ee5-96b7-28a743f39925","name":"AppReturnDirectChargeByApp","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"applicationName\": \"TEST\",\r\n  \"applicationPassword\": \"TEST34234#\",\r\n  \"authorizationId\": \"003485\",\r\n  \"retrievalRefNo\": \"123893949765\"\r\n}"},"url":{"raw":"https://www.fttserver.com:2530/api/AppReturnDirectChargeByApp?applicationName=string&userName=string&isApproved=bool&apiStatus=string&cardMasked=string&reasonText=string&systemTrace=string&retrievalRefNo=string&authorizationId=string","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppReturnDirectChargeByApp"],"query":[{"key":"applicationName","value":"string","description":"Max: 50 caracteres\nCampo Obligatorio\nNombre de la Aplicación"},{"key":"userName","value":"string","description":"Usuario registrado en el grupo de “applicationName”"},{"key":"isApproved","value":"bool","description":"True: Si llegó y el api se ejecutó exitosamente y sin errores. False: Comando ejecutado, pero con errores."},{"key":"apiStatus","value":"string","description":"Max: 50 caracteres\nDescribe el mensaje especifico de la ejecución del comando\nSi fuera un caso exitoso o no se haya podido ejecutar."},{"key":"cardMasked","value":"string","description":"Tarjeta enmascarada relacionada al pago efectuado."},{"key":"reasonText","value":"string","description":"Max: 50 caracteres\nDescribe el mensaje especifico la transacción."},{"key":"systemTrace","value":"string","description":"Max: 6 caracteres Número seguimiento de la transacción, este campo específicamente para el recibo.","type":"text"},{"key":"retrievalRefNo","value":"string","description":"Max: 12 caracteres\nNúmero “RRN” de la transacción, este campo específicamente para el recibo.","type":"text"},{"key":"authorizationId","value":"string","description":"Max: 6 caracteres Número Id de la autorización, este campo específicamente para el recibo.","type":"text"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"applicationName\": \"TEST\",\n  \"userName\": \"juan12\",\n  \"isApproved\": True,\n  \"apiStatus\": \"Successful\",\n  \"cardMasked\": \"4000-*-*-0010\",\n  \"reasonText\": \"Approved\",\n  \"systemTrace\": \"002342\",\n  \"retrievalRefNo\": \"123456789845\",\n  \"authorizationId\": \"002355\"\n}"}],"_postman_id":"a3820f53-52f5-47e9-ae97-cd383f269f1c"},{"name":"AppCreateStaticQRCode","id":"5c1b0104-61b7-4772-abba-1b9577a07dc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"applicationName\": \"TestApp\",\r\n\"applicationPassword\": \"tuser123%\",\r\n\"qrExpiryDays\": 30,\r\n\"acceptsDeeplink\": False\r\n}"},"url":"https://www.fttserver.com:2530/api/AppCreateStaticQRCode?applicationName=String&applicationPassword=String&qrExpiryDays=Int&acceptsDeeplink=Bool","description":"<p>Api para la creación de códigos “QR” estáticos (Son aquellos generados con la información del comercio, sin un monto especifico), estos contienen información del cargo</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppCreateStaticQRCode"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio Nombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"String"},{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio\nContraseña de usuario ya aprobado</p>\n","type":"text/plain"},"key":"applicationPassword","value":"String"},{"description":{"content":"<p>Campo Obligatorio Días de expiración del qr Code.</p>\n","type":"text/plain"},"key":"qrExpiryDays","value":"Int"},{"description":{"content":"<p>Campo Obligatorio\nTrue: Si acepta deeplink y genera el qrCode en base a este.\nFalse: genera la información del qrCode sin deeplink.</p>\n","type":"text/plain"},"key":"acceptsDeeplink","value":"Bool"}],"variable":[]}},"response":[{"id":"4401e28d-2d52-4562-b828-bfc4f36f7741","name":"AppCreateStaticQRCode","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"applicationName\": \"TestApp\",\r\n\"applicationPassword\": \"tuser123%\",\r\n\"qrExpiryDays\": 30,\r\n\"acceptsDeeplink\": False\r\n}"},"url":{"raw":"https://www.fttserver.com:2530/api/AppCreateStaticQRCode?applicationName=String&qrCodeImage=String&qrCodeId=String&isApproved=Bool&apiStatus=String","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppCreateStaticQRCode"],"query":[{"key":"applicationName","value":"String","description":"Max: 50 caracteres Campo Obligatorio Nombre de la Aplicación"},{"key":"qrCodeImage","value":"String","description":"Imagen del QrCode generado por el sistema con los datos del cargo creado, este es desarrollado en formato: “Image/Base64”."},{"key":"qrCodeId","value":"String","description":"Identificador del QrCode generado por el sistema."},{"key":"isApproved","value":"Bool","description":"True: Si llegó y el api se ejecutó exitosamente y sin errores.\nFalse: Comando ejecutado, pero con errores."},{"key":"apiStatus","value":"String","description":"Max: 50 caracteres\nDescribe el mensaje especifico de la ejecución del comando\nSi fuera un caso exitoso o no se haya podido ejecutar."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"\r\n{\r\n\"applicationName\": \"TestApp\",\r\n\"qrCodeImage\":\"iVBORw0KGgoA…\",\r\n\"qrCodeId\":\"FDC9CB92-5125-44B9-907D\",\r\n\"isApproved\":\"true\",\r\n\"apiStatus \":\"Successful\"\r\n}\r\n\r\n"}],"_postman_id":"5c1b0104-61b7-4772-abba-1b9577a07dc6"},{"name":"AppCreateDynamicQRCode","id":"1ac0e347-bb6c-43e7-9e16-365f08ee8b11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"applicationName\": \"TestApp\",\r\n\"applicationPassword\": \"tuser123%\",\r\n\"qrExpiryDays\": 30,\r\n\"acceptsDeeplink\":False,\r\n\"chargeDescription\":\"Tacos Nike\",\r\n\"transactionCurrency\": \"CRC\",\r\n\"transactionAmount\": \"45000.00\",\r\n\"metaData\" : {\"trackingNumber\": \"00002\"},\r\n\"qrIncludeMetaData\": True\r\n}"},"url":"https://www.fttserver.com:2530/api/AppCreateDynamicQRCode?applicationName=String&applicationPassword=String&qrExpiryDays=Int&acceptsDeeplink=Bool&chargeDescription=String&transactionCurrency=String&transactionAmount=double&metaData=Object&qrIncludeMetaData=Bool","description":"<p>Api para la creación de códigos “QR” dinámicos (Son aquellos generados con la información del comercio, con monto especifico), estos contienen información del cargo.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppCreateDynamicQRCode"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio Nombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"String"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de usuario ya aprobado</p>\n","type":"text/plain"},"key":"applicationPassword","value":"String"},{"description":{"content":"<p>Campo Obligatorio Días de expiración del qr Code.</p>\n","type":"text/plain"},"key":"qrExpiryDays","value":"Int"},{"description":{"content":"<p>Campo Obligatorio\nTrue: Si acepta deeplink y genera el qrCode en base a este.\nFalse: genera la información del qrCode sin deeplink.</p>\n","type":"text/plain"},"key":"acceptsDeeplink","value":"Bool"},{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio Breve descripción del cargo o producto correspondiente a la venta.</p>\n","type":"text/plain"},"key":"chargeDescription","value":"String"},{"description":{"content":"<p>Max: 3 caracteres\nCampo Obligatorio\nMoneda de la transacción en formato: “ISO 4217 Char”</p>\n","type":"text/plain"},"key":"transactionCurrency","value":"String"},{"description":{"content":"<p>Campo Obligatorio Monto de la transacción o el cargo. El sistema utiliza \".\" (punto) para separar los decimales.</p>\n","type":"text/plain"},"key":"transactionAmount","value":"double"},{"description":{"content":"<p>Campo Opcional\nDatos opcionales que se incluyen como tipo objeto json “metaData”</p>\n","type":"text/plain"},"key":"metaData","value":"Object"},{"description":{"content":"<p>Campo Opcional\nTrue: Indica si los datos proporcionados en la metaData se incluyen en el QR.\nFalse: genera el QR sin la metaData.</p>\n","type":"text/plain"},"key":"qrIncludeMetaData","value":"Bool"}],"variable":[]}},"response":[{"id":"494d3f8d-b9ae-4669-851e-e1796d2a5c3e","name":"AppCreateDynamicQRCode","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"applicationName\": \"TestApp\",\r\n\"applicationPassword\": \"tuser123%\",\r\n\"qrExpiryDays\": 30,\r\n\"acceptsDeeplink\":False,\r\n\"chargeDescription\":\"Tacos Nike\",\r\n\"transactionCurrency\": \"CRC\",\r\n\"transactionAmount\": \"45000.00\",\r\n\"metaData\" : {\"trackingNumber\": \"00002\"},\r\n\"qrIncludeMetaData\": True\r\n}"},"url":{"raw":"https://www.fttserver.com:2530/api/AppCreateDynamicQRCode?applicationName=String&qrCodeImage=String&qrCodeId=String&isApproved=Bool&apiStatus=String","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppCreateDynamicQRCode"],"query":[{"key":"applicationName","value":"String","description":"Max: 50 caracteres Campo Obligatorio Nombre de la Aplicación"},{"key":"qrCodeImage","value":"String","description":"Imagen del QrCode generado por el sistema con los datos del cargo creado, este es desarrollado en formato: “Image/Base64”."},{"key":"qrCodeId","value":"String","description":"Identificador del QrCode generado por el sistema."},{"key":"isApproved","value":"Bool","description":"True: Si llegó y el api se ejecutó exitosamente y sin errores.\nFalse: Comando ejecutado, pero con errores."},{"key":"apiStatus","value":"String","description":"Max: 50 caracteres\nDescribe el mensaje especifico de la ejecución del comando\nSi fuera un caso exitoso o no se haya podido ejecutar."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"applicationName\":\"TestApp\",\r\n\"qrCodeImage\":\"iVBORw0KGgoA…\",\r\n\"qrCodeId\":\"FDC9CB92-5125-44B9-957D\",\r\n\"isApproved\":\"true\",\r\n\"apiStatus\":\"Successful\"\r\n}"}],"_postman_id":"1ac0e347-bb6c-43e7-9e16-365f08ee8b11"},{"name":"AppApplyQrStaticDirectCharge","id":"1ae644b9-0d63-4360-8b7b-4a2669b68bd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"applicationName\": \"TestApp\",\r\n\"applicationPassword\": \"tuser123%\",\r\n\"userName\": \"user1\",\r\n\"qrCodeId\":\"5d4f7bed-468f-432c-9b3f-02ceaeed983a\",\r\n\"cardTokenId\":\"eab80791-e284-4a3a-8fb3-c8bf37ff4a76\",\r\n\"chargeDescription\":\"Tacos Nike\",\r\n\"transactionCurrency\": \"CRC\",\r\n\"transactionAmount\": \"45000.00\"\r\n}"},"url":"https://www.fttserver.com:2530/api/AppApplyQrStaticDirectCharge?applicationName=String&applicationPassword=String&userName=String&qrCodeId=String&cardTokenId=String&chargeDescription=String&transactionCurrency=String&transactionAmount=double","description":"<p>Api para efectuar el pago de los cargos creados a través de los códigos “QR” estáticos</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppApplyQrStaticDirectCharge"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio Nombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"String"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de usuario ya aprobado</p>\n","type":"text/plain"},"key":"applicationPassword","value":"String"},{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio usuario registrado en el grupo de “applicationName”</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"description":{"content":"<p>Campo Obligatorio\nId del cargo registrado para el QrCode estático, se encuentra dentro de la información del qrCode.</p>\n","type":"text/plain"},"key":"qrCodeId","value":"String"},{"description":{"content":"<p>Campo Obligatorio Token Identificador de la Tarjeta.</p>\n","type":"text/plain"},"key":"cardTokenId","value":"String"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nBreve descripción del cargo o producto correspondiente a la venta.</p>\n","type":"text/plain"},"key":"chargeDescription","value":"String"},{"description":{"content":"<p>Max: 3 caracteres Campo Obligatorio Moneda de la transacción en formato: “ISO 4217 Char”</p>\n","type":"text/plain"},"key":"transactionCurrency","value":"String"},{"description":{"content":"<p>Campo Obligatorio\nMonto de la transacción o el cargo.\nEl sistema utiliza \".\" (punto) para separar los decimales.</p>\n","type":"text/plain"},"key":"transactionAmount","value":"double"}],"variable":[]}},"response":[{"id":"686b046e-14d3-499a-8b26-5cd926ccc525","name":"AppApplyQrStaticDirectCharge","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"applicationName\": \"TestApp\",\r\n\"applicationPassword\": \"tuser123%\",\r\n\"userName\": \"user1\",\r\n\"qrCodeId\":\"5d4f7bed-468f-432c-9b3f-02ceaeed983a\",\r\n\"cardTokenId\":\"eab80791-e284-4a3a-8fb3-c8bf37ff4a76\",\r\n\"chargeDescription\":\"Tacos Nike\",\r\n\"transactionCurrency\": \"CRC\",\r\n\"transactionAmount\": \"45000.00\"\r\n}"},"url":{"raw":"https://www.fttserver.com:2530/api/AppApplyQrStaticDirectCharge?applicationName=String&userName=String&isApproved=Bool&apiStatus=String&qrCodeId=String&cardMasked=String&cardTokenId=String&chargeTokenId=String&chargeDescription=String&authorizationId=String&reasonText=String&systemTrace=String&retrievalRefNo=String","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppApplyQrStaticDirectCharge"],"query":[{"key":"applicationName","value":"String","description":"Max: 50 caracteres Campo Obligatorio Nombre de la Aplicación"},{"key":"userName","value":"String","description":"Max: 50 caracteres Campo Obligatorio usuario registrado en el grupo de “applicationName”"},{"key":"isApproved","value":"Bool","description":"True: Si llegó y el api se ejecutó exitosamente y sin errores.\n False: Comando ejecutado, pero con errores."},{"key":"apiStatus","value":"String","description":"Max: 50 caracteres\nDescribe el mensaje especifico de la ejecución del comando\nSi fuera un caso exitoso o no se haya podido ejecutar."},{"key":"qrCodeId","value":"String","description":"Campo Obligatorio\nId del cargo registrado para el QrCode estático, se encuentra dentro de la información del qrCode."},{"key":"cardMasked","value":"String","description":"Tarjeta enmascarada relacionada al pago efectuado."},{"key":"cardTokenId","value":"String","description":"Campo Obligatorio Token Identificador de la Tarjeta."},{"key":"chargeTokenId","value":"String","description":"Token Identificador del cargo."},{"key":"chargeDescription","value":"String","description":"Max: 50 caracteres\nCampo Obligatorio\nBreve descripción del cargo o producto correspondiente a la venta."},{"key":"authorizationId","value":"String","description":"Max: 6 caracteres Número Id de la autorización, este campo específicamente para el recibo."},{"key":"reasonText","value":"String","description":"Max: 50 caracteres\nDescribe el mensaje especifico la transacción."},{"key":"systemTrace","value":"String","description":"Max: 6 caracteres Número seguimiento de la transacción, este campo específicamente para el recibo."},{"key":"retrievalRefNo","value":"String","description":"Max: 12 caracteres\nNúmero “RRN” de la transacción, este campo específicamente para el recibo."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"applicationName\":\"TestApp\",\r\n\"userName\":\"user1\",\r\n\"isApproved\":\"true\",\r\n\"apiStatus \":\"Successful\",\r\n\"qrCodeId\":\"5d4f7bed-468f-432c-9b3f-02ceaeed983a\",\r\n\"cardMasked\": \"4100-00**-****-0001\",\r\n\"cardTokenId\": \"eab80791 e284 4a3a 8fb3 c8bf37ff4a76\",\r\n\"chargeTokenId\": \"d96706f7 7e7a 4970 baf9 b96d1f928b5d\",\r\n\"authorizationId\": \"003485\",\r\n\"reasonText\": \"003485\",\r\n\"systemTrace\": \"000001\",\r\n\"retrievalRefNo\": \"809516000001\"\r\n}"}],"_postman_id":"1ae644b9-0d63-4360-8b7b-4a2669b68bd3"},{"name":"AppApplyQrDynamicDirectCharge","id":"118f50d9-7295-413c-ba08-a8ba2b52c414","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"applicationName\": \"TestApp\",\r\n\"applicationPassword\": \"tuser123%\",\r\n\"userName\": \"user1\",\r\n\"qrCodeId\":\"5d4f7bed-468f-432c-9b3f-02ceaeed983a\",\r\n\"cardTokenId\": \"eab80791-e284-4a3a-8fb3-c8bf37ff4a76\"\r\n}"},"url":"https://www.fttserver.com:2530/api/AppApplyQrDynamicDirectCharge?applicationName=String&applicationPassword=String&userName=String&qrCodeId=String&cardTokenId=String","description":"<p>Api para efectuar el pago de los cargos creados a través de los códigos “QR” dinámicos.</p>\n","urlObject":{"protocol":"https","port":"2530","path":["api","AppApplyQrDynamicDirectCharge"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio Nombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"String"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de usuario ya aprobado</p>\n","type":"text/plain"},"key":"applicationPassword","value":"String"},{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio usuario registrado en el grupo de “applicationName”</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"description":{"content":"<p>Campo Obligatorio\nId del cargo registrado para el QrCode estático, se encuentra dentro de la información del qrCode.</p>\n","type":"text/plain"},"key":"qrCodeId","value":"String"},{"description":{"content":"<p>Campo Obligatorio\nToken Identificador de la Tarjeta.</p>\n","type":"text/plain"},"key":"cardTokenId","value":"String"}],"variable":[]}},"response":[{"id":"572803fa-3e73-4021-91b3-afbf5216daef","name":"AppApplyQrDynamicDirectCharge","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"applicationName\": \"TestApp\",\r\n\"applicationPassword\": \"tuser123%\",\r\n\"userName\": \"user1\",\r\n\"qrCodeId\":\"5d4f7bed-468f-432c-9b3f-02ceaeed983a\",\r\n\"cardTokenId\": \"eab80791-e284-4a3a-8fb3-c8bf37ff4a76\"\r\n\r\n}"},"url":{"raw":"https://www.fttserver.com:2530/api/AppApplyQrDynamicDirectCharge?applicationName=String&userName=String&isApproved=Bool&apiStatus=String&cardTokenId=String&qrCodeId=String&cardMasked=String&cardTokenId=String&chargeTokenId=String&authorizationId=String&reasonText=String&systemTrace=String&retrievalRefNo=String","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppApplyQrDynamicDirectCharge"],"query":[{"key":"applicationName","value":"String","description":"Max: 50 caracteres Campo Obligatorio Nombre de la Aplicación"},{"key":"userName","value":"String","description":"Max: 50 caracteres Campo Obligatorio usuario registrado en el grupo de “applicationName”"},{"key":"isApproved","value":"Bool","description":"True: Si llegó y el api se ejecutó exitosamente y sin errores.\n False: Comando ejecutado, pero con errores."},{"key":"apiStatus","value":"String","description":"Max: 50 caracteres\nDescribe el mensaje especifico de la ejecución del comando\nSi fuera un caso exitoso o no se haya podido ejecutar."},{"key":"cardTokenId","value":"String","description":"Campo Obligatorio\nToken Identificador de la Tarjeta."},{"key":"qrCodeId","value":"String","description":"Id del cargo registrado para el QrCode estático, se encuentra dentro de la información del qrCode."},{"key":"cardMasked","value":"String","description":"Tarjeta enmascarada relacionada al pago efectuado."},{"key":"cardTokenId","value":"String","description":"Token Identificador de la Tarjeta."},{"key":"chargeTokenId","value":"String","description":"Token Identificador del cargo."},{"key":"authorizationId","value":"String","description":"Max: 6 caracteres Número Id de la autorización, este campo específicamente para el recibo."},{"key":"reasonText","value":"String","description":"Max: 50 caracteres\nDescribe el mensaje especifico la transacción."},{"key":"systemTrace","value":"String","description":"Max: 6 caracteres Número seguimiento de la transacción, este campo específicamente para el recibo."},{"key":"retrievalRefNo","value":"String","description":"Max: 12 caracteres\nNúmero “RRN” de la transacción, este campo específicamente para el recibo."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"applicationName\":\"TestApp\",\r\n\"userName\":\"user1\",\r\n\"isApproved\":\"true\",\r\n\"apiStatus \":\"Successful\",\r\n\"qrCodeId\":\"5d4f7bed-468f-432c-9b3f-02ceaeed983a\",\r\n\"cardMasked\": \"4100-00**-****-0001\",\r\n\"cardTokenId\": \"eab80791 e284 4a3a 8fb3 c8bf37ff4a76\",\r\n\"chargeTokenId\": \"d96706f7 7e7a 4970 baf9 b96d1f928b5d\",\r\n\"authorizationId\": \"003485\",\r\n\"reasonText\": \"003485\",\r\n\"systemTrace\": \"000001\",\r\n\"retrievalRefNo\": \"809516000001\"\r\n}"}],"_postman_id":"118f50d9-7295-413c-ba08-a8ba2b52c414"},{"name":"AppReturnQrCharge","id":"8c7d94dc-9ceb-4484-8fc5-9075c0dcdaeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"applicationName\": \"TestApp\",\r\n\"applicationPassword\": \"tuser123%\",\r\n\"userName\": \"user1\",\r\n\"qrCodeId\":\"5d4f7bed-468f-432c-9b3f-02ceaeed983a\",\r\n\"chargeTokenId\":\"eab80791-e284-4a3a-8fb3-c8bf37ff4a76\",\r\n\"qrCodeType\":\"S\",\r\n}"},"url":"?applicationName=String&applicationPassword=String&userName=String&qrCodeId=String&chargeTokenId=String&qrCodeType=String","description":"<p>Api para retornar los cargos que ya fueron pagados por el usuario, siempre y cuando estos no hayan sido liquidados.</p>\n","urlObject":{"query":[{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio Nombre de la Aplicación</p>\n","type":"text/plain"},"key":"applicationName","value":"String"},{"description":{"content":"<p>Max: 50 caracteres\nCampo Obligatorio\nContraseña de usuario ya aprobado</p>\n","type":"text/plain"},"key":"applicationPassword","value":"String"},{"description":{"content":"<p>Max: 50 caracteres Campo Obligatorio usuario registrado en el grupo de “applicationName”</p>\n","type":"text/plain"},"key":"userName","value":"String"},{"description":{"content":"<p>Campo Obligatorio\nId del cargo registrado para el QrCode estático, se encuentra dentro de la información del qrCode.</p>\n","type":"text/plain"},"key":"qrCodeId","value":"String"},{"description":{"content":"<p>Campo Obligatorio Token Identificador del cargo a retornar.</p>\n","type":"text/plain"},"key":"chargeTokenId","value":"String"},{"description":{"content":"<p>Max: 1 caracter\nCampo Obligatorio\nIdentifica el tipo de código QR que se va retornar:\nD = qrCode dinámico,\nS = qrCode estático.</p>\n","type":"text/plain"},"key":"qrCodeType","value":"String"}],"variable":[]}},"response":[{"id":"f96c9f98-6d65-4980-b30e-23cfdba519b5","name":"AppReturnQrCharge","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"applicationName\": \"TestApp\",\r\n\"applicationPassword\": \"tuser123%\",\r\n\"userName\": \"user1\",\r\n\"qrCodeId\":\"5d4f7bed-468f-432c-9b3f-02ceaeed983a\",\r\n\"chargeTokenId\":\"eab80791-e284-4a3a-8fb3-c8bf37ff4a76\",\r\n\"qrCodeType\":\"S\",\r\n}"},"url":{"raw":"https://www.fttserver.com:2530/api/AppReturnQrCharge?applicationName=String&userName=String&isApproved=Bool&apiStatus=String&qrCodeId=String&cardMasked=String&cardTokenId=String&authorizationId=String&reasonText=String&systemTrace=String&retrievalRefNo=String","protocol":"https","host":["www","fttserver","com"],"port":"2530","path":["api","AppReturnQrCharge"],"query":[{"key":"applicationName","value":"String"},{"key":"userName","value":"String"},{"key":"isApproved","value":"Bool"},{"key":"apiStatus","value":"String"},{"key":"qrCodeId","value":"String"},{"key":"cardMasked","value":"String"},{"key":"cardTokenId","value":"String"},{"key":"authorizationId","value":"String"},{"key":"reasonText","value":"String"},{"key":"systemTrace","value":"String"},{"key":"retrievalRefNo","value":"String"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"applicationName\":\"TestApp\",\r\n\"userName\":\"user1\",\r\n\"isApproved\":\"true\",\r\n\"apiStatus \":\"Successful\",\r\n\"qrCodeId\":\"5d4f7bed-468f-432c-9b3f-02ceaeed983a\",\r\n\"cardMasked\": \"4100-00**-****-0001\",\r\n\"cardTokenId\": \"eab80791 e284 4a3a 8fb3 c8bf37ff4a76\",\r\n\"chargeTokenId\": \"d96706f7 7e7a 4970 baf9 b96d1f928b5d\",\r\n\"authorizationId\": \"003485\",\r\n\"reasonText\": \"003485\",\r\n\"systemTrace\": \"000001\",\r\n\"retrievalRefNo\": \"809516000001\"\r\n}"}],"_postman_id":"8c7d94dc-9ceb-4484-8fc5-9075c0dcdaeb"}],"id":"68a9d0c9-61ef-4e5a-2919-6585b23d4b08","description":"<p> Son los APIs que una aplicación del comercio puede utilizar por decisión automática. \n La integración de cada API dependerá del tipo de negocio.</p>\n","_postman_id":"68a9d0c9-61ef-4e5a-2919-6585b23d4b08"},{"name":"LinkPay API","item":[{"name":"LinkIncludeCharge","id":"fd542ef0-c6da-451c-b760-170523252073","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\":\"FTT_TEST\",\r\n    \"applicationPassword\":\"FTTLP2022%\",\r\n    \"saleDetail\":\"Test\",\r\n    \"saleDescription\":\"Test Description\",\r\n    \"customerName\":\"Luis\",\r\n    \"customerDni\":\"402140022\",\r\n    \"customerEmail\":\"lgonzalez@fttecnologias.com\",\r\n    \"customerPhone\":\"88888888\",\r\n    \"productUrlImageBase64\": \"iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAACXBIWXMAAC4jAAAuIwF4….\",\r\n    \"transactionAmount\":\"1000\",\r\n    \"transactionCurrency\":\"CRC\",\r\n    \"linkExpiryDays\":\"1\"\r\n\r\n}"},"url":"https://www.fttserver.com:7046/api/AppLinkIncludeCharge?applicationName=string&applicationPassword=string&saleDetail=string&saleDescription=string&customerName=string&customerDni=string&customerEmail=string&customerPhone=string&transactionCurrency=string&transactionAmount=double&productUrlImageBase64=string&linkExpiryDays=int","urlObject":{"protocol":"https","port":"7046","path":["api","AppLinkIncludeCharge"],"host":["www","fttserver","com"],"query":[{"description":{"content":"<p>Max: 50 caracteres,</p>\n<p>Campo Obligatorio,</p>\n<p>Nombre de la Aplicación.</p>\n","type":"text/plain"},"key":"applicationName","value":"string"},{"description":{"content":"<p>Max: 50 caracteres,</p>\n<p>Campo Obligatorio,</p>\n<p>Contraseña de la aplicación.</p>\n","type":"text/plain"},"key":"applicationPassword","value":"string"},{"description":{"content":"<p>Max: 50 caracteres,</p>\n<p>Campo Obligatorio,</p>\n<p>Detalle de la venta.</p>\n","type":"text/plain"},"key":"saleDetail","value":"string"},{"description":{"content":"<p>Max: 200 caracteres,</p>\n<p>Campo No Obligatorio,</p>\n<p>Descripcion de la venta.</p>\n","type":"text/plain"},"key":"saleDescription","value":"string"},{"description":{"content":"<p>Max: 50 caracteres,</p>\n<p>Campo Obligatorio,</p>\n<p>Nombre del Comercio.</p>\n","type":"text/plain"},"key":"customerName","value":"string"},{"description":{"content":"<p>Max: 20 caracteres,</p>\n<p>Campo No Obligatorio,</p>\n<p>Cedula del usuario.</p>\n","type":"text/plain"},"key":"customerDni","value":"string"},{"description":{"content":"<p>Max: 50 caracteres,</p>\n<p>Campo Obligatorio,</p>\n<p>Correo valido del usuario.</p>\n","type":"text/plain"},"key":"customerEmail","value":"string"},{"description":{"content":"<p>Max: 25 caracteres,</p>\n<p>Campo Obligatorio,</p>\n<p>Telefono del usuario.</p>\n","type":"text/plain"},"key":"customerPhone","value":"string"},{"description":{"content":"<p>Max: 3 caracteres,</p>\n<p>Campo Obligatorio,</p>\n<p>Tipo de moneda ISO 4217.</p>\n","type":"text/plain"},"key":"transactionCurrency","value":"string"},{"description":{"content":"<p>Max: 12 caracteres,</p>\n<p>Campo Obligatorio,</p>\n<p>Monto a cobrar separado en decimales.</p>\n","type":"text/plain"},"key":"transactionAmount","value":"double"},{"description":{"content":"<p>Max: 50 caracteres,</p>\n<p>Campo No Obligatorio,</p>\n<p>Imagen del Producto a comprar.</p>\n","type":"text/plain"},"key":"productUrlImageBase64","value":"string"},{"description":{"content":"<p>Max: 3 caracteres,</p>\n<p>Campo Obligatorio,</p>\n<p>Dias en que expira el link.</p>\n","type":"text/plain"},"key":"linkExpiryDays","value":"int"}],"variable":[]}},"response":[{"id":"92dabb47-c372-4ae0-b0c6-de061fb9b879","name":"LinkIncludeCharge - Technical Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\":\"TESTCOMERCIO\",\r\n    \"applicationPassword\":\"9pN&.y>\",\r\n    \"saleDetail\":\"Test\",\r\n    \"saleDescription\":\"Test Description\",\r\n    \"customerName\":\"Luis\",\r\n    \"customerDni\":\"402140022\",\r\n    \"customerEmail\":\"lgonzalez@fttecnologias.com\",\r\n    \"customerPhone\":\"88888888\",\r\n    \"productUrlImageBase64\": \"iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAACXBIWXMAAC4jAAAuIwF4….\",\r\n    \"transactionAmount\":\"1000\",\r\n    \"transactionCurrency\":\"CRC\",\r\n    \"linkExpiryDays\":\"1\"\r\n}"},"url":"https://www.fttserver.com:7046/api/AppLinkIncludeCharge"},"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","description":"","type":"text"},{"key":"Content-Length","value":"92","description":"","type":"text"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"},{"key":"Date","value":"","description":"","type":"text"},{"key":"Expires","value":"-1","description":"","type":"text"},{"key":"Pragma","value":"no-cache","description":"","type":"text"},{"key":"Server","value":"Microsoft-IIS/8.5","description":"","type":"text"},{"key":"X-AspNet-Version","value":"4.0.30319","description":"","type":"text"},{"key":"X-Powered-By","value":"ASP.NET","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"apiStatus\": \"Successful\",\n    \"applicationName\": \"TESTCOMERCIO\",\n    \"chargeTokenId\": \"a4f4ba3e-3199-4a71-bc49-415d658007c0\",\n    \"isApproved\": true,\n    \"linkPayUrl\": \"https://www.fttserver.com:7031/LinkPay/OrderDetail/a4f4ba3e-3199-4a71-bc49-415d658007c0?type=5\",\n    \"userName\": \"Luis\"\n}"}],"_postman_id":"fd542ef0-c6da-451c-b760-170523252073"}],"id":"fd286306-70b6-4441-8e8d-21cea4a82a34","_postman_id":"fd286306-70b6-4441-8e8d-21cea4a82a34","description":""}],"event":[{"listen":"prerequest","script":{"id":"4ac2ca17-2e1b-4aec-be5b-3aa48081a40e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f7ea144d-9250-4900-b980-00e5afed1839","type":"text/javascript","exec":[""]}}]}