{"info":{"_postman_id":"9ff66a54-8d85-4393-800e-9791d5263d5f","name":"CashOut English","description":"<html><head></head><body><p><strong>Introduction</strong><br>CashOutService provides the necessary services to create a scatter order, upload records and close the scatter, also provides services to query the records of a created scatter.<br>The selection of this service can be found at the following address:<br>Production:</p>\n<p><a href=\"https://null\">https://servicecashout.paymentsway.co/CashOutService.svc?wsdl</a></p>\n<p>SandBox:</p>\n<p><a href=\"https://serviciospruebascashout.vepay.com.co/CashOutService.svc\">https://serviciospruebascashout.vepay.com.co/CashOutService.svc</a></p>\n<p><strong>Overview</strong><br>The service has REST and SOAP endpoint.</p>\n<p><strong>Authentication</strong><br>The API has a LOGIN method which does not require authentication, since there are all methods that require authentication in which the token returned by the LOGIN method must be sent.</p>\n<p><strong>Error codes</strong><br>003: You do not have permissions to use the service</p>\n<p><strong>Rate limit</strong><br>There is no limit to the number of requests per user.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3542237","collectionId":"9ff66a54-8d85-4393-800e-9791d5263d5f","publishedId":"Uyxho7fv","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2026-02-25T15:27:15.000Z"},"item":[{"name":"Manual Generation","item":[{"name":"Login","event":[{"listen":"test","script":{"id":"2fa5a94f-ecbc-4974-a7fc-e25e0d796e8f","exec":["pm.test(\"Your test name\", function () {\r","    var jsonData = pm.response.json();\r","    pm.environment.set(\"bearer_token\", jsonData.TokenSession);\r","});"],"type":"text/javascript"}}],"id":"764077fa-3da2-4910-bf40-7ca9fe9c1281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{urlCashout}}Login?UserName=AOCHOA&PassWord=D5A0C714688C84773EB407D3AB5C038F","description":"<p>The LOGIN method receives 2 parameters: the username and the password that must be sent as MD5, it will return an object that contains the Token that must be used for the other requests.</p>\n<p>The token lasts for one hour.</p>\n","urlObject":{"host":["{{urlCashout}}Login"],"query":[{"key":"UserName","value":"AOCHOA"},{"key":"PassWord","value":"D5A0C714688C84773EB407D3AB5C038F"}],"variable":[]}},"response":[{"id":"cec90230-98c0-496a-9099-4ddc67bfa1a9","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"http://servicecashout.rationalsoftware.co:4435/CashOutService.svc/Login?UserName=AHERNANDEZ&PassWord=E807F1FCF82D132F9BB018CA6738A19F","protocol":"http","host":["servicecashout","rationalsoftware","co"],"port":"4435","path":["CashOutService.svc","Login"],"query":[{"key":"UserName","value":"AHERNANDEZ"},{"key":"PassWord","value":"E807F1FCF82D132F9BB018CA6738A19F"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"764077fa-3da2-4910-bf40-7ca9fe9c1281"},{"name":"Create Dispersion Order","id":"d1a4f1e8-306a-4eb6-98da-6df7f890de6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n}","options":{"raw":{"language":"json"}}},"url":"{{urlCashout}}CreateOrdenDispersion","description":"<p>Creates a new Dispersal Order.</p>\n<p>Returns the Dispersal Order data including the ID used to enter the SAP data or Dispersal records.</p>\n<p>The initial status of this is <strong>10</strong> Open</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"9ff66a54-8d85-4393-800e-9791d5263d5f","id":"9ff66a54-8d85-4393-800e-9791d5263d5f","name":"CashOut English","type":"collection"}},"urlObject":{"host":["{{urlCashout}}CreateOrdenDispersion"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1a4f1e8-306a-4eb6-98da-6df7f890de6d"},{"name":"Create Registry Dispersion","id":"ac15995c-e352-49a2-83b2-b9c867c3814a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"IdOrdenDispersion\":1078,\r\n    \"BancoReceptor\":\"1007\",\r\n    \"TipoCuentaReceptor\":\"20\",\r\n    \"NumeroCuentaReceptor\":\"0582226429\",\r\n    \"DocTipoReceptor\":\"CC\",\r\n    \"IdentificacionReceptor\":\"38885974\",\r\n    \"NombreDestinatario\":\"Amanda Maria Hurtado C\",\r\n    \"Descripcion\":\"PAYMENTS WAY 602140\",\r\n    \"Valor\":\"385349.18427\",\r\n    \"CorreoElectronico\":\"amanda.hurtado@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{urlCashout}}CreateDatosSAP","description":"<p>Adds a dispersion record for a previously created order.</p>\n<p>IdOrdenDispersion: Id of the dispersion created in the Create Dispersion Order step<br />BancoReceptor: Bank code of the person to whom the payment will be credited. obtained from the Get Banks service<br />TipoCuentaReceptor: Account type.</p>\n<p>\"20\" for \"CURRENT ACCOUNT\"</p>\n<p>\"21\": \"SAVINGS ACCOUNT\"<br />NumeroCuentaReceptor: Account number of the person to whom the payment will be credited.<br />IdentificationReceiver: Identification number of the person to whom the payment will be credited.<br />NombreDestinario: First and last names of the person to whom the payment will be credited.<br />Descripcion: This is the description of the payment.<br />Value: Payment value (If decimals are used, use a period [.] as a separator)<br />Email: Email of the person to whom the payment will be credited.</p>\n<p>Returned data. Data of the created record (transaction), possible statuses.</p>\n<p>2 Under review This occurs when legal compliance is pending review<br />3 Accepted Status of the record without problems</p>\n<p>Other statuses that are notified in the webhook</p>\n<p>4 Account Blocked The account sent is blocked<br />5 Invalid document The document sent is invalid or does not match the account<br />6 Account error The account sent is invalid or does not exist<br />11 Invalid bank The bank code sent does not exist<br />13 Invalid account type The account type sent does not exist<br />15 Closed Manual This occurs when a record is closed manually (generally for testing or at the client's request)<br />16 Pending Bank This occurs when it was sent to the bank and we still have no response.<br />17 In Process Occurs during the verification process and/or sending to the bank</p>\n<p>7 Successful Transaction Occurs when the transaction was satisfactory<br />8 Rejected Transaction Occurs when the bank rejects the transaction</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"9ff66a54-8d85-4393-800e-9791d5263d5f","id":"9ff66a54-8d85-4393-800e-9791d5263d5f","name":"CashOut English","type":"collection"}},"urlObject":{"host":["{{urlCashout}}CreateDatosSAP"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac15995c-e352-49a2-83b2-b9c867c3814a"},{"name":"Close Dispersion","id":"c9945b43-e909-49ea-96d0-4d09aebcc1fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"IdOrdenDispersion\":390\r\n}","options":{"raw":{"language":"json"}}},"url":"{{urlCashout}}CerrarOrdenDispersion","description":"<p>Closes a dispersion order so that no more records can be added to it and sends it to verification and processing.</p>\n<p>When executed, it will remain in status 1 Pending</p>\n<p>Other statuses.</p>\n<p>9 Processed Occurs when all records in the dispersion are processed<br />14 Completed Empty Occurs when a dispersion that contains no records is closed</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"9ff66a54-8d85-4393-800e-9791d5263d5f","id":"9ff66a54-8d85-4393-800e-9791d5263d5f","name":"CashOut English","type":"collection"}},"urlObject":{"host":["{{urlCashout}}CerrarOrdenDispersion"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9945b43-e909-49ea-96d0-4d09aebcc1fe"},{"name":"Update Status (Only Sandbox)","id":"d0701898-361d-4e30-9234-6a5e498ee8bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"IdDatoSap\":2,\r\n    \"Estado\":7,\r\n    \"observacion\":\"Prueba Servicio\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{urlCashout}}ActualizarEstadoDS","description":"<p>Use this service only in Sandbox environment to change the state of a transaction.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"9ff66a54-8d85-4393-800e-9791d5263d5f","id":"9ff66a54-8d85-4393-800e-9791d5263d5f","name":"CashOut English","type":"collection"}},"urlObject":{"host":["{{urlCashout}}ActualizarEstadoDS"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0701898-361d-4e30-9234-6a5e498ee8bb"},{"name":"GetDatosSAPByIdOrden","id":"f027154b-eb92-4f82-8835-44b2991cfb35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"{{bearer_token}}","type":"text"}],"url":"{{urlCashout}}GetDatosSAPByIdOrden?IdOrden=1068","urlObject":{"host":["{{urlCashout}}GetDatosSAPByIdOrden"],"query":[{"key":"IdOrden","value":"1068"}],"variable":[]}},"response":[],"_postman_id":"f027154b-eb92-4f82-8835-44b2991cfb35"},{"name":"GetResumenOrden","id":"04f8eee9-2bc1-4317-ad1d-4a6b60fe8ffe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{urlCashout}}GetResumenOrden?IdOrden=1077","description":"<p>Retorna el resumen de la ejecucion de una orden.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"9ff66a54-8d85-4393-800e-9791d5263d5f","id":"9ff66a54-8d85-4393-800e-9791d5263d5f","name":"CashOut English","type":"collection"}},"urlObject":{"host":["{{urlCashout}}GetResumenOrden"],"query":[{"key":"IdOrden","value":"1077"}],"variable":[]}},"response":[],"_postman_id":"04f8eee9-2bc1-4317-ad1d-4a6b60fe8ffe"},{"name":"GetResumenCliente","id":"422a549a-f440-43e1-bd98-66ba814332d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1bmlxdWVfbmFtZSI6IlBSQkFQSSIsIm5iZiI6MTY1MTc2NzAxMCwiZXhwIjoxNjUxNzc0MjEwLCJpYXQiOjE2NTE3NjcwMTAsImlzcyI6Imh0dHA6Ly9zZXJ2aWNlY2FzaG91dC5yYXRpb25hbHNvZnR3YXJlLmNvOjQ0MzUiLCJhdWQiOiJodHRwOi8vc2VydmljZWNhc2hvdXQucmF0aW9uYWxzb2Z0d2FyZS5jbzo0NDM1In0.8jagE9YtwSRY_o3WyYyJIphnvsebK3sDy65ttH54yAw","type":"text"}],"url":"{{urlCashout}}GetResumenCliente","description":"<p>Retorna una cadena de texto con el contenido del archivo que se debe enviar al banco. Con la siguiente es la estructura.<br />A. VACÍO. Longitud 6 Caracteres<br />B. NÚMERO DE CUENTA A DEBITAR:<br />Es el número de cuenta del que se van a debitar los recursos con los que se van a hacer los pagos o a acreditar los recursos en el caso de las transacciones débito.<br />Longitud: 16 caracteres numéricos alineados a la izquierda y completado con espacios en blanco a la derecha.<br />Nota: La cuenta se debe colocar completa, incluyendo el número de ceros que tenga a la izquierda.<br />C. TIPO DE CUENTA A DEBITAR:<br />Identifica si el tipo de cuenta del participante es cuenta corriente o cuenta de ahorros.<br />Longitud: 2 caracteres numéricos, debe ir alineado a la izquierda y completado con espacios en blanco a la derecha.<br />Nota: 20 para cuenta corriente y 21 para cuenta de ahorro.<br />D. CÓDIGO DEL BANCO RECEPTOR:<br />Código de identificación único de la institución financiera en que el receptor tiene su cuenta.<br />Longitud: 6 caracteres numéricos, para los códigos de 4 dígitos completar con espacios en blanco a la derecha.<br />E. TIPO DE CUENTA RECEPTORA:<br />Identifica si el tipo de cuenta del participante es cuenta corriente o cuenta de ahorros.<br />Longitud: 2 caracteres numéricos, debe ir alineado a la izquierda y completado con espacios en blanco a la derecha.<br />Nota: 20 para cuenta corriente y 21 para cuenta de ahorro.<br />F. NÚMERO DE CUENTA RECEPTORA:<br />Número de la cuenta del participante en la institución financiera anteriormente descrita.<br />Longitud: 16 caracteres numéricos, alineados a la izquierda y completados con espacios en blanco a la derecha.<br />G. IDENTIFICACIÓN DEL PARTICIPANTE:<br />Es la identificación del proveedor, empleado o persona natural o jurídica a la cual se debitará o acreditará la cuenta.<br />Longitud: 12 caracteres alfanuméricos alineados a la izquierda y completado con espacios en blanco a la derecha.<br />H. NOMBRE DEL PARTICIPANTE:<br />Nombre del participante en el sistema.<br />Longitud: 22 caracteres alfanuméricos, alineados a la izquierda y completado con espacios en blanco a la derecha.<br />I. DESCRIPCIÓN DEL PAGO:<br />Es la descripción del pago.<br />Longitud: 80 caracteres alfanuméricos, alineados a la izquierda y completado con espacios en blanco a la derecha.<br />J. VALOR:<br />Es el neto a pagar a cada participante. Es el valor que será acreditado o debitado de la cuenta del participante.<br />Longitud: 13 caracteres numéricos y 2 caracteres de decimales sin separador (ni puntos,ni comas), alineados a la derecha y completado con ceros (0) a la izquierda.<br />K. CORREO ELECTRÓNICO (campo opcional):<br />Correo electrónico del empleado o persona natural o jurídica a la cual se debitará o acreditará el pago.<br />Longitud: 60 caracteres alfanuméricos, alineados a la izquierda y completados con espacios en blanco a la derecha.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"9ff66a54-8d85-4393-800e-9791d5263d5f","id":"9ff66a54-8d85-4393-800e-9791d5263d5f","name":"CashOut English","type":"collection"}},"urlObject":{"host":["{{urlCashout}}GetResumenCliente"],"query":[],"variable":[]}},"response":[],"_postman_id":"422a549a-f440-43e1-bd98-66ba814332d3"}],"id":"636a55b4-0ba0-4af4-8315-9bc6f6b406ff","_postman_id":"636a55b4-0ba0-4af4-8315-9bc6f6b406ff","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"9ff66a54-8d85-4393-800e-9791d5263d5f","id":"9ff66a54-8d85-4393-800e-9791d5263d5f","name":"CashOut English","type":"collection"}}},{"name":"Get Statuses","id":"b5cfbc91-9330-402a-af2b-f3bb4ce30931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1bmlxdWVfbmFtZSI6IlBSQkFQSSIsIm5iZiI6MTY1MTc2NzAxMCwiZXhwIjoxNjUxNzc0MjEwLCJpYXQiOjE2NTE3NjcwMTAsImlzcyI6Imh0dHA6Ly9zZXJ2aWNlY2FzaG91dC5yYXRpb25hbHNvZnR3YXJlLmNvOjQ0MzUiLCJhdWQiOiJodHRwOi8vc2VydmljZWNhc2hvdXQucmF0aW9uYWxzb2Z0d2FyZS5jbzo0NDM1In0.8jagE9YtwSRY_o3WyYyJIphnvsebK3sDy65ttH54yAw","type":"text"}],"url":"{{urlCashout}}GetAllEstados","description":"<p>Returns the possible states that a hash or a record can have.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"9ff66a54-8d85-4393-800e-9791d5263d5f","id":"9ff66a54-8d85-4393-800e-9791d5263d5f","name":"CashOut English","type":"collection"}},"urlObject":{"host":["{{urlCashout}}GetAllEstados"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5cfbc91-9330-402a-af2b-f3bb4ce30931"},{"name":"Get Banks","id":"f003c591-5811-4655-959b-e96fd2c38460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1bmlxdWVfbmFtZSI6IlBSQkFQSSIsIm5iZiI6MTY1MTc2NzAxMCwiZXhwIjoxNjUxNzc0MjEwLCJpYXQiOjE2NTE3NjcwMTAsImlzcyI6Imh0dHA6Ly9zZXJ2aWNlY2FzaG91dC5yYXRpb25hbHNvZnR3YXJlLmNvOjQ0MzUiLCJhdWQiOiJodHRwOi8vc2VydmljZWNhc2hvdXQucmF0aW9uYWxzb2Z0d2FyZS5jbzo0NDM1In0.8jagE9YtwSRY_o3WyYyJIphnvsebK3sDy65ttH54yAw","type":"text"}],"url":"{{urlCashout}}GetAllBancos","description":"<p>Returns the banks enabled for dispersion, the \"codigo\" variable must be sent in the object to create the dispersion record</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"9ff66a54-8d85-4393-800e-9791d5263d5f","id":"9ff66a54-8d85-4393-800e-9791d5263d5f","name":"CashOut English","type":"collection"}},"urlObject":{"host":["{{urlCashout}}GetAllBancos"],"query":[],"variable":[]}},"response":[],"_postman_id":"f003c591-5811-4655-959b-e96fd2c38460"},{"name":"WebHook","id":"19106b9d-5629-4ead-8a7d-26017d5c755c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"datosSAPs\": [\r\n        {\r\n            \"Id\": 5016,\r\n            \"IdOrdenDispersion\": 1085,\r\n            \"NumeroCuenta\": \"\",\r\n            \"TipoCuenta\": \"\",\r\n            \"BancoReceptor\": \"1051\",\r\n            \"TipoCuentaReceptor\": \"20\",\r\n            \"NumeroCuentaReceptor\": \"00007548585825\",\r\n            \"IdentificacionReceptor\": \"52170139\",\r\n            \"NombreDestinatario\": \"andrea hernandez\",\r\n            \"Descripcion\": \"pruebas dispersiones\",\r\n            \"Valor\": \"10000000\",\r\n            \"CorreoElectronico\": \"rational.soporte@gmail.com\",\r\n            \"IdEstado\": 2,\r\n            \"Estado\": true,\r\n            \"FechaRegistro\": \"2023-09-21T08:02:23.62\",\r\n            \"IdUsuarioSistema\": 1,\r\n            \"CausalRechazo\": null,\r\n            \"Observacion\": \"La persona ingresada posee registros en listas restrctivas: IdConsulta = 3544\",\r\n            \"IdConsultaLaft\": 3544\r\n        },\r\n        {\r\n            \"Id\": 5018,\r\n            \"IdOrdenDispersion\": 1085,\r\n            \"NumeroCuenta\": \"\",\r\n            \"TipoCuenta\": \"\",\r\n            \"BancoReceptor\": \"1051\",\r\n            \"TipoCuentaReceptor\": \"20\",\r\n            \"NumeroCuentaReceptor\": \"00007548585825\",\r\n            \"IdentificacionReceptor\": \"52170139\",\r\n            \"NombreDestinatario\": \"andrea hernandez\",\r\n            \"Descripcion\": \"pruebas dispersiones\",\r\n            \"Valor\": \"10000000\",\r\n            \"CorreoElectronico\": \"rational.soporte@gmail.com\",\r\n            \"IdEstado\": 2,\r\n            \"Estado\": true,\r\n            \"FechaRegistro\": \"2023-09-21T08:03:51.26\",\r\n            \"IdUsuarioSistema\": 1,\r\n            \"CausalRechazo\": null,\r\n            \"Observacion\": \"La persona ingresada posee registros en listas restrctivas: IdConsulta = 3544\",\r\n            \"IdConsultaLaft\": 3544\r\n        },\r\n        {\r\n            \"Id\": 5019,\r\n            \"IdOrdenDispersion\": 1085,\r\n            \"NumeroCuenta\": \"\",\r\n            \"TipoCuenta\": \"\",\r\n            \"BancoReceptor\": \"1051\",\r\n            \"TipoCuentaReceptor\": \"20\",\r\n            \"NumeroCuentaReceptor\": \"00007548585825\",\r\n            \"IdentificacionReceptor\": \"52170139\",\r\n            \"NombreDestinatario\": \"andrea hernandez\",\r\n            \"Descripcion\": \"pruebas dispersiones\",\r\n            \"Valor\": \"10000000\",\r\n            \"CorreoElectronico\": \"rational.soporte@gmail.com\",\r\n            \"IdEstado\": 2,\r\n            \"Estado\": true,\r\n            \"FechaRegistro\": \"2023-09-21T08:04:33.723\",\r\n            \"IdUsuarioSistema\": 1,\r\n            \"CausalRechazo\": null,\r\n            \"Observacion\": \"La persona ingresada posee registros en listas restrctivas: IdConsulta = 3544\",\r\n            \"IdConsultaLaft\": 3544\r\n        },\r\n        {\r\n            \"Id\": 5021,\r\n            \"IdOrdenDispersion\": 1085,\r\n            \"NumeroCuenta\": \"\",\r\n            \"TipoCuenta\": \"\",\r\n            \"BancoReceptor\": \"1051\",\r\n            \"TipoCuentaReceptor\": \"20\",\r\n            \"NumeroCuentaReceptor\": \"00007548585825\",\r\n            \"IdentificacionReceptor\": \"52170139\",\r\n            \"NombreDestinatario\": \"andrea hernandez\",\r\n            \"Descripcion\": \"pruebas dispersiones\",\r\n            \"Valor\": \"10000000\",\r\n            \"CorreoElectronico\": \"rational.soporte@gmail.com\",\r\n            \"IdEstado\": 2,\r\n            \"Estado\": true,\r\n            \"FechaRegistro\": \"2023-09-21T08:05:00.84\",\r\n            \"IdUsuarioSistema\": 1,\r\n            \"CausalRechazo\": null,\r\n            \"Observacion\": \"La persona ingresada posee registros en listas restrctivas: IdConsulta = 3544\",\r\n            \"IdConsultaLaft\": 3544\r\n        },\r\n        {\r\n            \"Id\": 5022,\r\n            \"IdOrdenDispersion\": 1085,\r\n            \"NumeroCuenta\": \"\",\r\n            \"TipoCuenta\": \"\",\r\n            \"BancoReceptor\": \"1051\",\r\n            \"TipoCuentaReceptor\": \"20\",\r\n            \"NumeroCuentaReceptor\": \"00007548585825\",\r\n            \"IdentificacionReceptor\": \"52170139\",\r\n            \"NombreDestinatario\": \"andrea hernandez\",\r\n            \"Descripcion\": \"pruebas dispersiones\",\r\n            \"Valor\": \"10000000\",\r\n            \"CorreoElectronico\": \"rational.soporte@gmail.com\",\r\n            \"IdEstado\": 2,\r\n            \"Estado\": true,\r\n            \"FechaRegistro\": \"2023-09-21T08:05:44.573\",\r\n            \"IdUsuarioSistema\": 1,\r\n            \"CausalRechazo\": null,\r\n            \"Observacion\": \"La persona ingresada posee registros en listas restrctivas: IdConsulta = 3544\",\r\n            \"IdConsultaLaft\": 3544\r\n        },\r\n        {\r\n            \"Id\": 5023,\r\n            \"IdOrdenDispersion\": 1085,\r\n            \"NumeroCuenta\": \"\",\r\n            \"TipoCuenta\": \"\",\r\n            \"BancoReceptor\": \"1051\",\r\n            \"TipoCuentaReceptor\": \"20\",\r\n            \"NumeroCuentaReceptor\": \"00007548585825\",\r\n            \"IdentificacionReceptor\": \"52170139\",\r\n            \"NombreDestinatario\": \"andrea hernandez\",\r\n            \"Descripcion\": \"pruebas dispersiones\",\r\n            \"Valor\": \"10000000\",\r\n            \"CorreoElectronico\": \"rational.soporte@gmail.com\",\r\n            \"IdEstado\": 2,\r\n            \"Estado\": true,\r\n            \"FechaRegistro\": \"2023-09-21T08:06:54.027\",\r\n            \"IdUsuarioSistema\": 1,\r\n            \"CausalRechazo\": null,\r\n            \"Observacion\": \"La persona ingresada posee registros en listas restrctivas: IdConsulta = 3544\",\r\n            \"IdConsultaLaft\": 3544\r\n        }\r\n    ],\r\n    \"Id\": 1085,\r\n    \"IdCliente\": 2,\r\n    \"IdEstado\": 10,\r\n    \"Estado\": true,\r\n    \"FechaRegistro\": \"2023-09-21T08:01:33.433\",\r\n    \"IdUsuarioSistema\": 1,\r\n    \"IdTransaccionMerchant\": null,\r\n    \"notificacion_wh\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"Url_del_webhook","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"9ff66a54-8d85-4393-800e-9791d5263d5f","id":"9ff66a54-8d85-4393-800e-9791d5263d5f","name":"CashOut English","type":"collection"}},"urlObject":{"host":["Url_del_webhook"],"query":[],"variable":[]}},"response":[],"_postman_id":"19106b9d-5629-4ead-8a7d-26017d5c755c"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"47102be1-7931-4366-bd11-63e08240cef1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e54f870b-c0ab-4731-a6df-111a06051209","type":"text/javascript","exec":[""]}}]}