{"info":{"_postman_id":"284ec614-682c-4ac8-b1f8-faf61d00f184","name":"CLIENTAPI","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"18982439","collectionId":"284ec614-682c-4ac8-b1f8-faf61d00f184","publishedId":"2s93CGRbFs","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-02-16T22:23:04.000Z"},"item":[{"name":"Debitos Bancarios","item":[{"name":"ObtenerListadoBancos","id":"ef3a3e80-2f0b-4a0c-9173-c824f4ecc26e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"<APIEKY>","type":"text"}],"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ObtenerListadoBancosDebitos","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","ObtenerListadoBancosDebitos"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[{"id":"66abc320-37b3-42fe-ad21-b9c1bb1a84ac","name":"ObtenerListadoBancos","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<APIKEY>","type":"text"}],"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ObtenerListadoBancosDebitos"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1758"},{"key":"ETag","value":"W/\"6de-AnwDEuOr2ur6attCVw8YCPo6c44\""},{"key":"Date","value":"Fri, 26 Sep 2025 16:37:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"id\": 26,\n        \"nombre\": \"AVVILLAS\",\n        \"codigo\": \"0052\",\n        \"status\": true\n    },\n    {\n        \"id\": 27,\n        \"nombre\": \"BANCO AGRARIO\",\n        \"codigo\": \"0040\",\n        \"status\": true\n    }\n]"}],"_postman_id":"ef3a3e80-2f0b-4a0c-9173-c824f4ecc26e"},{"name":"GetTiposCuenta","id":"6cf784f6-4bf7-4aa8-aa34-3dd06337a9b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"<APIEKY>","type":"text"}],"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/GetTiposCuentaDebitos","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","GetTiposCuentaDebitos"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[{"id":"3eb62d00-49d7-4767-a914-494855e1cedc","name":"GetTiposCuenta","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<APIKEY>","type":"text"}],"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/GetTiposCuentaDebitos"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"129"},{"key":"ETag","value":"W/\"81-3lmzDXJYY8mODkoLC/lYFChjwsQ\""},{"key":"Date","value":"Fri, 26 Sep 2025 16:41:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"nombre\": \"Cuenta Corriente\",\n        \"codigo\": \"CC\",\n        \"status\": true\n    },\n    {\n        \"id\": 2,\n        \"nombre\": \"Cuenta Ahorros\",\n        \"codigo\": \"CA\",\n        \"status\": true\n    }\n]"}],"_postman_id":"6cf784f6-4bf7-4aa8-aa34-3dd06337a9b0"},{"name":"CreateDebitoOneStepInMass","id":"5761ad9d-ed9b-47cf-acc9-193ecb5d5085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"APIKEY\",\r\n    \"idform\": \"ID FORM\",\r\n    \"debitos\": [\r\n        {\r\n            \"transaction\": {\r\n                \"amount\": 1000\r\n            },\r\n            \"persona\": {\r\n                \"ididentificationtype\": \"4\",\r\n                \"firstname\": \"Pepito\",\r\n                \"lastname\": \"Perez\",\r\n                \"identification\": \"102444666\",\r\n                \"email\": \"correo.prueba1@gmail.com\",\r\n                \"phone\": \"3224445566\"\r\n            },\r\n            \"debito\": {\r\n                \"codigobanco\": 47,\r\n                \"tipocuenta\": 1,\r\n                \"numerocuenta\": \"30000\",\r\n                \"fechaejecucion\": \"2025-05-22\"\r\n            }\r\n        },\r\n        {\r\n            \"transaction\": {\r\n                \"amount\": 1000\r\n            },\r\n            \"persona\": {\r\n                \"ididentificationtype\": \"4\",\r\n                \"firstname\": \"Pepito\",\r\n                \"lastname\": \"Perez\",\r\n                \"identification\": \"102444666\",\r\n                \"email\": \"correo.prueba1@gmail.com\",\r\n                \"phone\": \"3224445566\"\r\n            },\r\n            \"debito\": {\r\n                \"codigobanco\": 47,\r\n                \"tipocuenta\": 1,\r\n                \"numerocuenta\": \"30000\"\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/debitos/CreateDebitoOneStepInMass","description":"<p>CONSUMOS PREVIOS</p>\n<ol>\n<li><p>ObtenerListadoBancosDebitos (Obtiene la lista de bancos disponibles para la ejecucion de los debitos bancarios)</p>\n</li>\n<li><p>GetTiposCuenta (Obtiene los tipos de cuenta)</p>\n</li>\n<li><p>ObtenerTiposIdentificacion (Carpeta Escenciales, tipos de identificacion disponibles para la creacion de personas)</p>\n</li>\n<li><p>El parametro \"fechaejecucion\" es opcional</p>\n<ol>\n<li><p>en caso de no ser enviado, el pago se efectuara en siguiente de ejecucion</p>\n</li>\n<li><p>la fecha de ejecucion debe ser enviada con minimo una semana de diferencia a la fecha actual</p>\n</li>\n</ol>\n</li>\n</ol>\n","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["api","debitos","CreateDebitoOneStepInMass"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[{"id":"fa04a1b3-97ac-47ec-8f50-51379b9bc38c","name":"Inexistencia","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"<% APIKEY %>\",\r\n    \"idform\": \"\",\r\n    \"debitos\": [\r\n        {\r\n            \"transaction\": {\r\n                \"amount\": 1000\r\n            },\r\n            \"persona\": {\r\n                \"ididentificationtype\": \"4\",\r\n                \"firstname\": \"Pepito\",\r\n                \"lastname\": \"Perez\",\r\n                \"identification\": \"102444666\",\r\n                \"email\": \"correo.prueba1@gmail.com\",\r\n                \"phone\": \"3224445566\"\r\n            },\r\n            \"debito\": {\r\n                \"codigobanco\": 47,\r\n                \"tipocuenta\": 1,\r\n                \"numerocuenta\": \"30000\"\r\n            }\r\n        },\r\n        {\r\n            \"transaction\": {\r\n                \"amount\": 1000\r\n            },\r\n            \"persona\": {\r\n                \"ididentificationtype\": \"4\",\r\n                \"firstname\": \"Pepito\",\r\n                \"lastname\": \"Perez\",\r\n                \"identification\": \"102444666\",\r\n                \"email\": \"correo.prueba1@gmail.com\",\r\n                \"phone\": \"3224445566\"\r\n            },\r\n            \"debito\": {\r\n                \"codigobanco\": 47,\r\n                \"tipocuenta\": 1,\r\n                \"numerocuenta\": \"30000\"\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/debitos/CreateDebitoOneStepInMass"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 19:51:14 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-Htsx3nUj/KZof1NzV+Xjya1cSew\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"message\": \"El id form enviado no existe\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"d4ab76a6-edda-4605-95a9-eeec54c599f6","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"<% APIKEY %>\",\r\n    \"idform\": \"\",\r\n    \"debitos\": [\r\n        {\r\n            \"transaction\": {\r\n                \"amount\": 1000\r\n            },\r\n            \"persona\": {\r\n                \"ididentificationtype\": \"4\",\r\n                \"firstname\": \"Pepito\",\r\n                \"lastname\": \"Perez\",\r\n                \"identification\": \"102444666\",\r\n                \"email\": \"correo.prueba1@gmail.com\",\r\n                \"phone\": \"3224445566\"\r\n            },\r\n            \"debito\": {\r\n                \"codigobanco\": 47,\r\n                \"tipocuenta\": 1,\r\n                \"numerocuenta\": \"30000\"\r\n            }\r\n        },\r\n        {\r\n            \"transaction\": {\r\n                \"amount\": 1000\r\n            },\r\n            \"persona\": {\r\n                \"ididentificationtype\": \"4\",\r\n                \"firstname\": \"Pepito\",\r\n                \"lastname\": \"Perez\",\r\n                \"identification\": \"102444666\",\r\n                \"email\": \"correo.prueba1@gmail.com\",\r\n                \"phone\": \"3224445566\"\r\n            },\r\n            \"debito\": {\r\n                \"codigobanco\": 47,\r\n                \"tipocuenta\": 1,\r\n                \"numerocuenta\": \"30000\"\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/debitos/CreateDebitoOneStepInMass"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 19:49:30 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2899"},{"key":"ETag","value":"W/\"b53-czKnTMbcpvSIKMgZUeO91puAYdg\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"CreateDebitoRecurrenteOneStepInMass Success\",\n    \"item\": [\n        {\n            \"error\": false,\n            \"item\": {\n                \"id\": 786,\n                \"identificacion\": \"102444666\",\n                \"numerocuenta\": \"30000\",\n                \"nombre\": \"Pepito Perez\",\n                \"valoradebitar\": \"1000\",\n                \"tipodereferencia\": \"000\",\n                \"codigocliente\": null,\n                \"descripcion\": \"Pago para la transaccion: 14033\",\n                \"fechacancelacion\": \"20250917\",\n                \"intentos\": 0,\n                \"createat\": \"2024-09-17T19:49:30.680Z\",\n                \"endat\": \"2025-09-17T05:00:00.000Z\",\n                \"estado\": \"Creada\",\n                \"updateat\": null,\n                \"idpersona\": {\n                    \"id\": \"257\",\n                    \"firstname\": \"Pepito\",\n                    \"lastname\": \"Perez\",\n                    \"treatment\": \"\",\n                    \"gender\": \"\",\n                    \"identification\": \"102444666\",\n                    \"email\": \"correo.prueba1@gmail.com\",\n                    \"phone\": \"3224445566\",\n                    \"state\": \"\",\n                    \"city\": \"\",\n                    \"address\": \"Calle 68 a sur #80k45\",\n                    \"zipcode\": \"\",\n                    \"borndate\": null,\n                    \"issuedate\": \"2024-08-15T07:38:28.120Z\",\n                    \"createdat\": \"2024-09-17T19:49:30.630Z\",\n                    \"updatedat\": null,\n                    \"deletedat\": null\n                },\n                \"idtransaction\": {\n                    \"id\": \"14033\",\n                    \"issubscription\": false,\n                    \"amount\": 1000,\n                    \"externalorder\": \"2118cc9c-5635-4717-860b-6707f054a951\",\n                    \"urllanding\": null,\n                    \"origen\": \"debitos bancarios\",\n                    \"nextpaymentdate\": null,\n                    \"ip\": \"\",\n                    \"fullname\": \"\",\n                    \"status\": null,\n                    \"createdat\": \"2024-09-17T19:49:30.660Z\",\n                    \"updatedat\": \"2024-09-17T19:49:30.770Z\",\n                    \"deletedat\": null,\n                    \"jsonresponse\": \"{\\\"idTran\\\":14033,\\\"reason\\\":\\\"AsignarTransaccionDebito.\\\",\\\"data\\\":{}}\",\n                    \"additionaldata\": \"{}\",\n                    \"responseUrl\": null,\n                    \"validateResponse\": false,\n                    \"paymentedat\": null,\n                    \"firstjsonresponse\": null,\n                    \"clearsaferesponse\": null,\n                    \"originalAmount\": null,\n                    \"conversionRate\": null,\n                    \"discountedamount\": null,\n                    \"isRedeban\": false,\n                    \"consultaActual\": 0\n                }\n            }\n        },\n        {\n            \"error\": false,\n            \"item\": {\n                \"id\": 787,\n                \"identificacion\": \"102444666\",\n                \"numerocuenta\": \"30000\",\n                \"nombre\": \"Pepito Perez\",\n                \"valoradebitar\": \"1000\",\n                \"tipodereferencia\": \"000\",\n                \"codigocliente\": null,\n                \"descripcion\": \"Pago para la transaccion: 14034\",\n                \"fechacancelacion\": \"20250917\",\n                \"intentos\": 0,\n                \"createat\": \"2024-09-17T19:49:30.680Z\",\n                \"endat\": \"2025-09-17T05:00:00.000Z\",\n                \"estado\": \"Creada\",\n                \"updateat\": null,\n                \"idpersona\": {\n                    \"id\": \"257\",\n                    \"firstname\": \"Pepito\",\n                    \"lastname\": \"Perez\",\n                    \"treatment\": \"\",\n                    \"gender\": \"\",\n                    \"identification\": \"102444666\",\n                    \"email\": \"correo.prueba1@gmail.com\",\n                    \"phone\": \"3224445566\",\n                    \"state\": \"\",\n                    \"city\": \"\",\n                    \"address\": \"Calle 68 a sur #80k45\",\n                    \"zipcode\": \"\",\n                    \"borndate\": null,\n                    \"issuedate\": \"2024-08-15T07:38:28.120Z\",\n                    \"createdat\": \"2024-09-17T19:49:30.630Z\",\n                    \"updatedat\": null,\n                    \"deletedat\": null\n                },\n                \"idtransaction\": {\n                    \"id\": \"14034\",\n                    \"issubscription\": false,\n                    \"amount\": 1000,\n                    \"externalorder\": \"71911187-d1e7-4d7f-abf9-8913795f0dc3\",\n                    \"urllanding\": null,\n                    \"origen\": \"debitos bancarios\",\n                    \"nextpaymentdate\": null,\n                    \"ip\": \"\",\n                    \"fullname\": \"\",\n                    \"status\": null,\n                    \"createdat\": \"2024-09-17T19:49:30.670Z\",\n                    \"updatedat\": \"2024-09-17T19:49:30.769Z\",\n                    \"deletedat\": null,\n                    \"jsonresponse\": \"{\\\"idTran\\\":14034,\\\"reason\\\":\\\"AsignarTransaccionDebito.\\\",\\\"data\\\":{}}\",\n                    \"additionaldata\": \"{}\",\n                    \"responseUrl\": null,\n                    \"validateResponse\": false,\n                    \"paymentedat\": null,\n                    \"firstjsonresponse\": null,\n                    \"clearsaferesponse\": null,\n                    \"originalAmount\": null,\n                    \"conversionRate\": null,\n                    \"discountedamount\": null,\n                    \"isRedeban\": false,\n                    \"consultaActual\": 0\n                }\n            }\n        }\n    ],\n    \"errors\": null\n}"},{"id":"17c02497-d5c3-4c1f-8b2e-a05ae74f10e0","name":"Error de estructura","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"idform\": \"12\",\r\n    \"debitos\": [\r\n        {\r\n            \"transaction\": {\r\n                \"amount\": 1000\r\n            },\r\n            \"persona\": {\r\n                \"ididentificationtype\": \"4\",\r\n                \"firstname\": \"Pepito\",\r\n                \"lastname\": \"Perez\",\r\n                \"identification\": \"102444666\",\r\n                \"email\": \"correo.prueba1@gmail.com\",\r\n                \"phone\": \"3224445566\"\r\n            },\r\n            \"debito\": {\r\n                \"codigobanco\": 47,\r\n                \"tipocuenta\": 1,\r\n                \"numerocuenta\": \"30000\"\r\n            }\r\n        },\r\n        {\r\n            \"transaction\": {\r\n                \"amount\": 1000\r\n            },\r\n            \"persona\": {\r\n                \"ididentificationtype\": \"4\",\r\n                \"firstname\": \"Pepito\",\r\n                \"lastname\": \"Perez\",\r\n                \"identification\": \"102444666\",\r\n                \"email\": \"correo.prueba1@gmail.com\",\r\n                \"phone\": \"3224445566\"\r\n            },\r\n            \"debito\": {\r\n                \"codigobanco\": 47,\r\n                \"tipocuenta\": 1,\r\n                \"numerocuenta\": \"30000\"\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/debitos/CreateDebitoOneStepInMass"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 19:51:52 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"ETag","value":"W/\"57-6XlVE/jBlCDptgBbtmPbPgLMBw8\""},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"No se registra la propiedad apikey\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"faefac2a-7a34-4b64-9837-d3602db8ba1d","name":"Excepcion No Controlada","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"<% APIKEY %>\",\r\n    \"idform\": \"ID FORM\",\r\n    \"debitos\": [\r\n        {\r\n            \"transaction\": {\r\n                \"amount\": 1000\r\n            },\r\n            \"persona\": {\r\n                \"ididentificationtype\": \"4\",\r\n                \"firstname\": \"Pepito\",\r\n                \"lastname\": \"Perez\",\r\n                \"identification\": \"102444666\",\r\n                \"email\": \"correo.prueba1@gmail.com\",\r\n                \"phone\": \"3224445566\"\r\n            },\r\n            \"debito\": {\r\n                \"codigobanco\": 47,\r\n                \"tipocuenta\": 1,\r\n                \"numerocuenta\": \"30000\"\r\n            }\r\n        },\r\n        {\r\n            \"transaction\": {\r\n                \"amount\": 1000\r\n            },\r\n            \"persona\": {\r\n                \"ididentificationtype\": \"4\",\r\n                \"firstname\": \"Pepito\",\r\n                \"lastname\": \"Perez\",\r\n                \"identification\": \"102444666\",\r\n                \"email\": \"correo.prueba1@gmail.com\",\r\n                \"phone\": \"3224445566\"\r\n            },\r\n            \"debito\": {\r\n                \"codigobanco\": 47,\r\n                \"tipocuenta\": 1,\r\n                \"numerocuenta\": \"30000\"\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/debitos/CreateDebitoOneStepInMass"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"ETag","value":"W/\"92-1U/S2zkh7vyHBFY/h13nR/uWYDg\""},{"key":"Date","value":"Tue, 17 Sep 2024 19:56:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 500,\n    \"message\": \"Se presentó una excepcion no controlada, por favor contáctese con el proveedor del servicio\",\n    \"item\": null,\n    \"errors\": null\n}"}],"_postman_id":"5761ad9d-ed9b-47cf-acc9-193ecb5d5085"},{"name":"GetByIdMerchant","id":"68f22d22-2d05-407e-83ae-cb36cbfb1eaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/debitos/GetByIdMerchant?idMerchant=number","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["api","debitos","GetByIdMerchant"],"host":["{{HOST}}"],"query":[{"key":"idMerchant","value":"number"}],"variable":[]}},"response":[{"id":"b67a1bb2-58b6-4b1b-9010-ec7729df1b97","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/debitos/GetByIdMerchant?idMerchant=1","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["api","debitos","GetByIdMerchant"],"query":[{"key":"idMerchant","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 19:52:39 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55825"},{"key":"ETag","value":"W/\"da11-Kr4RUTd7jti1e2wR3iJOX3+vckY\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 553,\n        \"identificacion\": \"52242339\",\n        \"nombre\": \"Angela Patricia Llanos\",\n        \"valoradebitar\": \"543043\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 284,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": null,\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 359,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 383,\n        \"identificacion\": \"1000732580\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"17000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 555,\n        \"identificacion\": \"10115936\",\n        \"nombre\": \"edgar dejesus martinez rodriguez\",\n        \"valoradebitar\": \"543795\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 342,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 486,\n        \"identificacion\": \"39622012\",\n        \"nombre\": \"Patricia Diaz Castillo\",\n        \"valoradebitar\": \"578104\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 545,\n        \"identificacion\": \"1073233496\",\n        \"nombre\": \"Cristian Yesid Cardenas Pascagaza\",\n        \"valoradebitar\": \"542917\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 587,\n        \"identificacion\": \"11187160\",\n        \"nombre\": \"William Eduardo Vinasco Prieto\",\n        \"valoradebitar\": \"538789\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 458,\n        \"identificacion\": \"1001191849\",\n        \"nombre\": \"Paula Luciana Fernandez\",\n        \"valoradebitar\": \"597299\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 447,\n        \"identificacion\": \"1003562791\",\n        \"nombre\": \"Luis Alberto Gomez Perez\",\n        \"valoradebitar\": \"607760\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 577,\n        \"identificacion\": \"72314066\",\n        \"nombre\": \"Paul Irwin Levin Castrillon\",\n        \"valoradebitar\": \"538288\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 504,\n        \"identificacion\": \"1077850978\",\n        \"nombre\": \"Diana Mercedes Munoz Ardila\",\n        \"valoradebitar\": \"563013\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 517,\n        \"identificacion\": \"80912535\",\n        \"nombre\": \"Giovanny Manjarres\",\n        \"valoradebitar\": \"559261\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 421,\n        \"identificacion\": \"16491567\",\n        \"nombre\": \"Gelson Riascos Castillo\",\n        \"valoradebitar\": \"607885\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 475,\n        \"identificacion\": \"1090149369\",\n        \"nombre\": \"LISSETH VIVIANA MESA LOPEZ\",\n        \"valoradebitar\": \"572773\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 597,\n        \"identificacion\": \"29127219\",\n        \"nombre\": \"luz stella obando rios\",\n        \"valoradebitar\": \"513363\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 431,\n        \"identificacion\": \"1116259338\",\n        \"nombre\": \"Luis Miguel Castano Puertas\",\n        \"valoradebitar\": \"604280\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 462,\n        \"identificacion\": \"1090458414\",\n        \"nombre\": \"Geidson Andres Vivas Parada\",\n        \"valoradebitar\": \"597424\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 583,\n        \"identificacion\": \"1026298537\",\n        \"nombre\": \"Lizeth Carolina Ruiz Sarmiento\",\n        \"valoradebitar\": \"529205\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 411,\n        \"identificacion\": \"60303755\",\n        \"nombre\": \"Ana Cecilia Vargas Bernal\",\n        \"valoradebitar\": \"608637\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 618,\n        \"identificacion\": \"1094904688\",\n        \"nombre\": \"Javier Arturo Gomez Reyes\",\n        \"valoradebitar\": \"523573\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 412,\n        \"identificacion\": \"1069402538\",\n        \"nombre\": \"Lorena Andrea Pinzon Arias\",\n        \"valoradebitar\": \"613392\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 525,\n        \"identificacion\": \"4517422\",\n        \"nombre\": \"William Osorio Calderon\",\n        \"valoradebitar\": \"558008\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 343,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 360,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 384,\n        \"identificacion\": \"123\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": null,\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 516,\n        \"identificacion\": \"1010137171\",\n        \"nombre\": \"Laura Alejandra Sanchez Neme\",\n        \"valoradebitar\": \"558384\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 499,\n        \"identificacion\": \"1030690714\",\n        \"nombre\": \"Maira Alejandra Fonseca Prada\",\n        \"valoradebitar\": \"563640\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 528,\n        \"identificacion\": \"1033793122\",\n        \"nombre\": \"Daniel Fernando Criollo Vela\",\n        \"valoradebitar\": \"558259\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 428,\n        \"identificacion\": \"1003614256\",\n        \"nombre\": \"Jhonatan David Cagua Bello\",\n        \"valoradebitar\": \"608136\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 554,\n        \"identificacion\": \"1032366065\",\n        \"nombre\": \"Juan Daniel Horta Castillo\",\n        \"valoradebitar\": \"539667\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 424,\n        \"identificacion\": \"80149422\",\n        \"nombre\": \"Heriberto Bello Vasquez\",\n        \"valoradebitar\": \"608637\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 496,\n        \"identificacion\": \"1018455304\",\n        \"nombre\": \"Oscar David Santacruz Castiblanco\",\n        \"valoradebitar\": \"587112\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 435,\n        \"identificacion\": \"24415237\",\n        \"nombre\": \"Nelsy Liliana Echeverry Giraldo\",\n        \"valoradebitar\": \"607760\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 604,\n        \"identificacion\": \"1047393827\",\n        \"nombre\": \"Margareth Pastrana Campo\",\n        \"valoradebitar\": \"523573\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 405,\n        \"identificacion\": \"1033732189\",\n        \"nombre\": \"Jemny Paola Mican Rojas\",\n        \"valoradebitar\": \"609163\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 466,\n        \"identificacion\": \"1016109856\",\n        \"nombre\": \"Deimer Augusto Camacho Jimenez\",\n        \"valoradebitar\": \"596923\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 478,\n        \"identificacion\": \"4515534\",\n        \"nombre\": \"Andres Felipe Giraldo\",\n        \"valoradebitar\": \"587363\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 485,\n        \"identificacion\": \"1069749561\",\n        \"nombre\": \"Jeisson Fabian Galvis Duarte\",\n        \"valoradebitar\": \"564141\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 546,\n        \"identificacion\": \"1001030549\",\n        \"nombre\": \"Erick Davis Gamarra Espitia\",\n        \"valoradebitar\": \"544045\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 415,\n        \"identificacion\": \"6140093\",\n        \"nombre\": \"Jairo Enrrique Gonzalez Chisco\",\n        \"valoradebitar\": \"608637\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 433,\n        \"identificacion\": \"1019125481\",\n        \"nombre\": \"Lina Maria Garay Piedras\",\n        \"valoradebitar\": \"608261\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 508,\n        \"identificacion\": \"1085900009\",\n        \"nombre\": \"jose mauricio segovia enriquez\",\n        \"valoradebitar\": \"558133\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 444,\n        \"identificacion\": \"1015431612\",\n        \"nombre\": \"Arley Segundo Arevalo Ospino\",\n        \"valoradebitar\": \"597424\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 456,\n        \"identificacion\": \"80354322\",\n        \"nombre\": \"Alvaro Padilla Garnica\",\n        \"valoradebitar\": \"588291\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 629,\n        \"identificacion\": \"8865639\",\n        \"nombre\": \"Idal Segundo Gomez Mestra\",\n        \"valoradebitar\": \"523248\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 594,\n        \"identificacion\": \"1067950493\",\n        \"nombre\": \"Aldair Armando Avila Buelvas\",\n        \"valoradebitar\": \"533083\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 619,\n        \"identificacion\": \"80659271\",\n        \"nombre\": \"Giovany Alexander Rojas Galindo\",\n        \"valoradebitar\": \"518619\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 574,\n        \"identificacion\": \"80119323\",\n        \"nombre\": \"Gilber Alberto Silva Patino\",\n        \"valoradebitar\": \"528704\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 344,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 361,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 385,\n        \"identificacion\": \"123\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"123\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 442,\n        \"identificacion\": \"1113308563\",\n        \"nombre\": \"Juan Ossa\",\n        \"valoradebitar\": \"607760\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 509,\n        \"identificacion\": \"88194839\",\n        \"nombre\": \"Yhon Jairo Penaranda Silva\",\n        \"valoradebitar\": \"505531\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 406,\n        \"identificacion\": \"79826108\",\n        \"nombre\": \"Mauricio Lopez Cardozo\",\n        \"valoradebitar\": \"613392\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 480,\n        \"identificacion\": \"1019018314\",\n        \"nombre\": \"Jorge Andres Culma Garcia\",\n        \"valoradebitar\": \"573725\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 430,\n        \"identificacion\": \"1116808651\",\n        \"nombre\": \"David Armando Blanco Bernal\",\n        \"valoradebitar\": \"607885\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 461,\n        \"identificacion\": \"1100892799\",\n        \"nombre\": \"Cristian Alfredo Gomez Serrano\",\n        \"valoradebitar\": \"601677\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 489,\n        \"identificacion\": \"52161730\",\n        \"nombre\": \"Adriana Del Pilar Sabogal Becerra\",\n        \"valoradebitar\": \"564392\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 526,\n        \"identificacion\": \"1098795440\",\n        \"nombre\": \"Cesar Yesid Caballero Mantilla\",\n        \"valoradebitar\": \"522901\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 535,\n        \"identificacion\": \"1085279340\",\n        \"nombre\": \"Juan Gerson Benavides Munoz\",\n        \"valoradebitar\": \"544421\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 556,\n        \"identificacion\": \"1020419097\",\n        \"nombre\": \"Lux Elena Sanchez Ramirez\",\n        \"valoradebitar\": \"544296\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 451,\n        \"identificacion\": \"1093787547\",\n        \"nombre\": \"Ingrid Jaime\",\n        \"valoradebitar\": \"597424\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 507,\n        \"identificacion\": \"25280483\",\n        \"nombre\": \"Claudia Yaneth Bolanos Burbano\",\n        \"valoradebitar\": \"562888\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 563,\n        \"identificacion\": \"1064490653\",\n        \"nombre\": \"Harold Ferney Caviedes\",\n        \"valoradebitar\": \"543795\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 584,\n        \"identificacion\": \"52394480\",\n        \"nombre\": \"Luz Danelly Hernandez Ulloa\",\n        \"valoradebitar\": \"529581\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 420,\n        \"identificacion\": \"1123998517\",\n        \"nombre\": \"Jose Rafael Isaza De armas\",\n        \"valoradebitar\": \"610461\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 495,\n        \"identificacion\": \"79443937\",\n        \"nombre\": \"Ricardo Pinilla\",\n        \"valoradebitar\": \"557835\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 519,\n        \"identificacion\": \"1073161753\",\n        \"nombre\": \"Monica Viviana Puentes Velandia\",\n        \"valoradebitar\": \"558384\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 471,\n        \"identificacion\": \"1000240157\",\n        \"nombre\": \"didiana marcela martinez martinez\",\n        \"valoradebitar\": \"502677\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 407,\n        \"identificacion\": \"66738884\",\n        \"nombre\": \"ANABELL LOPEZ PORTELA\",\n        \"valoradebitar\": \"613392\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 566,\n        \"identificacion\": \"1075234855\",\n        \"nombre\": \"Arlin Losada Viveros\",\n        \"valoradebitar\": \"539291\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 595,\n        \"identificacion\": \"1119183971\",\n        \"nombre\": \"Gerson Yesiy Uribe Agudelo\",\n        \"valoradebitar\": \"532957\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 603,\n        \"identificacion\": \"1015481289\",\n        \"nombre\": \"Lorent Dayana Gomez Rincon\",\n        \"valoradebitar\": \"523123\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 608,\n        \"identificacion\": \"1081789258\",\n        \"nombre\": \"Nelson Manuel Molina Castro\",\n        \"valoradebitar\": \"518619\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 625,\n        \"identificacion\": \"1063292256\",\n        \"nombre\": \"Vanessa Rojas Sanchez\",\n        \"valoradebitar\": \"522621\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 514,\n        \"identificacion\": \"82391276\",\n        \"nombre\": \"carlos julio martinez martinez\",\n        \"valoradebitar\": \"554381\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 543,\n        \"identificacion\": \"7633082\",\n        \"nombre\": \"Luis Carlos Oliveros Tovar\",\n        \"valoradebitar\": \"544547\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 617,\n        \"identificacion\": \"1075256334\",\n        \"nombre\": \"Diana Marcela Monroy Trujillo\",\n        \"valoradebitar\": \"517867\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 441,\n        \"identificacion\": \"1087112624\",\n        \"nombre\": \"Eder Mauro Ortiz Quinones\",\n        \"valoradebitar\": \"608261\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 425,\n        \"identificacion\": \"93135543\",\n        \"nombre\": \"Luis Fernando Lozano De la pava\",\n        \"valoradebitar\": \"608512\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 345,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 362,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 386,\n        \"identificacion\": \"123\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"123\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 326,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 515,\n        \"identificacion\": \"1075212768\",\n        \"nombre\": \"Andres Camilo Madrigal Gomez\",\n        \"valoradebitar\": \"559136\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 408,\n        \"identificacion\": \"36862407\",\n        \"nombre\": \"Alcira Del Rosario Castellanos Rosero\",\n        \"valoradebitar\": \"611888\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 474,\n        \"identificacion\": \"22476587\",\n        \"nombre\": \"Liliana Patricia Torres Gutierrez\",\n        \"valoradebitar\": \"574477\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 434,\n        \"identificacion\": \"1015466963\",\n        \"nombre\": \"Lina Marcela Quitiaquez Vargas\",\n        \"valoradebitar\": \"607259\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 463,\n        \"identificacion\": \"1069924323\",\n        \"nombre\": \"Nelson Ferney Rojas Manrique\",\n        \"valoradebitar\": \"597048\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 530,\n        \"identificacion\": \"1012322628\",\n        \"nombre\": \"Katherine Juliette Sanchez Nabollan\",\n        \"valoradebitar\": \"554256\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 576,\n        \"identificacion\": \"52435935\",\n        \"nombre\": \"Monica Vanessa Villalba\",\n        \"valoradebitar\": \"534536\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 586,\n        \"identificacion\": \"80898065\",\n        \"nombre\": \"eparquio David Posada Borja\",\n        \"valoradebitar\": \"534160\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 464,\n        \"identificacion\": \"57465846\",\n        \"nombre\": \"Xenia Fernanda Sarmiento Rodríguez\",\n        \"valoradebitar\": \"587864\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 483,\n        \"identificacion\": \"52014965\",\n        \"nombre\": \"NORMA CONSTANZA TRIANA LOZANO\",\n        \"valoradebitar\": \"563264\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 500,\n        \"identificacion\": \"43458147\",\n        \"nombre\": \"Maria Eugenia Toro Toro\",\n        \"valoradebitar\": \"559387\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 455,\n        \"identificacion\": \"1076200658\",\n        \"nombre\": \"Jhovan Alejandro Hospital Celis\",\n        \"valoradebitar\": \"503829\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 493,\n        \"identificacion\": \"5850037\",\n        \"nombre\": \"Eduardo Naffah Matta\",\n        \"valoradebitar\": \"568395\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 443,\n        \"identificacion\": \"1002522820\",\n        \"nombre\": \"Dagoberto Antonio NUNEZ\",\n        \"valoradebitar\": \"597600\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 548,\n        \"identificacion\": \"1110598221\",\n        \"nombre\": \"Yenifer Alexandra Lozano Mendoza\",\n        \"valoradebitar\": \"544045\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 413,\n        \"identificacion\": \"80175851\",\n        \"nombre\": \"Juan Diego Vergara Gaitan\",\n        \"valoradebitar\": \"611888\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 558,\n        \"identificacion\": \"1006458665\",\n        \"nombre\": \"Daniel Garzon Perez\",\n        \"valoradebitar\": \"543544\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 624,\n        \"identificacion\": \"79855922\",\n        \"nombre\": \"Alexander Paez Paez\",\n        \"valoradebitar\": \"518493\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 641,\n        \"identificacion\": \"16539077\",\n        \"nombre\": \"Luis Alfredo Marquinez\",\n        \"valoradebitar\": \"503853\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 634,\n        \"identificacion\": \"1007198635\",\n        \"nombre\": \"Lina Ximena Torres Villa\",\n        \"valoradebitar\": \"513739\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 779,\n        \"identificacion\": \"1030629121\",\n        \"nombre\": \"Katherine Almanza Salgado\",\n        \"valoradebitar\": \"354299\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 781,\n        \"identificacion\": \"1003764978\",\n        \"nombre\": \"DAVID RICARDO ROJAS BARRAGAN\",\n        \"valoradebitar\": \"100000\",\n        \"estado\": \"Aceptado\"\n    },\n    {\n        \"id\": 363,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 560,\n        \"identificacion\": \"1019107621\",\n        \"nombre\": \"Luis Eduardo Martinez Martinez\",\n        \"valoradebitar\": \"539291\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 346,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 387,\n        \"identificacion\": \"123\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"123\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 327,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 532,\n        \"identificacion\": \"1082129037\",\n        \"nombre\": \"anderson liborio chicue claros\",\n        \"valoradebitar\": \"544171\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 494,\n        \"identificacion\": \"1086726520\",\n        \"nombre\": \"Pedro Ricardo Landazuri Solano\",\n        \"valoradebitar\": \"572773\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 490,\n        \"identificacion\": \"1001807168\",\n        \"nombre\": \"Franklin Perez Cabrales\",\n        \"valoradebitar\": \"567768\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 568,\n        \"identificacion\": \"79904072\",\n        \"nombre\": \"Gehizon Moreno Gonzalez\",\n        \"valoradebitar\": \"518869\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 417,\n        \"identificacion\": \"1024468368\",\n        \"nombre\": \"Javier Eduardo Lugo Ruiz\",\n        \"valoradebitar\": \"611763\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 468,\n        \"identificacion\": \"1098692285\",\n        \"nombre\": \"Carlos Mauricio Hernandez Soto\",\n        \"valoradebitar\": \"582608\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 423,\n        \"identificacion\": \"79915033\",\n        \"nombre\": \"Martin Florez Cuervo\",\n        \"valoradebitar\": \"609811\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 450,\n        \"identificacion\": \"16074582\",\n        \"nombre\": \"James David Carmona Garces\",\n        \"valoradebitar\": \"597675\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 627,\n        \"identificacion\": \"52176947\",\n        \"nombre\": \"Monica Gomez Moreno\",\n        \"valoradebitar\": \"3971864\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 637,\n        \"identificacion\": \"1192760407\",\n        \"nombre\": \"Luis ARMANDO Fuentes Carrillo\",\n        \"valoradebitar\": \"3971112\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 440,\n        \"identificacion\": \"79826374\",\n        \"nombre\": \"Victor Manuel Meneses Reyes\",\n        \"valoradebitar\": \"603256\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 479,\n        \"identificacion\": \"80140281\",\n        \"nombre\": \"Edgar javier undefined Carreno undefined\",\n        \"valoradebitar\": \"572523\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 498,\n        \"identificacion\": \"1043845687\",\n        \"nombre\": \"David Enrique Fontalvo Mendoza\",\n        \"valoradebitar\": \"559011\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 520,\n        \"identificacion\": \"52791942\",\n        \"nombre\": \"Merly Johanna Parra Solano\",\n        \"valoradebitar\": \"549176\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 409,\n        \"identificacion\": \"8768521\",\n        \"nombre\": \"HECTOR GERMAN CRUZ VARGAS\",\n        \"valoradebitar\": \"611888\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 460,\n        \"identificacion\": \"1010199186\",\n        \"nombre\": \"Ricardo Acosta Linares\",\n        \"valoradebitar\": \"598051\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 404,\n        \"identificacion\": \"1010009314\",\n        \"nombre\": \"Leidy Valentina Espejo Cespedes\",\n        \"valoradebitar\": \"608837\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 511,\n        \"identificacion\": \"1075291758\",\n        \"nombre\": \"Jhon Edison Barragan Endes\",\n        \"valoradebitar\": \"563013\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 551,\n        \"identificacion\": \"1073507545\",\n        \"nombre\": \"Jeimy Katherine Pulgarin Lopez\",\n        \"valoradebitar\": \"544547\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 591,\n        \"identificacion\": \"1084869644\",\n        \"nombre\": \"Julian Felipe Castro Gonzalez\",\n        \"valoradebitar\": \"533208\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 599,\n        \"identificacion\": \"1113629220\",\n        \"nombre\": \"Maria Surany Orozco Hurtado\",\n        \"valoradebitar\": \"518995\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 542,\n        \"identificacion\": \"1022960132\",\n        \"nombre\": \"Calos Mauricii Sanchez Tiszai\",\n        \"valoradebitar\": \"544547\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 347,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 364,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 388,\n        \"identificacion\": \"123\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"123\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 328,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 410,\n        \"identificacion\": \"1047452204\",\n        \"nombre\": \"SINDI Carrascal Blanco\",\n        \"valoradebitar\": \"611888\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 467,\n        \"identificacion\": \"1024587976\",\n        \"nombre\": \"Yorw Harry Espitia Casallas\",\n        \"valoradebitar\": \"593171\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 429,\n        \"identificacion\": \"68288896\",\n        \"nombre\": \"Diana Ester Junieles Barrios\",\n        \"valoradebitar\": \"595573\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 481,\n        \"identificacion\": \"88231042\",\n        \"nombre\": \"Carlos David Navarro Cntreras\",\n        \"valoradebitar\": \"597925\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 448,\n        \"identificacion\": \"94518741\",\n        \"nombre\": \"Jhon Fredy Coloma Arcila\",\n        \"valoradebitar\": \"601677\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 510,\n        \"identificacion\": \"1054563908\",\n        \"nombre\": \"Juan Guillermo Rodriguez Sanchez\",\n        \"valoradebitar\": \"558635\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 501,\n        \"identificacion\": \"1093215889\",\n        \"nombre\": \"Cesar Augusto Garcia Blandon\",\n        \"valoradebitar\": \"559136\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 531,\n        \"identificacion\": \"1129567152\",\n        \"nombre\": \"GUSTAVO JUNIOR VERGARA MANJARRES\",\n        \"valoradebitar\": \"563640\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 452,\n        \"identificacion\": \"12568562\",\n        \"nombre\": \"Arlex Ibarra Ramos\",\n        \"valoradebitar\": \"588867\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 522,\n        \"identificacion\": \"65813798\",\n        \"nombre\": \"Luz Elena Orozco Gomez\",\n        \"valoradebitar\": \"554507\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 457,\n        \"identificacion\": \"79961700\",\n        \"nombre\": \"Hollman Yecid Espinosa Benavides\",\n        \"valoradebitar\": \"588616\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 572,\n        \"identificacion\": \"1054548795\",\n        \"nombre\": \"Diana Marcela Hinestroza Nunez\",\n        \"valoradebitar\": \"494395\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 488,\n        \"identificacion\": \"1022937592\",\n        \"nombre\": \"Alcira Patino Beltran\",\n        \"valoradebitar\": \"587864\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 418,\n        \"identificacion\": \"1005868628\",\n        \"nombre\": \"Kevin Stiwart Ortiz Marquez\",\n        \"valoradebitar\": \"608387\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 523,\n        \"identificacion\": \"80257880\",\n        \"nombre\": \"José Fernando Hernández Mendez\",\n        \"valoradebitar\": \"552552\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 438,\n        \"identificacion\": \"1104071325\",\n        \"nombre\": \"Wendy Paola Escobar Ruan\",\n        \"valoradebitar\": \"597925\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 476,\n        \"identificacion\": \"1110538597\",\n        \"nombre\": \"Oscar Javier Reinoso Valdez\",\n        \"valoradebitar\": \"564141\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 561,\n        \"identificacion\": \"16948968\",\n        \"nombre\": \"Oscar David Escudero Parra\",\n        \"valoradebitar\": \"528579\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 589,\n        \"identificacion\": \"1030619486\",\n        \"nombre\": \"Daniel Alejandro Garcia Orrego\",\n        \"valoradebitar\": \"533083\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 633,\n        \"identificacion\": \"85447873\",\n        \"nombre\": \"Nestor Antonio Duran Gamarra\",\n        \"valoradebitar\": \"513363\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 623,\n        \"identificacion\": \"76351002\",\n        \"nombre\": \"Efren Manquillo Lubo\",\n        \"valoradebitar\": \"488763\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 600,\n        \"identificacion\": \"1149202792\",\n        \"nombre\": \"Carlos Alberto Garrido Tovar\",\n        \"valoradebitar\": \"523824\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 357,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 616,\n        \"identificacion\": \"1000469096\",\n        \"nombre\": \"Maria Camila Giraldo Marroquin\",\n        \"valoradebitar\": \"522872\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 348,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 389,\n        \"identificacion\": \"1000732580\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"123\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 329,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 550,\n        \"identificacion\": \"1065882230\",\n        \"nombre\": \"Luis Fernando Arriola Caselles\",\n        \"valoradebitar\": \"549176\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 403,\n        \"identificacion\": \"39091708\",\n        \"nombre\": \"Nelly Mercedez Tovar Jimenez\",\n        \"valoradebitar\": \"610133\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 613,\n        \"identificacion\": \"1024507101\",\n        \"nombre\": \"HANS ANDRES RIVERA SAENZ\",\n        \"valoradebitar\": \"527952\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 663,\n        \"identificacion\": \"1024567328\",\n        \"nombre\": \"Roger Alberto Ardila Barreto\",\n        \"valoradebitar\": \"504731\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 689,\n        \"identificacion\": \"79946319\",\n        \"nombre\": \"Victor Manuel Amaya\",\n        \"valoradebitar\": \"498397\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 721,\n        \"identificacion\": \"80803902\",\n        \"nombre\": \"Andres Alexander Pineda Romero\",\n        \"valoradebitar\": \"484384\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 667,\n        \"identificacion\": \"1113522137\",\n        \"nombre\": \"Daniela Vergara Carabali\",\n        \"valoradebitar\": \"496771\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 698,\n        \"identificacion\": \"1024510123\",\n        \"nombre\": \"Jedmy Lorena Ramirez\",\n        \"valoradebitar\": \"493392\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 678,\n        \"identificacion\": \"1007671408\",\n        \"nombre\": \"Daniel Felipe Reyes Rincon\",\n        \"valoradebitar\": \"493893\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 718,\n        \"identificacion\": \"1072649894\",\n        \"nombre\": \"Juan Carlos Avendano Romero\",\n        \"valoradebitar\": \"478176\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 736,\n        \"identificacion\": \"74360950\",\n        \"nombre\": \"Wilson Avendano Parra\",\n        \"valoradebitar\": \"451312\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 533,\n        \"identificacion\": \"1042447819\",\n        \"nombre\": \"Katherine Paola De la rosa Blanquiceth\",\n        \"valoradebitar\": \"553629\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 649,\n        \"identificacion\": \"52026976\",\n        \"nombre\": \"Nubia Irene Alzate Sanchez\",\n        \"valoradebitar\": \"508232\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 677,\n        \"identificacion\": \"1151475009\",\n        \"nombre\": \"Asnaldo De Jesus Mejia Gutierrez\",\n        \"valoradebitar\": \"503853\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 648,\n        \"identificacion\": \"1123631032\",\n        \"nombre\": \"Erika Cecilla Pussey Hooker\",\n        \"valoradebitar\": \"503403\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 628,\n        \"identificacion\": \"1061774662\",\n        \"nombre\": \"Diana Urmendez Salinas\",\n        \"valoradebitar\": \"513363\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 640,\n        \"identificacion\": \"1024568738\",\n        \"nombre\": \"Brayan Duvan Forero Nunez\",\n        \"valoradebitar\": \"498773\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 740,\n        \"identificacion\": \"80162385\",\n        \"nombre\": \"Luis Orlando Medina Palacios\",\n        \"valoradebitar\": \"438811\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 656,\n        \"identificacion\": \"1024524443\",\n        \"nombre\": \"Guihorguin Stevenss Rojas Castillo\",\n        \"valoradebitar\": \"493893\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 708,\n        \"identificacion\": \"1109844047\",\n        \"nombre\": \"Luis Felipe Mariaca Perez\",\n        \"valoradebitar\": \"473923\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 729,\n        \"identificacion\": \"1070592960\",\n        \"nombre\": \"Leidy Johana Jaramillo Lozano\",\n        \"valoradebitar\": \"470120\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 688,\n        \"identificacion\": \"52283417\",\n        \"nombre\": \"Sandra Milena Rincon Osma\",\n        \"valoradebitar\": \"494645\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 559,\n        \"identificacion\": \"1063484648\",\n        \"nombre\": \"Jorge Eliecer Lobo Lobelo\",\n        \"valoradebitar\": \"538539\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 349,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 365,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 390,\n        \"identificacion\": \"123\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"123\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 330,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 711,\n        \"identificacion\": \"52838766\",\n        \"nombre\": \"Claudia Esperanza Tellez Camargo\",\n        \"valoradebitar\": \"478928\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 728,\n        \"identificacion\": \"52048501\",\n        \"nombre\": \"Sandra Lisseth Forero Arcila\",\n        \"valoradebitar\": \"474800\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 605,\n        \"identificacion\": \"1090988351\",\n        \"nombre\": \"Eduar Sanin Barbosa Herrera\",\n        \"valoradebitar\": \"525325\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 687,\n        \"identificacion\": \"79947488\",\n        \"nombre\": \"Oscar Alberto Valero Acosta\",\n        \"valoradebitar\": \"451061\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 709,\n        \"identificacion\": \"1014185158\",\n        \"nombre\": \"Liliana Marcela Manjarres Martinez\",\n        \"valoradebitar\": \"484133\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 432,\n        \"identificacion\": \"52711922\",\n        \"nombre\": \"Lucrecia Ovalle Zapata\",\n        \"valoradebitar\": \"607760\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 670,\n        \"identificacion\": \"1088349217\",\n        \"nombre\": \"Julian David Sanchez Aragon\",\n        \"valoradebitar\": \"499525\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 646,\n        \"identificacion\": \"1012392100\",\n        \"nombre\": \"Yeison Abril Leon\",\n        \"valoradebitar\": \"504731\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 569,\n        \"identificacion\": \"79901706\",\n        \"nombre\": \"Herforrg Steve Rayo Castaneda\",\n        \"valoradebitar\": \"513613\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 636,\n        \"identificacion\": \"1051442985\",\n        \"nombre\": \"Yina Paola Pena De las aguas\",\n        \"valoradebitar\": \"514491\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 657,\n        \"identificacion\": \"92518445\",\n        \"nombre\": \"Jose Gabriel Hoyos Monterroza\",\n        \"valoradebitar\": \"512485\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 704,\n        \"identificacion\": \"40784153\",\n        \"nombre\": \"Luz Elena Ipus Montes\",\n        \"valoradebitar\": \"488512\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 544,\n        \"identificacion\": \"34318868\",\n        \"nombre\": \"Martha Viviana Figueroa Fajardo\",\n        \"valoradebitar\": \"548424\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 679,\n        \"identificacion\": \"1030582912\",\n        \"nombre\": \"Luisa Fernanda Garcia Tamayo\",\n        \"valoradebitar\": \"494645\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 719,\n        \"identificacion\": \"1030618154\",\n        \"nombre\": \"Diana Carolina Sanchez Florez\",\n        \"valoradebitar\": \"420184\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 538,\n        \"identificacion\": \"52752728\",\n        \"nombre\": \"Blanca Ruby Lesmes Pacheco\",\n        \"valoradebitar\": \"549051\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 741,\n        \"identificacion\": \"1130600165\",\n        \"nombre\": \"Franklin Buitrago Isaza\",\n        \"valoradebitar\": \"451437\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 598,\n        \"identificacion\": \"43103326\",\n        \"nombre\": \"Julia Paola Caldera Torres\",\n        \"valoradebitar\": \"524701\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 738,\n        \"identificacion\": \"1112458658\",\n        \"nombre\": \"Ginna Paola Alvarado Pinilla\",\n        \"valoradebitar\": \"474048\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 506,\n        \"identificacion\": \"1109291516\",\n        \"nombre\": \"Fabian Nunez Ruiz\",\n        \"valoradebitar\": \"563264\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 631,\n        \"identificacion\": \"80215388\",\n        \"nombre\": \"andres caballero luengas\",\n        \"valoradebitar\": \"497373\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 414,\n        \"identificacion\": \"80252994\",\n        \"nombre\": \"Carlos Alberto Martinez Castro\",\n        \"valoradebitar\": \"598125\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 626,\n        \"identificacion\": \"1012432273\",\n        \"nombre\": \"Johan Moreno Solano\",\n        \"valoradebitar\": \"527827\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 358,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 642,\n        \"identificacion\": \"1036621483\",\n        \"nombre\": \"Anthony Avila Castellano\",\n        \"valoradebitar\": \"513989\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 350,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 391,\n        \"identificacion\": \"123\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"123\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 331,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 422,\n        \"identificacion\": \"60440766\",\n        \"nombre\": \"Alba Margarita Gonzalez Correa\",\n        \"valoradebitar\": \"612139\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 439,\n        \"identificacion\": \"1096032344\",\n        \"nombre\": \"Gilberto Antonio Tabares Martinez\",\n        \"valoradebitar\": \"598051\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 632,\n        \"identificacion\": \"92517329\",\n        \"nombre\": \"Richard fuentes padilla\",\n        \"valoradebitar\": \"514240\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 699,\n        \"identificacion\": \"1192733868\",\n        \"nombre\": \"Jose Orleivy Mosquera Waldo\",\n        \"valoradebitar\": \"453688\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 484,\n        \"identificacion\": \"92131214\",\n        \"nombre\": \"Javier Enrique Rios Ortega\",\n        \"valoradebitar\": \"567517\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 690,\n        \"identificacion\": \"1045702930\",\n        \"nombre\": \"Natalia De Jesus Vergara Blanquicet\",\n        \"valoradebitar\": \"498021\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 571,\n        \"identificacion\": \"93390801\",\n        \"nombre\": \"Dario Munoz Arce\",\n        \"valoradebitar\": \"568501\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 650,\n        \"identificacion\": \"1108933230\",\n        \"nombre\": \"Jose Estivinson Melo Gongora\",\n        \"valoradebitar\": \"513864\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 581,\n        \"identificacion\": \"79450532\",\n        \"nombre\": \"Henry Osealdo Arana Jimenez\",\n        \"valoradebitar\": \"537912\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 596,\n        \"identificacion\": \"1042060744\",\n        \"nombre\": \"Luisa Fernanda Valencia Castano\",\n        \"valoradebitar\": \"528579\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 644,\n        \"identificacion\": \"1065619158\",\n        \"nombre\": \"Alvaro Javier Arrieta Escobar\",\n        \"valoradebitar\": \"515861\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 694,\n        \"identificacion\": \"1026591584\",\n        \"nombre\": \"Brayan Sebastian Hernandez Morales\",\n        \"valoradebitar\": \"494771\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 662,\n        \"identificacion\": \"1019078086\",\n        \"nombre\": \"Marion Carolina Carvajal Negrete\",\n        \"valoradebitar\": \"483557\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 715,\n        \"identificacion\": \"1006123287\",\n        \"nombre\": \"Joan Sebastian Ospina Labrador\",\n        \"valoradebitar\": \"483181\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 607,\n        \"identificacion\": \"91257078\",\n        \"nombre\": \"Wilson Traslavina Grandas\",\n        \"valoradebitar\": \"498773\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 702,\n        \"identificacion\": \"1090474637\",\n        \"nombre\": \"Jonathan Yesid Manosalva Hurtado\",\n        \"valoradebitar\": \"484384\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 712,\n        \"identificacion\": \"1115730363\",\n        \"nombre\": \"Elizabeth Hernandez Arias\",\n        \"valoradebitar\": \"483307\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 676,\n        \"identificacion\": \"1201218546\",\n        \"nombre\": \"Gustavo Jose Sanchez Madera\",\n        \"valoradebitar\": \"499275\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 669,\n        \"identificacion\": \"1057604706\",\n        \"nombre\": \"ALEJANDRO CHIA GUALTEROS\",\n        \"valoradebitar\": \"488261\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 674,\n        \"identificacion\": \"1024465707\",\n        \"nombre\": \"Gina Alexandra Garzon Poloche\",\n        \"valoradebitar\": \"468365\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 653,\n        \"identificacion\": \"1056774146\",\n        \"nombre\": \"ADRIANA GALEANO BEDOYA\",\n        \"valoradebitar\": \"513112\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 680,\n        \"identificacion\": \"1104699963\",\n        \"nombre\": \"Adriana Maria Osorio Rojas\",\n        \"valoradebitar\": \"499400\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 392,\n        \"identificacion\": \"123\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"123\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 366,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 645,\n        \"identificacion\": \"1143366478\",\n        \"nombre\": \"Juan Carlos Santafe Perez\",\n        \"valoradebitar\": \"513613\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 351,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 332,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 652,\n        \"identificacion\": \"37721975\",\n        \"nombre\": \"Johana Maria Gomez\",\n        \"valoradebitar\": \"509360\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 585,\n        \"identificacion\": \"1033686326\",\n        \"nombre\": \"Lady Johanna Beltran Giraldo\",\n        \"valoradebitar\": \"503027\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 695,\n        \"identificacion\": \"1110442911\",\n        \"nombre\": \"Diana Cirley Veloza Lopez\",\n        \"valoradebitar\": \"484008\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 713,\n        \"identificacion\": \"91495144\",\n        \"nombre\": \"Yamid Gonzalo Grueso Zuniga\",\n        \"valoradebitar\": \"484133\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 672,\n        \"identificacion\": \"52825473\",\n        \"nombre\": \"Karen Castro Suarez\",\n        \"valoradebitar\": \"498773\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 685,\n        \"identificacion\": \"12210642\",\n        \"nombre\": \"Herney Manrique Melo\",\n        \"valoradebitar\": \"494395\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 593,\n        \"identificacion\": \"72023279\",\n        \"nombre\": \"Miguel Jose Hernandez Ortega\",\n        \"valoradebitar\": \"528704\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 665,\n        \"identificacion\": \"80767723\",\n        \"nombre\": \"Omar Gabriel Villalba\",\n        \"valoradebitar\": \"499525\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 697,\n        \"identificacion\": \"30291112\",\n        \"nombre\": \"Diana Patricia Pelaez Ramirez\",\n        \"valoradebitar\": \"385427\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 393,\n        \"identificacion\": \"1000732580\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"100\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 639,\n        \"identificacion\": \"1000854830\",\n        \"nombre\": \"Camila Andrea Gomez Gomez\",\n        \"valoradebitar\": \"513363\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 655,\n        \"identificacion\": \"1093773988\",\n        \"nombre\": \"Carlos Alfredo Alvarado Laguna\",\n        \"valoradebitar\": \"513864\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 675,\n        \"identificacion\": \"1020798837\",\n        \"nombre\": \"Estefany Pulido\",\n        \"valoradebitar\": \"498397\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 684,\n        \"identificacion\": \"1014223232\",\n        \"nombre\": \"Iyngrit Caterine Roballo Pinzon\",\n        \"valoradebitar\": \"499525\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 635,\n        \"identificacion\": \"1075250062\",\n        \"nombre\": \"Kelly Johanna Montero Cerquera\",\n        \"valoradebitar\": \"513363\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 705,\n        \"identificacion\": \"1001180689\",\n        \"nombre\": \"yeny tatiana espinel martinez\",\n        \"valoradebitar\": \"493643\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 610,\n        \"identificacion\": \"52475389\",\n        \"nombre\": \"Delia Yanira Trivino Sepulveda\",\n        \"valoradebitar\": \"518744\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 638,\n        \"identificacion\": \"1110462839\",\n        \"nombre\": \"Norma Magaly Morales Gallego\",\n        \"valoradebitar\": \"508357\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 367,\n        \"identificacion\": \"1020763085\",\n        \"nombre\": \"Juan Pablo Garcia Freyi\",\n        \"valoradebitar\": \"1000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 620,\n        \"identificacion\": \"79582062\",\n        \"nombre\": \"James Munoz Salazar\",\n        \"valoradebitar\": \"517867\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 352,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 374,\n        \"identificacion\": \"1000732580\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"1000\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 333,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 668,\n        \"identificacion\": \"1097035325\",\n        \"nombre\": \"Victor Alfonso Ascencio gallego\",\n        \"valoradebitar\": \"503853\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 681,\n        \"identificacion\": \"1002025071\",\n        \"nombre\": \"Jairo Luis Vergara Polo\",\n        \"valoradebitar\": \"492067\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 497,\n        \"identificacion\": \"53038179\",\n        \"nombre\": \"Linsay Karina Sepulveda Quintero\",\n        \"valoradebitar\": \"573851\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 582,\n        \"identificacion\": \"52748256\",\n        \"nombre\": \"Ingrid Viviana Cala Escobar\",\n        \"valoradebitar\": \"534536\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 502,\n        \"identificacion\": \"24370075\",\n        \"nombre\": \"GLORIA ELSY VALENCIA RIOS\",\n        \"valoradebitar\": \"558635\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 527,\n        \"identificacion\": \"1003562840\",\n        \"nombre\": \"Rafael Santos Pajaro Perez\",\n        \"valoradebitar\": \"548853\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 651,\n        \"identificacion\": \"80240824\",\n        \"nombre\": \"Javier Eduardo Urazan Rojas\",\n        \"valoradebitar\": \"508483\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 733,\n        \"identificacion\": \"72293693\",\n        \"nombre\": \"Jose Luis Santos Esquivel\",\n        \"valoradebitar\": \"474925\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 565,\n        \"identificacion\": \"1053870920\",\n        \"nombre\": \"DANIEL ANDRES VALENCIA VALENCIA\",\n        \"valoradebitar\": \"539291\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 654,\n        \"identificacion\": \"49769626\",\n        \"nombre\": \"Marelvis Cabello Coronado\",\n        \"valoradebitar\": \"494771\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 710,\n        \"identificacion\": \"53061150\",\n        \"nombre\": \"Karen Rocio Soto Izquierdo\",\n        \"valoradebitar\": \"484760\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 747,\n        \"identificacion\": \"1075651099\",\n        \"nombre\": \"Cesar Augusto Castillo\",\n        \"valoradebitar\": \"479179\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 757,\n        \"identificacion\": \"1013679848\",\n        \"nombre\": \"Richard Andres Torres Lopez\",\n        \"valoradebitar\": \"454315\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 743,\n        \"identificacion\": \"57460610\",\n        \"nombre\": \"Maria luisa estrada jimenez\",\n        \"valoradebitar\": \"419933\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 755,\n        \"identificacion\": \"1022331688\",\n        \"nombre\": \"Sandra Yolanda Bohorquez Gomez\",\n        \"valoradebitar\": \"385176\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 771,\n        \"identificacion\": \"1078828116\",\n        \"nombre\": \"Carlos Fernando Sanchez Suarez\",\n        \"valoradebitar\": \"388555\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 776,\n        \"identificacion\": \"7713842\",\n        \"nombre\": \"Mauricio Pena Pastrana\",\n        \"valoradebitar\": \"354549\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 700,\n        \"identificacion\": \"38554276\",\n        \"nombre\": \"Yudy Liliana Ramirez\",\n        \"valoradebitar\": \"484885\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 720,\n        \"identificacion\": \"1043145881\",\n        \"nombre\": \"Hector Leonel Olarte Gutierrez\",\n        \"valoradebitar\": \"473923\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 768,\n        \"identificacion\": \"63529492\",\n        \"nombre\": \"carolina serrano Cabeza\",\n        \"valoradebitar\": \"353797\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 764,\n        \"identificacion\": \"26260473\",\n        \"nombre\": \"Ingrid renteris\",\n        \"valoradebitar\": \"420685\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 394,\n        \"identificacion\": \"1000732580\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"100\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 368,\n        \"identificacion\": \"1020763085\",\n        \"nombre\": \"Juan Pablo Garcia Freyi\",\n        \"valoradebitar\": \"1000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 575,\n        \"identificacion\": \"1022976186\",\n        \"nombre\": \"Diego Alejandro Huertas Bohorquez\",\n        \"valoradebitar\": \"558648\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 353,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 395,\n        \"identificacion\": \"2313212\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": null,\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 334,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 524,\n        \"identificacion\": \"14679107\",\n        \"nombre\": \"Jhonatan Noguera Castillo\",\n        \"valoradebitar\": \"548424\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 592,\n        \"identificacion\": \"52294666\",\n        \"nombre\": \"Tatiana Hernandez Vidales\",\n        \"valoradebitar\": \"534035\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 763,\n        \"identificacion\": \"18420184\",\n        \"nombre\": \"Hernan Giraldo Henao\",\n        \"valoradebitar\": \"419056\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 609,\n        \"identificacion\": \"24870064\",\n        \"nombre\": \"Luz Estella Calderon Ospina\",\n        \"valoradebitar\": \"513989\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 737,\n        \"identificacion\": \"1059697366\",\n        \"nombre\": \"Luisa Maria Rendon Trejos\",\n        \"valoradebitar\": \"473245\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 611,\n        \"identificacion\": \"1144104831\",\n        \"nombre\": \"Dana Stefania Diaz Quintero\",\n        \"valoradebitar\": \"523248\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 549,\n        \"identificacion\": \"40048942\",\n        \"nombre\": \"Sandra Catalina Arias Vargas\",\n        \"valoradebitar\": \"543669\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 661,\n        \"identificacion\": \"56097358\",\n        \"nombre\": \"Maite Carola Baleta Orozco\",\n        \"valoradebitar\": \"499651\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 752,\n        \"identificacion\": \"73158242\",\n        \"nombre\": \"Jose Rafael Molina Ramirez\",\n        \"valoradebitar\": \"473797\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 774,\n        \"identificacion\": \"1094967638\",\n        \"nombre\": \"Juan David Cardona Alzate\",\n        \"valoradebitar\": \"385552\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 775,\n        \"identificacion\": \"1000853946\",\n        \"nombre\": \"Lizeth Jasbleidy Tequia Giraldo\",\n        \"valoradebitar\": \"385552\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 536,\n        \"identificacion\": \"1013665657\",\n        \"nombre\": \"Hernan Guzman Gil\",\n        \"valoradebitar\": \"547672\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 647,\n        \"identificacion\": \"1064997994\",\n        \"nombre\": \"Naurys Esther Mestra Florez\",\n        \"valoradebitar\": \"512987\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 707,\n        \"identificacion\": \"74379968\",\n        \"nombre\": \"FABIO Fernando Ortiz ESTUPINAN\",\n        \"valoradebitar\": \"484259\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 714,\n        \"identificacion\": \"1014257685\",\n        \"nombre\": \"Laura Andrea Llanos Blanco\",\n        \"valoradebitar\": \"488136\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 742,\n        \"identificacion\": \"1014222582\",\n        \"nombre\": \"Johan Stiven Garcia Hidalgo\",\n        \"valoradebitar\": \"474800\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 726,\n        \"identificacion\": \"1076661018\",\n        \"nombre\": \"Jorge Andres Guzman Alarcon\",\n        \"valoradebitar\": \"474173\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 693,\n        \"identificacion\": \"1004869851\",\n        \"nombre\": \"Juan Pablo Obando Sanchez\",\n        \"valoradebitar\": \"493141\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 748,\n        \"identificacion\": \"1012371851\",\n        \"nombre\": \"Yinna Paola Rojas Moreno\",\n        \"valoradebitar\": \"419933\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 762,\n        \"identificacion\": \"1020402232\",\n        \"nombre\": \"Edward Stiven Bedoya Toro\",\n        \"valoradebitar\": \"354675\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 375,\n        \"identificacion\": \"1000732580\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"100\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 750,\n        \"identificacion\": \"1065590397\",\n        \"nombre\": \"jose eulises molina\",\n        \"valoradebitar\": \"385427\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 615,\n        \"identificacion\": \"1235256191\",\n        \"nombre\": \"JAMMES WILLIAN MEJIA GALINDO\",\n        \"valoradebitar\": \"514365\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 354,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 335,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Aceptado\"\n    },\n    {\n        \"id\": 396,\n        \"identificacion\": \"2313212\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": null,\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 658,\n        \"identificacion\": \"52813887\",\n        \"nombre\": \"Carmen Sofia Calderon Trespalacios\",\n        \"valoradebitar\": \"508232\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 671,\n        \"identificacion\": \"8643371\",\n        \"nombre\": \"Jose Carlos Patino Morales\",\n        \"valoradebitar\": \"498773\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 703,\n        \"identificacion\": \"16079915\",\n        \"nombre\": \"Harold Felipe Gaitan Marin\",\n        \"valoradebitar\": \"488261\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 725,\n        \"identificacion\": \"52521035\",\n        \"nombre\": \"Ana Marcela marcela Palacios espinosa\",\n        \"valoradebitar\": \"484259\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 540,\n        \"identificacion\": \"11365664\",\n        \"nombre\": \"Juan Diego Rocha Gonzalez\",\n        \"valoradebitar\": \"548424\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 692,\n        \"identificacion\": \"1020416619\",\n        \"nombre\": \"Willian Andres Jaramillo Osorio\",\n        \"valoradebitar\": \"488136\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 723,\n        \"identificacion\": \"1111453057\",\n        \"nombre\": \"Johanna Isabel Alvarez Valencia\",\n        \"valoradebitar\": \"488261\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 731,\n        \"identificacion\": \"1004842256\",\n        \"nombre\": \"Wendy Maria Leon Vera\",\n        \"valoradebitar\": \"473872\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 686,\n        \"identificacion\": \"1098617053\",\n        \"nombre\": \"Sonia Beatriz Garnica Pineda\",\n        \"valoradebitar\": \"493893\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 660,\n        \"identificacion\": \"1061720230\",\n        \"nombre\": \"Fausto Ricardo Nene Hurtado\",\n        \"valoradebitar\": \"502776\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 758,\n        \"identificacion\": \"1056592428\",\n        \"nombre\": \"Nolberto Cardenas Acosta\",\n        \"valoradebitar\": \"355176\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 770,\n        \"identificacion\": \"1042999992\",\n        \"nombre\": \"EDILBERTO JOSE GARCIA VIZCAINO\",\n        \"valoradebitar\": \"388304\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 376,\n        \"identificacion\": \"1000732580\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"100\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 369,\n        \"identificacion\": \"1020729286\",\n        \"nombre\": \"Giovanni Vellojin\",\n        \"valoradebitar\": \"1000\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 744,\n        \"identificacion\": \"75096775\",\n        \"nombre\": \"Alexander Cocuy Naranjo\",\n        \"valoradebitar\": \"450936\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 355,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 397,\n        \"identificacion\": \"2313212\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"1700\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 336,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 722,\n        \"identificacion\": \"52979447\",\n        \"nombre\": \"Angela Bibiana Plazas Torres\",\n        \"valoradebitar\": \"474925\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 534,\n        \"identificacion\": \"1048286380\",\n        \"nombre\": \"Jorge Luis De la hoz Yanes\",\n        \"valoradebitar\": \"549301\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 614,\n        \"identificacion\": \"1064306198\",\n        \"nombre\": \"Julia Rosa Salgado Regino\",\n        \"valoradebitar\": \"523123\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 749,\n        \"identificacion\": \"1098680496\",\n        \"nombre\": \"Yenny Paola Cala Ardila\",\n        \"valoradebitar\": \"474549\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 588,\n        \"identificacion\": \"1115066577\",\n        \"nombre\": \"Carlos Mario Morales Morales\",\n        \"valoradebitar\": \"534035\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 664,\n        \"identificacion\": \"1088309004\",\n        \"nombre\": \"Diana Carolina Bedoya Zamora\",\n        \"valoradebitar\": \"502901\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 659,\n        \"identificacion\": \"1014251013\",\n        \"nombre\": \"James Baptista\",\n        \"valoradebitar\": \"503853\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 706,\n        \"identificacion\": \"1002277427\",\n        \"nombre\": \"Miglenice Garizao Consuegra\",\n        \"valoradebitar\": \"485011\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 564,\n        \"identificacion\": \"96192240\",\n        \"nombre\": \"Alexander Mendoza Mendoza\",\n        \"valoradebitar\": \"543669\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 673,\n        \"identificacion\": \"1018415635\",\n        \"nombre\": \"Andrea Tatiana Hernandez Rojas\",\n        \"valoradebitar\": \"474549\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 761,\n        \"identificacion\": \"33378529\",\n        \"nombre\": \"Esperanza Camelo Gomez\",\n        \"valoradebitar\": \"385552\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 732,\n        \"identificacion\": \"79729227\",\n        \"nombre\": \"Javier Andres Quintero Sierra\",\n        \"valoradebitar\": \"478427\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 683,\n        \"identificacion\": \"1106889877\",\n        \"nombre\": \"Lizeth Paola Montes Montiel\",\n        \"valoradebitar\": \"474048\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 377,\n        \"identificacion\": \"1000732580\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"100\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 370,\n        \"identificacion\": \"1020729286\",\n        \"nombre\": \"Giovanni Vellojin\",\n        \"valoradebitar\": \"1000\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 337,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 356,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 573,\n        \"identificacion\": \"1047402781\",\n        \"nombre\": \"Christopher Hanson Velasquez Hiregui\",\n        \"valoradebitar\": \"528579\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 759,\n        \"identificacion\": \"1127938188\",\n        \"nombre\": \"Angelica Geraldin Angarita Gil\",\n        \"valoradebitar\": \"468365\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 772,\n        \"identificacion\": \"1022344459\",\n        \"nombre\": \"Wilmer Alejandro Rincon Vasquez\",\n        \"valoradebitar\": \"387803\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 371,\n        \"identificacion\": \"1020729286\",\n        \"nombre\": \"Giovanni Vellojin\",\n        \"valoradebitar\": \"1000\",\n        \"estado\": \"Aplicado\"\n    },\n    {\n        \"id\": 398,\n        \"identificacion\": \"2313212\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"1700\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 612,\n        \"identificacion\": \"1098645138\",\n        \"nombre\": \"Hector Julio Alvarez Meza\",\n        \"valoradebitar\": \"518795\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 716,\n        \"identificacion\": \"1001316226\",\n        \"nombre\": \"ANGELO estiben Jimenez Vargas\",\n        \"valoradebitar\": \"454315\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 567,\n        \"identificacion\": \"18002539\",\n        \"nombre\": \"Edgar Alberto Pinilla Alvarez\",\n        \"valoradebitar\": \"538789\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 739,\n        \"identificacion\": \"1015462938\",\n        \"nombre\": \"Natali Milena Quintero Rozo\",\n        \"valoradebitar\": \"468992\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 717,\n        \"identificacion\": \"1193448994\",\n        \"nombre\": \"Sharon Gisell Gutierrez Martinez\",\n        \"valoradebitar\": \"478677\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 746,\n        \"identificacion\": \"1003688985\",\n        \"nombre\": \"Luis Eduardo Soler Romero\",\n        \"valoradebitar\": \"450936\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 378,\n        \"identificacion\": \"1000732580\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"100\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 372,\n        \"identificacion\": \"1020729286\",\n        \"nombre\": \"Giovanni Vellojin\",\n        \"valoradebitar\": \"1000\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 338,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 727,\n        \"identificacion\": \"1007647767\",\n        \"nombre\": \"Andres David Guerrero Salamanca\",\n        \"valoradebitar\": \"353547\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 606,\n        \"identificacion\": \"1022971596\",\n        \"nombre\": \"Deiby Orlando Monroy Jimenez\",\n        \"valoradebitar\": \"498773\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 373,\n        \"identificacion\": \"9014504800\",\n        \"nombre\": \"Inversiones Acasa\",\n        \"valoradebitar\": \"500\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 379,\n        \"identificacion\": \"1000732580\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": null,\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 399,\n        \"identificacion\": \"1000732580\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"1700\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 724,\n        \"identificacion\": \"33378827\",\n        \"nombre\": \"Johanna Smith Sogamoso Cristancho\",\n        \"valoradebitar\": \"474048\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 745,\n        \"identificacion\": \"1112624795\",\n        \"nombre\": \"Maria Consuelo Navarrete Donoso\",\n        \"valoradebitar\": \"388680\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 766,\n        \"identificacion\": \"1102865477\",\n        \"nombre\": \"edgar oliva sequeda\",\n        \"valoradebitar\": \"450936\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 778,\n        \"identificacion\": \"1013641333\",\n        \"nombre\": \"Jessika Alejandra Ramirez Torres\",\n        \"valoradebitar\": \"375791\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 765,\n        \"identificacion\": \"1000002194\",\n        \"nombre\": \"Solanyi Daniela Pesca Pineros\",\n        \"valoradebitar\": \"385051\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 282,\n        \"identificacion\": \"1000856992\",\n        \"nombre\": \"JAMES PHILIP TELLEZ TALERO\",\n        \"valoradebitar\": null,\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 400,\n        \"identificacion\": \"123\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"1700\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 339,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 756,\n        \"identificacion\": \"32791299\",\n        \"nombre\": \"GERTHY LUCIA BARRERA GONZALEZ\",\n        \"valoradebitar\": \"387803\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 696,\n        \"identificacion\": \"72278708\",\n        \"nombre\": \"Eric Salomon Gutierrez Rangel\",\n        \"valoradebitar\": \"484259\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 754,\n        \"identificacion\": \"43489305\",\n        \"nombre\": \"Mary Luz Rueda Sanmartin\",\n        \"valoradebitar\": \"454189\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 622,\n        \"identificacion\": \"1024557352\",\n        \"nombre\": \"Lised Geraldin Rodriguez Rojas\",\n        \"valoradebitar\": \"514491\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 666,\n        \"identificacion\": \"1031127917\",\n        \"nombre\": \"Eliana Yiceth Cuellar Tovar\",\n        \"valoradebitar\": \"499651\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 773,\n        \"identificacion\": \"1032509807\",\n        \"nombre\": \"Ismael Alfonso Cabrera Marquez\",\n        \"valoradebitar\": \"354675\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 691,\n        \"identificacion\": \"39279792\",\n        \"nombre\": \"Diana Patricia Giraldo Flores\",\n        \"valoradebitar\": \"498773\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 760,\n        \"identificacion\": \"19691600\",\n        \"nombre\": \"Hector Manuel Guillen Arango\",\n        \"valoradebitar\": \"387803\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 769,\n        \"identificacion\": \"1192793062\",\n        \"nombre\": \"Nicolas Estiben Avila Gonzalez\",\n        \"valoradebitar\": \"469243\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 730,\n        \"identificacion\": \"1094918584\",\n        \"nombre\": \"Katherine Solano Londono\",\n        \"valoradebitar\": \"474925\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 682,\n        \"identificacion\": \"1225092791\",\n        \"nombre\": \"Madelein Umana Arroyave\",\n        \"valoradebitar\": \"494771\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 701,\n        \"identificacion\": \"1085253062\",\n        \"nombre\": \"Liliana Mayer Botina Criollo\",\n        \"valoradebitar\": \"493893\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 751,\n        \"identificacion\": \"73227250\",\n        \"nombre\": \"Manuel Tapia Barreto\",\n        \"valoradebitar\": \"419307\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 643,\n        \"identificacion\": \"1110445888\",\n        \"nombre\": \"Liliana Andrea Cruz Lozano\",\n        \"valoradebitar\": \"512987\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 777,\n        \"identificacion\": \"37581125\",\n        \"nombre\": \"Luz Fabiola Lopez Suarez\",\n        \"valoradebitar\": \"353421\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 753,\n        \"identificacion\": \"3192755\",\n        \"nombre\": \"Victor Raul Santana Peraza\",\n        \"valoradebitar\": \"451312\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 734,\n        \"identificacion\": \"1015395466\",\n        \"nombre\": \"Leyver Karina Novoa\",\n        \"valoradebitar\": \"470120\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 735,\n        \"identificacion\": \"12634013\",\n        \"nombre\": \"Jorge Luis Ballesteros Villalobos\",\n        \"valoradebitar\": \"469368\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 767,\n        \"identificacion\": \"80248505\",\n        \"nombre\": \"Cristian Ricardo Cruz Parrado\",\n        \"valoradebitar\": \"353547\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 380,\n        \"identificacion\": \"1000732580\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"100\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 323,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 340,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 473,\n        \"identificacion\": \"92537178\",\n        \"nombre\": \"Andres Mauricio Toro Arredondo\",\n        \"valoradebitar\": \"572899\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 537,\n        \"identificacion\": \"10768698\",\n        \"nombre\": \"Wilmer Gomez Fernandez\",\n        \"valoradebitar\": \"553880\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 449,\n        \"identificacion\": \"1053842520\",\n        \"nombre\": \"LUIS DAVID FRANCO SALGADO\",\n        \"valoradebitar\": \"597424\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 513,\n        \"identificacion\": \"1038813413\",\n        \"nombre\": \"Carlos Andres Doria Guzman\",\n        \"valoradebitar\": \"559387\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 401,\n        \"identificacion\": \"79722143\",\n        \"nombre\": \"Jimmy Cristobal Alfonso Zamora\",\n        \"valoradebitar\": \"612264\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 562,\n        \"identificacion\": \"11321931\",\n        \"nombre\": \"Juan Pablo Hoyos Quimbayo\",\n        \"valoradebitar\": \"543920\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 419,\n        \"identificacion\": \"86012148\",\n        \"nombre\": \"Jose Disney Montealegre Figueroa\",\n        \"valoradebitar\": \"608261\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 416,\n        \"identificacion\": \"14607311\",\n        \"nombre\": \"Alexander Mejia Castro\",\n        \"valoradebitar\": \"613267\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 465,\n        \"identificacion\": \"1083886419\",\n        \"nombre\": \"Ruben Dario Bolanos Murcia\",\n        \"valoradebitar\": \"578605\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 503,\n        \"identificacion\": \"1070016609\",\n        \"nombre\": \"Nicolas Jimenez Amezquita\",\n        \"valoradebitar\": \"556408\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 552,\n        \"identificacion\": \"1002320305\",\n        \"nombre\": \"Jose Daniel marimon Palencia\",\n        \"valoradebitar\": \"486760\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 601,\n        \"identificacion\": \"39578615\",\n        \"nombre\": \"Martha Edith Castellanos Lugo\",\n        \"valoradebitar\": \"509485\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 630,\n        \"identificacion\": \"1127218053\",\n        \"nombre\": \"German David Moreno Breindembach\",\n        \"valoradebitar\": \"513739\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 621,\n        \"identificacion\": \"70324215\",\n        \"nombre\": \"Juan Carlos Carmona Castrillón\",\n        \"valoradebitar\": \"517867\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 470,\n        \"identificacion\": \"1098767162\",\n        \"nombre\": \"Julieth Karina Siza Martinez\",\n        \"valoradebitar\": \"578605\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 427,\n        \"identificacion\": \"94312352\",\n        \"nombre\": \"Eduar De Jesus Gil Zapata\",\n        \"valoradebitar\": \"608011\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 487,\n        \"identificacion\": \"9867417\",\n        \"nombre\": \"Alver Leandro Carmona Valencia\",\n        \"valoradebitar\": \"568144\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 477,\n        \"identificacion\": \"79662263\",\n        \"nombre\": \"Jimmy Alexander Garzon Acuna\",\n        \"valoradebitar\": \"574477\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 580,\n        \"identificacion\": \"1065607395\",\n        \"nombre\": \"Rhonal David Aroca Calvo\",\n        \"valoradebitar\": \"499400\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 437,\n        \"identificacion\": \"80539630\",\n        \"nombre\": \"Daniel Octavio Navarro Contreras\",\n        \"valoradebitar\": \"597675\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 459,\n        \"identificacion\": \"28152949\",\n        \"nombre\": \"Erika Maryury Lopez Pesrozo\",\n        \"valoradebitar\": \"588741\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 381,\n        \"identificacion\": \"1000732580\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"100\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 283,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": null,\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 341,\n        \"identificacion\": \"102444666\",\n        \"nombre\": \"Pepito Perez\",\n        \"valoradebitar\": \"3000\",\n        \"estado\": \"Creada\"\n    },\n    {\n        \"id\": 454,\n        \"identificacion\": \"42798859\",\n        \"nombre\": \"Lina Maria Carballo Duque\",\n        \"valoradebitar\": \"601677\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 529,\n        \"identificacion\": \"1082999498\",\n        \"nombre\": \"Rossana Paola Guzman Julio\",\n        \"valoradebitar\": \"544547\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 402,\n        \"identificacion\": \"1075307489\",\n        \"nombre\": \"Diego Fernando Lombana Narvaez\",\n        \"valoradebitar\": \"608637\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 469,\n        \"identificacion\": \"79138212\",\n        \"nombre\": \"Jose Luis Acevedo Borda\",\n        \"valoradebitar\": \"583235\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 492,\n        \"identificacion\": \"1098793186\",\n        \"nombre\": \"Yhan Kharlo Alvarez Quiroga\",\n        \"valoradebitar\": \"568896\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 446,\n        \"identificacion\": \"10092068\",\n        \"nombre\": \"Carlos Alberto Bautista\",\n        \"valoradebitar\": \"607008\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 521,\n        \"identificacion\": \"72182970\",\n        \"nombre\": \"Johnny Ruiz Villalobos\",\n        \"valoradebitar\": \"554381\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 547,\n        \"identificacion\": \"35418303\",\n        \"nombre\": \"Flor Mireya Cubides Catellanos\",\n        \"valoradebitar\": \"541493\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 570,\n        \"identificacion\": \"6102471\",\n        \"nombre\": \"Alvin Gutierrez Andrade\",\n        \"valoradebitar\": \"524701\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 602,\n        \"identificacion\": \"1112758959\",\n        \"nombre\": \"Alexander Valencia Gil\",\n        \"valoradebitar\": \"529080\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 445,\n        \"identificacion\": \"1069751394\",\n        \"nombre\": \"Erik Sebastian Cubillos Galeano\",\n        \"valoradebitar\": \"597173\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 557,\n        \"identificacion\": \"1010112185\",\n        \"nombre\": \"Dilan Alejandro Cuervo Guzman\",\n        \"valoradebitar\": \"544547\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 590,\n        \"identificacion\": \"94415520\",\n        \"nombre\": \"Wilson Azcarate Rivas\",\n        \"valoradebitar\": \"513112\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 436,\n        \"identificacion\": \"1022430372\",\n        \"nombre\": \"Andrés Camilo Bernal Barreto\",\n        \"valoradebitar\": \"607509\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 518,\n        \"identificacion\": \"46456235\",\n        \"nombre\": \"Gloria Marcela Puerto Rodriguez\",\n        \"valoradebitar\": \"553504\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 539,\n        \"identificacion\": \"1026588041\",\n        \"nombre\": \"Luz Melida Pena Rodriguez\",\n        \"valoradebitar\": \"547797\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 491,\n        \"identificacion\": \"1039475263\",\n        \"nombre\": \"Maria Camila Mosquera Sepulveda\",\n        \"valoradebitar\": \"587237\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 472,\n        \"identificacion\": \"98540847\",\n        \"nombre\": \"Nelson Olier David Quiroz\",\n        \"valoradebitar\": \"572648\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 482,\n        \"identificacion\": \"1000270192\",\n        \"nombre\": \"Daniel Alejandro Salazar Csntillo\",\n        \"valoradebitar\": \"566891\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 453,\n        \"identificacion\": \"79790270\",\n        \"nombre\": \"German Dario Romero Quintero\",\n        \"valoradebitar\": \"597424\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 512,\n        \"identificacion\": \"1085226922\",\n        \"nombre\": \"Richard Stivens Diaz Carrascal\",\n        \"valoradebitar\": \"558384\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 426,\n        \"identificacion\": \"1001113507\",\n        \"nombre\": \"DANIEL MATEO UMBARILA HERNANDEZ\",\n        \"valoradebitar\": \"608261\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 505,\n        \"identificacion\": \"80720360\",\n        \"nombre\": \"Nelson Fabian Fernandez Buitrago\",\n        \"valoradebitar\": \"562888\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 541,\n        \"identificacion\": \"64741680\",\n        \"nombre\": \"Elica Maria Medina Barreto\",\n        \"valoradebitar\": \"548299\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 578,\n        \"identificacion\": \"4512873\",\n        \"nombre\": \"Jorge Albeiro Jaramillo Bedoya\",\n        \"valoradebitar\": \"534285\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 579,\n        \"identificacion\": \"3262595\",\n        \"nombre\": \"Ariel Dario Suarez Paez\",\n        \"valoradebitar\": \"538789\",\n        \"estado\": \"Rechazado\"\n    },\n    {\n        \"id\": 382,\n        \"identificacion\": \"1000732580\",\n        \"nombre\": \"Cristian Arias\",\n        \"valoradebitar\": \"100\",\n        \"estado\": \"Rechazado\"\n    }\n]"},{"id":"a7d981c1-f0d9-4d6c-9269-e8edd3841a41","name":"Error de estructura","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/debitos/GetByIdMerchant","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["api","debitos","GetByIdMerchant"],"query":[{"key":"idMerchant","value":"1","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 19:53:38 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"95"},{"key":"ETag","value":"W/\"5f-4mLEsY8JqjI67U7bZ2VEgMnZBrA\""},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"El parametro idMerchant debe ser un numero\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"5ba87ed9-2b3d-4a8c-b618-0adf5626c5ac","name":"GetByIdMerchant","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/debitos/GetByIdMerchant?idMerchant=1213123","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["api","debitos","GetByIdMerchant"],"query":[{"key":"idMerchant","value":"1213123"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 19:54:01 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"ETag","value":"W/\"8e-G2UIMiE2gTk4H84Sh4RlQnfZQ4o\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"message\": \"ValidadorDeHerenciasBusiness: El api_key o el id suministrado no existe o no es correcto.\",\n    \"item\": null,\n    \"errors\": null\n}"}],"_postman_id":"68f22d22-2d05-407e-83ae-cb36cbfb1eaf"}],"id":"c6fe253d-f65c-4ab1-ae71-c2715ed544c6","_postman_id":"c6fe253d-f65c-4ab1-ae71-c2715ed544c6","description":""},{"name":"Esenciales","item":[{"name":"ObtenerTiposIdentificacion","id":"900b72c4-1982-40ff-b724-1ccb3c613671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ObtenerTiposIdentificacion","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","ObtenerTiposIdentificacion"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[{"id":"068dfd4b-6582-4ad5-ad36-ec9a433e95a2","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ObtenerTiposIdentificacion"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1565"},{"key":"ETag","value":"W/\"61d-8Yq/XcsaO4H7m4VdKfpbijlZpMk\""},{"key":"Date","value":"Fri, 26 Sep 2025 16:59:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"nombre\": \"Pasaporte\",\n        \"code\": \"PP\",\n        \"createdat\": \"2021-09-26T23:56:21.936Z\",\n        \"updatedat\": null,\n        \"iddavivienda\": \"05\",\n        \"status\": true\n    },\n    {\n        \"id\": 2,\n        \"nombre\": \"Driver License\",\n        \"code\": \"DL\",\n        \"createdat\": \"2021-09-26T23:56:35.353Z\",\n        \"updatedat\": null,\n        \"iddavivienda\": null,\n        \"status\": true\n    }\n]"},{"id":"cc335371-f0f6-4830-b352-78b8d811942b","name":"Sin apikey","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ObtenerTiposIdentificacion"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-hz3SoMJugCuWure+7KAF1iLjY8s\""},{"key":"Date","value":"Fri, 26 Sep 2025 17:00:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"El api_key enviando no existe.\"\n}"}],"_postman_id":"900b72c4-1982-40ff-b724-1ccb3c613671"},{"name":"GetAllCurrencies","id":"777e553e-0184-46f7-bdc6-781e5b0fc4f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/GetAllCurrencies","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","GetAllCurrencies"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[{"id":"470f07f5-eabc-42d1-b83e-b059abbbd6ff","name":"Sin apikey","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/GetAllCurrencies"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"ETag","value":"W/\"2c-hz3SoMJugCuWure+7KAF1iLjY8s\""},{"key":"Date","value":"Fri, 26 Sep 2025 17:03:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"El api_key enviando no existe.\"\n}"},{"id":"5befe61c-949b-48d4-91af-34f069b556a7","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/GetAllCurrencies"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1357"},{"key":"ETag","value":"W/\"54d-IHEMEY3MzYBflG4a2TM46tUCjvE\""},{"key":"Date","value":"Fri, 26 Sep 2025 17:04:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Peso Colombiano\",\n        \"code\": \"COP\",\n        \"symbol\": \"$\",\n        \"createdat\": \"2021-09-27T02:05:13.945Z\",\n        \"updatedat\": null\n    },\n    {\n        \"id\": 34,\n        \"name\": \"Real Brasileño\",\n        \"code\": \"BRL\",\n        \"symbol\": \"R$\",\n        \"createdat\": \"2022-10-25T20:05:13.945Z\",\n        \"updatedat\": null\n    }\n]"}],"_postman_id":"777e553e-0184-46f7-bdc6-781e5b0fc4f6"},{"name":"CrearPersona","id":"4dc0735f-faca-47c1-8ca0-cab37eef3011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // firstname: Primer nombre del usuario (String)\r\n    \"firstname\": \"NAME\",\r\n    // lastname: Apellido del usuario (String)\r\n    \"lastname\": \"LASTNAME\",\r\n    // ididentificationtype: Tipo de identificación (String, e.g., \"4\" para Cédula de Ciudadanía)\r\n    \"ididentificationtype\": \"1\",\r\n    // identification: Número de identificación del usuario (String)\r\n    \"identification\": \"1321651\",\r\n    // email: Correo electrónico del usuario (String)\r\n    \"email\": \"si@si.com\",\r\n    // phone: Número de teléfono del usuario (String)\r\n    \"phone\": \"1232131231\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearPersona","description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>The <strong>CrearPersona</strong> endpoint is designed to create a new person record in the system. This is achieved by sending a POST request with the necessary personal details in the request body.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body should contain the following parameters in JSON format:</p>\n<ul>\n<li><p><strong>firstname</strong> (string): The first name of the person.</p>\n</li>\n<li><p><strong>lastname</strong> (string): The last name of the person.</p>\n</li>\n<li><p><strong>ididentificationtype</strong> (string): The type of identification number (e.g., passport, ID card).</p>\n</li>\n<li><p><strong>identification</strong> (string): The identification number of the person.</p>\n</li>\n<li><p><strong>email</strong> (string): The email address of the person.</p>\n</li>\n<li><p><strong>phone</strong> (string): The phone number of the person.</p>\n</li>\n</ul>\n<h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"firstname\": \"NAME\",\n  \"lastname\": \"LASTNAME\",\n  \"ididentificationtype\": \"NUMBER\",\n  \"identification\": \"TEXT\",\n  \"email\": \"si@si.com\",\n  \"phone\": \"1232131231231\"\n}\n\n</code></pre>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>Upon a successful request, the API will return a JSON response with a status code of <strong>200</strong>. The response will include the following fields:</p>\n<ul>\n<li><p><strong>id</strong> (string): The unique identifier for the newly created person.</p>\n</li>\n<li><p><strong>firstname</strong> (string): The first name of the person.</p>\n</li>\n<li><p><strong>lastname</strong> (string): The last name of the person.</p>\n</li>\n<li><p><strong>identification</strong> (string): The identification number of the person.</p>\n</li>\n<li><p><strong>email</strong> (string): The email address of the person.</p>\n</li>\n<li><p><strong>phone</strong> (string): The phone number of the person.</p>\n</li>\n<li><p><strong>coutrycode</strong> (null): Country code, which may not be applicable.</p>\n</li>\n<li><p><strong>ididentificationtype</strong> (object): An object containing details about the identification type, including:</p>\n<ul>\n<li><p><strong>id</strong> (int): The unique identifier for the identification type.</p>\n</li>\n<li><p><strong>nombre</strong> (string): The name of the identification type.</p>\n</li>\n<li><p><strong>code</strong> (string): The code associated with the identification type.</p>\n</li>\n<li><p><strong>createdat</strong> (string): The date the identification type was created.</p>\n</li>\n<li><p><strong>updatedat</strong> (null): The date the identification type was last updated.</p>\n</li>\n<li><p><strong>iddavivienda</strong> (string): Related identifier, if applicable.</p>\n</li>\n<li><p><strong>status</strong> (boolean): The status of the identification type.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"\",\n  \"firstname\": \"\",\n  \"lastname\": \"\",\n  \"identification\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"coutrycode\": null,\n  \"ididentificationtype\": {\n    \"id\": 0,\n    \"nombre\": \"\",\n    \"code\": \"\",\n    \"createdat\": \"\",\n    \"updatedat\": null,\n    \"iddavivienda\": \"\",\n    \"status\": true\n  }\n}\n\n</code></pre>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that all required fields are provided in the request to avoid validation errors.</p>\n</li>\n<li><p>The response will contain the details of the created person, which can be used for further processing or verification.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","CrearPersona"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[{"id":"d2658645-4cdc-4aa4-967f-836f32173b76","name":"Body con datos faltantes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // firstname: Primer nombre del usuario (String)\r\n    \"firstname\": \"\",\r\n    // lastname: Apellido del usuario (String)\r\n    \"lastname\": \"\",\r\n    // ididentificationtype: Tipo de identificación (String, e.g., \"4\" para Cédula de Ciudadanía)\r\n    \"ididentificationtype\": \"\",\r\n    // identification: Número de identificación del usuario (String)\r\n    \"identification\": \"1023812381239\",\r\n    // email: Correo electrónico del usuario (String)\r\n    \"email\": \"si@si.com\",\r\n    // phone: Número de teléfono del usuario (String)\r\n    \"phone\": \"1232131231231\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearPersona"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"565"},{"key":"ETag","value":"W/\"235-nusrtnlDzD4U0t3ajfqgVHMGc9M\""},{"key":"Date","value":"Fri, 26 Sep 2025 20:26:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Campos Incompletos\",\n    \"item\": null,\n    \"errors\": [\n        {\n            \"item\": \"firstname\",\n            \"previusValue\": \"\",\n            \"message\": \"El campo firstname debe tener al menos 3 caracteres., El campo firstname es obligatorio y no puede estar vacío.\"\n        },\n        {\n            \"item\": \"lastname\",\n            \"previusValue\": \"\",\n            \"message\": \"El campo lastname debe tener al menos 3 caracteres., El campo lastname es obligatorio y no puede estar vacío.\"\n        },\n        {\n            \"item\": \"ididentificationtype\",\n            \"previusValue\": \"\",\n            \"message\": \"El campo ididentificationtype debe tener al menos 1 carácter., El campo ididentificationtype es obligatorio.\"\n        }\n    ]\n}"},{"id":"a8504dcd-68e3-4bdf-ab0f-b019b81d6b6c","name":"Identification type inexistente","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // firstname: Primer nombre del usuario (String)\r\n    \"firstname\": \"Eric\",\r\n    // lastname: Apellido del usuario (String)\r\n    \"lastname\": \"Fabricio\",\r\n    // ididentificationtype: Tipo de identificación (String, e.g., \"4\" para Cédula de Ciudadanía)\r\n    \"ididentificationtype\": \"123213214\",\r\n    // identification: Número de identificación del usuario (String)\r\n    \"identification\": \"1023812381239\",\r\n    // email: Correo electrónico del usuario (String)\r\n    \"email\": \"si@si.com\",\r\n    // phone: Número de teléfono del usuario (String)\r\n    \"phone\": \"1232131231231\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearPersona"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"96"},{"key":"ETag","value":"W/\"60-/kT8r6nmzT5lCLH9rRoZ0r+esSI\""},{"key":"Date","value":"Fri, 26 Sep 2025 20:26:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Error con el tipo de identificacion enviado\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"d249d544-1a3b-4997-af71-466552b8d59a","name":"Identification type no es un numero","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // firstname: Primer nombre del usuario (String)\r\n    \"firstname\": \"Eric\",\r\n    // lastname: Apellido del usuario (String)\r\n    \"lastname\": \"Fabricio\",\r\n    // ididentificationtype: Tipo de identificación (String, e.g., \"4\" para Cédula de Ciudadanía)\r\n    \"ididentificationtype\": \"string\",\r\n    // identification: Número de identificación del usuario (String)\r\n    \"identification\": \"1023812381239\",\r\n    // email: Correo electrónico del usuario (String)\r\n    \"email\": \"si@si.com\",\r\n    // phone: Número de teléfono del usuario (String)\r\n    \"phone\": \"1232131231231\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearPersona"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"141"},{"key":"ETag","value":"W/\"8d-vN+jZDaXD/siONjV+lodwGBDHyI\""},{"key":"Date","value":"Fri, 26 Sep 2025 20:27:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"El campo <ididentificationtype> no es un numero.\",\n    \"item\": \"Se espera un numero, valor enviado: string\",\n    \"errors\": null\n}"},{"id":"bc614b6e-9b87-4be0-9368-954f74caa212","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // firstname: Primer nombre del usuario (String)\r\n    \"firstname\": \"Eric\",\r\n    // lastname: Apellido del usuario (String)\r\n    \"lastname\": \"Fabricio\",\r\n    // ididentificationtype: Tipo de identificación (String, e.g., \"4\" para Cédula de Ciudadanía)\r\n    \"ididentificationtype\": \"1\",\r\n    // identification: Número de identificación del usuario (String)\r\n    \"identification\": \"1023812381239\",\r\n    // email: Correo electrónico del usuario (String)\r\n    \"email\": \"si@si.com\",\r\n    // phone: Número de teléfono del usuario (String)\r\n    \"phone\": \"1232131231231\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearPersona"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"305"},{"key":"ETag","value":"W/\"131-EXvjGKaODE/tG4dDeuw1TD1kJhY\""},{"key":"Date","value":"Fri, 26 Sep 2025 20:28:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"43573\",\n    \"firstname\": \"Eric\",\n    \"lastname\": \"Fabricio\",\n    \"identification\": \"1023812381239\",\n    \"email\": \"si@si.com\",\n    \"phone\": \"1232131231231\",\n    \"coutrycode\": null,\n    \"ididentificationtype\": {\n        \"id\": 1,\n        \"nombre\": \"Pasaporte\",\n        \"code\": \"PP\",\n        \"createdat\": \"2021-09-26T23:56:21.936Z\",\n        \"updatedat\": null,\n        \"iddavivienda\": \"05\",\n        \"status\": true\n    }\n}"}],"_postman_id":"4dc0735f-faca-47c1-8ca0-cab37eef3011"},{"name":"Ejemplo WebHook","id":"054afec7-75dc-4232-8fd6-3e1d814a644a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer TOKEN","description":"<p>TOKEN BASE 64 </p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // id: Identificador único (String)\r\n    \"id\": \"random_id\",\r\n    // amount: Monto de la transacción (Number)\r\n    \"amount\": 0,\r\n    // externalorder: Indicador externo proporcionado por el comercio (String)\r\n    \"externalorder\": \"random_external_order\",\r\n    // ip: Dirección IP del usuario (String)\r\n    \"ip\": \"random_ip\",\r\n    // fullname: Nombre completo del usuario (String)\r\n    \"fullname\": \"random_fullname\",\r\n    // jsonresponse: Respuesta en formato JSON (String vacío)\r\n    \"jsonresponse\": \"\",\r\n    // additionaldata: Datos adicionales (null o Object)\r\n    \"additionaldata\": null,\r\n    // idstatus: Estado de la transacción (Object)\r\n    // id: Identificador del estado (Number)\r\n    // nombre: Nombre del estado (String)\r\n    \"idstatus\": {\r\n        \"id\": 34, // Estado: Exitosa\r\n        \"nombre\": \"Exitosa\"\r\n    },\r\n    // idperson: Información de la persona (Object)\r\n    // id: Identificador de la persona (String)\r\n    // firstname: Primer nombre (String)\r\n    // lastname: Apellido (String)\r\n    // identification: Número de identificación (String)\r\n    // email: Correo electrónico (String)\r\n    // phone: Número de teléfono (String)\r\n    \"idperson\": {\r\n        \"id\": \"random_person_id\",\r\n        \"firstname\": \"random_firstname\",\r\n        \"lastname\": \"random_lastname\",\r\n        \"identification\": \"random_identification\",\r\n        \"email\": \"random_email\",\r\n        \"phone\": \"random_phone\"\r\n    },\r\n    // paymentmethod: Método de pago (Object)\r\n    // id: Identificador del método de pago (Number, e.g., 1 para CARD, 2 para PSE, 4 para CASH)\r\n    // nombre: Nombre del método de pago (String, e.g., \"CARD\")\r\n    // typeCard: Tipo de tarjeta (String, solo si el método de pago es CARD)\r\n    \"paymentmethod\": {\r\n        \"id\": 1, // 1 para CARD, 2 para PSE, 4 para CASH\r\n        \"nombre\": \"CARD\",\r\n        \"typeCard\": \"VISA\" // Solo si el método de pago es CARD\r\n    },\r\n    // idsubscripcion: ID de suscripción (null o String)\r\n    \"idsubscripcion\": null,\r\n    // idmerchant: ID del comerciante (String)\r\n    \"idmerchant\": \"random_merchant_id\",\r\n    // innerexception: Detalles de la excepción interna (null o String)\r\n    \"innerexception\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"","description":"<p>El Webhook de notificaciones es el entorno que permite recibir la información sobre la transacción y su estado. Este es un método de llamado asincrónico de tipo REST que recibe como parámetro de entrada un JSON que contiene el estado de ejecución de la transacción.</p>\n<p>La página de notificación está diseñada para actualizar las bases de datos de tu sistema; por ello, no debe incluir código HTML ya que nunca será visible al comprador. Cuando una transacción finaliza, es decir, cuando es aprobada, rechazada, cancelada o está en espera (efectivo), nuestra plataforma envía las variables mediante el método HTTP POST.</p>\n<p>El estado de la transacción se encuentra en el valor del campo <code>idstatus</code>.</p>\n<p><strong>Los posibles valores de</strong> <strong><code>idstatus</code></strong> <strong>son:</strong></p>\n<ul>\n<li><p><strong>1</strong>: \"Creada\"</p>\n</li>\n<li><p><strong>34</strong>: \"Exitosa\"</p>\n</li>\n<li><p><strong>35</strong>: \"Pendiente\"</p>\n</li>\n<li><p><strong>36</strong>: \"Fallida\"</p>\n</li>\n<li><p><strong>37</strong>: \"Rechazada ClearSale\"</p>\n</li>\n<li><p><strong>38</strong>: \"Cancelada\"</p>\n</li>\n</ul>\n<p><strong>Campos enviados al Webhook:</strong></p>\n<ul>\n<li><p><strong>id</strong>: Identificador interno de la transacción.</p>\n</li>\n<li><p><strong>amount</strong>: Valor de la transacción.</p>\n</li>\n<li><p><strong>externalorder</strong>: Indicador externo proporcionado por el comercio (String). Representa un identificador único generado por el comercio para rastrear la transacción.</p>\n</li>\n<li><p><strong>ip</strong>: IP del usuario pagador.</p>\n</li>\n<li><p><strong>fullname</strong>: Nombres del pagador.</p>\n</li>\n<li><p><strong>additionaldata</strong>: Información adicional.</p>\n</li>\n<li><p><strong>idstatus</strong>: Datos del estado de la transacción.</p>\n<ul>\n<li><p><strong>id</strong>: Identificador del estado.</p>\n</li>\n<li><p><strong>nombre</strong>: Nombre del estado.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>idperson</strong>: Datos del pagador.</p>\n<ul>\n<li><p><strong>id</strong>: Identificador interno de la transacción.</p>\n</li>\n<li><p><strong>firstname</strong>: Nombres.</p>\n</li>\n<li><p><strong>lastname</strong>: Apellidos.</p>\n</li>\n<li><p><strong>identification</strong>: Número de documento.</p>\n</li>\n<li><p><strong>email</strong>: Correo electrónico.</p>\n</li>\n<li><p><strong>phone</strong>: Número de teléfono.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>paymentmethod</strong>: Datos del método de pago.</p>\n<ul>\n<li><p><strong>id</strong>: Identificador del método de pago.</p>\n</li>\n<li><p><strong>nombre</strong>: Nombre del método de pago</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"054afec7-75dc-4232-8fd6-3e1d814a644a"},{"name":"ObtenerServiciosByTerminal","id":"ff4136fc-7845-423e-b592-132542829d09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ObtenerServiciosByTerminal?idterminal=2","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","ObtenerServiciosByTerminal"],"host":["{{HOST}}"],"query":[{"key":"idterminal","value":"2"}],"variable":[]}},"response":[{"id":"cbcd11b6-a660-40e5-8f8b-57fc137e7975","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ObtenerServiciosByTerminal?idterminal=4231412","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","ObtenerServiciosByTerminal"],"query":[{"key":"idterminal","value":"4231412"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"934"},{"key":"ETag","value":"W/\"3a6-klMei3ygrmcmn8pcWOCwG7f0TGQ\""},{"key":"Date","value":"Mon, 29 Sep 2025 15:56:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"nombre\": \"CARD\",\n        \"createdat\": \"2021-09-26T21:50:58.571Z\",\n        \"updatedat\": \"2021-10-25T20:16:55.511Z\",\n        \"estado\": \"Activo\",\n        \"istransactional\": true,\n        \"mensaje\": null\n    },\n    {\n        \"id\": 2,\n        \"nombre\": \"PSE\",\n        \"createdat\": \"2021-09-26T21:51:02.384Z\",\n        \"updatedat\": \"2021-10-25T20:14:48.187Z\",\n        \"estado\": \"Activo\",\n        \"istransactional\": true,\n        \"mensaje\": null\n    }\n]"},{"id":"1fd4112e-2f44-4439-83df-1a4b858ecefc","name":"Formato de error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ObtenerServiciosByTerminal?idterminal=asdsad","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","ObtenerServiciosByTerminal"],"query":[{"key":"idterminal","value":"asdsad"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"134"},{"key":"ETag","value":"W/\"86-j+7X8f2BFGKuCCRt/1jE9MzQJIk\""},{"key":"Date","value":"Mon, 29 Sep 2025 15:59:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400 || 500,\n    \"message\": Mensaje identificativo del error,\n    \"item\": Ubicacion,\n    \"errors\": null\n}"},{"id":"12e38669-bf00-4be2-b5a1-251e85b6a4ea","name":"Query Param invalido o inexistente","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ObtenerServiciosByTerminal?idterminal=STRING","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","ObtenerServiciosByTerminal"],"query":[{"key":"idterminal","value":"STRING"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"186"},{"key":"ETag","value":"W/\"ba-cm2NT7yxIGOGn4+S8P1ll0FY3Kc\""},{"key":"Date","value":"Mon, 29 Sep 2025 16:02:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"El query param <idterminal> no es valido.\\n                Se espera un numero, valor enviado: STRING\",\n    \"item\": \"ClientC-ObtenerServiciosByTerminal\",\n    \"errors\": null\n}"},{"id":"72ce801c-06af-4537-ad9b-2e9ec3bdbb0a","name":"No autorizado","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ObtenerServiciosByTerminal?idterminal=2","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","ObtenerServiciosByTerminal"],"query":[{"key":"idterminal","value":"2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"ETag","value":"W/\"42-RplZsQhsFLdKK2Zh9ndsX/NjulQ\""},{"key":"Date","value":"Mon, 29 Sep 2025 16:06:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 401,\n    \"message\": \"Unauthorized.\",\n    \"item\": null,\n    \"errors\": null\n}"}],"_postman_id":"ff4136fc-7845-423e-b592-132542829d09"}],"id":"a902b8c7-142b-4f0d-bd29-b7ee42f702b2","_postman_id":"a902b8c7-142b-4f0d-bd29-b7ee42f702b2","description":""},{"name":"Merchants","item":[{"name":"Obtener Comercios Hijos By Father Apikey","id":"8a12b321-b1f9-4543-9932-05352020432c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"<% APIKEY %>","description":"<p>APIKEY DEL COMERCIO</p>\n","type":"text"}],"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ObtenerComerciosHijosByFatherApikey","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","ObtenerComerciosHijosByFatherApikey"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[{"id":"839e528f-1056-4bd3-98e7-db3882d15463","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<% APIKEY %>","description":"APIKEY DEL COMERCIO","type":"text"}],"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ObtenerComerciosHijosByFatherApikey"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2761"},{"key":"ETag","value":"W/\"ac9-HohaIswur+1fM8KJxKm9ijGTkfw\""},{"key":"Date","value":"Mon, 29 Sep 2025 19:10:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"apikey\": \"<% APIKEY PADRE%>\",\n    \"merchantsrelations\": [\n        {\n            \"id\": \"54324\",\n            \"idmerchantson\": {\n                \"id\": \"121312328\",\n                \"apikey\": \"<% APIKEY %>\",\n                \"idestadocomercio\": {\n                    \"id\": 34,\n                    \"nombre\": \"PreAprobado\"\n                }\n            }\n        },\n        {\n            \"id\": \"52132133\",\n            \"idmerchantson\": {\n                \"id\": \"1231227\",\n                \"apikey\": \"<% APIKEY %>\",\n                \"idestadocomercio\": {\n                    \"id\": 34,\n                    \"nombre\": \"PreAprobado\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"8a12b321-b1f9-4543-9932-05352020432c"},{"name":"ObtenerLlavesPorComercio","id":"4cb01240-65e7-4322-8842-f05c13f63f8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"APIKEY","description":"<p>APIKEY DEL COMERCIO</p>\n","type":"text"}],"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/Fathers/ObtenerLlavesPorComercio?id=ID","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","Fathers","ObtenerLlavesPorComercio"],"host":["{{HOST}}"],"query":[{"description":{"content":"<p>ID DEL COMERCIO OBJETIVO</p>\n","type":"text/plain"},"key":"id","value":"ID"}],"variable":[]}},"response":[],"_postman_id":"4cb01240-65e7-4322-8842-f05c13f63f8e"}],"id":"df23eae0-c7a3-46b8-a777-c61f920addb7","_postman_id":"df23eae0-c7a3-46b8-a777-c61f920addb7","description":""},{"name":"Links De Pago","item":[{"name":"CrearLinkDePago","id":"4ca7effc-1f8d-42da-b221-57f1380f3f60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // Monto de la transacción (Number)\r\n    \"amount\": 1000,\r\n    // Descripción del link creado por API (String)\r\n    \"descripcion\": \"Link creado por api\",\r\n    // Código de moneda (String)\r\n    \"currency\": \"COP\",\r\n    // ID del terminal (Number)\r\n    \"terminal_id\": 0,\r\n    // ID del formulario (Number)\r\n    \"id_form\": 0,\r\n    // Fecha de vencimiento en formato YYYY/MM/DD (String)\r\n    \"fecha_vencimiento\": \"1998/02/14\",\r\n    // Estado de la transacción (Boolean)\r\n    \"status\": true,\r\n    // IDs de los servicios (Array of Numbers, e.g., [1, 2, 4] para CARD, PSE, CASH respectivamente)\r\n    \"services\": [\r\n        1\r\n    ],\r\n    // ID de la persona relacionada con la transacción (Number)\r\n    \"idperson\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearLinkDePago","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","CrearLinkDePago"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[{"id":"14cb1702-9bf8-4566-bfbd-1a66e2778766","name":"Peticion vacia o erronea","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // Monto de la transacción (Number)\r\n    \"amount\": \"\",\r\n    // Descripción del link creado por API (String)\r\n    \"descripcion\": \"\",\r\n    // Código de moneda (String)\r\n    \"currency\": \"\",\r\n    // ID del terminal (Number)\r\n    \"terminal_id\": \"\",\r\n    // ID del formulario (Number)\r\n    \"id_form\": \"\",\r\n    // Fecha de vencimiento en formato YYYY/MM/DD (String)\r\n    \"fecha_vencimiento\": \"\",\r\n    // Estado de la transacción (Boolean)\r\n    \"status\": \"\",\r\n    // IDs de los servicios (Array of Numbers, e.g., [1, 2, 4] para CARD, PSE, CASH respectivamente)\r\n    \"services\": [\r\n        \"\"\r\n    ],\r\n    // ID de la persona relacionada con la transacción (Number)\r\n    \"idperson\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearLinkDePago"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"472"},{"key":"ETag","value":"W/\"1d8-i1mJoAXq1o3OozocGN8McicRHXg\""},{"key":"Date","value":"Tue, 30 Sep 2025 15:53:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Campos Incompletos\",\n    \"item\": null,\n    \"errors\": [\n        {\n            \"item\": \"amount\",\n            \"previusValue\": \"\",\n            \"message\": \"El monto de la transacción debe ser mayor que cero.\"\n        },\n        {\n            \"item\": \"descripcion\",\n            \"previusValue\": \"\",\n            \"message\": \"La descripción es obligatoria.\"\n        },\n        {\n            \"item\": \"currency\",\n            \"previusValue\": \"\",\n            \"message\": \"El código de moneda no es soportado.\"\n        },\n        {\n            \"item\": \"fecha_vencimiento\",\n            \"previusValue\": \"\",\n            \"message\": \"La fecha de vencimiento debe estar en formato YYYY/MM/DD o YYYY-MM-DD.\"\n        }\n    ]\n}"},{"id":"bfc3b173-18d5-4ecb-93d3-d575430371fa","name":"Terminal y/o Form invalidos","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // Monto de la transacción (Number)\r\n    \"amount\": 1,\r\n    // Descripción del link creado por API (String)\r\n    \"descripcion\": \"Link creado por api\",\r\n    // Código de moneda (String)\r\n    \"currency\": \"COP\",\r\n    // ID del terminal (Number)\r\n    \"terminal_id\": \"STRING\",\r\n    // ID del formulario (Number)\r\n    \"id_form\": \"STRING\",\r\n    // Fecha de vencimiento en formato YYYY/MM/DD (String)\r\n    \"fecha_vencimiento\": \"1998/02/14\",\r\n    // Estado de la transacción (Boolean)\r\n    \"status\": true,\r\n    // IDs de los servicios (Array of Numbers, e.g., [1, 2, 4] para CARD, PSE, CASH respectivamente)\r\n    \"services\": [\r\n        1,2,3,4\r\n    ],\r\n    // ID de la persona relacionada con la transacción (Number)\r\n    \"idperson\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearLinkDePago"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"250"},{"key":"ETag","value":"W/\"fa-KuROnlJt6W32I3kv3biEXc8/5RY\""},{"key":"Date","value":"Tue, 30 Sep 2025 15:58:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Campos Incompletos\",\n    \"item\": null,\n    \"errors\": [\n        {\n            \"item\": \"terminal_id\",\n            \"previusValue\": \"\",\n            \"message\": \"El ID del terminal debe ser numérico.\"\n        },\n        {\n            \"item\": \"id_form\",\n            \"previusValue\": \"\",\n            \"message\": \"El ID del formulario debe ser numérico.\"\n        }\n    ]\n}"},{"id":"322f97c4-3f08-4369-8956-0a13088a7f4b","name":"Numero invalido en lista de servicios","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // Monto de la transacción (Number)\r\n    \"amount\": 1,\r\n    // Descripción del link creado por API (String)\r\n    \"descripcion\": \"Link creado por api\",\r\n    // Código de moneda (String)\r\n    \"currency\": \"COP\",\r\n    // ID del terminal (Number)\r\n    \"terminal_id\": 2123123,\r\n    // ID del formulario (Number)\r\n    \"id_form\": 123211,\r\n    // Fecha de vencimiento en formato YYYY/MM/DD (String)\r\n    \"fecha_vencimiento\": \"1998-02/14\",\r\n    // Estado de la transacción (Boolean)\r\n    \"status\": true,\r\n    // IDs de los servicios (Array of Numbers, e.g., [1, 2, 4] para CARD, PSE, CASH respectivamente)\r\n    \"services\": [\r\n        1,\"string\",3,\"String\"\r\n    ],\r\n    // ID de la persona relacionada con la transacción (Number)\r\n    \"idperson\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearLinkDePago"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"192"},{"key":"ETag","value":"W/\"c0-Zuwde/lx3utJpFApK/t8qNrmS/Q\""},{"key":"Date","value":"Tue, 30 Sep 2025 16:01:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Campos Incompletos\",\n    \"item\": null,\n    \"errors\": [\n        {\n            \"item\": \"services\",\n            \"previusValue\": \"1,NaN,3,NaN\",\n            \"message\": \"Cada ID de servicio en el arreglo debe ser un número válido.\"\n        }\n    ]\n}"},{"id":"78f3c0b2-eef8-4006-8fab-153ce610c357","name":"Status es un valor incorrecto","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // Monto de la transacción (Number)\r\n    \"amount\": 1,\r\n    // Descripción del link creado por API (String)\r\n    \"descripcion\": \"Link creado por api\",\r\n    // Código de moneda (String)\r\n    \"currency\": \"COP\",\r\n    // ID del terminal (Number)\r\n    \"terminal_id\": 2231123,\r\n    // ID del formulario (Number)\r\n    \"id_form\": 112321,\r\n    // Fecha de vencimiento en formato YYYY/MM/DD (String)\r\n    \"fecha_vencimiento\": \"1998-02/14\",\r\n    // Estado de la transacción (Boolean)\r\n    \"status\": \"texto\",\r\n    // IDs de los servicios (Array of Numbers, e.g., [1, 2, 4] para CARD, PSE, CASH respectivamente)\r\n    \"services\": [\r\n        1,2,3,4\r\n    ],\r\n    // ID de la persona relacionada con la transacción (Number)\r\n    \"idperson\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearLinkDePago"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"172"},{"key":"ETag","value":"W/\"ac-pUOcX5vRzyizVUL3YaOBcgWPKjI\""},{"key":"Date","value":"Tue, 30 Sep 2025 16:11:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Campos Incompletos\",\n    \"item\": null,\n    \"errors\": [\n        {\n            \"item\": \"status\",\n            \"previusValue\": \"texto\",\n            \"message\": \"El estado debe ser un valor booleano (true/false).\"\n        }\n    ]\n}"},{"id":"a228972d-c133-46a4-acb6-4af367ca9b67","name":"Permisos invalidos","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // Monto de la transacción (Number)\r\n    \"amount\": 1,\r\n    // Descripción del link creado por API (String)\r\n    \"descripcion\": \"Link creado por api\",\r\n    // Código de moneda (String)\r\n    \"currency\": \"COP\",\r\n    // ID del terminal (Number)\r\n    \"terminal_id\": 83213,\r\n    // ID del formulario (Number)\r\n    \"id_form\": 1231,\r\n    // Fecha de vencimiento en formato YYYY/MM/DD (String)\r\n    \"fecha_vencimiento\": \"1998-02/14\",\r\n    // Estado de la transacción (Boolean)\r\n    \"status\": true,\r\n    // IDs de los servicios (Array of Numbers, e.g., [1, 2, 4] para CARD, PSE, CASH respectivamente)\r\n    \"services\": [\r\n        1,2,3,4\r\n    ],\r\n    // ID de la persona relacionada con la transacción (Number)\r\n    \"idperson\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearLinkDePago"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"ETag","value":"W/\"42-RplZsQhsFLdKK2Zh9ndsX/NjulQ\""},{"key":"Date","value":"Tue, 30 Sep 2025 16:17:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 401,\n    \"message\": \"Unauthorized.\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"fa5cc26a-d3c0-476f-a34c-37575e811882","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<% APIKEY %>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // Monto de la transacción (Number)\r\n    \"amount\": 1,\r\n    // Descripción del link creado por API (String)\r\n    \"descripcion\": \"Link creado por api\",\r\n    // Código de moneda (String)\r\n    \"currency\": \"COP\",\r\n    // ID del terminal (Number)\r\n    \"terminal_id\": 83,\r\n    // ID del formulario (Number)\r\n    \"id_form\": 1,\r\n    // Fecha de vencimiento en formato YYYY/MM/DD (String)\r\n    \"fecha_vencimiento\": \"1998-02-14\",\r\n    // Estado de la transacción (Boolean)\r\n    \"status\": true,\r\n    // IDs de los servicios (Array of Numbers, e.g., [1, 2, 4] para CARD, PSE, CASH respectivamente)\r\n    \"services\": [\r\n        1,2,3,4\r\n    ],\r\n    // ID de la persona relacionada con la transacción (Number)\r\n    \"idperson\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearLinkDePago"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"560"},{"key":"ETag","value":"W/\"230-WB4f9XV+PEFYj6k75wKeLECXMXI\""},{"key":"Date","value":"Tue, 30 Sep 2025 16:39:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"2415\",\n    \"amount\": \"1.00\",\n    \"descripcion\": \"Link creado por api\",\n    \"fechavencimiento\": \"1998-02-14\",\n    \"uuidgen\": \"f1680715-2be7-4077-9984-5dab83c61923\",\n    \"linkgenerado\": \"https://backendpw.redcoopcentral.com/Link/ZjE2ODA3MTUtMmJlNy00MDc3LTk5ODQtNWRhYjgzYzYxOTIz\",\n    \"status\": null,\n    \"createdat\": \"2025-09-30T16:39:33.194Z\",\n    \"updateat\": null,\n    \"deletedat\": null,\n    \"currency\": \"COP\",\n    \"isQr\": false,\n    \"colorBase\": \"#f11f40\",\n    \"imageUrl\": null,\n    \"linkcorto\": \"https://links.paymentsway.com.co/5o99dn\",\n    \"horaVencimiento\": \"23:59\",\n    \"visionamosReference\": null,\n    \"additionaldata\": null\n}"}],"_postman_id":"4ca7effc-1f8d-42da-b221-57f1380f3f60"}],"id":"69eca172-0698-4672-a6c8-9ce1f9e0b107","_postman_id":"69eca172-0698-4672-a6c8-9ce1f9e0b107","description":""},{"name":"Pagos Programados","item":[{"name":"CreatePagoProgramado","id":"f8c6d195-908f-4ee6-8c13-c9dba19d1679","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \" API Prueba\",\r\n    \"montototal\": 500,\r\n    \"hash\": \"GdOE5nmJ5SeeKId9eOU3wJUJFNRxFgfu0eTnK+chVnWpVWSvd1FZ+40COZgqxREQ5en2XffjO0+vHFzLHWZUEZhr7y0w3B7gs/gHNCqU5SyXJ9FwetG7Ww+/BMmKexNXnM3/sdWgxbWgdyhUsF8DcUk/wM4Jufi1RhLe/4ZHJHq6huZA==\",\r\n    \"aceptapago\": true,\r\n    \"idform\": \"000\",\r\n    \"pagosprogramadoscuotas\": [\r\n        {\r\n            \"valor\": 500,\r\n            \"paymentdate\": \"18/02/2023\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CreatePagoProgramado","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","CreatePagoProgramado"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8c6d195-908f-4ee6-8c13-c9dba19d1679"},{"name":"CancelPagoProgramado","id":"e06a86ff-fee8-41e6-b591-e67be6e8f985","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"<Apikey>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CancelPagoProgramado?id=2","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","CancelPagoProgramado"],"host":["{{HOST}}"],"query":[{"key":"id","value":"2"}],"variable":[]}},"response":[{"id":"e87d8f1c-c853-40a7-9af3-3de21421dd34","name":"Query invalido o vacio","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"<APIKEY>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CancelPagoProgramado?id=STRING","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","CancelPagoProgramado"],"query":[{"key":"id","value":"STRING"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"126"},{"key":"ETag","value":"W/\"7e-Vq0qAbKiO8+/0HrTe/w/r+9bzFg\""},{"key":"Date","value":"Fri, 03 Oct 2025 17:17:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"El query item <id> no es un numero o esta vacio\",\n    \"item\": \"ClientC-CancelPagoProgramado\",\n    \"errors\": null\n}"},{"id":"2271412a-9898-4538-bf49-434b0c543aa3","name":"Permisos invalidos","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"<Apikey>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CancelPagoProgramado?id=2","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","CancelPagoProgramado"],"query":[{"key":"id","value":"2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"ETag","value":"W/\"42-RplZsQhsFLdKK2Zh9ndsX/NjulQ\""},{"key":"Date","value":"Fri, 03 Oct 2025 18:09:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 401,\n    \"message\": \"Unauthorized.\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"322d5016-2f0d-41a8-8bd9-724062e84cf6","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"<Apikey>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CancelPagoProgramado?id=2","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","CancelPagoProgramado"],"query":[{"key":"id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-X/5TO4MPCKAyY0ipFgr6/IraRNs\""},{"key":"Date","value":"Fri, 03 Oct 2025 18:10:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"e06a86ff-fee8-41e6-b591-e67be6e8f985"},{"name":"GetPagoProgramadoById","id":"bb6227ea-90ec-4d9f-9080-95409a3c0854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"<apikey>","type":"text"}],"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/GetPagoProgramadoById?id=ID","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","GetPagoProgramadoById"],"host":["{{HOST}}"],"query":[{"key":"id","value":"ID"}],"variable":[]}},"response":[{"id":"3344035e-8af2-4c16-9227-75fcd45495fd","name":"Success","originalRequest":{"method":"GET","header":[{"key":"authorization","value":"<Apikey>","type":"text"}],"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/GetPagoProgramadoById?id=118","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","GetPagoProgramadoById"],"query":[{"key":"id","value":"118"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3645"},{"key":"ETag","value":"W/\"e3d-7HxUPIvCxy9u4eS3sXrjYnR05Gg\""},{"key":"Date","value":"Tue, 07 Oct 2025 15:19:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 118,\n    \"montototal\": \"240002100.00\",\n    \"aceptapago\": true,\n    \"status\": false,\n    \"updatedat\": null,\n    \"deletedat\": \"2023-06-21T22:06:05.337Z\",\n    \"createdat\": \"2023-06-21T14:19:08.238Z\",\n    \"name\": \"Recurrencia por 200.000\",\n    \"referencia\": \"PW-P21P-80FE2EasdC4-CCFASD5-41GFD3C-961374-40DE59SDFB1CF49\",\n    \"idperson\": {\n        \"id\": \"3712332\",\n        \"firstname\": \"JUAN ANDRES\",\n        \"lastname\": \"PARRA NOPE\",\n        \"treatment\": \"\",\n        \"gender\": \"\",\n        \"identification\": \"231412321\",\n        \"email\": \"correo.pruebas@entidad.com\",\n        \"phone\": \"123124341\",\n        \"state\": \"\",\n        \"city\": \"\",\n        \"address\": \"direccion\",\n        \"zipcode\": \"\",\n        \"borndate\": null,\n        \"issuedate\": \"2024-10-22T16:12:15.199Z\",\n        \"createdat\": \"2025-06-04T14:28:14.456Z\",\n        \"updatedat\": null,\n        \"deletedat\": null\n    },\n    \"pagosprogramadoscuotas\": [\n        {\n            \"id\": 461,\n            \"valor\": \"200000.00\",\n            \"intentos\": 0,\n            \"paymentdate\": \"2023-06-23T05:00:00.000Z\",\n            \"createdat\": \"2023-06-21T14:19:08.490Z\",\n            \"payat\": null,\n            \"attemptedat\": null,\n            \"idtransaction\": null\n        },\n        {\n            \"id\": 445665,\n            \"valor\": \"200000.00\",\n            \"intentos\": 5,\n            \"paymentdate\": \"2023-08-29T13:01:50.064Z\",\n            \"createdat\": \"2023-06-21T14:19:08.741Z\",\n            \"payat\": null,\n            \"attemptedat\": \"2023-08-28T05:00:00.000Z\",\n            \"idtransaction\": {\n                \"id\": \"456381722\",\n                \"issubscription\": false,\n                \"amount\": 200000,\n                \"externalorder\": \"PsW-PP-80SADFE2EC4-ASDC432CF5-413C-ASD674-40A42SDASDE59432B1CF49-169ASDGFD432950440998\",\n                \"urllanding\": null,\n                \"origen\": \"No se recibe origen\",\n                \"nextpaymentdate\": null,\n                \"ip\": \"0.0.0.0\",\n                \"fullname\": \"\",\n                \"status\": null,\n                \"createdat\": \"2023-08-25T13:00:41.178Z\",\n                \"updatedat\": \"2023-08-25T08:00:42.078Z\",\n                \"deletedat\": null,\n                \"jsonresponse\": \"{\\\"message\\\":\\\"Bad Request\\\",\\\"code\\\":400,\\\"details\\\":\\\"Source not found\\\"}\",\n                \"additionaldata\": \"{\\\"message\\\":\\\"Transaccion creada por el pago programado 461235\\\"}\",\n                \"responseUrl\": null,\n                \"validateResponse\": false,\n                \"paymentedat\": null,\n                \"firstjsonresponse\": null,\n                \"clearsaferesponse\": null,\n                \"originalAmount\": null,\n                \"conversionRate\": null,\n                \"discountedamount\": null,\n                \"isRedeban\": false,\n                \"consultaActual\": 0,\n                \"idstatus\": {\n                    \"id\": 36,\n                    \"nombre\": \"Fallida\",\n                    \"createdat\": \"2021-09-27T18:15:40.311Z\",\n                    \"updatedat\": null\n                }\n            }\n        }\n    ]\n}"},{"id":"f8de60b7-4433-46d3-9b76-d1be392bfa22","name":"Query invalido o vacio","originalRequest":{"method":"GET","header":[{"key":"authorization","value":"<apikey>","type":"text"}],"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/GetPagoProgramadoById?id=StringOrUndefined","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","GetPagoProgramadoById"],"query":[{"key":"id","value":"StringOrUndefined"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"ETag","value":"W/\"8e-b4pfqY3kn6NaxcDzG4MkoMiMnEA\""},{"key":"Date","value":"Tue, 07 Oct 2025 15:24:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Peticion incorrecta, falta el id en el query o no es un numero\",\n    \"item\": \"ClientC-GetPagoProgramadoById\",\n    \"errors\": null\n}"}],"_postman_id":"bb6227ea-90ec-4d9f-9080-95409a3c0854"}],"id":"a4b1c64d-9a4f-4a70-941e-c53c25e2e97a","_postman_id":"a4b1c64d-9a4f-4a70-941e-c53c25e2e97a","description":""},{"name":"Procesos De Pago","item":[{"name":"CARD","item":[{"name":"TokenizarDatosPersona","id":"5584bc31-8765-4a8f-853d-924e34e19c26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"documento\": 0000000000,\r\n    \"identification_type\": 0,\r\n    \"idperson\": 0,\r\n    \"url\": \"Url del comercio\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/TokenizarDatosPersona","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","TokenizarDatosPersona"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5584bc31-8765-4a8f-853d-924e34e19c26"},{"name":"CrearOrdenTransaccionTC","id":"ccf62408-8538-49f2-a4c2-35e9f957cddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"<apikey>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"order's description test\",\r\n    \"tran_id\": 4042879\r\n    // \"installments\":\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearOrdenTransaccionTC","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","CrearOrdenTransaccionTC"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccf62408-8538-49f2-a4c2-35e9f957cddb"},{"name":"EjecutarOrdenTransaccionTC","id":"d57da0d9-cde4-443d-a33f-eb2b180bfe3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orden\": \"String proviene del metodo Crear Orden Transaccion TC\",\r\n    \"hash\": \"hash proviene del metoddo GetTarjetabiente\",\r\n    \"tran_id\": 97\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/EjecutarOrdenTransaccionTC","urlObject":{"path":["ClientAPI","EjecutarOrdenTransaccionTC"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d57da0d9-cde4-443d-a33f-eb2b180bfe3d"},{"name":"ReversarTransaccion","id":"1bee0669-9bde-487c-aa7f-26421bbf4d19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"idTransaction\": \"ID TRANSACCTION\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/ReversarTransaccion","urlObject":{"path":["ClientAPI","ReversarTransaccion"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bee0669-9bde-487c-aa7f-26421bbf4d19"},{"name":"GetTarjetabiente","id":"e9c1813e-4425-48e5-854d-97b29b818f1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"url":"{{URL}}/ClientAPI/GetTarjetabiente","urlObject":{"path":["ClientAPI","GetTarjetabiente"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9c1813e-4425-48e5-854d-97b29b818f1e"}],"id":"506b66cf-25f3-4944-849f-40cae7772526","_postman_id":"506b66cf-25f3-4944-849f-40cae7772526","description":""},{"name":"CARD DIFERRED","item":[{"name":"save-card-secure","id":"64517178-2073-427a-ad55-f0c67d9557d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"API KEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"additional\": \"card12345\",\r\n    \"card_cvv\": \"000\",\r\n    \"card_expiry_month\": \"00\",\r\n    \"card_expiry_year\": \"00\",\r\n    \"card_holder\": \"Jhon Doe\",\r\n    \"card_pan\": \"4000000000586934\", \r\n    \"idsubscripcion\": \"\",\r\n    \"idterminal\": \"000\",\r\n    \"idtransaction\": \"0000000\" \r\n}","options":{"raw":{"language":"json"}}},"url":"https://serviceregisterpruebas.vepay.com.co/api/paylands-v2/save-card-secure","urlObject":{"protocol":"https","path":["api","paylands-v2","save-card-secure"],"host":["serviceregisterpruebas","vepay","com","co"],"query":[],"variable":[]}},"response":[{"id":"8dcfb54c-8b16-4be5-8ebc-57a527aca31d","name":"409 - Transaccion Procesada previamente","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"D12&&HJAJSDJKALKSJDJ231123123O13$&Q5KNRU_-Z$?","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"additional\": \"card12345\",\r\n    \"card_cvv\": \"123\",\r\n    \"card_expiry_month\": \"12\",\r\n    \"card_expiry_year\": \"34\",\r\n    \"card_holder\": \"James Tellez\",\r\n    \"card_pan\": \"4018810000190011\",\r\n    \"customer_ext_id\": \"cs1000856992\",\r\n    \"idsubscripcion\": \"\",\r\n    \"idterminal\": \"511\",\r\n    \"idtransaction\": \"30404\",\r\n    \"validate\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/paylands-v2/save-card-secure"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 May 2025 16:07:14 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4021"},{"key":"ETag","value":"W/\"fb5-QD4GJV1jR6yr2l1OoJujXcB0RrQ\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 409,\n    \"message\": \"La transaccion registra un estado: Fallida\",\n    \"item\": {\n        \"id\": \"30404\",\n        \"issubscription\": false,\n        \"amount\": 1000,\n        \"externalorder\": \"TEST-DIFERRED-033\",\n        \"urllanding\": \"\",\n        \"origen\": \"local-api\",\n        \"nextpaymentdate\": null,\n        \"ip\": \"181.59.148.100\",\n        \"fullname\": \"\",\n        \"status\": null,\n        \"createdat\": \"2025-05-13T10:08:52.446Z\",\n        \"updatedat\": \"2025-05-13T11:10:13.198Z\",\n        \"deletedat\": null,\n        \"jsonresponse\": \"{\\\"message\\\":\\\"OK\\\",\\\"code\\\":200,\\\"current_time\\\":\\\"2025-05-13T12:09:48+0200\\\",\\\"order\\\":{\\\"uuid\\\":\\\"1A204AF5-4D68-40D6-BCC7-4640083A3805\\\",\\\"created\\\":\\\"2025-05-13T12:09:12+0200\\\",\\\"created_from_client_timezone\\\":\\\"2025-05-13T05:09:12-0500\\\",\\\"amount\\\":100000,\\\"currency\\\":\\\"978\\\",\\\"paid\\\":false,\\\"status\\\":\\\"CANCELLED\\\",\\\"safe\\\":false,\\\"refunded\\\":0,\\\"additional\\\":null,\\\"service\\\":\\\"PAYLANDS\\\",\\\"service_uuid\\\":\\\"6EE44325-288D-43C1-9B54-37E6669DEC2A\\\",\\\"customer\\\":\\\"cs1000856992\\\",\\\"cof_txnid\\\":null,\\\"transactions\\\":[{\\\"uuid\\\":\\\"C266FE4E-7CA1-49CF-AC35-CBF8A1586791\\\",\\\"created\\\":\\\"2025-05-13T12:09:20+0200\\\",\\\"created_from_client_timezone\\\":\\\"2025-05-13T05:09:20-0500\\\",\\\"operative\\\":\\\"DEFERRED\\\",\\\"amount\\\":100000,\\\"authorization\\\":\\\"\\\",\\\"processor_id\\\":null,\\\"status\\\":\\\"SUCCESS\\\",\\\"error\\\":\\\"NONE\\\",\\\"source\\\":{\\\"object\\\":\\\"CARD\\\",\\\"uuid\\\":\\\"4BCDADD3-951E-4FA5-9C12-A04379462338\\\",\\\"type\\\":\\\"CREDIT\\\",\\\"token\\\":\\\"d3879e8cf246d2a9fbd0db46e013329a4772127a8634ea9b5fcb86ec1b9b29c888d60912fc96ff8320673d0570620967c959cb6d6671ce9145315a8b664c7ea4\\\",\\\"brand\\\":\\\"VISA\\\",\\\"country\\\":\\\"MT\\\",\\\"holder\\\":\\\"James Tellez\\\",\\\"bin\\\":401881,\\\"last4\\\":\\\"0011\\\",\\\"is_saved\\\":true,\\\"expire_month\\\":\\\"12\\\",\\\"expire_year\\\":\\\"34\\\",\\\"additional\\\":\\\"card12345\\\",\\\"bank\\\":\\\"BANK OF VALLETTA P.L.C\\\",\\\"prepaid\\\":false,\\\"validation_date\\\":\\\"2025-05-13 12:09:21\\\",\\\"creation_date\\\":\\\"2025-05-13 12:09:04\\\",\\\"brand_description\\\":\\\"Traditional\\\",\\\"origin\\\":\\\"API\\\",\\\"cof\\\":{\\\"is_available\\\":true}},\\\"antifraud\\\":null,\\\"device\\\":null,\\\"error_details\\\":null,\\\"metadata\\\":[]},{\\\"uuid\\\":\\\"A81DD4F6-A76E-4B9A-9046-A53386E11EB8\\\",\\\"created\\\":\\\"2025-05-13T12:09:48+0200\\\",\\\"created_from_client_timezone\\\":\\\"2025-05-13T05:09:48-0500\\\",\\\"operative\\\":\\\"CANCELLATION\\\",\\\"amount\\\":100000,\\\"authorization\\\":\\\"\\\",\\\"processor_id\\\":null,\\\"status\\\":\\\"SUCCESS\\\",\\\"error\\\":\\\"NONE\\\",\\\"source\\\":{\\\"object\\\":\\\"CARD\\\",\\\"uuid\\\":\\\"4BCDADD3-951E-4FA5-9C12-A04379462338\\\",\\\"type\\\":\\\"CREDIT\\\",\\\"token\\\":\\\"d3879e8cf246d2a9fbd0db46e013329a4772127a8634ea9b5fcb86ec1b9b29c888d60912fc96ff8320673d0570620967c959cb6d6671ce9145315a8b664c7ea4\\\",\\\"brand\\\":\\\"VISA\\\",\\\"country\\\":\\\"MT\\\",\\\"holder\\\":\\\"James Tellez\\\",\\\"bin\\\":401881,\\\"last4\\\":\\\"0011\\\",\\\"is_saved\\\":true,\\\"expire_month\\\":\\\"12\\\",\\\"expire_year\\\":\\\"34\\\",\\\"additional\\\":\\\"card12345\\\",\\\"bank\\\":\\\"BANK OF VALLETTA P.L.C\\\",\\\"prepaid\\\":false,\\\"validation_date\\\":\\\"2025-05-13 12:09:21\\\",\\\"creation_date\\\":\\\"2025-05-13 12:09:04\\\",\\\"brand_description\\\":\\\"Traditional\\\",\\\"origin\\\":\\\"API\\\",\\\"cof\\\":{\\\"is_available\\\":true}},\\\"antifraud\\\":null,\\\"device\\\":null,\\\"error_details\\\":null,\\\"metadata\\\":[]}],\\\"token\\\":null,\\\"ip\\\":\\\"44.199.33.215\\\",\\\"reference\\\":\\\"30404\\\",\\\"dynamic_descriptor\\\":\\\"Pago en PaymentsWay\\\",\\\"threeds_data\\\":null},\\\"client\\\":{\\\"uuid\\\":\\\"DC8433A6-ADBA-46DC-92E3-18FD9160686C\\\"},\\\"extra_data\\\":{\\\"payment\\\":{\\\"installments\\\":\\\"1\\\"}},\\\"validation_hash\\\":\\\"2ec2c56d47d1cf29d9d1da7b75e80a6718bb8293510cb7fba6ac9388a2f6ce1f\\\"}\",\n        \"additionaldata\": \"{}\",\n        \"responseUrl\": null,\n        \"validateResponse\": false,\n        \"paymentedat\": \"2025-05-13T11:10:13.172Z\",\n        \"firstjsonresponse\": null,\n        \"clearsaferesponse\": null,\n        \"originalAmount\": null,\n        \"conversionRate\": null,\n        \"discountedamount\": null,\n        \"isRedeban\": false,\n        \"consultaActual\": 0,\n        \"idperson\": {\n            \"id\": \"8\",\n            \"identification\": \"1000856992\",\n            \"email\": \"frens_52@hotmail.com\",\n            \"ididentificationtype\": {\n                \"id\": 4\n            }\n        },\n        \"idstatus\": {\n            \"id\": 36,\n            \"nombre\": \"Fallida\"\n        },\n        \"paymentmethod\": {\n            \"id\": 1\n        },\n        \"idform\": {\n            \"id\": \"486\",\n            \"idterminal\": {\n                \"id\": 488,\n                \"nombre\": \"PRUEBA ANTIFRAUDEEEEEEEE\",\n                \"idmerchant\": {\n                    \"id\": \"2\",\n                    \"name\": \"http.cat\",\n                    \"legaldocument\": \"9011569983\",\n                    \"apikey\": \"D12&&HJAJSDJKALKSJDJ231123123O13$&Q5KNRU_-Z$?\",\n                    \"codigo_ciiu\": \"\",\n                    \"persontype\": \"Juridica\"\n                }\n            }\n        }\n    },\n    \"errors\": null\n}"},{"id":"7fec27bc-a726-4f5a-aa16-f961bac529c8","name":"200","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"D12&&HJAJSDJKALKSJDJ231123123O13$&Q5KNRU_-Z$?","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"additional\": \"card12345\",\r\n    \"card_cvv\": \"123\",\r\n    \"card_expiry_month\": \"12\",\r\n    \"card_expiry_year\": \"34\",\r\n    \"card_holder\": \"James Tellez\",\r\n    \"card_pan\": \"4018810000190011\",\r\n    \"customer_ext_id\": \"cs1000856992\",\r\n    \"idsubscripcion\": \"\",\r\n    \"idterminal\": \"511\",\r\n    \"idtransaction\": \"30497\" \r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/paylands-v2/save-card-secure"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 May 2025 16:08:14 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"632"},{"key":"ETag","value":"W/\"278-YTxKvCSI68VWirde+Bzku6mF5wY\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"SaveCardSecure\",\n    \"item\": {\n        \"bin\": \"401881\",\n        \"customerId\": \"cs1000856992\",\n        \"typeObject\": \"CARD\",\n        \"uuidPl\": \"2626921B-BB2A-4305-8734-738F210A26ED\",\n        \"typePl\": \"C\",\n        \"token\": \"d3879e8cf246d2a9fbd0db46e013329a4772127a8634ea9b5fcb86ec1b9b29c888d60912fc96ff8320673d0570620967c959cb6d6671ce9145315a8b664c7ea4\",\n        \"brand\": \"VISA\",\n        \"country\": \"470\",\n        \"holder\": \"James Tellez\",\n        \"last4\": \"0011\",\n        \"isSaved\": true,\n        \"additional\": \"card12345\",\n        \"bank\": \"BANK OF VALLETTA P.L.C\",\n        \"prepaid\": false,\n        \"validationDate\": null,\n        \"creationDate\": \"2025-05-14T23:08:14.000Z\",\n        \"brandDescription\": \"Traditional\",\n        \"autorizacion1581\": true,\n        \"id\": \"3690\",\n        \"status\": true\n    },\n    \"errors\": null\n}"}],"_postman_id":"64517178-2073-427a-ad55-f0c67d9557d7"},{"name":"create-diferred-order","id":"eeab9a0d-0e92-41c7-bcb4-2997fadc5a1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"MjQxNGE4MTgwOGNhYjcwMWQ3OGExY2FiOGU1YzhhOWVhZGY5OWQ3ZmZmZTMzM2RjMGM2NmU5ZjZiYzcxMmUyYmNjZWI4YjA4YTNiMDU4ZGU1NzNmNzY2NzQ5YTM5ZjlkY2M5OWVkMTEyZGE0ZDc1NjI5M2UxY2FhNWI2NGE5N2E=","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"amount\": \"100\",\r\n    \"url_ok\": \"http://4000/success\",\r\n    \"url_ko\": \"http://4000/success\",\r\n    \"description\": \"Descripcion de prueba\",\r\n    \"extra_data\": {\r\n        \"payment\": {\r\n            \"installments\": \"1\"\r\n        }\r\n    },\r\n    \"reference\": \"\",\r\n    \"dynamic_descriptor\": \"Pago en PaymentsWay\",\r\n    \"api_key\": \"=\",\r\n    \"form_id\": \"\",\r\n    \"terminal_id\": ,\r\n    \"hasCardToken\": ,\r\n    \"cardToken\": \"\",\r\n    \"idPerson\": ,\r\n    \"customer_ext_id\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3008/api/paylands-v2/create-diferred-order","urlObject":{"protocol":"http","port":"3008","path":["api","paylands-v2","create-diferred-order"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e67cf681-e879-4aee-ad60-1d1a610a78cc","name":"400 - La Transaccion no se registra","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"D12&&HJAJSDJKALKSJDJ231123123O13$&Q5KNRU_-Z$?","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \r\n    \"customer_ext_id\": \"cs1000856992\", \r\n    \"secure\": \"\",\r\n    \"url_post\": \"\",\r\n    \"url_ok\": \"http://4000/success\",\r\n    \"url_ko\": \"http://4000/success\",\r\n    \"description\": \"Descripcion de prueba\",\r\n    \"extra_data\": {\r\n        \"payment\": {\r\n            \"installments\": \"1\"\r\n        }\r\n    },\r\n    \"reference\": \"304970\",\r\n    \"dynamic_descriptor\": \"Pago en PaymentsWay\", \r\n    \"form_id\": \"486\",\r\n    \"terminal_id\": 488\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/paylands-v2/create-diferred-order"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 May 2025 16:15:59 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"ETag","value":"W/\"52-z2uEE2wl3UgAHMRm+rYxBjl15kg\""},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"La transaccion no se registra\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"991f9d13-b799-4a9f-a5f3-1552106b5b13","name":"200","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"D12&&HJAJSDJKALKSJDJ231123123O13$&Q5KNRU_-Z$?","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \r\n    \"customer_ext_id\": \"cs1000856992\", \r\n    \"secure\": \"\",\r\n    \"url_post\": \"\",\r\n    \"url_ok\": \"http://4000/success\",\r\n    \"url_ko\": \"http://4000/success\",\r\n    \"description\": \"Descripcion de prueba\",\r\n    \"extra_data\": {\r\n        \"payment\": {\r\n            \"installments\": \"1\"\r\n        }\r\n    },\r\n    \"reference\": \"30497\",\r\n    \"dynamic_descriptor\": \"Pago en PaymentsWay\", \r\n    \"form_id\": \"486\",\r\n    \"terminal_id\": 488\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/paylands-v2/create-diferred-order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"953"},{"key":"ETag","value":"W/\"3b9-RdgzrjrVpP0CikdXSPWdB8Rn+aM\""},{"key":"Date","value":"Wed, 14 May 2025 16:29:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"CreateDiferredOrder\",\n    \"item\": {\n        \"message\": \"OK\",\n        \"code\": 200,\n        \"current_time\": \"2025-05-14T18:29:05+0200\",\n        \"order\": {\n            \"uuid\": \"961B2572-260D-4D9C-A982-4C2EBF167957\",\n            \"created\": \"2025-05-14T18:29:05+0200\",\n            \"created_from_client_timezone\": \"2025-05-14T11:29:05-0500\",\n            \"amount\": 100000,\n            \"currency\": \"978\",\n            \"paid\": false,\n            \"status\": \"CREATED\",\n            \"safe\": false,\n            \"refunded\": 0,\n            \"additional\": null,\n            \"service\": \"PAYLANDS\",\n            \"service_uuid\": \"6EE44325-288D-43C1-9B54-37E6669DEC2A\",\n            \"customer\": \"cs1000856992\",\n            \"cof_txnid\": null,\n            \"transactions\": [],\n            \"token\": \"6cb4528a3993a8e83ff45a6e258a6ab12f953b0f3b2ff7864d62c9a49b4a607a888a651eabd9cc3427ac57b1233daace2e7bdd798b05f3c8124e1e8d3c31f028\",\n            \"ip\": null,\n            \"reference\": \"30497\",\n            \"dynamic_descriptor\": \"Pago en PaymentsWay\",\n            \"threeds_data\": null\n        },\n        \"client\": {\n            \"uuid\": \"DC8433A6-ADBA-46DC-92E3-18FD9160686C\"\n        },\n        \"extra_data\": {\n            \"payment\": {\n                \"installments\": \"1\"\n            }\n        },\n        \"validation_hash\": \"c3359d86b2d721bc2b0a00df1c6b8206fad6e3270e5760b673f21d23d9aa715a\"\n    },\n    \"errors\": null\n}"}],"_postman_id":"eeab9a0d-0e92-41c7-bcb4-2997fadc5a1a"},{"name":"execute-diferred-order","id":"1c8a94b6-1ca2-4dee-a913-fb9b84e43386","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"API KEY","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"idtransaction\": 0000000 \r\n}","options":{"raw":{"language":"json"}}},"url":"https://serviceregisterpruebas.vepay.com.co/api/paylands-v2/execute-diferred-order","urlObject":{"protocol":"https","path":["api","paylands-v2","execute-diferred-order"],"host":["serviceregisterpruebas","vepay","com","co"],"query":[],"variable":[]}},"response":[{"id":"b034ad10-1ee2-4020-9b6f-f1ee26760eaf","name":"400 - La Transaccion no se registra","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"D12&&HJAJSDJKALKSJDJ231123123O13$&Q5KNRU_-Z$?","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"customer_ip\": \"44.199.33.215\",\r\n    \"idtransaction\": 304970 \r\n} ","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/paylands-v2/execute-diferred-order"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"ETag","value":"W/\"52-z2uEE2wl3UgAHMRm+rYxBjl15kg\""},{"key":"Date","value":"Wed, 14 May 2025 16:32:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"La transaccion no se registra\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"29ada18b-aa4e-4162-a2cb-bcf7cd0ca020","name":"200","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"D12&&HJAJSDJKALKSJDJ231123123O13$&Q5KNRU_-Z$?","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"customer_ip\": \"44.199.33.215\",\r\n    \"idtransaction\": 304970 \r\n} ","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/paylands-v2/execute-diferred-order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11978"},{"key":"ETag","value":"W/\"2eca-J6ur5NYslP4BBDW15l209VoQTuk\""},{"key":"Date","value":"Wed, 14 May 2025 16:32:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"ExecuteDiferredOrder\",\n    \"item\": {\n        \"id\": \"30497\",\n        \"issubscription\": false,\n        \"amount\": 1000,\n        \"externalorder\": \"TEST-DIFERRED-034\",\n        \"urllanding\": \"\",\n        \"origen\": \"local-api\",\n        \"nextpaymentdate\": null,\n        \"ip\": \"181.59.148.100\",\n        \"fullname\": \"\",\n        \"status\": null,\n        \"createdat\": \"2025-05-14T16:08:02.194Z\",\n        \"updatedat\": \"2025-05-14T16:29:06.888Z\",\n        \"deletedat\": null,\n        \"jsonresponse\": \"{\\\"message\\\":\\\"OK\\\",\\\"code\\\":200,\\\"current_time\\\":\\\"2025-05-14T18:31:59+0200\\\",\\\"order\\\":{\\\"uuid\\\":\\\"2AEF5E7A-92BC-4484-8235-C63DEC7401C8\\\",\\\"created\\\":\\\"2025-05-14T18:16:55+0200\\\",\\\"created_from_client_timezone\\\":\\\"2025-05-14T11:16:55-0500\\\",\\\"amount\\\":100000,\\\"currency\\\":\\\"978\\\",\\\"paid\\\":false,\\\"status\\\":\\\"PENDING_CONFIRMATION\\\",\\\"safe\\\":false,\\\"refunded\\\":0,\\\"additional\\\":null,\\\"service\\\":\\\"PAYLANDS\\\",\\\"service_uuid\\\":\\\"6EE44325-288D-43C1-9B54-37E6669DEC2A\\\",\\\"customer\\\":\\\"cs1000856992\\\",\\\"cof_txnid\\\":null,\\\"transactions\\\":[{\\\"uuid\\\":\\\"33D582A4-147C-4F62-B331-81F01B99F4E5\\\",\\\"created\\\":\\\"2025-05-14T18:31:59+0200\\\",\\\"created_from_client_timezone\\\":\\\"2025-05-14T11:31:59-0500\\\",\\\"operative\\\":\\\"DEFERRED\\\",\\\"amount\\\":100000,\\\"authorization\\\":\\\"\\\",\\\"processor_id\\\":null,\\\"status\\\":\\\"SUCCESS\\\",\\\"error\\\":\\\"NONE\\\",\\\"source\\\":{\\\"object\\\":\\\"CARD\\\",\\\"uuid\\\":\\\"2626921B-BB2A-4305-8734-738F210A26ED\\\",\\\"type\\\":\\\"CREDIT\\\",\\\"token\\\":\\\"d3879e8cf246d2a9fbd0db46e013329a4772127a8634ea9b5fcb86ec1b9b29c888d60912fc96ff8320673d0570620967c959cb6d6671ce9145315a8b664c7ea4\\\",\\\"brand\\\":\\\"VISA\\\",\\\"country\\\":\\\"MT\\\",\\\"holder\\\":\\\"James Tellez\\\",\\\"bin\\\":401881,\\\"last4\\\":\\\"0011\\\",\\\"is_saved\\\":true,\\\"expire_month\\\":\\\"12\\\",\\\"expire_year\\\":\\\"34\\\",\\\"additional\\\":\\\"card12345\\\",\\\"bank\\\":\\\"BANK OF VALLETTA P.L.C\\\",\\\"prepaid\\\":false,\\\"validation_date\\\":\\\"2025-05-14 18:31:59\\\",\\\"creation_date\\\":\\\"2025-05-14 18:08:14\\\",\\\"brand_description\\\":\\\"Traditional\\\",\\\"origin\\\":\\\"API\\\",\\\"cof\\\":{\\\"is_available\\\":true}},\\\"antifraud\\\":null,\\\"device\\\":null,\\\"error_details\\\":null,\\\"metadata\\\":[]}],\\\"token\\\":null,\\\"ip\\\":\\\"44.199.33.215\\\",\\\"reference\\\":\\\"30497\\\",\\\"dynamic_descriptor\\\":\\\"Pago en PaymentsWay\\\",\\\"threeds_data\\\":null},\\\"client\\\":{\\\"uuid\\\":\\\"DC8433A6-ADBA-46DC-92E3-18FD9160686C\\\"},\\\"extra_data\\\":{\\\"payment\\\":{\\\"installments\\\":\\\"1\\\"}},\\\"validation_hash\\\":\\\"c3d22310a90b632679dc0a5888e910517f45f90502b1e51f2835972b6c8838ba\\\"}\",\n        \"additionaldata\": \"{}\",\n        \"responseUrl\": null,\n        \"validateResponse\": false,\n        \"paymentedat\": null,\n        \"firstjsonresponse\": null,\n        \"clearsaferesponse\": null,\n        \"originalAmount\": null,\n        \"conversionRate\": null,\n        \"discountedamount\": null,\n        \"isRedeban\": false,\n        \"consultaActual\": 0,\n        \"idperson\": {\n            \"id\": \"8\",\n            \"firstname\": \"james\",\n            \"lastname\": \"tellez\",\n            \"treatment\": \"\",\n            \"gender\": \"\",\n            \"identification\": \"1000856992\",\n            \"email\": \"frens_52@hotmail.com\",\n            \"phone\": \"3005624254\",\n            \"state\": \"\",\n            \"city\": \"\",\n            \"address\": \"CR 11a sur #03 skskbsbsnsa, porvenir \",\n            \"zipcode\": \"\",\n            \"borndate\": null,\n            \"issuedate\": \"2020-12-09T00:00:00.000Z\",\n            \"createdat\": \"2025-05-13T11:13:06.272Z\",\n            \"updatedat\": null,\n            \"deletedat\": null\n        },\n        \"idstatus\": {\n            \"id\": 77,\n            \"nombre\": \"Pendiente Confirmacion\",\n            \"createdat\": \"2025-05-08T01:54:15.761Z\",\n            \"updatedat\": null\n        },\n        \"paymentmethod\": {\n            \"id\": 1,\n            \"nombre\": \"CARD\",\n            \"createdat\": \"2021-09-26T21:50:58.571Z\",\n            \"updatedat\": \"2021-10-25T20:16:55.511Z\",\n            \"estado\": \"Activo\",\n            \"istransactional\": true,\n            \"mensaje\": null,\n            \"servicetypes\": [\n                {\n                    \"id\": 1,\n                    \"idtype\": {\n                        \"id\": 1,\n                        \"nombre\": \"AGREGADOR\",\n                        \"createdat\": \"2021-09-26T21:51:52.305Z\",\n                        \"updatedat\": null\n                    }\n                },\n                {\n                    \"id\": 8,\n                    \"idtype\": {\n                        \"id\": 2,\n                        \"nombre\": \"GATEWAY\",\n                        \"createdat\": \"2021-09-26T21:51:59.365Z\",\n                        \"updatedat\": null\n                    }\n                },\n                {\n                    \"id\": 75,\n                    \"idtype\": {\n                        \"id\": 1,\n                        \"nombre\": \"AGREGADOR\",\n                        \"createdat\": \"2021-09-26T21:51:52.305Z\",\n                        \"updatedat\": null\n                    }\n                }\n            ],\n            \"seriviceparametros\": [\n                {\n                    \"id\": 6,\n                    \"estado\": true,\n                    \"createat\": \"2021-10-26T01:15:09.259Z\",\n                    \"updateat\": null,\n                    \"deleteat\": null,\n                    \"idparametro\": {\n                        \"id\": 2,\n                        \"nombreparametro\": \"API_KEY\",\n                        \"estado\": true,\n                        \"createat\": \"2021-10-26T01:03:52.124Z\",\n                        \"updateat\": null,\n                        \"deleteat\": null\n                    }\n                },\n                {\n                    \"id\": 8,\n                    \"estado\": true,\n                    \"createat\": \"2021-10-26T01:15:09.262Z\",\n                    \"updateat\": null,\n                    \"deleteat\": null,\n                    \"idparametro\": {\n                        \"id\": 3,\n                        \"nombreparametro\": \"SERVICE\",\n                        \"estado\": true,\n                        \"createat\": \"2021-10-26T01:03:56.400Z\",\n                        \"updateat\": null,\n                        \"deleteat\": null\n                    }\n                },\n                {\n                    \"id\": 7,\n                    \"estado\": true,\n                    \"createat\": \"2021-10-26T01:15:09.261Z\",\n                    \"updateat\": null,\n                    \"deleteat\": null,\n                    \"idparametro\": {\n                        \"id\": 4,\n                        \"nombreparametro\": \"TEMPLATE\",\n                        \"estado\": true,\n                        \"createat\": \"2021-10-26T01:09:17.303Z\",\n                        \"updateat\": null,\n                        \"deleteat\": null\n                    }\n                },\n                {\n                    \"id\": 20,\n                    \"estado\": true,\n                    \"createat\": \"2022-03-31T22:11:57.819Z\",\n                    \"updateat\": null,\n                    \"deleteat\": null,\n                    \"idparametro\": {\n                        \"id\": 13,\n                        \"nombreparametro\": \"API_KEY_CLEARSALE\",\n                        \"estado\": true,\n                        \"createat\": \"2022-03-31T22:10:49.509Z\",\n                        \"updateat\": null,\n                        \"deleteat\": null\n                    }\n                },\n                {\n                    \"id\": 5,\n                    \"estado\": true,\n                    \"createat\": \"2021-10-26T01:15:09.258Z\",\n                    \"updateat\": null,\n                    \"deleteat\": null,\n                    \"idparametro\": {\n                        \"id\": 1,\n                        \"nombreparametro\": \"SIGNATURE\",\n                        \"estado\": true,\n                        \"createat\": \"2021-10-26T01:03:44.071Z\",\n                        \"updateat\": null,\n                        \"deleteat\": null\n                    }\n                },\n                {\n                    \"id\": 50,\n                    \"estado\": true,\n                    \"createat\": \"2023-03-03T14:12:39.342Z\",\n                    \"updateat\": null,\n                    \"deleteat\": null,\n                    \"idparametro\": {\n                        \"id\": 49,\n                        \"nombreparametro\": \"REDEBAN_ID_USUARIO\",\n                        \"estado\": true,\n                        \"createat\": \"2023-03-03T14:09:38.826Z\",\n                        \"updateat\": null,\n                        \"deleteat\": null\n                    }\n                },\n                {\n                    \"id\": 51,\n                    \"estado\": true,\n                    \"createat\": \"2023-03-03T14:12:46.200Z\",\n                    \"updateat\": null,\n                    \"deleteat\": null,\n                    \"idparametro\": {\n                        \"id\": 50,\n                        \"nombreparametro\": \"REDEBAN_CLAVE\",\n                        \"estado\": true,\n                        \"createat\": \"2023-03-03T14:09:52.126Z\",\n                        \"updateat\": null,\n                        \"deleteat\": null\n                    }\n                },\n                {\n                    \"id\": 52,\n                    \"estado\": true,\n                    \"createat\": \"2023-03-03T14:12:56.280Z\",\n                    \"updateat\": null,\n                    \"deleteat\": null,\n                    \"idparametro\": {\n                        \"id\": 51,\n                        \"nombreparametro\": \"REDEBAN_ID_ADQUIRIENTE\",\n                        \"estado\": true,\n                        \"createat\": \"2023-03-03T14:10:13.431Z\",\n                        \"updateat\": null,\n                        \"deleteat\": null\n                    }\n                },\n                {\n                    \"id\": 53,\n                    \"estado\": true,\n                    \"createat\": \"2023-03-03T14:13:05.603Z\",\n                    \"updateat\": null,\n                    \"deleteat\": null,\n                    \"idparametro\": {\n                        \"id\": 52,\n                        \"nombreparametro\": \"REDEBAN_TERMINAL\",\n                        \"estado\": true,\n                        \"createat\": \"2023-03-03T14:10:21.210Z\",\n                        \"updateat\": null,\n                        \"deleteat\": null\n                    }\n                },\n                {\n                    \"id\": 63,\n                    \"estado\": true,\n                    \"createat\": \"2023-10-05T16:06:42.405Z\",\n                    \"updateat\": null,\n                    \"deleteat\": null,\n                    \"idparametro\": {\n                        \"id\": 62,\n                        \"nombreparametro\": \"REDEBAN_KEY_3DS\",\n                        \"estado\": true,\n                        \"createat\": \"2023-10-10T18:47:26.055Z\",\n                        \"updateat\": null,\n                        \"deleteat\": null\n                    }\n                },\n                {\n                    \"id\": 64,\n                    \"estado\": true,\n                    \"createat\": \"2023-10-05T16:06:42.405Z\",\n                    \"updateat\": null,\n                    \"deleteat\": null,\n                    \"idparametro\": {\n                        \"id\": 63,\n                        \"nombreparametro\": \"REDEBAN_LOGIN_3DS\",\n                        \"estado\": true,\n                        \"createat\": \"2023-10-10T18:47:26.055Z\",\n                        \"updateat\": null,\n                        \"deleteat\": null\n                    }\n                }\n            ]\n        },\n        \"idform\": {\n            \"id\": \"486\",\n            \"name\": \"ANTIFRAUDEEEEEEEEV2\",\n            \"testmode\": false,\n            \"esabierto\": false,\n            \"status\": true,\n            \"customizable\": false,\n            \"createdat\": \"2025-01-27T21:07:17.285Z\",\n            \"updatedat\": null,\n            \"deletedat\": null,\n            \"idterminal\": {\n                \"id\": 488,\n                \"nombre\": \"PRUEBA ANTIFRAUDEEEEEEEE\",\n                \"webhook\": \"\",\n                \"createdat\": \"2025-01-27T21:05:23.173Z\",\n                \"updatedat\": null,\n                \"useclarsafe\": false,\n                \"habilitasubscripciones\": false,\n                \"reprocesarestados\": true,\n                \"habilitarnotificaciones\": true,\n                \"isdefaultmarcablanca\": false,\n                \"use3ds\": false,\n                \"red\": false,\n                \"diferred_payments\": false,\n                \"single_subscriptions\": false,\n                \"enablecardtokenization\": false,\n                \"reprocess_reference_payments\": false,\n                \"idmerchant\": {\n                    \"id\": \"2\",\n                    \"name\": \"http.cat\",\n                    \"logo\": \"https://paymentsway.co/wp-content/uploads/2021/05/logo-7.png\",\n                    \"url\": \"https://github.com\",\n                    \"contactinfo\": \"santiago.acostagalindo@gmail.com\",\n                    \"contactname\": \"Mauricio Ricaurte\",\n                    \"phone\": \"3227358312\",\n                    \"city\": \"Bogotá\",\n                    \"addressone\": \"DIr 2\",\n                    \"addresstwo\": \"dir 3\",\n                    \"zipcode\": \"\",\n                    \"legaldocument\": \"9011569983\",\n                    \"apikey\": \"D12&&HJAJSDJKALKSJDJ231123123O13$&Q5KNRU_-Z$?\",\n                    \"codigo_ciiu\": \"\",\n                    \"asobancariaBankCode\": 2,\n                    \"asobancariaAccountNumber\": \"445556611133122\",\n                    \"createdat\": \"2021-09-26T09:14:23.473Z\",\n                    \"updatedat\": null,\n                    \"persontype\": \"Juridica\",\n                    \"autorizacionSendEmails\": true,\n                    \"autorizacionEmails\": [\n                        \"jtalero91@gmail.com\"\n                    ],\n                    \"testMechant\": false,\n                    \"preRegistroId\": null,\n                    \"origenCompliance\": \"Payshop\",\n                    \"urlRetorno\": \"Payshop.com/retornnnnno2\",\n                    \"ismarcablanca\": false,\n                    \"enablet2p\": false,\n                    \"membersmaximum\": 10,\n                    \"email_validation\": null,\n                    \"enableDataphone\": false,\n                    \"adviser\": null,\n                    \"registerFinishDate\": null\n                }\n            }\n        },\n        \"idlinkpagoabierto\": null,\n        \"idlinkpago\": null,\n        \"currencycode\": {\n            \"id\": 1,\n            \"name\": \"Peso Colombiano\",\n            \"code\": \"COP\",\n            \"symbol\": \"$\",\n            \"createdat\": \"2021-09-27T02:05:13.945Z\",\n            \"updatedat\": null\n        },\n        \"idTarjeta\": {\n            \"id\": \"3690\",\n            \"uuidPl\": \"2626921b-bb2a-4305-8734-738f210a26ed\",\n            \"customerId\": \"cs1000856992\",\n            \"typeObject\": \"CARD\",\n            \"typePl\": \"C\",\n            \"token\": \"d3879e8cf246d2a9fbd0db46e013329a4772127a8634ea9b5fcb86ec1b9b29c888d60912fc96ff8320673d0570620967c959cb6d6671ce9145315a8b664c7ea4\",\n            \"brand\": \"VISA\",\n            \"country\": \"470\",\n            \"holder\": \"James Tellez\",\n            \"last4\": \"0011\",\n            \"isSaved\": true,\n            \"additional\": \"card12345\",\n            \"bank\": \"BANK OF VALLETTA P.L.C\",\n            \"prepaid\": \"false\",\n            \"bin\": \"401881\",\n            \"validationDate\": null,\n            \"creationDate\": \"2025-05-14T23:08:14.000Z\",\n            \"brandDescription\": \"Traditional\",\n            \"autorizacion1581\": true,\n            \"status\": true\n        },\n        \"transactionservices\": [\n            {\n                \"id\": 36115,\n                \"jsonresp\": \"[\\\"0\\\"]\",\n                \"status\": false,\n                \"createAt\": \"2025-05-14T16:08:13.371Z\",\n                \"updateAt\": null,\n                \"endpoint\": \"AntifraudServicesB-ValidarExistenciaPreviaPersonasPorApikeyComercio\",\n                \"request\": \"[null]\",\n                \"idservice\": {\n                    \"id\": 1,\n                    \"nombre\": \"CARD\",\n                    \"createdat\": \"2021-09-26T21:50:58.571Z\",\n                    \"updatedat\": \"2021-10-25T20:16:55.511Z\",\n                    \"estado\": \"Activo\",\n                    \"istransactional\": true,\n                    \"mensaje\": null\n                }\n            },\n            {\n                \"id\": 36125,\n                \"jsonresp\": \"[{\\\"message\\\":\\\"OK\\\",\\\"code\\\":200,\\\"current_time\\\":\\\"2025-05-14T18:16:55+0200\\\",\\\"order\\\":{\\\"uuid\\\":\\\"2AEF5E7A-92BC-4484-8235-C63DEC7401C8\\\",\\\"created\\\":\\\"2025-05-14T18:16:55+0200\\\",\\\"created_from_client_timezone\\\":\\\"2025-05-14T11:16:55-0500\\\",\\\"amount\\\":100000,\\\"currency\\\":\\\"978\\\",\\\"paid\\\":false,\\\"status\\\":\\\"CREATED\\\",\\\"safe\\\":false,\\\"refunded\\\":0,\\\"additional\\\":null,\\\"service\\\":\\\"PAYLANDS\\\",\\\"service_uuid\\\":\\\"6EE44325-288D-43C1-9B54-37E6669DEC2A\\\",\\\"customer\\\":\\\"cs1000856992\\\",\\\"cof_txnid\\\":null,\\\"transactions\\\":[],\\\"token\\\":\\\"6426730c3f297758ed7fc59271fa1fa07b13d0d727c287610358203755880937424d579e2c2aae502001c2ca022e49b1b1d3dc15b1545eaabb27643a653be2cc\\\",\\\"ip\\\":null,\\\"reference\\\":\\\"30497\\\",\\\"dynamic_descriptor\\\":\\\"Pago en PaymentsWay\\\",\\\"threeds_data\\\":null},\\\"client\\\":{\\\"uuid\\\":\\\"DC8433A6-ADBA-46DC-92E3-18FD9160686C\\\"},\\\"extra_data\\\":{\\\"payment\\\":{\\\"installments\\\":\\\"1\\\"}},\\\"validation_hash\\\":\\\"52ac35b330f6fbcfaee11cd60e4f64bbbae49aa81fecb4d8e087373b06c9ba7b\\\"},{\\\"message\\\":\\\"OK\\\",\\\"code\\\":200,\\\"current_time\\\":\\\"2025-05-14T18:29:05+0200\\\",\\\"order\\\":{\\\"uuid\\\":\\\"961B2572-260D-4D9C-A982-4C2EBF167957\\\",\\\"created\\\":\\\"2025-05-14T18:29:05+0200\\\",\\\"created_from_client_timezone\\\":\\\"2025-05-14T11:29:05-0500\\\",\\\"amount\\\":100000,\\\"currency\\\":\\\"978\\\",\\\"paid\\\":false,\\\"status\\\":\\\"CREATED\\\",\\\"safe\\\":false,\\\"refunded\\\":0,\\\"additional\\\":null,\\\"service\\\":\\\"PAYLANDS\\\",\\\"service_uuid\\\":\\\"6EE44325-288D-43C1-9B54-37E6669DEC2A\\\",\\\"customer\\\":\\\"cs1000856992\\\",\\\"cof_txnid\\\":null,\\\"transactions\\\":[],\\\"token\\\":\\\"6cb4528a3993a8e83ff45a6e258a6ab12f953b0f3b2ff7864d62c9a49b4a607a888a651eabd9cc3427ac57b1233daace2e7bdd798b05f3c8124e1e8d3c31f028\\\",\\\"ip\\\":null,\\\"reference\\\":\\\"30497\\\",\\\"dynamic_descriptor\\\":\\\"Pago en PaymentsWay\\\",\\\"threeds_data\\\":null},\\\"client\\\":{\\\"uuid\\\":\\\"DC8433A6-ADBA-46DC-92E3-18FD9160686C\\\"},\\\"extra_data\\\":{\\\"payment\\\":{\\\"installments\\\":\\\"1\\\"}},\\\"validation_hash\\\":\\\"c3359d86b2d721bc2b0a00df1c6b8206fad6e3270e5760b673f21d23d9aa715a\\\"}]\",\n                \"status\": false,\n                \"createAt\": \"2025-05-14T16:16:55.592Z\",\n                \"updateAt\": null,\n                \"endpoint\": \"CreateDiferredOrder\",\n                \"request\": \"[{\\\"customer_ext_id\\\":\\\"cs1000856992\\\",\\\"secure\\\":false,\\\"url_post\\\":\\\"\\\",\\\"url_ok\\\":\\\"http://4000/success\\\",\\\"url_ko\\\":\\\"http://4000/success\\\",\\\"description\\\":\\\"Descripcion de prueba\\\",\\\"extra_data\\\":{\\\"payment\\\":{\\\"installments\\\":\\\"1\\\"}},\\\"reference\\\":\\\"30497\\\",\\\"dynamic_descriptor\\\":\\\"Pago en PaymentsWay\\\",\\\"signature\\\":\\\"t8sX2lcUgAPjZ01gqnK7BDpW\\\",\\\"service\\\":\\\"6EE44325-288D-43C1-9B54-37E6669DEC2A\\\",\\\"operative\\\":\\\"DEFERRED\\\",\\\"amount\\\":100000},{\\\"customer_ext_id\\\":\\\"cs1000856992\\\",\\\"secure\\\":false,\\\"url_post\\\":\\\"\\\",\\\"url_ok\\\":\\\"http://4000/success\\\",\\\"url_ko\\\":\\\"http://4000/success\\\",\\\"description\\\":\\\"Descripcion de prueba\\\",\\\"extra_data\\\":{\\\"payment\\\":{\\\"installments\\\":\\\"1\\\"}},\\\"reference\\\":\\\"30497\\\",\\\"dynamic_descriptor\\\":\\\"Pago en PaymentsWay\\\",\\\"signature\\\":\\\"t8sX2lcUgAPjZ01gqnK7BDpW\\\",\\\"service\\\":\\\"6EE44325-288D-43C1-9B54-37E6669DEC2A\\\",\\\"operative\\\":\\\"DEFERRED\\\",\\\"amount\\\":100000}]\",\n                \"idservice\": {\n                    \"id\": 1,\n                    \"nombre\": \"CARD\",\n                    \"createdat\": \"2021-09-26T21:50:58.571Z\",\n                    \"updatedat\": \"2021-10-25T20:16:55.511Z\",\n                    \"estado\": \"Activo\",\n                    \"istransactional\": true,\n                    \"mensaje\": null\n                }\n            }\n        ]\n    },\n    \"errors\": null\n}"}],"_postman_id":"1c8a94b6-1ca2-4dee-a913-fb9b84e43386"},{"name":"confirm-diferred-order","id":"97f72250-b8ec-4f81-932e-aaac2f812902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"API KEY","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"reference\": \"0000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://serviceregisterpruebas.vepay.com.co/api/paylands-v2/confirm-diferred-order","urlObject":{"protocol":"https","path":["api","paylands-v2","confirm-diferred-order"],"host":["serviceregisterpruebas","vepay","com","co"],"query":[],"variable":[]}},"response":[{"id":"b1a95794-5000-4727-a311-b057ea753a59","name":"400 - La Transaccion no se registra","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"D12&&HJAJSDJKALKSJDJ231123123O13$&Q5KNRU_-Z$?","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"reference\": \"304970\" \r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/paylands-v2/confirm-diferred-order"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"ETag","value":"W/\"52-z2uEE2wl3UgAHMRm+rYxBjl15kg\""},{"key":"Date","value":"Wed, 14 May 2025 16:34:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"La transaccion no se registra\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"a0e1fd6e-ac74-4f08-b72e-fa6b489d072f","name":"200","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"D12&&HJAJSDJKALKSJDJ231123123O13$&Q5KNRU_-Z$?","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"reference\": \"30497\" \r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/paylands-v2/confirm-diferred-order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2669"},{"key":"ETag","value":"W/\"a6d-H8oZ1eDhLBndStdfG4FBSHH9GN0\""},{"key":"Date","value":"Wed, 14 May 2025 16:34:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"ConfirmDiferredOrder\",\n    \"item\": {\n        \"message\": \"OK\",\n        \"code\": 200,\n        \"current_time\": \"2025-05-14T18:34:44+0200\",\n        \"order\": {\n            \"uuid\": \"2AEF5E7A-92BC-4484-8235-C63DEC7401C8\",\n            \"created\": \"2025-05-14T18:16:55+0200\",\n            \"created_from_client_timezone\": \"2025-05-14T11:16:55-0500\",\n            \"amount\": 100000,\n            \"currency\": \"978\",\n            \"paid\": true,\n            \"status\": \"SUCCESS\",\n            \"safe\": false,\n            \"refunded\": 0,\n            \"additional\": null,\n            \"service\": \"PAYLANDS\",\n            \"service_uuid\": \"6EE44325-288D-43C1-9B54-37E6669DEC2A\",\n            \"customer\": \"cs1000856992\",\n            \"cof_txnid\": null,\n            \"transactions\": [\n                {\n                    \"uuid\": \"33D582A4-147C-4F62-B331-81F01B99F4E5\",\n                    \"created\": \"2025-05-14T18:31:59+0200\",\n                    \"created_from_client_timezone\": \"2025-05-14T11:31:59-0500\",\n                    \"operative\": \"DEFERRED\",\n                    \"amount\": 100000,\n                    \"authorization\": \"\",\n                    \"processor_id\": null,\n                    \"status\": \"SUCCESS\",\n                    \"error\": \"NONE\",\n                    \"source\": {\n                        \"object\": \"CARD\",\n                        \"uuid\": \"2626921B-BB2A-4305-8734-738F210A26ED\",\n                        \"type\": \"CREDIT\",\n                        \"token\": \"d3879e8cf246d2a9fbd0db46e013329a4772127a8634ea9b5fcb86ec1b9b29c888d60912fc96ff8320673d0570620967c959cb6d6671ce9145315a8b664c7ea4\",\n                        \"brand\": \"VISA\",\n                        \"country\": \"MT\",\n                        \"holder\": \"James Tellez\",\n                        \"bin\": 401881,\n                        \"last4\": \"0011\",\n                        \"is_saved\": true,\n                        \"expire_month\": \"12\",\n                        \"expire_year\": \"34\",\n                        \"additional\": \"card12345\",\n                        \"bank\": \"BANK OF VALLETTA P.L.C\",\n                        \"prepaid\": false,\n                        \"validation_date\": \"2025-05-14 18:31:59\",\n                        \"creation_date\": \"2025-05-14 18:08:14\",\n                        \"brand_description\": \"Traditional\",\n                        \"origin\": \"API\",\n                        \"cof\": {\n                            \"is_available\": true\n                        }\n                    },\n                    \"antifraud\": null,\n                    \"device\": null,\n                    \"error_details\": null,\n                    \"metadata\": []\n                },\n                {\n                    \"uuid\": \"611274B3-7CBF-47B1-9764-87C428046A4C\",\n                    \"created\": \"2025-05-14T18:34:43+0200\",\n                    \"created_from_client_timezone\": \"2025-05-14T11:34:43-0500\",\n                    \"operative\": \"CONFIRMATION\",\n                    \"amount\": 100000,\n                    \"authorization\": \"\",\n                    \"processor_id\": null,\n                    \"status\": \"SUCCESS\",\n                    \"error\": \"NONE\",\n                    \"source\": {\n                        \"object\": \"CARD\",\n                        \"uuid\": \"2626921B-BB2A-4305-8734-738F210A26ED\",\n                        \"type\": \"CREDIT\",\n                        \"token\": \"d3879e8cf246d2a9fbd0db46e013329a4772127a8634ea9b5fcb86ec1b9b29c888d60912fc96ff8320673d0570620967c959cb6d6671ce9145315a8b664c7ea4\",\n                        \"brand\": \"VISA\",\n                        \"country\": \"MT\",\n                        \"holder\": \"James Tellez\",\n                        \"bin\": 401881,\n                        \"last4\": \"0011\",\n                        \"is_saved\": true,\n                        \"expire_month\": \"12\",\n                        \"expire_year\": \"34\",\n                        \"additional\": \"card12345\",\n                        \"bank\": \"BANK OF VALLETTA P.L.C\",\n                        \"prepaid\": false,\n                        \"validation_date\": \"2025-05-14 18:31:59\",\n                        \"creation_date\": \"2025-05-14 18:08:14\",\n                        \"brand_description\": \"Traditional\",\n                        \"origin\": \"API\",\n                        \"cof\": {\n                            \"is_available\": true\n                        }\n                    },\n                    \"antifraud\": null,\n                    \"device\": null,\n                    \"error_details\": null,\n                    \"metadata\": []\n                }\n            ],\n            \"token\": null,\n            \"ip\": \"44.199.33.215\",\n            \"reference\": \"30497\",\n            \"dynamic_descriptor\": \"Pago en PaymentsWay\",\n            \"threeds_data\": null\n        },\n        \"client\": {\n            \"uuid\": \"DC8433A6-ADBA-46DC-92E3-18FD9160686C\"\n        },\n        \"extra_data\": {\n            \"payment\": {\n                \"installments\": \"1\"\n            }\n        },\n        \"validation_hash\": \"498e58e2a1f740573fbe78a86b0b6af68d15e379fd1702efd5d2d8c85981d03a\"\n    },\n    \"errors\": null\n}"}],"_postman_id":"97f72250-b8ec-4f81-932e-aaac2f812902"},{"name":"cancel-diferred-order","id":"e845dad7-a9ce-4179-b2e3-1d8e45e8a328","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"API KEY","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"reference\": \"0000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://serviceregisterpruebas.vepay.com.co/api/paylands-v2/cancel-diferred-order","urlObject":{"protocol":"https","path":["api","paylands-v2","cancel-diferred-order"],"host":["serviceregisterpruebas","vepay","com","co"],"query":[],"variable":[]}},"response":[{"id":"8be71b3a-6351-4ab8-a23a-fb0771bc2352","name":"400 - La Transaccion no se registra","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"D12&&HJAJSDJKALKSJDJ231123123O13$&Q5KNRU_-Z$?","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"reference\": \"305060\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/paylands-v2/cancel-diferred-order"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"ETag","value":"W/\"52-z2uEE2wl3UgAHMRm+rYxBjl15kg\""},{"key":"Date","value":"Wed, 14 May 2025 16:36:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"La transaccion no se registra\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"5a5b746d-83e5-48e9-a259-e1e1ceaa9ef0","name":"200","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"D12&&HJAJSDJKALKSJDJ231123123O13$&Q5KNRU_-Z$?","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n    \"reference\": \"30506\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/api/paylands-v2/cancel-diferred-order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2671"},{"key":"ETag","value":"W/\"a6f-o3qzKMznuVPjunJgMf/Q+1cBirI\""},{"key":"Date","value":"Wed, 14 May 2025 16:36:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"CancelDiferredOrder\",\n    \"item\": {\n        \"message\": \"OK\",\n        \"code\": 200,\n        \"current_time\": \"2025-05-14T18:36:46+0200\",\n        \"order\": {\n            \"uuid\": \"D8CA7E13-3C11-4DD0-9315-470E2FF0EEDC\",\n            \"created\": \"2025-05-14T18:36:19+0200\",\n            \"created_from_client_timezone\": \"2025-05-14T11:36:19-0500\",\n            \"amount\": 100000,\n            \"currency\": \"978\",\n            \"paid\": false,\n            \"status\": \"CANCELLED\",\n            \"safe\": false,\n            \"refunded\": 0,\n            \"additional\": null,\n            \"service\": \"PAYLANDS\",\n            \"service_uuid\": \"6EE44325-288D-43C1-9B54-37E6669DEC2A\",\n            \"customer\": \"cs1000856992\",\n            \"cof_txnid\": null,\n            \"transactions\": [\n                {\n                    \"uuid\": \"1B642517-33B4-441C-A57C-E846170E6914\",\n                    \"created\": \"2025-05-14T18:36:23+0200\",\n                    \"created_from_client_timezone\": \"2025-05-14T11:36:23-0500\",\n                    \"operative\": \"DEFERRED\",\n                    \"amount\": 100000,\n                    \"authorization\": \"\",\n                    \"processor_id\": null,\n                    \"status\": \"SUCCESS\",\n                    \"error\": \"NONE\",\n                    \"source\": {\n                        \"object\": \"CARD\",\n                        \"uuid\": \"4FAD77E3-F3DD-4EAB-AB83-FFC409B610AD\",\n                        \"type\": \"CREDIT\",\n                        \"token\": \"d3879e8cf246d2a9fbd0db46e013329a4772127a8634ea9b5fcb86ec1b9b29c888d60912fc96ff8320673d0570620967c959cb6d6671ce9145315a8b664c7ea4\",\n                        \"brand\": \"VISA\",\n                        \"country\": \"MT\",\n                        \"holder\": \"James Tellez\",\n                        \"bin\": 401881,\n                        \"last4\": \"0011\",\n                        \"is_saved\": true,\n                        \"expire_month\": \"12\",\n                        \"expire_year\": \"34\",\n                        \"additional\": \"card12345\",\n                        \"bank\": \"BANK OF VALLETTA P.L.C\",\n                        \"prepaid\": false,\n                        \"validation_date\": \"2025-05-14 18:36:23\",\n                        \"creation_date\": \"2025-05-14 18:36:10\",\n                        \"brand_description\": \"Traditional\",\n                        \"origin\": \"API\",\n                        \"cof\": {\n                            \"is_available\": true\n                        }\n                    },\n                    \"antifraud\": null,\n                    \"device\": null,\n                    \"error_details\": null,\n                    \"metadata\": []\n                },\n                {\n                    \"uuid\": \"EE6F39AB-724E-4931-B5BC-2C8747B4048B\",\n                    \"created\": \"2025-05-14T18:36:46+0200\",\n                    \"created_from_client_timezone\": \"2025-05-14T11:36:46-0500\",\n                    \"operative\": \"CANCELLATION\",\n                    \"amount\": 100000,\n                    \"authorization\": \"\",\n                    \"processor_id\": null,\n                    \"status\": \"SUCCESS\",\n                    \"error\": \"NONE\",\n                    \"source\": {\n                        \"object\": \"CARD\",\n                        \"uuid\": \"4FAD77E3-F3DD-4EAB-AB83-FFC409B610AD\",\n                        \"type\": \"CREDIT\",\n                        \"token\": \"d3879e8cf246d2a9fbd0db46e013329a4772127a8634ea9b5fcb86ec1b9b29c888d60912fc96ff8320673d0570620967c959cb6d6671ce9145315a8b664c7ea4\",\n                        \"brand\": \"VISA\",\n                        \"country\": \"MT\",\n                        \"holder\": \"James Tellez\",\n                        \"bin\": 401881,\n                        \"last4\": \"0011\",\n                        \"is_saved\": true,\n                        \"expire_month\": \"12\",\n                        \"expire_year\": \"34\",\n                        \"additional\": \"card12345\",\n                        \"bank\": \"BANK OF VALLETTA P.L.C\",\n                        \"prepaid\": false,\n                        \"validation_date\": \"2025-05-14 18:36:23\",\n                        \"creation_date\": \"2025-05-14 18:36:10\",\n                        \"brand_description\": \"Traditional\",\n                        \"origin\": \"API\",\n                        \"cof\": {\n                            \"is_available\": true\n                        }\n                    },\n                    \"antifraud\": null,\n                    \"device\": null,\n                    \"error_details\": null,\n                    \"metadata\": []\n                }\n            ],\n            \"token\": null,\n            \"ip\": \"44.199.33.215\",\n            \"reference\": \"30506\",\n            \"dynamic_descriptor\": \"Pago en PaymentsWay\",\n            \"threeds_data\": null\n        },\n        \"client\": {\n            \"uuid\": \"DC8433A6-ADBA-46DC-92E3-18FD9160686C\"\n        },\n        \"extra_data\": {\n            \"payment\": {\n                \"installments\": \"1\"\n            }\n        },\n        \"validation_hash\": \"351cf1cc035f55a2a7a81e3391af9cd0f5ac7cbabd35c7a9a5c6693972077112\"\n    },\n    \"errors\": null\n}"}],"_postman_id":"e845dad7-a9ce-4179-b2e3-1d8e45e8a328"}],"id":"96ae4ef8-e755-4ae1-b7ff-b8186851428b","description":"<p>Para poder ejecutar este flujo se deben seguir los siguientes pasos</p>\n<ol>\n<li>create person (Carpeta Esenciales)  </li>\n<li>create transactio (Carpeta Transacciones)  </li>\n<li>save-card-secure  </li>\n<li>create-diferred-order  </li>\n<li>execute-diferred-order  </li>\n<li>confirm-diferred-order || cancel-diferred-order</li>\n</ol>\n<p>Se elimina la necesidad de enviar los campos card_uuid y order_uuid, estos se infieren dentro de la API</p>\n<p>Tener en cuenta que: en entorno de pruebas las transacciones tendran un tiempo de vida maximo de 1 hora, por otro lado en produccion sera hasta las 23:59 pm del dia en curso</p>\n","_postman_id":"96ae4ef8-e755-4ae1-b7ff-b8186851428b"},{"name":"DAVIPLATA","item":[{"name":"CrearTransaccionDaviplata","id":"3dc173c3-39ee-4a9e-9a63-350c7b7e868a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"apikey","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"IdForm\": \"2\",\r\n    \"IdTerminal\": \"3\",\r\n    \"ExternalOrder\": \"Test-DAVIPLATA-01\",\r\n    \"AditionalData\": {\r\n        \"message\": \"\"\r\n    },\r\n    \"Ip\": \"127.0.0.0.1\",\r\n    \"ResponseUrl\": \"\",\r\n    \"IdPagador\": \"12\",\r\n    \"TipoDocumento\": \"03\",\r\n    \"FirstName\": \"\",\r\n    \"LastName\": \"z\",\r\n    \"Email\": \"gmail.com\",\r\n    \"PhoneNumber\": \"\",\r\n    \"Referencia\": \"\",\r\n    \"Valor\": \"\",\r\n    \"Descripcion\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearTransaccionDaviplata","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","CrearTransaccionDaviplata"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3dc173c3-39ee-4a9e-9a63-350c7b7e868a"},{"name":"Confirmar Transaccion Daviplata","id":"92494774-9f95-4364-9c43-ca04482a0ac0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\r\n        \"IdTransaccion\":\"\",\r\n        \"Otp\":\"\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://serviceregister.paymentsway.co/ClientAPI/ConfirmarTransaccionDaviplata","urlObject":{"protocol":"https","path":["ClientAPI","ConfirmarTransaccionDaviplata"],"host":["serviceregister","paymentsway","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"92494774-9f95-4364-9c43-ca04482a0ac0"}],"id":"b79b487c-33c7-4841-b804-f5be6a61b7c2","_postman_id":"b79b487c-33c7-4841-b804-f5be6a61b7c2","description":""},{"name":"DAVIVIENDA","item":[{"name":"CrearTransaccionDavivienda","id":"e7caeac9-8982-410e-995b-cd49557ea9ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // IdTransaccion: string\r\n    \"IdTransaccion\": \"1234567890\",\r\n    // IdPagador: string - \"IdPagador es un texto\"\r\n    \"IdPagador\": \"1234567890\",\r\n    // TipoDocumento: number - Debe ser un número positivo\r\n    \"TipoDocumento\": 1,\r\n    // FirstName: string - \"FirstName es un texto\"\r\n    \"FirstName\": \"Juan\",\r\n    // LastName: string - \"LastName es un texto\"\r\n    \"LastName\": \"Pérez\",\r\n    // Email: string - \"Email es un texto\"\r\n    \"Email\": \"juan.perez@example.com\",\r\n    // PhoneNumber: string - \"PhoneNumber es un texto\"\r\n    \"PhoneNumber\": \"1234567890\",\r\n    // Referencia: string - \"Referencia es un texto\"\r\n    \"Referencia\": \"ABC123\",\r\n    // Descripcion: string - \"Descripcion es un texto\"\r\n    \"Descripcion\": \"Pago de servicios\",\r\n    // PaisCodigo: string (opcional) - \"PaisCodigo es un texto\"\r\n    \"PaisCodigo\": \"COL\",\r\n    // EstadoCodigo: string (opcional) - \"EstadoCodigo es un texto\"\r\n    \"EstadoCodigo\": \"05\",\r\n    // CiudadCodigo: string (opcional) - \"CiudadCodigo es un texto\"\r\n    \"CiudadCodigo\": \"001\",\r\n    // CiudadNombre: string (opcional) - \"CiudadNombre es un texto\"\r\n    \"CiudadNombre\": \"Medellín\",\r\n    // IdForm: number - Debe ser un número positivo\r\n    \"IdForm\": 123,\r\n    // IdTerminal: number - Debe ser un número positivo\r\n    \"IdTerminal\": 456,\r\n    // Valor: number - Debe ser un número positivo\r\n    \"Valor\": 789000,\r\n    // ExternalOrder: string - \"ExternalOrder es un texto\"\r\n    \"ExternalOrder\": \"ORD123456\",\r\n    // AditionalData: any (opcional)\r\n    \"AditionalData\": {},\r\n    // Ip: string - \"Ip es un texto\"\r\n    \"Ip\": \"192.168.1.1\",\r\n    // ResponseUrl: string - \"ResponseUrl es un texto\"\r\n    \"ResponseUrl\": \"https://example.com/response\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/v2/CrearTransaccionDavivienda","urlObject":{"path":["ClientAPI","v2","CrearTransaccionDavivienda"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7caeac9-8982-410e-995b-cd49557ea9ac"}],"id":"9f301353-8e90-4ed6-a785-2cb185982cda","_postman_id":"9f301353-8e90-4ed6-a785-2cb185982cda","description":""},{"name":"PSE","item":[{"name":"CrearTransaccionPSE","id":"0e85f332-f904-48db-966c-d81df9a0cf95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // terminal_id: ID del terminal (Integer)\r\n    \"terminal_id\": 0,\r\n    // form_id: ID del formulario (Integer)\r\n    \"form_id\": 0,\r\n    // amount: Monto de la transacción (Integer)\r\n    \"amount\": 1000,\r\n    // external_order: Indicador proporcionado por el comercio (String)\r\n    \"external_order\": \"Indicador x comercio\",\r\n    // PersonType: Tipo de persona (String, \"0\" para persona natural, \"1\" para persona jurídica)\r\n    \"PersonType\": \"0\",\r\n    // identification_type: Tipo de identificación (Integer)\r\n    \"identification_type\": 0,\r\n    // Documento: Número de documento de identificación (String)\r\n    \"Documento\": \"00000000000\",\r\n    // Correo: Correo electrónico del usuario (String)\r\n    \"Correo\": \"test@api.com\",\r\n    // Nombres: Nombres del usuario (String)\r\n    \"Nombres\": \"\",\r\n    // Apellidos: Apellidos del usuario (String)\r\n    \"Apellidos\": \"\",\r\n    // Celular: Número de celular del usuario (String)\r\n    \"Celular\": \"000000000000\",\r\n    // Direccion: Dirección del usuario (String)\r\n    \"Direccion\": \"\",\r\n    // CodigoBanco: Código del banco (String)\r\n    \"CodigoBanco\": \"1578\",\r\n    // NombreBanco: Nombre del banco (String)\r\n    \"NombreBanco\": \"DAVIVIENDA\",\r\n    // entityurl: URL de la entidad (String)\r\n    \"entityurl\": \"\",\r\n    // ip: Dirección IP del usuario (String)\r\n    \"ip\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/v2/CrearTransaccionPSE","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","v2","CrearTransaccionPSE"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[{"id":"46fcb599-7dd0-4b30-81dc-d2ed4af8d0de","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<apikey>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // terminal_id: ID del terminal (Integer)\r\n    \"terminal_id\": 45645635,\r\n    // form_id: ID del formulario (Integer)\r\n    \"form_id\": 234234324322,\r\n    // amount: Monto de la transacción (Integer)\r\n    \"amount\": 1000,\r\n    // external_order: Indicador proporcionado por el comercio (String)\r\n    \"external_order\": \"Indicador x comercioesdaasdds\",\r\n    // PersonType: Tipo de persona (String, \"0\" para persona natural, \"1\" para persona jurídica)\r\n    \"PersonType\": \"0\",\r\n    // identification_type: Tipo de identificación (Integer)\r\n    \"identification_type\": 4,\r\n    // Documento: Número de documento de identificación (String)\r\n    \"Documento\": \"3053581036\",\r\n    // Correo: Correo electrónico del usuario (String)\r\n    \"Correo\": \"test@api.com\",\r\n    // Nombres: Nombres del usuario (String)\r\n    \"Nombres\": \"pruebas\",\r\n    // Apellidos: Apellidos del usuario (String)\r\n    \"Apellidos\": \"pruebas\",\r\n    // Celular: Número de celular del usuario (String)\r\n    \"Celular\": \"3053581036\",\r\n    // Direccion: Dirección del usuario (String)\r\n    \"Direccion\": \"pruebas\",\r\n    // CodigoBanco: Código del banco (String)\r\n    \"CodigoBanco\": \"3245\",\r\n    // NombreBanco: Nombre del banco (String)\r\n    \"NombreBanco\": \"DAVIVIENDA\",\r\n    // entityurl: URL de la entidad (String)\r\n    \"entityurl\": \"prueabs\",\r\n    // ip: Dirección IP del usuario (String)\r\n    \"ip\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/v2/CrearTransaccionPSE"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"373"},{"key":"ETag","value":"W/\"175-x/GVeAQ4x2WlQbciDN+dQvYDK0g\""},{"key":"Date","value":"Wed, 08 Oct 2025 22:08:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"CrearTransaccionPseV2\",\n    \"item\": {\n        \"MESSAGE\": \"La información se ha guardado correctamente.\",\n        \"STATUS\": true,\n        \"ID\": \"42932137\",\n        \"DATA\": {\n            \"returnCode\": \"SUCCESS\",\n            \"errorDetails\": null,\n            \"trazabilityCode\": \"13218313286612319042\",\n            \"pseURL\": \"https://registro.pse.com.co/PSENF/index.html?enc=fr324fd6423%23142bsWQXMIBnwJGQq24SUASDFok%3OIP24452DF3G5C4XAXZASSDADQWE2QWERfvvBbN8VBNILiOyKHGoHJCUdGJisfFgsg%2bqkñg%65479763d\",\n            \"transactionCycle\": 5\n        }\n    },\n    \"errors\": null\n}"},{"id":"7ab2d452-fbfc-4d2d-a9c9-9f09b9e045ac","name":"Campos importantes faltantes o vacios","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<apikey>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // terminal_id: ID del terminal (Integer)\r\n    \"terminal_id\": 45645635,\r\n    // form_id: ID del formulario (Integer)\r\n    \"form_id\": 234234324322,\r\n    // amount: Monto de la transacción (Integer)\r\n    \"amount\": 1000,\r\n    // external_order: Indicador proporcionado por el comercio (String)\r\n    \"external_order\": \"\",\r\n    // PersonType: Tipo de persona (String, \"0\" para persona natural, \"1\" para persona jurídica)\r\n    \"PersonType\": \"0\",\r\n    // identification_type: Tipo de identificación (Integer)\r\n    \"identification_type\": 4,\r\n    // Documento: Número de documento de identificación (String)\r\n    // \"Documento\": \"3053581036\",\r\n    // Correo: Correo electrónico del usuario (String)\r\n    // \"Correo\": \"test@api.com\",\r\n    // Nombres: Nombres del usuario (String)\r\n    // \"Nombres\": \"pruebas\",\r\n    // Apellidos: Apellidos del usuario (String)\r\n    // \"Apellidos\": \"pruebas\",\r\n    // Celular: Número de celular del usuario (String)\r\n    // \"Celular\": \"3053581036\",\r\n    // Direccion: Dirección del usuario (String)\r\n    \"Direccion\": \"pruebas\",\r\n    // CodigoBanco: Código del banco (String)\r\n    // \"CodigoBanco\": \"3245\",\r\n    // NombreBanco: Nombre del banco (String)\r\n    // \"NombreBanco\": \"DAVIVIENDA\",\r\n    // entityurl: URL de la entidad (String)\r\n    // \"entityurl\": \"prueabs\",\r\n    // ip: Dirección IP del usuario (String)\r\n    \"ip\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/v2/CrearTransaccionPSE"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"211"},{"key":"ETag","value":"W/\"d3-OYa9MZX7W6Zu99kq8gW18keT7mo\""},{"key":"Date","value":"Wed, 08 Oct 2025 22:20:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Faltan los siguientes datos obligatorios (8): Correo, Documento, Nombres, Apellidos, CodigoBanco, NombreBanco, entityurl y Celular.\",\n    \"item\": \"ClientC-CrearTransaccionPseV2\",\n    \"errors\": null\n}"}],"_postman_id":"0e85f332-f904-48db-966c-d81df9a0cf95"},{"name":"CrearTransaccionPSE Copy","id":"1eda4539-2576-405f-8f1f-ada17c35a3ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // terminal_id: ID del terminal (Integer)\r\n    \"terminal_id\": 0,\r\n    // form_id: ID del formulario (Integer)\r\n    \"form_id\": 0,\r\n    // amount: Monto de la transacción (Integer)\r\n    \"amount\": 1000,\r\n    // external_order: Indicador proporcionado por el comercio (String)\r\n    \"external_order\": \"Indicador x comercio\",\r\n    // PersonType: Tipo de persona (String, \"0\" para persona natural, \"1\" para persona jurídica)\r\n    \"PersonType\": \"0\",\r\n    // identification_type: Tipo de identificación (Integer)\r\n    \"identification_type\": 0,\r\n    // Documento: Número de documento de identificación (String)\r\n    \"Documento\": \"00000000000\",\r\n    // Correo: Correo electrónico del usuario (String)\r\n    \"Correo\": \"test@api.com\",\r\n    // Nombres: Nombres del usuario (String)\r\n    \"Nombres\": \"\",\r\n    // Apellidos: Apellidos del usuario (String)\r\n    \"Apellidos\": \"\",\r\n    // Celular: Número de celular del usuario (String)\r\n    \"Celular\": \"000000000000\",\r\n    // Direccion: Dirección del usuario (String)\r\n    \"Direccion\": \"\",\r\n    // CodigoBanco: Código del banco (String)\r\n    \"CodigoBanco\": \"1578\",\r\n    // NombreBanco: Nombre del banco (String)\r\n    \"NombreBanco\": \"DAVIVIENDA\",\r\n    // entityurl: URL de la entidad (String)\r\n    \"entityurl\": \"\",\r\n    // ip: Dirección IP del usuario (String)\r\n    \"ip\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/v2/CrearTransaccionPSE","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","v2","CrearTransaccionPSE"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[{"id":"87d8e2ee-7d6f-435f-8de0-a476843dc914","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<apikey>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // terminal_id: ID del terminal (Integer)\r\n    \"terminal_id\": 45645635,\r\n    // form_id: ID del formulario (Integer)\r\n    \"form_id\": 234234324322,\r\n    // amount: Monto de la transacción (Integer)\r\n    \"amount\": 1000,\r\n    // external_order: Indicador proporcionado por el comercio (String)\r\n    \"external_order\": \"Indicador x comercioesdaasdds\",\r\n    // PersonType: Tipo de persona (String, \"0\" para persona natural, \"1\" para persona jurídica)\r\n    \"PersonType\": \"0\",\r\n    // identification_type: Tipo de identificación (Integer)\r\n    \"identification_type\": 4,\r\n    // Documento: Número de documento de identificación (String)\r\n    \"Documento\": \"3053581036\",\r\n    // Correo: Correo electrónico del usuario (String)\r\n    \"Correo\": \"test@api.com\",\r\n    // Nombres: Nombres del usuario (String)\r\n    \"Nombres\": \"pruebas\",\r\n    // Apellidos: Apellidos del usuario (String)\r\n    \"Apellidos\": \"pruebas\",\r\n    // Celular: Número de celular del usuario (String)\r\n    \"Celular\": \"3053581036\",\r\n    // Direccion: Dirección del usuario (String)\r\n    \"Direccion\": \"pruebas\",\r\n    // CodigoBanco: Código del banco (String)\r\n    \"CodigoBanco\": \"3245\",\r\n    // NombreBanco: Nombre del banco (String)\r\n    \"NombreBanco\": \"DAVIVIENDA\",\r\n    // entityurl: URL de la entidad (String)\r\n    \"entityurl\": \"prueabs\",\r\n    // ip: Dirección IP del usuario (String)\r\n    \"ip\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/v2/CrearTransaccionPSE"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"373"},{"key":"ETag","value":"W/\"175-x/GVeAQ4x2WlQbciDN+dQvYDK0g\""},{"key":"Date","value":"Wed, 08 Oct 2025 22:08:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"CrearTransaccionPseV2\",\n    \"item\": {\n        \"MESSAGE\": \"La información se ha guardado correctamente.\",\n        \"STATUS\": true,\n        \"ID\": \"42932137\",\n        \"DATA\": {\n            \"returnCode\": \"SUCCESS\",\n            \"errorDetails\": null,\n            \"trazabilityCode\": \"13218313286612319042\",\n            \"pseURL\": \"https://registro.pse.com.co/PSENF/index.html?enc=fr324fd6423%23142bsWQXMIBnwJGQq24SUASDFok%3OIP24452DF3G5C4XAXZASSDADQWE2QWERfvvBbN8VBNILiOyKHGoHJCUdGJisfFgsg%2bqkñg%65479763d\",\n            \"transactionCycle\": 5\n        }\n    },\n    \"errors\": null\n}"},{"id":"dfd9198a-1a93-4cc3-9604-1c130d4b8fa0","name":"Campos importantes faltantes o vacios","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<apikey>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // terminal_id: ID del terminal (Integer)\r\n    \"terminal_id\": 45645635,\r\n    // form_id: ID del formulario (Integer)\r\n    \"form_id\": 234234324322,\r\n    // amount: Monto de la transacción (Integer)\r\n    \"amount\": 1000,\r\n    // external_order: Indicador proporcionado por el comercio (String)\r\n    \"external_order\": \"\",\r\n    // PersonType: Tipo de persona (String, \"0\" para persona natural, \"1\" para persona jurídica)\r\n    \"PersonType\": \"0\",\r\n    // identification_type: Tipo de identificación (Integer)\r\n    \"identification_type\": 4,\r\n    // Documento: Número de documento de identificación (String)\r\n    // \"Documento\": \"3053581036\",\r\n    // Correo: Correo electrónico del usuario (String)\r\n    // \"Correo\": \"test@api.com\",\r\n    // Nombres: Nombres del usuario (String)\r\n    // \"Nombres\": \"pruebas\",\r\n    // Apellidos: Apellidos del usuario (String)\r\n    // \"Apellidos\": \"pruebas\",\r\n    // Celular: Número de celular del usuario (String)\r\n    // \"Celular\": \"3053581036\",\r\n    // Direccion: Dirección del usuario (String)\r\n    \"Direccion\": \"pruebas\",\r\n    // CodigoBanco: Código del banco (String)\r\n    // \"CodigoBanco\": \"3245\",\r\n    // NombreBanco: Nombre del banco (String)\r\n    // \"NombreBanco\": \"DAVIVIENDA\",\r\n    // entityurl: URL de la entidad (String)\r\n    // \"entityurl\": \"prueabs\",\r\n    // ip: Dirección IP del usuario (String)\r\n    \"ip\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/v2/CrearTransaccionPSE"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"211"},{"key":"ETag","value":"W/\"d3-OYa9MZX7W6Zu99kq8gW18keT7mo\""},{"key":"Date","value":"Wed, 08 Oct 2025 22:20:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Faltan los siguientes datos obligatorios (8): Correo, Documento, Nombres, Apellidos, CodigoBanco, NombreBanco, entityurl y Celular.\",\n    \"item\": \"ClientC-CrearTransaccionPseV2\",\n    \"errors\": null\n}"}],"_postman_id":"1eda4539-2576-405f-8f1f-ada17c35a3ff"},{"name":"ObtenerListadoBancos","id":"f0216cb6-2187-40b0-b620-989648e1474a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{apikey}}","type":"text"}],"url":"{{URL}}/ClientAPI/ObtenerListadoBancos","urlObject":{"path":["ClientAPI","ObtenerListadoBancos"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"c6ebd768-3652-4f9f-83dd-4af9a533badb","name":"Sucess","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<apikey>","type":"text"}],"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ObtenerListadoBancos"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5460"},{"key":"ETag","value":"W/\"1554-6nXUi5aeGW70urXUJkw8rbC/7ic\""},{"key":"Date","value":"Thu, 09 Oct 2025 12:43:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1812312309,\n        \"nombre\": \"BANCO UNION COLOMBIANO\",\n        \"codigoach\": \"2135432\",\n        \"estado\": true,\n        \"createdat\": \"2023-11-06T15:34:58.485Z\",\n        \"updatedat\": null\n    },\n    {\n        \"id\": 1812310,\n        \"nombre\": \"BANCO UNION COLOMBIANO FD2\",\n        \"codigoach\": \"1123042305\",\n        \"estado\": true,\n        \"createdat\": \"2024-12-06T15:34:58.485Z\",\n        \"updatedat\": null\n    }\n]"}],"_postman_id":"f0216cb6-2187-40b0-b620-989648e1474a"}],"id":"77b19009-5636-4982-ac1c-a0eb88309f8b","_postman_id":"77b19009-5636-4982-ac1c-a0eb88309f8b","description":""},{"name":"Nequi","item":[{"name":"EjecutarTransactionNequi","id":"19e0716a-068d-4788-93a5-637f6dea879b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // string: Identificador único de la transacción\r\n    // este se obtiene mediante el metodo CrearTransaccion\r\n    \"TransactionID\": \"77777\",\r\n    // string: Número de teléfono del usuario\r\n    \"phoneNumber\": \"3277772462\",\r\n    // string: Valor de la transacción\r\n    \"value\": \"1000\",\r\n    // string: Referencia adicional 1, debe ser la ip\r\n    \"reference1\": \"string\",\r\n    // string: Referencia adicional 2, debe ser la identificacion\r\n    \"reference2\": \"string\",\r\n    // string: Referencia adicional 3, debe ser el TransactionID\r\n    \"reference3\": \"string\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/EjecutarTransactionNequi","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","EjecutarTransactionNequi"],"host":["{{HOST}}"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"480087a6-38af-4461-9081-adeed27cef90","name":"ERROR DE ESTRUCTURA","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // string: Identificador único de la transacción\r\n    // \"TransactionID\": \"7244\",\r\n    // string: Número de teléfono del usuario\r\n    \"phoneNumber\": \"325555522462\",\r\n    // string: Valor de la transacción\r\n    \"value\": \"10000\",\r\n    // string: Referencia adicional 1\r\n    \"reference1\": \"string\",\r\n    // string: Referencia adicional 2\r\n    \"reference2\": \"string\",\r\n    // string: Referencia adicional 3\r\n    \"reference3\": \"string\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/EjecutarTransactionNequi","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","EjecutarTransactionNequi"],"query":[{"key":"","value":"","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"189"},{"key":"ETag","value":"W/\"bd-+7YsYukPFqEOwFLBcjWeV0gxxqU\""},{"key":"Date","value":"Fri, 20 Sep 2024 16:02:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Campos Incompletos\",\n    \"item\": null,\n    \"errors\": [\n        {\n            \"item\": \"TransactionID\",\n            \"previusValue\": \"\",\n            \"message\": \"TransactionID must be a string, TransactionID should not be empty\"\n        }\n    ]\n}"},{"id":"f2bc8d81-5a09-4c87-9cfe-6e7ade95aeb2","name":"ERROR DE CABECERAS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    // string: Identificador único de la transacción\r\n    \"TransactionID\": \"77777777\",\r\n    // string: Número de teléfono del usuario\r\n    \"phoneNumber\": \"325555522462\",\r\n    // string: Valor de la transacción\r\n    \"value\": \"10000\",\r\n    // string: Referencia adicional 1\r\n    \"reference1\": \"string\",\r\n    // string: Referencia adicional 2\r\n    \"reference2\": \"string\",\r\n    // string: Referencia adicional 3\r\n    \"reference3\": \"string\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/EjecutarTransactionNequi","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","EjecutarTransactionNequi"],"query":[{"key":"","value":"","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"ETag","value":"W/\"3d-VUSqHTe122AC8mUL234H74MNdaQ\""},{"key":"Date","value":"Fri, 20 Sep 2024 16:14:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tu petición no tiene cabecera de autorización\"\n}"},{"id":"0be1f5ed-cf18-45b4-a948-070485c83adf","name":"ERROR DE HERENCIA","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // string: Identificador único de la transacción\r\n    \"TransactionID\": \"7777777\",\r\n    // string: Número de teléfono del usuario\r\n    \"phoneNumber\": \"325555522462\",\r\n    // string: Valor de la transacción\r\n    \"value\": \"1000\",\r\n    // string: Referencia adicional 1\r\n    \"reference1\": \"string\",\r\n    // string: Referencia adicional 2\r\n    \"reference2\": \"string\",\r\n    // string: Referencia adicional 3\r\n    \"reference3\": \"string\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/EjecutarTransactionNequi","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","EjecutarTransactionNequi"],"query":[{"key":"","value":"","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"106"},{"key":"ETag","value":"W/\"6a-efRz8H77cLsYZxNk9H3ruIvrEgE\""},{"key":"Date","value":"Fri, 20 Sep 2024 16:16:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"NequiB: La transaccion no pertece al comercio enviado\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"c1c99b9f-f4f7-4027-8259-4ebdd7287883","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // string: Identificador único de la transacción\r\n    \"TransactionID\": \"7777777\",\r\n    // string: Número de teléfono del usuario\r\n    \"phoneNumber\": \"325555522462\",\r\n    // string: Código de identificación, por ejemplo NIT o algún otro tipo de documento\r\n    \"code\": \"NIT_1\",\r\n    // string: Valor de la transacción\r\n    \"value\": \"10000\",\r\n    // string: Referencia adicional 1\r\n    \"reference1\": \"string\",\r\n    // string: Referencia adicional 2\r\n    \"reference2\": \"string\",\r\n    // string: Referencia adicional 3\r\n    \"reference3\": \"string\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/EjecutarTransactionNequi","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","EjecutarTransactionNequi"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"892"},{"key":"ETag","value":"W/\"37c-qWW0sW2zIHnPrkap80R/HEEE6gk\""},{"key":"Date","value":"Fri, 20 Sep 2024 16:22:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"EjecutarTransactionNequi Succes\",\n    \"item\": {\n        \"id\": \"7777777\",\n        \"issubscription\": false,\n        \"amount\": 100,\n        \"externalorder\": \"TEST-NEQUI-001\",\n        \"urllanding\": \"\",\n        \"origen\": \"local-api\",\n        \"nextpaymentdate\": null,\n        \"ip\": \"181.59.148.100\",\n        \"fullname\": \"\",\n        \"status\": null,\n        \"createdat\": \"2024-09-20T16:04:37.081Z\",\n        \"updatedat\": \"2024-09-20T16:22:35.906Z\",\n        \"deletedat\": null,\n        \"jsonresponse\": \"{\\\"unregisteredPaymentRS\\\":{\\\"transactionId\\\":\\\"350-PaymentsWay-2222-PW00000\\\"}}\",\n        \"additionaldata\": \"{}\",\n        \"responseUrl\": \"\",\n        \"validateResponse\": false,\n        \"paymentedat\": null,\n        \"firstjsonresponse\": \"{\\\"unregisteredPaymentRS\\\":{\\\"transactionId\\\":\\\"350-PaymentsWay-2222-PW00000\\\"}}\",\n        \"clearsaferesponse\": null,\n        \"originalAmount\": null,\n        \"conversionRate\": null,\n        \"discountedamount\": null,\n        \"isRedeban\": false,\n        \"consultaActual\": 0,\n        \"idstatus\": {\n            \"id\": 35,\n            \"nombre\": \"Pendiente\",\n            \"createdat\": \"2021-09-27T18:15:35.231Z\",\n            \"updatedat\": null\n        }\n    },\n    \"errors\": null\n}"}],"_postman_id":"19e0716a-068d-4788-93a5-637f6dea879b"},{"name":"CancelTransactionNequi","id":"1aac20ca-307a-4b0e-b75d-49c273575aa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"TransactionID\": \"77777\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CancelTransactionNequi","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","CancelTransactionNequi"],"host":["{{HOST}}"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"55087e32-1e9d-4618-b14f-80ac3863b4ae","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"TransactionID\": \"14124\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CancelTransactionNequi","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","CancelTransactionNequi"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"854"},{"key":"ETag","value":"W/\"356-pgxhnDa91TeMkliUzU4tdpSJ4kw\""},{"key":"Date","value":"Fri, 20 Sep 2024 17:03:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"CancelTransactionNequi Success\",\n    \"item\": {\n        \"id\": \"14124\",\n        \"issubscription\": false,\n        \"amount\": 100,\n        \"externalorder\": \"TEST-NEQUI-002\",\n        \"urllanding\": \"\",\n        \"origen\": \"local-api\",\n        \"nextpaymentdate\": null,\n        \"ip\": \"181.59.148.100\",\n        \"fullname\": \"\",\n        \"status\": null,\n        \"createdat\": \"2024-09-20T17:02:36.840Z\",\n        \"updatedat\": \"2024-09-20T17:03:37.511Z\",\n        \"deletedat\": null,\n        \"jsonresponse\": \"{\\\"StatusCode\\\":\\\"0\\\",\\\"StatusDesc\\\":\\\"SUCCESS\\\"}\",\n        \"additionaldata\": \"{}\",\n        \"responseUrl\": \"\",\n        \"validateResponse\": false,\n        \"paymentedat\": null,\n        \"firstjsonresponse\": \"{\\\"unregisteredPaymentRS\\\":{\\\"transactionId\\\":\\\"350-PaymentsWay-7584820-PW00014124\\\"}}\",\n        \"clearsaferesponse\": null,\n        \"originalAmount\": null,\n        \"conversionRate\": null,\n        \"discountedamount\": null,\n        \"isRedeban\": false,\n        \"consultaActual\": 0,\n        \"idstatus\": {\n            \"id\": 38,\n            \"nombre\": \"Cancelada\",\n            \"createdat\": \"2022-01-07T01:04:22.390Z\",\n            \"updatedat\": null\n        }\n    },\n    \"errors\": null\n}"},{"id":"c1865c97-a247-4246-88ed-ce855a7e03ff","name":"ERROR DE ESTRUCTURA","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CancelTransactionNequi","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","CancelTransactionNequi"],"query":[{"key":"","value":"","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"94"},{"key":"ETag","value":"W/\"5e-/n+AZu/McUjOiV6dQt8VPLCKNwM\""},{"key":"Date","value":"Fri, 20 Sep 2024 17:04:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"No se registra la propiedad TransactionID\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"79ebe379-3da7-47c2-acc3-b23e3a68ef04","name":"ERROR DE AUTORIZACION","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CancelTransactionNequi","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","CancelTransactionNequi"],"query":[{"key":"","value":"","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"ETag","value":"W/\"3d-VUSqHTe122AC8mUL234H74MNdaQ\""},{"key":"Date","value":"Fri, 20 Sep 2024 17:04:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tu petición no tiene cabecera de autorización\"\n}"},{"id":"20f37382-a3e0-48f9-b731-45b515a88852","name":"ERROR ESTADO PREVIO","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"TransactionID\": \"14124\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CancelTransactionNequi","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","CancelTransactionNequi"],"query":[{"key":"","value":"","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"ETag","value":"W/\"6b-eOT9DjAj1wuJI/AcsIFAuKuvHsc\""},{"key":"Date","value":"Fri, 20 Sep 2024 17:05:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"NequiB: La transaccion ya registra el estado Cancelada\",\n    \"item\": null,\n    \"errors\": null\n}"}],"_postman_id":"1aac20ca-307a-4b0e-b75d-49c273575aa8"},{"name":"ReverseTransactionNequi","id":"f229e90f-1119-429b-b28b-86274e0680bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"TransactionID\": \"7777\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ReverseTransactionNequi","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","ReverseTransactionNequi"],"host":["{{HOST}}"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"f0c245eb-1da7-4f32-8961-8ea218ed3c38","name":"ERROR DE ESTRUCTURA","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ReverseTransactionNequi","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","ReverseTransactionNequi"],"query":[{"key":"","value":"","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"94"},{"key":"ETag","value":"W/\"5e-/n+AZu/McUjOiV6dQt8VPLCKNwM\""},{"key":"Date","value":"Fri, 20 Sep 2024 17:04:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"No se registra la propiedad TransactionID\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"598c560f-12c2-47c5-baa7-1945129f4fa1","name":"ERROR DE AUTORIZACION","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ReverseTransactionNequi","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","ReverseTransactionNequi"],"query":[{"key":"","value":"","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"ETag","value":"W/\"3d-VUSqHTe122AC8mUL234H74MNdaQ\""},{"key":"Date","value":"Fri, 20 Sep 2024 17:04:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tu petición no tiene cabecera de autorización\"\n}"},{"id":"d56c7d23-0f34-4e46-8e2f-8d4bb950941d","name":"ERROR ESTADO PREVIO","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"TransactionID\": \"14124\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ReverseTransactionNequi","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","ReverseTransactionNequi"],"query":[{"key":"","value":"","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"ETag","value":"W/\"6b-eOT9DjAj1wuJI/AcsIFAuKuvHsc\""},{"key":"Date","value":"Fri, 20 Sep 2024 17:05:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"NequiB: La transaccion ya registra el estado Cancelada\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"a65e7104-b7b2-465c-8658-2faaf1e4b184","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"TransactionID\": \"77777\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/ReverseTransactionNequi","protocol":"{{HTTPSORNOT}}","host":["{{HOST}}"],"port":"{{PORT}}","path":["ClientAPI","ReverseTransactionNequi"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"879"},{"key":"ETag","value":"W/\"36f-RtqBNmuuiZ3OIg8ItIigr/cgOeo\""},{"key":"Date","value":"Fri, 20 Sep 2024 17:26:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"ReverseTransactionNequi Success\",\n    \"item\": {\n        \"id\": \"14125\",\n        \"issubscription\": false,\n        \"amount\": 100,\n        \"externalorder\": \"TEST-NEQUI-003\",\n        \"urllanding\": \"\",\n        \"origen\": \"local-api\",\n        \"nextpaymentdate\": null,\n        \"ip\": \"181.59.148.100\",\n        \"fullname\": \"\",\n        \"status\": null,\n        \"createdat\": \"2024-09-20T17:16:44.626Z\",\n        \"updatedat\": \"2024-09-20T17:26:16.799Z\",\n        \"deletedat\": null,\n        \"jsonresponse\": \"{\\\"StatusCode\\\":\\\"0\\\",\\\"StatusDesc\\\":\\\"SUCCESS\\\"}\",\n        \"additionaldata\": \"{}\",\n        \"responseUrl\": \"\",\n        \"validateResponse\": false,\n        \"paymentedat\": \"2024-09-20T17:25:08.046Z\",\n        \"firstjsonresponse\": \"{\\\"unregisteredPaymentRS\\\":{\\\"transactionId\\\":\\\"350-PaymentsWay-7584820-PW00014125\\\"}}\",\n        \"clearsaferesponse\": null,\n        \"originalAmount\": null,\n        \"conversionRate\": null,\n        \"discountedamount\": null,\n        \"isRedeban\": false,\n        \"consultaActual\": 0,\n        \"idstatus\": {\n            \"id\": 39,\n            \"nombre\": \"Reembolsada\",\n            \"createdat\": \"2022-02-08T01:43:28.029Z\",\n            \"updatedat\": null\n        }\n    },\n    \"errors\": null\n}"}],"_postman_id":"f229e90f-1119-429b-b28b-86274e0680bb"}],"id":"3b83fc40-3374-4464-9373-802d1fa074fc","_postman_id":"3b83fc40-3374-4464-9373-802d1fa074fc","description":""},{"name":"TC EMBEDED","item":[{"name":"Tokenizar Persona","id":"4d87beab-cb8f-4c27-8992-56c24c735791","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"YjEwYjBlOGYwNmMzNzNkODgyN2E0YThjZGY3ZTg2MWE3YTQ0OWQzZjM0ZDlkNzEzMDU1NTBkNTg3OTYyNzczY2M0ZDJkZmFjYmQ4NDMzZmI3MjBiMWY4MmM4ZTdlYWU4NDEwYmZkMzg3MzU3ZTQyZjhkZWNlMTg5YjJhMzYyOGM=","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"documento\": \"1000732580\",\r\n    \"identification_type\": 4,\r\n    \"url\": \"http://127.0.0.1:5500\",\r\n    \"form_id\": 2377,\r\n    \"idperson\": 314, // Persona con la que se tokeniza la tarjeta \r\n    \"amount\": \"100\",\r\n    \"external_order\": \"1211311212\",\r\n    \"ip\": \"127.0.0.1\",\r\n    \"additionalData\": \"\",\r\n    \"currencycode\": \"COP\",\r\n    \"description\": \"Some Desc\",\r\n    \"installments\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://serviceregister.paymentsway.co/ClientAPI/TokenizarDatosPersona","urlObject":{"protocol":"https","path":["ClientAPI","TokenizarDatosPersona"],"host":["serviceregister","paymentsway","co"],"query":[],"variable":[]}},"response":[{"id":"1bafffe0-e41c-4d45-8f26-366208ff8996","name":"Error de Structura","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"documento\": \"0000000000\",\r\n    \"identification_type\": 4,\r\n    \"url\": \"URL DEL COMERCIO\",\r\n    \"form_id\": 368,\r\n    \"idperson\": 8, // Persona con la que se tokeniza la tarjeta \r\n    \"amount\": \"100\",\r\n    \"external_order\": \"Test_02\",\r\n    \"ip\": \"127.0.0.1\",\r\n    \"additionalData\": \"\",\r\n    \"currencycode\": \"COP\",\r\n    \"description\": \"Some Desc\",\r\n    \"installments\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/TokenizarDatosPersona"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"155"},{"key":"ETag","value":"W/\"9b-Hl16c7E+KT7DISsE74BGnsGYoHc\""},{"key":"Date","value":"Fri, 20 Sep 2024 14:26:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Campos Incompletos\",\n    \"item\": null,\n    \"errors\": [\n        {\n            \"item\": \"url\",\n            \"previusValue\": \"URL DEL COMERCIO\",\n            \"message\": \"url must be a URL address\"\n        }\n    ]\n}"},{"id":"a4f9b313-5c75-4de9-b077-ecfa02ebb761","name":"Error de Existencia","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"documento\": \"10000000\",\r\n    \"identification_type\": 4,\r\n    \"url\": \"url.com\",\r\n    \"form_id\": 368,\r\n    \"idperson\": 8, // Persona con la que se tokeniza la tarjeta \r\n    \"amount\": \"100\",\r\n    \"external_order\": \"Test_02\",\r\n    \"ip\": \"127.0.0.1\",\r\n    \"additionalData\": \"\",\r\n    \"currencycode\": \"COP\",\r\n    \"description\": \"Some Desc\",\r\n    \"installments\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/TokenizarDatosPersona"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"135"},{"key":"ETag","value":"W/\"87-JqQREprGbnuUk8jWlLKMaqfIAwQ\""},{"key":"Date","value":"Fri, 20 Sep 2024 14:34:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"message\": \"ValidadorDeHerenciasBusiness: El id suministrado no pertenece al comercio enviado.\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"bac2a99d-c0b9-47de-a925-8c87bc2e5400","name":"Error de Incoherencia","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"documento\": \"00000000\",\r\n    \"identification_type\": 6,\r\n    \"url\": \"url.com\",\r\n    \"form_id\": 368,\r\n    \"idperson\": 8, // Persona con la que se tokeniza la tarjeta \r\n    \"amount\": \"100\",\r\n    \"external_order\": \"Test_02\",\r\n    \"ip\": \"127.0.0.1\",\r\n    \"additionalData\": \"\",\r\n    \"currencycode\": \"COP\",\r\n    \"description\": \"Some Desc\",\r\n    \"installments\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/TokenizarDatosPersona"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"96"},{"key":"ETag","value":"W/\"60-RFGG12mQHG2nlWvKax1jKxRREww\""},{"key":"Date","value":"Fri, 20 Sep 2024 14:38:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 409,\n    \"message\": \"la persona enviada registra inconsistencias\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"244071ca-1003-4712-b5ef-980fec8666cf","name":"Success","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"documento\": \"0000000000000000\",\r\n    \"identification_type\": 4,\r\n    \"url\": \"url.com\",\r\n    \"form_id\": 368,\r\n    \"idperson\": 8, // Persona con la que se tokeniza la tarjeta \r\n    \"amount\": \"100\",\r\n    \"external_order\": \"Test_02\",\r\n    \"ip\": \"127.0.0.1\",\r\n    \"additionalData\": \"\",\r\n    \"currencycode\": \"COP\",\r\n    \"description\": \"Some Desc\",\r\n    \"installments\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/TokenizarDatosPersona"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"542"},{"key":"ETag","value":"W/\"21e-ycuAYbogJpoaJpW8DePnyCssy1Y\""},{"key":"Date","value":"Fri, 20 Sep 2024 14:38:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"TokenizarDatosPersona Success\",\n    \"item\": \"U2FsdGVkX19MQxl7F3FIPZHlGgLJUSWT2fUCH3z/1Y4fOZ4Oeg3ndw5tCDPKZm3vxO1aAYbQw3KNY8wYhbJOa26/tM8rZgcxndB0FVARhjSocIGwRc1bzK0BEOqUrV7HshBhCBJ8ZQerlowjXm7J9bx7pKC7Dokscqt8DUN+a8iWCgIneLE1zMzYmBpuCKdFfkLUhbIUTGqLXQd+NOJVkLgxsjMQoB2O8ypF+TMu+40N6lH3MQm1W3asc+EgTFw7OWqwIRRBeWClzvPupjF2sxV4XxwafOiiY1LE9LPy2amXoiOcPH0OMA8Guhu0SbiRT31vv5wLND102gy5zLDck2YffVNci/qIYl5XO2Ag4PG33gkveKqPTLtv22wEdKn5r72+B9q4iNr534HWk4uAMg==00PWSJYC00U2FsdGVkX1+VHxpDAQU5jbSAX1gdMCHOl43CUy3avHI=\",\n    \"errors\": null\n}"}],"_postman_id":"4d87beab-cb8f-4c27-8992-56c24c735791"},{"name":"Crear Transaccion Embeded In One Step","id":"d4297531-0293-43d7-8f45-f39555a7a62e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"form_id\": 368,\r\n    \"idperson\": 8, // Persona con la que se tokeniza la tarjeta \r\n    \"amount\": \"100\",\r\n    \"external_order\": \"Test_02\",\r\n    \"ip\": \"127.0.0.1\",\r\n    \"additionalData\": \"\",\r\n    \"currencycode\": \"COP\",\r\n    \"description\": \"Some Desc\",\r\n    \"installments\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearTransaccionEmbededInOnStep","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","CrearTransaccionEmbededInOnStep"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[{"id":"a8002c5c-e8f8-48e1-9d9b-731e415ff57a","name":"Error de Estructura","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"form_id\": \"\",\r\n    \"idperson\": \"\", // Persona con la que se tokeniza la tarjeta \r\n    \"amount\": \"\",\r\n    \"external_order\": \"Indicador por comercio\",\r\n    \"ip\": \"\",\r\n    \"additionalData\": \"\",\r\n    \"currencycode\": \"COP\",\r\n    \"description\": \"\",\r\n    \"tran_id\": 1000\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearTransaccionEmbededInOnStep"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"896"},{"key":"ETag","value":"W/\"380-EvRNmq1CM6KzuNqOX84BjS0ktOo\""},{"key":"Date","value":"Thu, 19 Sep 2024 20:39:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Campos Incompletos\",\n    \"item\": null,\n    \"errors\": [\n        {\n            \"item\": \"form_id\",\n            \"previusValue\": \"\",\n            \"message\": \"form_id must be a number conforming to the specified constraints, form_id must be a positive number\"\n        },\n        {\n            \"item\": \"idperson\",\n            \"previusValue\": \"\",\n            \"message\": \"idperson must be a number conforming to the specified constraints, idperson must be a positive number\"\n        },\n        {\n            \"item\": \"amount\",\n            \"previusValue\": \"\",\n            \"message\": \"amount must be a string, El campo amount no puede estar vacío\"\n        },\n        {\n            \"item\": \"external_order\",\n            \"previusValue\": \"\",\n            \"message\": \"external_order must be a string, El campo external_order no puede estar vacío\"\n        },\n        {\n            \"item\": \"currencycode\",\n            \"previusValue\": \"\",\n            \"message\": \"El currencycode debe ser \\\"COP\\\", El campo currencycode no puede estar vacío\"\n        },\n        {\n            \"item\": \"tran_id\",\n            \"previusValue\": \"\",\n            \"message\": \"tran_id must be a number conforming to the specified constraints, tran_id must be a positive number\"\n        }\n    ]\n}"},{"id":"88eef159-2c0a-4251-8844-9dfec9264814","name":"Excepcion no controlada","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"form_id\": \"\",\r\n    \"idperson\": \"\", // Persona con la que se tokeniza la tarjeta \r\n    \"amount\": \"\",\r\n    \"external_order\": \"Indicador por comercio\",\r\n    \"ip\": \"\",\r\n    \"additionalData\": \"\",\r\n    \"currencycode\": \"COP\",\r\n    \"description\": \"\",\r\n    \"tran_id\": 1000\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearTransaccionEmbededInOnStep"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"ETag","value":"W/\"92-1U/S2zkh7vyHBFY/h13nR/uWYDg\""},{"key":"Date","value":"Thu, 19 Sep 2024 20:47:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 500,\n    \"message\": \"Se presentó una excepcion no controlada, por favor contáctese con el proveedor del servicio\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"66e6debc-f371-4b54-ab33-6753d01e9382","name":"Error de Existencia","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"form_id\": \"\",\r\n    \"idperson\": \"\", // Persona con la que se tokeniza la tarjeta \r\n    \"amount\": \"\",\r\n    \"external_order\": \"Indicador por comercio\",\r\n    \"ip\": \"\",\r\n    \"additionalData\": \"\",\r\n    \"currencycode\": \"COP\",\r\n    \"description\": \"\",\r\n    \"tran_id\": 1000\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearTransaccionEmbededInOnStep"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"ETag","value":"W/\"61-xM+sug2+/EkFNgl+dNo1Rl9kYUs\""},{"key":"Date","value":"Thu, 19 Sep 2024 20:51:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"message\": \"El apikey enviado no se registra o no existe\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"3e083698-a1ea-4dde-bf20-2639a551772d","name":"Exitosa","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"form_id\": \"\",\r\n    \"idperson\": \"\", // Persona con la que se tokeniza la tarjeta \r\n    \"amount\": \"\",\r\n    \"external_order\": \"Indicador por comercio\",\r\n    \"ip\": \"\",\r\n    \"additionalData\": \"\",\r\n    \"currencycode\": \"COP\",\r\n    \"description\": \"\",\r\n    \"tran_id\": 1000\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearTransaccionEmbededInOnStep"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4177"},{"key":"ETag","value":"W/\"1051-tTNyRGcpluV9adZf/TYrdAy77qM\""},{"key":"Date","value":"Thu, 19 Sep 2024 20:57:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"CrearTransaccionEmbededInOnStep success\",\n    \"item\": {\n        \"id\": \"14079\",\n        \"issubscription\": false,\n        \"amount\": 105949,\n        \"externalorder\": \"00425-01607-190924-00001-00002\",\n        \"urllanding\": null,\n        \"origen\": \"No se recibe origen\",\n        \"nextpaymentdate\": null,\n        \"ip\": \"\",\n        \"fullname\": \"\",\n        \"status\": null,\n        \"createdat\": \"2024-09-19T14:48:41.529Z\",\n        \"updatedat\": \"2024-09-19T14:50:24.163Z\",\n        \"deletedat\": null,\n        \"jsonresponse\": \"{\\\"message\\\":\\\"OK\\\",\\\"code\\\":200,\\\"current_time\\\":\\\"2024-09-19T16:50:23+0200\\\",\\\"order\\\":{\\\"uuid\\\":\\\"F1DAAA84-A059-4D38-9238-4E84F9A4A23D\\\",\\\"created\\\":\\\"2024-09-19T16:50:21+0200\\\",\\\"created_from_client_timezone\\\":\\\"2024-09-19T09:50:21-0500\\\",\\\"amount\\\":10594900,\\\"currency\\\":\\\"978\\\",\\\"paid\\\":true,\\\"status\\\":\\\"SUCCESS\\\",\\\"safe\\\":false,\\\"refunded\\\":0,\\\"additional\\\":null,\\\"service\\\":\\\"PAYLANDS\\\",\\\"service_uuid\\\":\\\"6EE44325-288D-43C1-9B54-37E6669DEC2A\\\",\\\"customer\\\":\\\"testpnp\\\",\\\"cof_txnid\\\":null,\\\"transactions\\\":[{\\\"uuid\\\":\\\"118E4247-6E44-4E87-BDC0-ED144C615596\\\",\\\"created\\\":\\\"2024-09-19T16:50:22+0200\\\",\\\"created_from_client_timezone\\\":\\\"2024-09-19T09:50:22-0500\\\",\\\"operative\\\":\\\"AUTHORIZATION\\\",\\\"amount\\\":10594900,\\\"authorization\\\":\\\"\\\",\\\"processor_id\\\":null,\\\"status\\\":\\\"SUCCESS\\\",\\\"error\\\":\\\"NONE\\\",\\\"source\\\":{\\\"object\\\":\\\"CARD\\\",\\\"uuid\\\":\\\"D8324A51-08D5-4584-8FFD-F00DF7ABA893\\\",\\\"type\\\":\\\"CREDIT\\\",\\\"token\\\":\\\"ebc9b5ffa2efcf74197734a071192817e6f2a3fc15f49c4b1bdb6edc46b16e3ab4109498bff8e6ba00fb6d2bd1838afbea67095c4caaa2f46e4acf4d5851884c\\\",\\\"brand\\\":\\\"VISA\\\",\\\"country\\\":\\\"ES\\\",\\\"holder\\\":\\\"Alejandro Pedraza\\\",\\\"bin\\\":454881,\\\"last4\\\":\\\"0004\\\",\\\"is_saved\\\":true,\\\"expire_month\\\":\\\"12\\\",\\\"expire_year\\\":\\\"34\\\",\\\"additional\\\":\\\"card12345\\\",\\\"bank\\\":\\\"SERVIRED, SOCIEDAD ESPANOLA DE MEDIOS DE PAGO, S.A.\\\",\\\"prepaid\\\":null,\\\"validation_date\\\":\\\"2024-09-19 16:50:22\\\",\\\"creation_date\\\":\\\"2024-09-19 16:50:21\\\",\\\"brand_description\\\":null,\\\"origin\\\":\\\"API\\\",\\\"cof\\\":{\\\"is_available\\\":true}},\\\"antifraud\\\":null,\\\"device\\\":null,\\\"error_details\\\":null,\\\"metadata\\\":[]}],\\\"token\\\":null,\\\"ip\\\":\\\"44.211.162.145\\\",\\\"reference\\\":\\\"14079\\\",\\\"dynamic_descriptor\\\":\\\"Pago en PaymentsWay\\\",\\\"threeds_data\\\":null},\\\"client\\\":{\\\"uuid\\\":\\\"DC8433A6-ADBA-46DC-92E3-18FD9160686C\\\"},\\\"extra_data\\\":{\\\"payment\\\":{\\\"installments\\\":\\\"1\\\"}},\\\"validation_hash\\\":\\\"f526f245f23889b0f4598fcc0e99a35d29049d162954dc5550b4b4d792604a8a\\\"}\",\n        \"additionaldata\": \"{\\\"message\\\":\\\"\\\",\\\"descripcion_pago\\\":\\\"Se compraron 1 token(s) del proyecto Facto Token\\\"}\",\n        \"responseUrl\": null,\n        \"validateResponse\": false,\n        \"paymentedat\": \"2024-09-19T14:50:24.161Z\",\n        \"firstjsonresponse\": null,\n        \"clearsaferesponse\": null,\n        \"originalAmount\": null,\n        \"conversionRate\": null,\n        \"discountedamount\": null,\n        \"isRedeban\": false,\n        \"consultaActual\": 0,\n        \"currencycode\": {\n            \"id\": 1,\n            \"name\": \"Peso Colombiano\",\n            \"code\": \"COP\",\n            \"symbol\": \"$\",\n            \"createdat\": \"2021-09-27T02:05:13.945Z\",\n            \"updatedat\": null\n        },\n        \"idperson\": {\n            \"id\": \"22928\",\n            \"firstname\": \"Alejandro\",\n            \"lastname\": \"Pedraza\",\n            \"treatment\": \"Sr.\",\n            \"gender\": \"Masculino\",\n            \"identification\": \"1000588944\",\n            \"email\": \"alejandropedrazal@gmail.com\",\n            \"phone\": \"3182997579\",\n            \"state\": \"Bogota\",\n            \"city\": \"\",\n            \"address\": \"\",\n            \"zipcode\": \"\",\n            \"borndate\": null,\n            \"createdat\": \"2024-09-19T05:30:18.795Z\",\n            \"updatedat\": null,\n            \"deletedat\": null\n        },\n        \"idstatus\": {\n            \"id\": 34,\n            \"nombre\": \"Exitosa\",\n            \"createdat\": \"2021-09-27T18:15:28.967Z\",\n            \"updatedat\": null\n        },\n        \"idform\": {\n            \"id\": \"424\",\n            \"name\": \"Puy_Colombia_SAS_ SandBox\",\n            \"testmode\": false,\n            \"esabierto\": true,\n            \"status\": true,\n            \"customizable\": false,\n            \"createdat\": \"2024-09-17T17:07:51.322Z\",\n            \"updatedat\": null,\n            \"deletedat\": null\n        },\n        \"paymentmethod\": {\n            \"id\": 1,\n            \"nombre\": \"CARD\",\n            \"createdat\": \"2021-09-26T21:50:58.571Z\",\n            \"updatedat\": \"2021-10-25T20:16:55.511Z\",\n            \"estado\": \"Activo\",\n            \"mensaje\": null\n        },\n        \"idlinkpagoabierto\": null,\n        \"idlinkpago\": {\n            \"id\": \"1607\",\n            \"amount\": \"105949.00\",\n            \"descripcion\": \"Se compraron 1 token(s) del proyecto Facto Token\",\n            \"fechavencimiento\": \"2024-09-20\",\n            \"uuidgen\": \"dc2d8024-083b-44bf-8a89-72aa7bfb01d6\",\n            \"linkgenerado\": \"https://backendpruebas.vepay.com.co/Link/ZGMyZDgwMjQtMDgzYi00NGJmLThhODktNzJhYTdiZmIwMWQ2\",\n            \"status\": null,\n            \"createdat\": \"2024-09-19T14:48:27.115Z\",\n            \"updateat\": null,\n            \"deletedat\": null,\n            \"currency\": \"COP\",\n            \"isQr\": false,\n            \"colorBase\": \"#f11f40\",\n            \"imageUrl\": null,\n            \"redirectLink\": \"\",\n            \"linkcorto\": \"https://links.paymentsway.com.co/xsl2zt\",\n            \"horaVencimiento\": \"23:59\"\n        }\n    },\n    \"errors\": null\n}"},{"id":"2903ee76-fa62-4d60-9496-2a5ccfb6b330","name":"Error De Herencia","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"form_id\": 1,\r\n    \"idperson\": 2, // Persona con la que se tokeniza la tarjeta \r\n    \"amount\": \"100\",\r\n    \"external_order\": \"Test_01\",\r\n    \"ip\": \"127.0.0.1\",\r\n    \"additionalData\": \"\",\r\n    \"currencycode\": \"COP\",\r\n    \"description\": \"Some Desc\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearTransaccionEmbededInOnStep"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"135"},{"key":"ETag","value":"W/\"87-JqQREprGbnuUk8jWlLKMaqfIAwQ\""},{"key":"Date","value":"Fri, 20 Sep 2024 02:45:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"message\": \"ValidadorDeHerenciasBusiness: El id suministrado no pertenece al comercio enviado.\",\n    \"item\": null,\n    \"errors\": null\n}"}],"_postman_id":"d4297531-0293-43d7-8f45-f39555a7a62e"}],"id":"60688a2c-4b68-4c55-a7db-095eafb25366","_postman_id":"60688a2c-4b68-4c55-a7db-095eafb25366","description":""}],"id":"3f059469-81da-466a-8705-47ecf4b2c5b7","_postman_id":"3f059469-81da-466a-8705-47ecf4b2c5b7","description":""},{"name":"Suscripciones","item":[{"name":"CrearSuscripcion","id":"d4de5bf8-e334-481f-a2ce-8fbaf5491514","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"<APIEKY>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"referencia\": \"\",\r\n    \"idform\": \"\",\r\n    \"idterminal\": \"\",\r\n    \"idperson\": \"\",\r\n    \"idplan\": \"\",\r\n    /// FORMATO\r\n    \"initialDate\": \"2023-04-01\",\r\n    \"aditionalData\": {},\r\n    \"idservice\": 0,\r\n    \"iddebitopersona\": \"0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/CrearSuscripcion","urlObject":{"path":["ClientAPI","CrearSuscripcion"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4de5bf8-e334-481f-a2ce-8fbaf5491514"},{"name":"CrearProducto","id":"18140f15-5bb5-4d64-b421-acee701b3334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"<APIEKY>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nombre\": \"PRUEBA CREACION DE PRODUCTO POR API\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/CrearProducto","urlObject":{"path":["ClientAPI","CrearProducto"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"18140f15-5bb5-4d64-b421-acee701b3334"},{"name":"CrearTerminalProducto","id":"7df11f65-4e5c-4487-9740-58444684b800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"<APIEKY>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"idterminal\": {\r\n        \"id\": \"id terminal\"\r\n    },\r\n    \"idproducto\": {\r\n        \"id\": \"id producto\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/CrearTerminalProducto","urlObject":{"path":["ClientAPI","CrearTerminalProducto"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7df11f65-4e5c-4487-9740-58444684b800"},{"name":"CrearPlan","id":"057c3ae2-2cdd-4700-ab44-682a662c15e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"<APIEKY>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nombre\": \"PLAN DE PRUEBA FLUJO DEBITOS EN API\",\r\n    \"amount\": \"1000\",\r\n    \"intervalType\": \"MONTHLY\",\r\n    \"interval\": \"1\",\r\n    \"redirectLink\": \"algunlugar.com\",\r\n    \"idproducto\": {\r\n        \"id\": \"id producto\"\r\n    },\r\n    \"idform\": {\r\n        \"id\": \"id form\"\r\n    },\r\n    \"debitosUnicos\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/CrearPlan","urlObject":{"path":["ClientAPI","CrearPlan"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"057c3ae2-2cdd-4700-ab44-682a662c15e6"},{"name":"CrearSuscripcionTC","id":"1cebacac-75fd-4b2b-bb99-6b2f85180cfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"idform\": 6,\r\n    \"idterminal\": \"36\",\r\n    \"idperson\": \"8\",\r\n    \"idplan\": \"18\",\r\n    \"initialDate\": \"2023-05-01\",\r\n    \"aditionalData\": {},\r\n    ///// service 1\r\n    \"idservice\": 1,\r\n    \"idcard\":\"\",\r\n    \"iddebitopersona\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearSuscripcionTC","urlObject":{"protocol":"{{HTTPSORNOT}}","port":"{{PORT}}","path":["ClientAPI","CrearSuscripcionTC"],"host":["{{HOST}}"],"query":[],"variable":[]}},"response":[{"id":"a05f9e14-ef1f-4ed3-9698-d5eb0534b8fc","name":"ErrorStructura","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"referencia\": \"PW-R-12A5-4ADC-952268-PRUEBAS-DEBITOS-UNICOS\",\r\n    \"idform\": 6,\r\n    \"idterminal\": \"36\",\r\n    \"idperson\": \"8\",\r\n    \"idplan\": \"18\",\r\n    \"initialDate\": \"2023-05-01\",\r\n    \"aditionalData\": {},\r\n    ///// service 1\r\n    \"idservice\": 1,\r\n    \"idcard\":\"\",\r\n    \"iddebitopersona\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearSuscripcionTC"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"633"},{"key":"ETag","value":"W/\"279-Yw371U1T99ka4olCKyAyJimnPb0\""},{"key":"Date","value":"Wed, 18 Sep 2024 15:58:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Campos Incompletos\",\n    \"item\": [\n        {\n            \"item\": \"idterminal\",\n            \"previusValue\": \"36\",\n            \"message\": \"idterminal must be a number conforming to the specified constraints, idterminal must be a positive number\"\n        },\n        {\n            \"item\": \"idperson\",\n            \"previusValue\": \"8\",\n            \"message\": \"idperson must be a number conforming to the specified constraints, idperson must be a positive number\"\n        },\n        {\n            \"item\": \"uuidcard\",\n            \"previusValue\": \"\",\n            \"message\": \"uuidcard must be a UUID, uuidcard should not be empty\"\n        },\n        {\n            \"item\": \"idplan\",\n            \"previusValue\": \"18\",\n            \"message\": \"idplan must be a number conforming to the specified constraints, idplan must be a positive number\"\n        }\n    ],\n    \"errors\": null\n}"},{"id":"305923de-76a6-44f1-969a-3260fb2e0a28","name":"ErrorExistencia","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"referencia\": \"PW-R-12A5-4ADC-952268-PRUEBAS-DEBITOS-UNICOS\",\r\n    \"idform\": 6,\r\n    \"idterminal\": \"36\",\r\n    \"idperson\": \"8\",\r\n    \"idplan\": \"18\",\r\n    \"initialDate\": \"2023-05-01\",\r\n    \"aditionalData\": {},\r\n    ///// service 1\r\n    \"idservice\": 1,\r\n    \"idcard\":\"\",\r\n    \"iddebitopersona\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearSuscripcionTC"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"ETag","value":"W/\"50-mr/66T91eHZDySpz+P0Z+wxKoKQ\""},{"key":"Date","value":"Wed, 18 Sep 2024 16:01:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"message\": \"El idform enviado no existe\",\n    \"item\": null,\n    \"errors\": null\n}"},{"id":"37ad0c3c-077f-420e-81f3-7d6b1063a31a","name":"ExepcionNoControlada","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"referencia\": \"PW-R-12A5-4ADC-952268-PRUEBAS-DEBITOS-UNICOS\",\r\n    \"idform\": 6,\r\n    \"idterminal\": \"36\",\r\n    \"idperson\": \"8\",\r\n    \"idplan\": \"18\",\r\n    \"initialDate\": \"2023-05-01\",\r\n    \"aditionalData\": {},\r\n    ///// service 1\r\n    \"idservice\": 1,\r\n    \"idcard\":\"\",\r\n    \"iddebitopersona\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{HTTPSORNOT}}://{{HOST}}:{{PORT}}/ClientAPI/CrearSuscripcionTC"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"ETag","value":"W/\"92-1U/S2zkh7vyHBFY/h13nR/uWYDg\""},{"key":"Date","value":"Wed, 18 Sep 2024 16:03:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 500,\n    \"message\": \"Se presentó una excepcion no controlada, por favor contáctese con el proveedor del servicio\",\n    \"item\": null,\n    \"errors\": null\n}"}],"_postman_id":"1cebacac-75fd-4b2b-bb99-6b2f85180cfa"}],"id":"f85c796b-d042-4b4f-9818-c9c1bd380e52","_postman_id":"f85c796b-d042-4b4f-9818-c9c1bd380e52","description":""},{"name":"Transacciones","item":[{"name":"CrearTransaccion","id":"ce243a64-c445-4448-9726-81bb14b4d8ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"\r\n{\r\n    \"form_id\": \"\",\r\n    \"terminal_id\": \"\",\r\n    \"idperson\": \"\",\r\n    \"amount\": \"\",\r\n    \"external_order\": \"Indicador x comercio\",\r\n    \"ip\": \"\",\r\n    \"additionalData\": \"\",\r\n    \"currencycode\": \"COP\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://serviceregisterpruebas.vepay.com.co/ClientAPI/CrearTransaccion","urlObject":{"protocol":"https","path":["ClientAPI","CrearTransaccion"],"host":["serviceregisterpruebas","vepay","com","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce243a64-c445-4448-9726-81bb14b4d8ce"},{"name":"ObtenerTransaccion","id":"c7a4a008-104b-4f07-b398-0fcfb73037f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"url":"{{URL}}/ClientAPI/ObtenerTransaccion?id=id","urlObject":{"path":["ClientAPI","ObtenerTransaccion"],"host":["{{URL}}"],"query":[{"key":"id","value":"id"}],"variable":[]}},"response":[],"_postman_id":"c7a4a008-104b-4f07-b398-0fcfb73037f8"}],"id":"45106a43-d07d-49d8-a53a-2760765f824f","_postman_id":"45106a43-d07d-49d8-a53a-2760765f824f","description":""},{"name":"3ds","item":[{"name":"CrearPersona","id":"c43aa302-d10a-40a8-9060-6169c7ebd8e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // firstname: Primer nombre del usuario (String)\r\n    \"firstname\": \"\",\r\n    // lastname: Apellido del usuario (String)\r\n    \"lastname\": \"\",\r\n    // treatment: Tratamiento (Sr., Sra., etc.) (String)\r\n    \"treatment\": \"\",\r\n    // gender: Género del usuario (String)\r\n    \"gender\": \"\",\r\n    // ididentificationtype: Tipo de identificación (String, e.g., \"4\" para Cédula de Ciudadanía)\r\n    \"ididentificationtype\": \"\",\r\n    // identification: Número de identificación del usuario (String)\r\n    \"identification\": \"\",\r\n    // email: Correo electrónico del usuario (String)\r\n    \"email\": \"\",\r\n    // phone: Número de teléfono del usuario (String)\r\n    \"phone\": \"\",\r\n    // state: Estado o provincia del usuario (String)\r\n    \"state\": \"\",\r\n    // city: Ciudad del usuario (String)\r\n    \"city\": \"\",\r\n    // address: Dirección del usuario (String)\r\n    \"address\": \"\",\r\n    // zipcode: Código postal del usuario (String)\r\n    \"zipcode\": \"\",\r\n    // borndate: Fecha de nacimiento del usuario (Date, puede ser null)\r\n    \"borndate\": null,\r\n    // countrycode: Código del país del usuario (String, puede ser null)\r\n    \"countrycode\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/CrearPersona","urlObject":{"path":["ClientAPI","CrearPersona"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c43aa302-d10a-40a8-9060-6169c7ebd8e8"},{"name":"CrearTransaccion","id":"a84350a2-96bd-4e3d-9d65-ad5533ed7ff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"\r\n{\r\n    \"form_id\": \"\",\r\n    \"terminal_id\": \"\",\r\n    \"idperson\": \"\",\r\n    \"amount\": \"\",\r\n    \"external_order\": \"Indicador x comercio\",\r\n    \"ip\": \"\",\r\n    \"additionalData\": \"\",\r\n    \"currencycode\": \"COP\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/CrearTransaccion","urlObject":{"path":["ClientAPI","CrearTransaccion"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2ca21e6e-7cb5-4bc5-8dfa-50ec7b73a9b1","name":"3DS challenge","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"\r\n{\r\n    \"form_id\": \"\",\r\n    \"terminal_id\": \"\",\r\n    \"idperson\": \"\",\r\n    \"amount\": \"\",\r\n    \"external_order\": \"Indicador x comercio\",\r\n    \"ip\": \"\",\r\n    \"additionalData\": \"\",\r\n    \"currencycode\": \"COP\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/CrearTransaccion"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"3ds\",\n    \"data\": {\n        \"service\": \"nuvei\",\n        \"authentication\": {\n            \"cavv\": \"\",\n            \"xid\": \"\",\n            \"eci\": \"07\",\n            \"version\": \"2.2.0\",\n            \"status\": \"C\",\n            \"return_code\": \"\",\n            \"return_message\": \"\",\n            \"reference_id\": \"123-7a98-4436-82fc-123\"\n        },\n        \"transaction\": {\n            \"id\": \"AU-123\",\n            \"dev_reference\": \"123\"\n        },\n        \"browser_response\": {\n            \"challenge_request\": \"<!DOCTYPE html SYSTEM 'about:legacy-compat'><html class='no-js' lang='en' xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8'/><meta charset='utf-8'/></head></body></html>\",\n            \"hidden_iframe\": \"\"\n        }\n    }\n}"},{"id":"48e4c893-1bc8-461b-94f2-4819d688866b","name":"Transaction","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"\r\n{\r\n    \"form_id\": \"\",\r\n    \"terminal_id\": \"\",\r\n    \"idperson\": \"\",\r\n    \"amount\": \"\",\r\n    \"external_order\": \"Indicador x comercio\",\r\n    \"ip\": \"\",\r\n    \"additionalData\": \"\",\r\n    \"currencycode\": \"COP\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/CrearTransaccion"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"Transaction\",\r\n    \"data\": {\r\n        \"id\": \"15\",\r\n        \"issubscription\": false,\r\n        \"amount\": 100,\r\n        \"externalorder\": \"\",\r\n        \"urllanding\": null,\r\n        \"origen\": \"No se recibe origen\",\r\n        \"nextpaymentdate\": null,\r\n        \"ip\": \"12.59.2.122\",\r\n        \"fullname\": \"\",\r\n        \"status\": null,\r\n        \"createdat\": \"2025-10-21T12:04:01.698Z\",\r\n        \"updatedat\": \"2025-10-21T12:04:51.512Z\",\r\n        \"deletedat\": null,\r\n        \"jsonresponse\": \"\",\r\n        \"responseUrl\": null,\r\n        \"validateResponse\": false,\r\n        \"paymentedat\": \"2025-10-21T12:04:51.507Z\",\r\n        \"firstjsonresponse\": null,\r\n        \"clearsaferesponse\": null,\r\n        \"originalAmount\": null,\r\n        \"conversionRate\": null,\r\n        \"discountedamount\": null,\r\n        \"isRedeban\": false,\r\n        \"consultaActual\": 0,\r\n        \"currencycode\": {\r\n            \"id\": 1,\r\n            \"name\": \"Peso Colombiano\",\r\n            \"code\": \"COP\",\r\n            \"symbol\": \"$\",\r\n            \"createdat\": \"2021-09-27T02:05:13.945Z\",\r\n            \"updatedat\": null\r\n        },\r\n        \"idperson\": {\r\n            \"id\": \"1\",\r\n            \"firstname\": \"aa\",\r\n            \"lastname\": \"aa\",\r\n            \"treatment\": \"\",\r\n            \"gender\": \"\",\r\n            \"identification\": \"111\",\r\n            \"email\": \"asd@gmail.com\",\r\n            \"phone\": \"123\",\r\n            \"state\": \"\",\r\n            \"city\": \"\",\r\n            \"address\": \"\",\r\n            \"zipcode\": \"\",\r\n            \"borndate\": null,\r\n            \"updatedat\": null,\r\n            \"deletedat\": null,\r\n            \"ididentificationtype\": {\r\n                \"id\": 4,\r\n                \"nombre\": \"Cedula De Ciudadania\",\r\n                \"code\": \"CC\",\r\n                \"updatedat\": null,\r\n                \"iddavivienda\": \"01\",\r\n                \"status\": true\r\n            }\r\n        },\r\n        \"idstatus\": {\r\n            \"id\": 36,\r\n            \"nombre\": \"Fallida\",\r\n            \"updatedat\": null\r\n        },\r\n        \"paymentmethod\": {\r\n            \"id\": 1,\r\n            \"nombre\": \"CARD\",\r\n            \"estado\": \"Activo\",\r\n            \"istransactional\": true,\r\n            \"mensaje\": null\r\n        }\r\n    }\r\n}"},{"id":"5cb2fa3e-b573-4f39-818a-3ed6a567769c","name":"3DS iframe","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"\r\n{\r\n    \"form_id\": \"\",\r\n    \"terminal_id\": \"\",\r\n    \"idperson\": \"\",\r\n    \"amount\": \"\",\r\n    \"external_order\": \"Indicador x comercio\",\r\n    \"ip\": \"\",\r\n    \"additionalData\": \"\",\r\n    \"currencycode\": \"COP\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/CrearTransaccion"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"3ds\",\n    \"data\": {\n        \"service\": \"nuvei\",\n        \"authentication\": {\n            \"cavv\": \"\",\n            \"xid\": \"\",\n            \"eci\": null,\n            \"version\": \"2.2.0\",\n            \"status\": \"-\",\n            \"return_code\": \"50\",\n            \"return_message\": \"\",\n            \"reference_id\": \"\"\n        },\n        \"transaction\": {\n            \"id\": \"AU-123\",\n            \"dev_reference\": \"123\"\n        },\n        \"browser_response\": {\n            \"challenge_request\": \"\",\n            \"hidden_iframe\": \"<iframe id = 'tdsMmethodTgtFrame' name = 'tdsMmethodTgtFrame' style = 'visibility: hidden; width: 1px; height: 1px;' xmlns = 'http://www.w3.org/1999/xhtml' > </iframe>\"\n        }\n    }\n}"}],"_postman_id":"a84350a2-96bd-4e3d-9d65-ad5533ed7ff6"},{"name":"Authenticate3DS","id":"6f4b8f60-ff8b-4a77-9354-a0fca795dd39","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // authBody: Información de autenticación (Object)\r\n    \"authBody\": {\r\n        // browser_info: Información del navegador del usuario (Object)\r\n        \"browser_info\": {\r\n            // ip: Dirección IP del usuario (String)\r\n            \"ip\": \"127.0.0.0.1\",\r\n            // language: Idioma del navegador del usuario (String)\r\n            \"language\": \"es-CO\",\r\n            // java_enabled: Indica si Java está habilitado en el navegador (Boolean)\r\n            \"java_enabled\": false,\r\n            // js_enabled: Indica si JavaScript está habilitado en el navegador (Boolean)\r\n            \"js_enabled\": true,\r\n            // color_depth: Profundidad de color de la pantalla en bits (String)\r\n            \"color_depth\": \"24\",\r\n            // screen_height: Altura de la pantalla en píxeles (String)\r\n            \"screen_height\": \"864\",\r\n            // screen_width: Ancho de la pantalla en píxeles (String)\r\n            \"screen_width\": \"1536\",\r\n            // timezone_offset: Diferencia horaria en minutos respecto al GMT (Integer)\r\n            \"timezone_offset\": 0,\r\n            // user_agent: Agente de usuario del navegador (String)\r\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\",\r\n            // accept_header: Cabecera 'Accept' del navegador (String)\r\n            \"accept_header\": \"text/html\"\r\n        },\r\n        // billing_address: Dirección de facturación del usuario (Object)\r\n        \"billing_address\": {\r\n            // country: Código del país (String)\r\n            \"country\": \"COL\"\r\n        },\r\n        // term_url: URL de término (String)\r\n        \"term_url\": \"\"\r\n    },\r\n    // body3ds: Información de la transacción 3DS (Object)\r\n    \"body3ds\": {\r\n        // idTran: Identificador de la transacción (Object)\r\n        \"idTran\": {\r\n            // id: Identificador único de la transacción (String)\r\n            \"id\": \"\"\r\n        },\r\n        // numTarjeta: Número de tarjeta del usuario (String)\r\n        \"numTarjeta\": \"\",\r\n        // fechaExp: Fecha de expiración de la tarjeta en formato YYYY-MM-DD (String)\r\n        \"fechaExp\": \"20xx-0x-xx\",\r\n        // codVerificacion: Código de verificación de la tarjeta (String)\r\n        \"codVerificacion\": \"\",\r\n        // cantidadCuotas: Cantidad de cuotas para el pago (String)\r\n        \"cantidadCuotas\": \"1\",\r\n        // holderName: Nombre del titular de la tarjeta (String)\r\n        \"holderName\": \"\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/v2/3ds/Authenticate3DS","urlObject":{"path":["ClientAPI","v2","3ds","Authenticate3DS"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"478a320d-3236-47a0-87bb-f9172b01fd16","name":"Transaction","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"\r\n{\r\n    \"form_id\": \"\",\r\n    \"terminal_id\": \"\",\r\n    \"idperson\": \"\",\r\n    \"amount\": \"\",\r\n    \"external_order\": \"Indicador x comercio\",\r\n    \"ip\": \"\",\r\n    \"additionalData\": \"\",\r\n    \"currencycode\": \"COP\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/CrearTransaccion"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"Transaction\",\r\n    \"data\": {\r\n        \"id\": \"15\",\r\n        \"issubscription\": false,\r\n        \"amount\": 100,\r\n        \"externalorder\": \"\",\r\n        \"urllanding\": null,\r\n        \"origen\": \"No se recibe origen\",\r\n        \"nextpaymentdate\": null,\r\n        \"ip\": \"12.59.2.122\",\r\n        \"fullname\": \"\",\r\n        \"status\": null,\r\n        \"createdat\": \"2025-10-21T12:04:01.698Z\",\r\n        \"updatedat\": \"2025-10-21T12:04:51.512Z\",\r\n        \"deletedat\": null,\r\n        \"jsonresponse\": \"\",\r\n        \"responseUrl\": null,\r\n        \"validateResponse\": false,\r\n        \"paymentedat\": \"2025-10-21T12:04:51.507Z\",\r\n        \"firstjsonresponse\": null,\r\n        \"clearsaferesponse\": null,\r\n        \"originalAmount\": null,\r\n        \"conversionRate\": null,\r\n        \"discountedamount\": null,\r\n        \"isRedeban\": false,\r\n        \"consultaActual\": 0,\r\n        \"currencycode\": {\r\n            \"id\": 1,\r\n            \"name\": \"Peso Colombiano\",\r\n            \"code\": \"COP\",\r\n            \"symbol\": \"$\",\r\n            \"createdat\": \"2021-09-27T02:05:13.945Z\",\r\n            \"updatedat\": null\r\n        },\r\n        \"idperson\": {\r\n            \"id\": \"1\",\r\n            \"firstname\": \"aa\",\r\n            \"lastname\": \"aa\",\r\n            \"treatment\": \"\",\r\n            \"gender\": \"\",\r\n            \"identification\": \"111\",\r\n            \"email\": \"asd@gmail.com\",\r\n            \"phone\": \"123\",\r\n            \"state\": \"\",\r\n            \"city\": \"\",\r\n            \"address\": \"\",\r\n            \"zipcode\": \"\",\r\n            \"borndate\": null,\r\n            \"updatedat\": null,\r\n            \"deletedat\": null,\r\n            \"ididentificationtype\": {\r\n                \"id\": 4,\r\n                \"nombre\": \"Cedula De Ciudadania\",\r\n                \"code\": \"CC\",\r\n                \"updatedat\": null,\r\n                \"iddavivienda\": \"01\",\r\n                \"status\": true\r\n            }\r\n        },\r\n        \"idstatus\": {\r\n            \"id\": 36,\r\n            \"nombre\": \"Fallida\",\r\n            \"updatedat\": null\r\n        },\r\n        \"paymentmethod\": {\r\n            \"id\": 1,\r\n            \"nombre\": \"CARD\",\r\n            \"estado\": \"Activo\",\r\n            \"istransactional\": true,\r\n            \"mensaje\": null\r\n        }\r\n    }\r\n}"}],"_postman_id":"6f4b8f60-ff8b-4a77-9354-a0fca795dd39"},{"name":"ContinueAuthenticate","id":"7d84dc27-4fea-41d4-9f13-0b99a8250bbd","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    //// RECOMENDABLE ESPERAR 5 SEGUNDOS PARA DISPARAR ESTA PETICION \r\n    // idtran: Identificador de la transacción (String)\r\n    \"idtran\": \"\",\r\n    // redebanIdTran: Identificador de la transacción en Redeban (String, e.g., \"AU-\")\r\n    \"redebanIdTran\": \"AU-\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/v2/3ds/ContinueAuthenticate","urlObject":{"path":["ClientAPI","v2","3ds","ContinueAuthenticate"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"f74f4483-9cd6-4d59-86bc-94c3fbf80767","name":"3DS challenge","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    //// RECOMENDABLE ESPERAR 5 SEGUNDOS PARA DISPARAR ESTA PETICION \r\n    // idtran: Identificador de la transacción (String)\r\n    \"idtran\": \"\",\r\n    // redebanIdTran: Identificador de la transacción en Redeban (String, e.g., \"AU-\")\r\n    // Esta propiedad se encuentra en la respuesta del método Authenticate3DS en body->transaction->id\r\n    \"redebanIdTran\": \"AU-\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/v2/3ds/ContinueAuthenticate"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"3ds\",\n    \"data\": {\n        \"service\": \"nuvei\",\n        \"authentication\": {\n            \"cavv\": \"\",\n            \"xid\": \"\",\n            \"eci\": \"07\",\n            \"version\": \"2.2.0\",\n            \"status\": \"C\",\n            \"return_code\": \"\",\n            \"return_message\": \"\",\n            \"reference_id\": \"123-7a98-4436-82fc-123\"\n        },\n        \"transaction\": {\n            \"id\": \"AU-123\",\n            \"dev_reference\": \"123\"\n        },\n        \"browser_response\": {\n            \"challenge_request\": \"<!DOCTYPE html SYSTEM 'about:legacy-compat'><html class='no-js' lang='en' xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8'/><meta charset='utf-8'/></head></body></html>\",\n            \"hidden_iframe\": \"\"\n        }\n    }\n}"},{"id":"04f47189-3f6d-4114-b736-28ee01039e47","name":"Transaction","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    //// RECOMENDABLE ESPERAR 5 SEGUNDOS PARA DISPARAR ESTA PETICION \r\n    // idtran: Identificador de la transacción (String)\r\n    \"idtran\": \"\",\r\n    // redebanIdTran: Identificador de la transacción en Redeban (String, e.g., \"AU-\")\r\n    // Esta propiedad se encuentra en la respuesta del método Authenticate3DS en body->transaction->id\r\n    \"redebanIdTran\": \"AU-\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/v2/3ds/ContinueAuthenticate"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"Transaction\",\r\n    \"data\": {\r\n        \"id\": \"15\",\r\n        \"issubscription\": false,\r\n        \"amount\": 100,\r\n        \"externalorder\": \"\",\r\n        \"urllanding\": null,\r\n        \"origen\": \"No se recibe origen\",\r\n        \"nextpaymentdate\": null,\r\n        \"ip\": \"12.59.2.122\",\r\n        \"fullname\": \"\",\r\n        \"status\": null,\r\n        \"createdat\": \"2025-10-21T12:04:01.698Z\",\r\n        \"updatedat\": \"2025-10-21T12:04:51.512Z\",\r\n        \"deletedat\": null,\r\n        \"jsonresponse\": \"\",\r\n        \"responseUrl\": null,\r\n        \"validateResponse\": false,\r\n        \"paymentedat\": \"2025-10-21T12:04:51.507Z\",\r\n        \"firstjsonresponse\": null,\r\n        \"clearsaferesponse\": null,\r\n        \"originalAmount\": null,\r\n        \"conversionRate\": null,\r\n        \"discountedamount\": null,\r\n        \"isRedeban\": false,\r\n        \"consultaActual\": 0,\r\n        \"currencycode\": {\r\n            \"id\": 1,\r\n            \"name\": \"Peso Colombiano\",\r\n            \"code\": \"COP\",\r\n            \"symbol\": \"$\",\r\n            \"createdat\": \"2021-09-27T02:05:13.945Z\",\r\n            \"updatedat\": null\r\n        },\r\n        \"idperson\": {\r\n            \"id\": \"1\",\r\n            \"firstname\": \"aa\",\r\n            \"lastname\": \"aa\",\r\n            \"treatment\": \"\",\r\n            \"gender\": \"\",\r\n            \"identification\": \"111\",\r\n            \"email\": \"asd@gmail.com\",\r\n            \"phone\": \"123\",\r\n            \"state\": \"\",\r\n            \"city\": \"\",\r\n            \"address\": \"\",\r\n            \"zipcode\": \"\",\r\n            \"borndate\": null,\r\n            \"updatedat\": null,\r\n            \"deletedat\": null,\r\n            \"ididentificationtype\": {\r\n                \"id\": 4,\r\n                \"nombre\": \"Cedula De Ciudadania\",\r\n                \"code\": \"CC\",\r\n                \"updatedat\": null,\r\n                \"iddavivienda\": \"01\",\r\n                \"status\": true\r\n            }\r\n        },\r\n        \"idstatus\": {\r\n            \"id\": 36,\r\n            \"nombre\": \"Fallida\",\r\n            \"updatedat\": null\r\n        },\r\n        \"paymentmethod\": {\r\n            \"id\": 1,\r\n            \"nombre\": \"CARD\",\r\n            \"estado\": \"Activo\",\r\n            \"istransactional\": true,\r\n            \"mensaje\": null\r\n        }\r\n    }\r\n}"}],"_postman_id":"7d84dc27-4fea-41d4-9f13-0b99a8250bbd"},{"name":"VerifyAuthenticate","id":"9a12b437-aaf9-4728-8ff0-5a2266d6a15d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // encTran: Encriptación de la transacción (String)\r\n    \"encTran\": \"\",\r\n    // cres: Respuesta CRes del protocolo 3DS (String)\r\n    \"cres\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/v2/3ds/VerifyAuthenticate","urlObject":{"path":["ClientAPI","v2","3ds","VerifyAuthenticate"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"a5ddc224-2c30-45f4-a219-cb8441fb231b","name":"Transaction","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"APIKEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // encTran: Encriptación de la transacción (String)\r\n    \"encTran\": \"\",\r\n    // cres: Respuesta CRes del protocolo 3DS (String)\r\n    \"cres\": \"\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/ClientAPI/v2/3ds/VerifyAuthenticate"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"Transaction\",\r\n    \"data\": {\r\n        \"id\": \"15\",\r\n        \"issubscription\": false,\r\n        \"amount\": 100,\r\n        \"externalorder\": \"\",\r\n        \"urllanding\": null,\r\n        \"origen\": \"No se recibe origen\",\r\n        \"nextpaymentdate\": null,\r\n        \"ip\": \"12.59.2.122\",\r\n        \"fullname\": \"\",\r\n        \"status\": null,\r\n        \"createdat\": \"2025-10-21T12:04:01.698Z\",\r\n        \"updatedat\": \"2025-10-21T12:04:51.512Z\",\r\n        \"deletedat\": null,\r\n        \"jsonresponse\": \"\",\r\n        \"responseUrl\": null,\r\n        \"validateResponse\": false,\r\n        \"paymentedat\": \"2025-10-21T12:04:51.507Z\",\r\n        \"firstjsonresponse\": null,\r\n        \"clearsaferesponse\": null,\r\n        \"originalAmount\": null,\r\n        \"conversionRate\": null,\r\n        \"discountedamount\": null,\r\n        \"isRedeban\": false,\r\n        \"consultaActual\": 0,\r\n        \"currencycode\": {\r\n            \"id\": 1,\r\n            \"name\": \"Peso Colombiano\",\r\n            \"code\": \"COP\",\r\n            \"symbol\": \"$\",\r\n            \"createdat\": \"2021-09-27T02:05:13.945Z\",\r\n            \"updatedat\": null\r\n        },\r\n        \"idperson\": {\r\n            \"id\": \"1\",\r\n            \"firstname\": \"aa\",\r\n            \"lastname\": \"aa\",\r\n            \"treatment\": \"\",\r\n            \"gender\": \"\",\r\n            \"identification\": \"111\",\r\n            \"email\": \"asd@gmail.com\",\r\n            \"phone\": \"123\",\r\n            \"state\": \"\",\r\n            \"city\": \"\",\r\n            \"address\": \"\",\r\n            \"zipcode\": \"\",\r\n            \"borndate\": null,\r\n            \"updatedat\": null,\r\n            \"deletedat\": null,\r\n            \"ididentificationtype\": {\r\n                \"id\": 4,\r\n                \"nombre\": \"Cedula De Ciudadania\",\r\n                \"code\": \"CC\",\r\n                \"updatedat\": null,\r\n                \"iddavivienda\": \"01\",\r\n                \"status\": true\r\n            }\r\n        },\r\n        \"idstatus\": {\r\n            \"id\": 36,\r\n            \"nombre\": \"Fallida\",\r\n            \"updatedat\": null\r\n        },\r\n        \"paymentmethod\": {\r\n            \"id\": 1,\r\n            \"nombre\": \"CARD\",\r\n            \"estado\": \"Activo\",\r\n            \"istransactional\": true,\r\n            \"mensaje\": null\r\n        }\r\n    }\r\n}"}],"_postman_id":"9a12b437-aaf9-4728-8ff0-5a2266d6a15d"}],"id":"c81186ee-1e0a-418c-a7c9-b39ac7a56f72","_postman_id":"c81186ee-1e0a-418c-a7c9-b39ac7a56f72","description":""}]}