{"info":{"_postman_id":"68fb0250-de19-4543-8acf-b953334e64c3","name":"PayCheck","description":"<html><head></head><body><p>The following documentation describes the APIs available for PayIn and PayOut processes with Paycheck.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"29465958","collectionId":"68fb0250-de19-4543-8acf-b953334e64c3","publishedId":"2sB3Wwry8T","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-11-19T02:38:22.000Z"},"item":[{"name":"Authentication","item":[{"name":"LogIn","id":"7354b43c-24cf-4ed8-ad5d-3b32af1c54bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\t\t{\r\n  \"User\": \"User\",\r\n  \"Password\": \"Password\",\r\n  \"Code\": \"Code\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/Aplication/Login","description":"<p>Functions</p>\n<ul>\n<li><p>Control access to requests.</p>\n</li>\n<li><p>Comply with security regulations for confidential information.</p>\n</li>\n<li><p>Generate a required bearer token for each request. (This ensures that only the user can view their own information.)</p>\n</li>\n</ul>\n<h1 id=\"parameters\">Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ParameterName</th>\n<th>Description</th>\n<th>Tyoe</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>User</code></td>\n<td>unique customer user</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Password</code></td>\n<td>Password provided by customer</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Code</code></td>\n<td>Code provided by PayCheck</td>\n<td>GUID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["Api","Aplication","Login"],"host":["sandboxpaycheckclient","ourpaycheck","com"],"query":[],"variable":[]}},"response":[{"id":"cc1a620d-ff0a-4f8d-befc-7e8a3f7edb39","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\t\t{\r\n  \"User\": \"AppDev\",\r\n  \"Password\": \"a1*i3Olw*q8bq\",\r\n  \"Code\": \"F0D7563C-DE3C-4451-8327-0C8AFE36E6CB\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/Aplication/Login"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 27 Jan 2026 16:11:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private,max-age=15"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Ok\",\n    \"success\": true,\n    \"code\": 200,\n    \"data\": {\n        \"timeStamp\": \"2026-01-27T16:11:23.2541786Z\",\n        \"trackingIds\": \"F0D7563C-DE3C-4451-8327-0C8AFE36E6CB\",\n        \"mensaje\": \"Exitoso\",\n        \"userEmail\": \"user email\",\n        \"userName\": \"userName\",\n        \"token\": \"token\"\n    }\n}"}],"_postman_id":"7354b43c-24cf-4ed8-ad5d-3b32af1c54bf"}],"id":"3963fe21-77e6-4c1b-969f-ff9d63e836b0","_postman_id":"3963fe21-77e6-4c1b-969f-ff9d63e836b0","description":""},{"name":"PayIn","item":[{"name":"Account balance","id":"8c713111-5466-4dc4-869d-8524acd944ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayIn/Balance","description":"<h3 id=\"functions\">Functions</h3>\n<ul>\n<li>Displays the customer's account balance; this does not require input parameters as the token already contains them.</li>\n</ul>\n<h1 id=\"returned-parameters\">Returned Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ParameterName</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>AvailableAmount</code></td>\n<td>Balance ID belonging to the customer</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>PayoutAvailable</code></td>\n<td>Total amount withdrawn by the customer</td>\n<td>DECIMAL</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["Api","PayIn","Balance"],"host":["sandboxpaycheckclient","ourpaycheck","com"],"query":[],"variable":[]}},"response":[{"id":"4b53c3f7-e842-411c-914f-d1a3d4b39bdd","name":"New Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayIn/Balance"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 27 Jan 2026 16:37:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private,max-age=15"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Ok\",\n    \"success\": true,\n    \"code\": 200,\n    \"data\": {\n        \"AvailableAmount\": 104023.4,\n        \"PayoutAvailable\": 104023.4\n    }\n}"}],"_postman_id":"8c713111-5466-4dc4-869d-8524acd944ea"},{"name":"PayIn with PayCheck checkout","id":"b37a545f-6e56-4907-9c15-a5a6e33a68bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"PaymentMethodID\": 1,\r\n  \"Amount\": 10000,\r\n  \"Reference\": \"Try the paycheck interface\",\r\n  \"Description\": \"Try the paycheck interface\",\r\n  \"ExpirationDate\": \"2026-01-27T16:15:46.465Z\",\r\n  \"CurrencyId\": 1,\r\n  \"DocumentType\": 1,\r\n  \"Document\": \"1000000000\",\r\n  \"Phone\": \"3114444444\",\r\n  \"Mail\": \"test@test.com\",\r\n  \"Username\": \"Username\",\r\n  \"ClientURL\": \"url redirect\",\r\n  \"SelectedPaymentMethods\": \"1,2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayIn/Create","description":"<h3 id=\"functions\">Functions</h3>\n<ul>\n<li>Create payment link with paycheck interface</li>\n</ul>\n<h1 id=\"parameters\">Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ParameterName</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>PaymentMethodID</code></td>\n<td>Selected payment method (Must be sent with the value 1)</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>Amount</code></td>\n<td>Designated amount to be charged (The minimum value is 5,000)</td>\n<td>DECIMAL</td>\n</tr>\n<tr>\n<td><code>Reference</code></td>\n<td>Payment reference</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Description</code></td>\n<td>Payment description</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>ExpirationDate</code></td>\n<td>Payment deadline</td>\n<td>DATETIME</td>\n</tr>\n<tr>\n<td><code>CurrencyId</code></td>\n<td>Currency in which the payment will be made (1: COP)</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>DocumentType</code></td>\n<td>Type of document of the person making the payment</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>Document</code></td>\n<td>Document of the person who will make the payment</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Phone</code></td>\n<td>Phone number of the person who will make the payment</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Mail</code></td>\n<td>Email address of the person making the payment</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Username</code></td>\n<td>Name of the person who will make the payment</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>ClientURL</code></td>\n<td>URL to which the transaction will be returned once it is complete</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>SelectedPaymentMethods</code></td>\n<td>Payment identifiers to display in interface</td>\n<td>STRING</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"document-types\">Document Types</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Document Type ID</th>\n<th>Description</th>\n<th>Short Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>1</code></td>\n<td>National identity card</td>\n<td>CC</td>\n</tr>\n<tr>\n<td><code>2</code></td>\n<td>Foreigner's ID Card</td>\n<td>CE</td>\n</tr>\n<tr>\n<td><code>3</code></td>\n<td>Tax Identification Number</td>\n<td>NIT</td>\n</tr>\n<tr>\n<td><code>4</code></td>\n<td>Identity Card</td>\n<td>TI</td>\n</tr>\n<tr>\n<td><code>5</code></td>\n<td>Passport</td>\n<td>PP</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["Api","PayIn","Create"],"host":["sandboxpaycheckclient","ourpaycheck","com"],"query":[],"variable":[]}},"response":[{"id":"c8d45b46-0777-4698-b0da-01ba89533788","name":"PayIn with PayCheck checkout","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"PaymentMethodID\": 1,\r\n  \"Amount\": 10000,\r\n  \"Reference\": \"Try the paycheck interface\",\r\n  \"Description\": \"Try the paycheck interface\",\r\n  \"ExpirationDate\": \"2026-01-27T16:15:46.465Z\",\r\n  \"CurrencyId\": 1,\r\n  \"DocumentType\": 1,\r\n  \"Document\": \"1000000000\",\r\n  \"Phone\": \"3114444444\",\r\n  \"Mail\": \"test@test.com\",\r\n  \"Username\": \"Username\",\r\n  \"ClientURL\": \"url redirect\",\r\n  \"SelectedPaymentMethods\": \"1,2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayIn/Create"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 27 Jan 2026 16:18:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private,max-age=15"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"OK\",\n    \"success\": true,\n    \"code\": 200,\n    \"data\": {\n        \"IdPayin\": 12,\n        \"url\": \"URl CheckOut\"\n    }\n}"}],"_postman_id":"b37a545f-6e56-4907-9c15-a5a6e33a68bf"},{"name":"List of banks for PSE payments","id":"6998d614-691d-482e-9e32-fd8cf714f04a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayIn/Bank","description":"<h3 id=\"functions\">Functions</h3>\n<ul>\n<li>Displays the list of banks.</li>\n</ul>\n<h1 id=\"returned-parameters\">Returned parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ParameterName</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>code</code></td>\n<td>Bank code</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Name of bank</td>\n<td>STRING</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["Api","PayIn","Bank"],"host":["sandboxpaycheckclient","ourpaycheck","com"],"query":[],"variable":[]}},"response":[{"id":"4255fa1b-2986-48f0-bf89-e5d009349a86","name":"List of banks for PSE payments","originalRequest":{"method":"GET","header":[],"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayIn/Bank"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 27 Jan 2026 16:29:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private,max-age=15"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"OK\",\n    \"success\": true,\n    \"code\": 200,\n    \"data\": [\n        {\n            \"code\": \"1815\",\n            \"name\": \"ALIANZA FIDUCIARIA\"\n        },\n        {\n            \"code\": \"1558\",\n            \"name\": \"BAN100\"\n        },\n        {\n            \"code\": \"1059\",\n            \"name\": \"BANCAMIA S.A.\"\n        },\n        {\n            \"code\": \"1040\",\n            \"name\": \"BANCO AGRARIO\"\n        },\n        {\n            \"code\": \"1052\",\n            \"name\": \"BANCO AV VILLAS\"\n        },\n        {\n            \"code\": \"1013\",\n            \"name\": \"BANCO BBVA COLOMBIA S.A.\"\n        },\n        {\n            \"code\": \"1032\",\n            \"name\": \"BANCO CAJA SOCIAL\"\n        },\n        {\n            \"code\": \"1066\",\n            \"name\": \"BANCO COOPERATIVO COOPCENTRAL\"\n        },\n        {\n            \"code\": \"1051\",\n            \"name\": \"BANCO DAVIVIENDA\"\n        },\n        {\n            \"code\": \"1001\",\n            \"name\": \"BANCO DE BOGOTA\"\n        },\n        {\n            \"code\": \"1023\",\n            \"name\": \"BANCO DE OCCIDENTE\"\n        },\n        {\n            \"code\": \"1062\",\n            \"name\": \"BANCO FALABELLA \"\n        },\n        {\n            \"code\": \"1063\",\n            \"name\": \"BANCO FINANDINA S.A. BIC\"\n        },\n        {\n            \"code\": \"1012\",\n            \"name\": \"BANCO GNB SUDAMERIS\"\n        },\n        {\n            \"code\": \"1006\",\n            \"name\": \"BANCO ITAU\"\n        },\n        {\n            \"code\": \"1071\",\n            \"name\": \"BANCO J.P. MORGAN COLOMBIA S.A.\"\n        },\n        {\n            \"code\": \"1007\",\n            \"name\": \"BANCOLOMBIA\"\n        },\n        {\n            \"code\": \"1047\",\n            \"name\": \"BANCO MUNDO MUJER S.A.\"\n        },\n        {\n            \"code\": \"1061\",\n            \"name\": \"BANCOOMEVA S.A.\"\n        },\n        {\n            \"code\": \"1060\",\n            \"name\": \"BANCO PICHINCHA S.A.\"\n        },\n        {\n            \"code\": \"1002\",\n            \"name\": \"BANCO POPULAR\"\n        },\n        {\n            \"code\": \"1065\",\n            \"name\": \"BANCO SANTANDER COLOMBIA\"\n        },\n        {\n            \"code\": \"1069\",\n            \"name\": \"BANCO SERFINANZA\"\n        },\n        {\n            \"code\": \"1303\",\n            \"name\": \"BANCO UNION antes GIROS\"\n        },\n        {\n            \"code\": \"1808\",\n            \"name\": \"BOLD CF\"\n        },\n        {\n            \"code\": \"1283\",\n            \"name\": \"CFA COOPERATIVA FINANCIERA\"\n        },\n        {\n            \"code\": \"1009\",\n            \"name\": \"CITIBANK \"\n        },\n        {\n            \"code\": \"1812\",\n            \"name\": \"COINK SA\"\n        },\n        {\n            \"code\": \"1370\",\n            \"name\": \"COLTEFINANCIERA\"\n        },\n        {\n            \"code\": \"1292\",\n            \"name\": \"CONFIAR COOPERATIVA FINANCIERA\"\n        },\n        {\n            \"code\": \"1289\",\n            \"name\": \"COTRAFA\"\n        },\n        {\n            \"code\": \"1816\",\n            \"name\": \"CREZCAMOS\"\n        },\n        {\n            \"code\": \"1097\",\n            \"name\": \"DALE\"\n        },\n        {\n            \"code\": \"1551\",\n            \"name\": \"DAVIPLATA\"\n        },\n        {\n            \"code\": \"1802\",\n            \"name\": \"DING\"\n        },\n        {\n            \"code\": \"1121\",\n            \"name\": \"FINANCIERA JURISCOOP SA COMPAÑÍA DE FINANCIAMIENTO\"\n        },\n        {\n            \"code\": \"1637\",\n            \"name\": \"IRIS\"\n        },\n        {\n            \"code\": \"1286\",\n            \"name\": \"JFK COOPERATIVA FINANCIERA\"\n        },\n        {\n            \"code\": \"1070\",\n            \"name\": \"LULO BANK\"\n        },\n        {\n            \"code\": \"1801\",\n            \"name\": \"MOVII S.A.\"\n        },\n        {\n            \"code\": \"1507\",\n            \"name\": \"NEQUI\"\n        },\n        {\n            \"code\": \"1809\",\n            \"name\": \"NU\"\n        },\n        {\n            \"code\": \"1803\",\n            \"name\": \"POWWI\"\n        },\n        {\n            \"code\": \"1811\",\n            \"name\": \"RAPPIPAY\"\n        },\n        {\n            \"code\": \"1019\",\n            \"name\": \"SCOTIABANK COLPATRIA\"\n        },\n        {\n            \"code\": \"1804\",\n            \"name\": \"UALÁ\"\n        }\n    ]\n}"}],"_postman_id":"6998d614-691d-482e-9e32-fd8cf714f04a"},{"name":"PayIn Pse direct","id":"acbf0997-9baf-4a4d-87a8-4250d6b97219","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"PaymentMethodID\": 1,\r\n  \"Amount\": 10000,\r\n  \"Reference\": \"Try the paycheck interface\",\r\n  \"Description\": \"Try the paycheck interface\",\r\n  \"ExpirationDate\": \"2026-01-27T16:15:46.465Z\",\r\n  \"CurrencyId\": 1,\r\n  \"DocumentType\": 1,\r\n  \"Document\": \"1000000000\",\r\n  \"Phone\": \"3114444444\",\r\n  \"Mail\": \"test@test.com\",\r\n  \"Username\": \"Username\",\r\n  \"ClientURL\": \"url redirect\",\r\n  \"PersonType\": \"NATURAL\",\r\n  \"bank\": \"1002\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayIn/Create","description":"<h3 id=\"functions\">Functions</h3>\n<ul>\n<li>Create a direct PSE payment link</li>\n</ul>\n<h1 id=\"parameters\">Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ParameterName</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>PaymentMethodID</code></td>\n<td>Selected payment method (Must be sent with the value 1)</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>Amount</code></td>\n<td>Designated amount to be charged (The minimum value is 5,000)</td>\n<td>DECIMAL</td>\n</tr>\n<tr>\n<td><code>Reference</code></td>\n<td>Payment reference</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Description</code></td>\n<td>Payment description</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>ExpirationDate</code></td>\n<td>Payment deadline</td>\n<td>DATETIME</td>\n</tr>\n<tr>\n<td><code>CurrencyId</code></td>\n<td>Currency in which the payment will be made (1: COP)</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>DocumentType</code></td>\n<td>Type of document of the person making the payment</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>Document</code></td>\n<td>Document of the person who will make the payment</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Phone</code></td>\n<td>Phone number of the person who will make the payment</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Mail</code></td>\n<td>Email address of the person making the payment</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Username</code></td>\n<td>Name of the person who will make the payment</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>ClientURL</code></td>\n<td>URL to which the transaction will be returned once it is complete</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>PersonType</code></td>\n<td>Type of person making the payment (NATURAL, JURIDÍCA)</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Bank</code></td>\n<td>PSE bank code</td>\n<td>STRING</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"document-types\">Document Types</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Document Type ID</th>\n<th>Description</th>\n<th>Short Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>1</code></td>\n<td>National identity card</td>\n<td>CC</td>\n</tr>\n<tr>\n<td><code>2</code></td>\n<td>Foreigner's ID Card</td>\n<td>CE</td>\n</tr>\n<tr>\n<td><code>3</code></td>\n<td>Tax Identification Number</td>\n<td>NIT</td>\n</tr>\n<tr>\n<td><code>4</code></td>\n<td>Identity Card</td>\n<td>TI</td>\n</tr>\n<tr>\n<td><code>5</code></td>\n<td>Passport</td>\n<td>PP</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["Api","PayIn","Create"],"host":["sandboxpaycheckclient","ourpaycheck","com"],"query":[],"variable":[]}},"response":[{"id":"be5bec80-13ea-4d2f-ad7f-b1e95458ddbf","name":"PayIn Pse direct","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"PaymentMethodID\": 1,\r\n  \"Amount\": 10000,\r\n  \"Reference\": \"Try the paycheck interface\",\r\n  \"Description\": \"Try the paycheck interface\",\r\n  \"ExpirationDate\": \"2026-01-27T16:15:46.465Z\",\r\n  \"CurrencyId\": 1,\r\n  \"DocumentType\": 1,\r\n  \"Document\": \"1000000000\",\r\n  \"Phone\": \"3114444444\",\r\n  \"Mail\": \"test@test.com\",\r\n  \"Username\": \"Username\",\r\n  \"ClientURL\": \"url redirect\",\r\n  \"PersonType\": \"NATURAL\",\r\n  \"bank\": \"1002\",\r\n  \"SelectedPaymentMethods\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayIn/Create"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 27 Jan 2026 16:23:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private,max-age=15"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"OK\",\n    \"success\": true,\n    \"code\": 200,\n    \"data\": {\n        \"IdPayin\": 14,\n        \"url\": \"URL redirects to PSE system\"\n    }\n}"}],"_postman_id":"acbf0997-9baf-4a4d-87a8-4250d6b97219"},{"name":"PayIn Nequi Push direct","id":"45525c61-a3b7-4193-937f-7defb235a677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"PaymentMethodID\": 3,\r\n  \"Amount\": 10000,\r\n  \"Reference\": \"Try the paycheck interface\",\r\n  \"Description\": \"Try the paycheck interface\",\r\n  \"ExpirationDate\": \"2026-01-27T16:15:46.465Z\",\r\n  \"CurrencyId\": 1,\r\n  \"DocumentType\": 1,\r\n  \"Document\": \"1000000000\",\r\n  \"Phone\": \"3114444444\",\r\n  \"Mail\": \"test@test.com\",\r\n  \"Username\": \"Username\",\r\n  \"ClientURL\": \"url redirect\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayIn/Create","description":"<h3 id=\"functions\">Functions</h3>\n<ul>\n<li>Create a direct Nequi Psuh</li>\n</ul>\n<h1 id=\"parameters\">Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ParameterName</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>PaymentMethodID</code></td>\n<td>Selected payment method (Must be sent with the value 3)</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>Amount</code></td>\n<td>Designated amount to be charged (The minimum value is 5,000)</td>\n<td>DECIMAL</td>\n</tr>\n<tr>\n<td><code>Reference</code></td>\n<td>Payment reference</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Description</code></td>\n<td>Payment description</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>ExpirationDate</code></td>\n<td>Payment deadline</td>\n<td>DATETIME</td>\n</tr>\n<tr>\n<td><code>CurrencyId</code></td>\n<td>Currency in which the payment will be made (1: COP)</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>DocumentType</code></td>\n<td>Type of document of the person making the payment</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>Document</code></td>\n<td>Document of the person who will make the payment</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Phone</code></td>\n<td>Phone number of the person who will make the payment</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Mail</code></td>\n<td>Email address of the person making the payment</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Username</code></td>\n<td>Name of the person who will make the payment</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>ClientURL</code></td>\n<td>URL to which the transaction will be returned once it is complete</td>\n<td>STRING</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"document-types\">Document Types</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Document Type ID</th>\n<th>Description</th>\n<th>Short Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>1</code></td>\n<td>National identity card</td>\n<td>CC</td>\n</tr>\n<tr>\n<td><code>2</code></td>\n<td>Foreigner's ID Card</td>\n<td>CE</td>\n</tr>\n<tr>\n<td><code>3</code></td>\n<td>Tax Identification Number</td>\n<td>NIT</td>\n</tr>\n<tr>\n<td><code>4</code></td>\n<td>Identity Card</td>\n<td>TI</td>\n</tr>\n<tr>\n<td><code>5</code></td>\n<td>Passport</td>\n<td>PP</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["Api","PayIn","Create"],"host":["sandboxpaycheckclient","ourpaycheck","com"],"query":[],"variable":[]}},"response":[{"id":"318872e5-220b-4a3b-82f9-dd840ef5ff7c","name":"PayIn Pse direct Copy","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"PaymentMethodID\": 1,\r\n  \"Amount\": 10000,\r\n  \"Reference\": \"Try the paycheck interface\",\r\n  \"Description\": \"Try the paycheck interface\",\r\n  \"ExpirationDate\": \"2026-01-27T16:15:46.465Z\",\r\n  \"CurrencyId\": 1,\r\n  \"DocumentType\": 1,\r\n  \"Document\": \"1000000000\",\r\n  \"Phone\": \"3114444444\",\r\n  \"Mail\": \"test@test.com\",\r\n  \"Username\": \"Username\",\r\n  \"ClientURL\": \"url redirect\",\r\n  \"PersonType\": \"NATURAL\",\r\n  \"bank\": \"1002\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayIn/Create"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 27 Jan 2026 16:27:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private,max-age=15"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"OK\",\n    \"success\": true,\n    \"code\": 200,\n    \"data\": {\n        \"IdPayin\": 18,\n        \"url\": \"This URL should be disregarded since the payment notification is sent to the customer's Nequi account.\"\n    }\n}"}],"_postman_id":"45525c61-a3b7-4193-937f-7defb235a677"},{"name":"Payin data","id":"9ed89b82-655d-4324-a0d2-e3840e8c054b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayIn/DataPayIn?IdTransaccion=1","description":"<h3 id=\"functions\">Functions</h3>\n<ul>\n<li>It lists all transactions made by the client, it does not require input parameters as the token already contains them.</li>\n</ul>\n<h1 id=\"parameters-returnees\"><strong>Parameters</strong> Returnees</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ParameterName</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IdTransaccion</td>\n<td>Transaction ID created</td>\n<td>INT</td>\n</tr>\n<tr>\n<td>PaymentMethod</td>\n<td>Method by which payment was made</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td>TransactionState</td>\n<td>Current status of the transaction</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Amount collected</td>\n<td>DECIMAL</td>\n</tr>\n<tr>\n<td>Reference</td>\n<td>Reference indicated by the client</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td>PurchaseDescription</td>\n<td>Purchase description</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td>Creation Date</td>\n<td>Date the transaction was created</td>\n<td>DATETIME</td>\n</tr>\n<tr>\n<td>ExpirationDate</td>\n<td>Payment deadline</td>\n<td>DATETIME</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Currency in which the transaction was requested</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td>DocumentType</td>\n<td>Type of end-customer document</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td>ClientDocument</td>\n<td>End customer document</td>\n<td>STRING</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["Api","PayIn","DataPayIn"],"host":["sandboxpaycheckclient","ourpaycheck","com"],"query":[{"key":"IdTransaccion","value":"1"}],"variable":[]}},"response":[{"id":"52e3821f-80d0-4c99-810a-0e79c41b440b","name":"New Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayIn/DataPayIn?IdTransaccion=1","protocol":"https","host":["sandboxpaycheckclient","ourpaycheck","com"],"path":["Api","PayIn","DataPayIn"],"query":[{"key":"IdTransaccion","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 27 Jan 2026 16:30:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private,max-age=15"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Ok\",\n    \"success\": true,\n    \"code\": 200,\n    \"data\": {\n        \"IdTransaccion\": 1,\n        \"PaymentMethod\": \"PSE\",\n        \"TransactionState\": \"Approved\",\n        \"Amount\": 10000,\n        \"Reference\": \"Reference\",\n        \"PurchaseDescription\": \"PurchaseDescription\",\n        \"Creation Date\": \"2026-01-07T23:34:30.3\",\n        \"ExpirationDate\": \"2025-07-14T13:36:32.66\",\n        \"Currency\": \"COP\",\n        \"DocumentType\": \"Cédula de ciudadanía\",\n        \"ClientDocument\": \"ClientDocument\"\n    }\n}"}],"_postman_id":"9ed89b82-655d-4324-a0d2-e3840e8c054b"},{"name":"Payin status","id":"08c84096-442e-4caf-906f-6ea35fdd2432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayIn/StatePayin?IdTransaccion=1","description":"<h3 id=\"functions\">Functions</h3>\n<ul>\n<li>Displays the transaction status.</li>\n</ul>\n<h1 id=\"returned-parameters\">Returned Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ParameterName</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>idTransaccion</code></td>\n<td>Transaction ID generated</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td>PayInReference</td>\n<td>Reference entered by the customer</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>Description</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td>StateID</td>\n<td>Transaction status</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td>Message</td>\n<td>Message</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Monto</code></td>\n<td>Amount paid or to be paid</td>\n<td>DECIMAL</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["Api","PayIn","StatePayin"],"host":["sandboxpaycheckclient","ourpaycheck","com"],"query":[{"key":"IdTransaccion","value":"1"}],"variable":[]}},"response":[{"id":"7e698369-3118-444e-90f1-7368b656d5ca","name":"Payin status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayIn/StatePayin?IdTransaccion=1","protocol":"https","host":["sandboxpaycheckclient","ourpaycheck","com"],"path":["Api","PayIn","StatePayin"],"query":[{"key":"IdTransaccion","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 27 Jan 2026 16:32:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private,max-age=15"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"OK\",\n    \"success\": true,\n    \"code\": 200,\n    \"data\": {\n        \"Idtransaccion\": 1,\n        \"PayInReference\": \"444string\",\n        \"Description\": \"Approved\",\n        \"StateID\": 2,\n        \"Message\": \"Payment Transaction Approved.\",\n        \"Amount\": 10000\n    }\n}"}],"_postman_id":"08c84096-442e-4caf-906f-6ea35fdd2432"}],"id":"8cf15398-2960-4c15-99e1-1ee56737f0df","_postman_id":"8cf15398-2960-4c15-99e1-1ee56737f0df","description":""},{"name":"PayOut","item":[{"name":"Immediate Banks","id":"bf4a1bb5-4c95-4897-b8b0-060af82fce2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayOut/BankNowBankPayOut","description":"<h3 id=\"functions\">Functions</h3>\n<ul>\n<li>Displays the list of banks.</li>\n</ul>\n<h1 id=\"returned-parameters\">Returned parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ParameterName</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>code</code></td>\n<td>Bank code</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Name of bank</td>\n<td>STRING</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["Api","PayOut","BankNowBankPayOut"],"host":["sandboxpaycheckclient","ourpaycheck","com"],"query":[],"variable":[]}},"response":[{"id":"5e43fa5c-ad63-43e5-bc51-c0b86e488f8a","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayOut/BankNowBankPayOut"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Mon, 09 Mar 2026 21:53:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private,max-age=15"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"OK\",\n    \"success\": true,\n    \"code\": 200,\n    \"data\": [\n        {\n            \"code\": \"1013\",\n            \"name\": \"BANCO BBVA COLOMBIA S.A.\"\n        },\n        {\n            \"code\": \"1032\",\n            \"name\": \"BANCO CAJA SOCIAL\"\n        },\n        {\n            \"code\": \"1066\",\n            \"name\": \"BANCO COOPERATIVO COOPCENTRAL\"\n        },\n        {\n            \"code\": \"1051\",\n            \"name\": \"BANCO DAVIVIENDA\"\n        },\n        {\n            \"code\": \"1006\",\n            \"name\": \"BANCO ITAU\"\n        },\n        {\n            \"code\": \"1007\",\n            \"name\": \"BANCOLOMBIA\"\n        },\n        {\n            \"code\": \"1097\",\n            \"name\": \"DALE\"\n        },\n        {\n            \"code\": \"1551\",\n            \"name\": \"DAVIPLATA\"\n        },\n        {\n            \"code\": \"1801\",\n            \"name\": \"MOVII S.A.\"\n        },\n        {\n            \"code\": \"1507\",\n            \"name\": \"NEQUI\"\n        }\n    ]\n}"}],"_postman_id":"bf4a1bb5-4c95-4897-b8b0-060af82fce2a"},{"name":"Immediate bank transfer","id":"24ea5f52-38ae-4427-ad18-e0995d698161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"DocumentType\": 1,\r\n  \"DocumentNumber\": \"DocumentNumber\",\r\n  \"Bank\": \"BankCode\",\r\n  \"AccountType\": 1,\r\n  \"AccountNumber\": \"AccountNumber\",\r\n  \"Amount\": 6000,\r\n  \"Reference\": \"Reference\",\r\n  \"Description\": \"Description\",\r\n  \"Phone\": \"Phone\",\r\n  \"Mail\": \"test@test.com\",\r\n  \"UserName\": \"UserName\",\r\n  \"NotifyUrl\": \"NotifyUrl\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayOut/NowBank","description":"<h3 id=\"functions\">Functions</h3>\n<ul>\n<li>Request disbursement of available funds.</li>\n</ul>\n<h1 id=\"parameters\">Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ParameterName</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DocumentType</code></td>\n<td>Type of document of the account holder</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>DocumentNumber</code></td>\n<td>Document number of the person responsible for the account</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Bank</code></td>\n<td>Bank code returned in the API that lists the \"Immediate Banks\" banks</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>AccountType</code></td>\n<td>Type of bank account</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>AccountNumber</code></td>\n<td>Bank account number</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Amount</code></td>\n<td>Amount to be distributed</td>\n<td>DECIMAL</td>\n</tr>\n<tr>\n<td><code>Reference</code></td>\n<td>Reference provided by the customer</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Description</code></td>\n<td>Description given by the client</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Phone</code></td>\n<td>Account holder phone number</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Mail</code></td>\n<td>Correo responsable de la cuenta</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>UserName</code></td>\n<td>Email responsible for the account</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>NotifyUrl</code></td>\n<td>The URL where the approval or rejection of the distribution will be notified must be the same as the WebHook.</td>\n<td>STRING</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"document-types\">Document Types</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Document Type ID</th>\n<th>Description</th>\n<th>Short Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>1</code></td>\n<td>National identity card</td>\n<td>CC</td>\n</tr>\n<tr>\n<td><code>2</code></td>\n<td>Foreigner's ID Card</td>\n<td>CE</td>\n</tr>\n<tr>\n<td><code>3</code></td>\n<td>Tax Identification Number</td>\n<td>NIT</td>\n</tr>\n<tr>\n<td><code>4</code></td>\n<td>Identity Card</td>\n<td>TI</td>\n</tr>\n<tr>\n<td><code>5</code></td>\n<td>Passport</td>\n<td>PP</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"account-type\">Account Type</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>1</code></td>\n<td>AHORRO</td>\n</tr>\n<tr>\n<td><code>2</code></td>\n<td>CORRIENTE</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"estados-payout\">Estados PayOut</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id Estado</th>\n<th><strong>Descripción</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>2</code></td>\n<td>Available for distribution</td>\n</tr>\n<tr>\n<td><code>3</code></td>\n<td>Requested for dispersion</td>\n</tr>\n<tr>\n<td><code>4</code></td>\n<td>Dispersion rejected</td>\n</tr>\n<tr>\n<td><code>5</code></td>\n<td>Dispersal approved and completed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["Api","PayOut","NowBank"],"host":["sandboxpaycheckclient","ourpaycheck","com"],"query":[],"variable":[]}},"response":[{"id":"f33cd417-3c8a-4d74-8753-c079c9601d00","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"DocumentType\": 1,\r\n  \"DocumentNumber\": \"DocumentNumber\",\r\n  \"Bank\": \"BankCode\",\r\n  \"AccountType\": 1,\r\n  \"AccountNumber\": \"AccountNumber\",\r\n  \"Amount\": 6000,\r\n  \"Reference\": \"Reference\",\r\n  \"Description\": \"Description\",\r\n  \"Phone\": \"Phone\",\r\n  \"Mail\": \"test@test.com\",\r\n  \"UserName\": \"UserName\",\r\n  \"NotifyUrl\": \"NotifyUrl\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayOut/NowBank"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 27 Jan 2026 18:07:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private,max-age=15"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Ok\",\n    \"success\": true,\n    \"code\": 200,\n    \"data\": 14\n}"}],"_postman_id":"24ea5f52-38ae-4427-ad18-e0995d698161"},{"name":"BankAchPayOut","id":"de3a7187-f949-40f4-94e7-2b731a06a270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayOut/BankAchPayOut","description":"<h3 id=\"functions\">Functions</h3>\n<ul>\n<li>Displays the list of banks.</li>\n</ul>\n<h1 id=\"returned-parameters\">Returned parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ParameterName</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>code</code></td>\n<td>Bank code</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Name of bank</td>\n<td>STRING</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["Api","PayOut","BankAchPayOut"],"host":["sandboxpaycheckclient","ourpaycheck","com"],"query":[],"variable":[]}},"response":[{"id":"2d4e696f-7ca5-4be4-9c34-548032ce08cd","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayOut/BankAchPayOut"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Mon, 09 Mar 2026 22:00:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private,max-age=15"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"OK\",\n    \"success\": true,\n    \"code\": 200,\n    \"data\": [\n        {\n            \"code\": \"1815\",\n            \"name\": \"ALIANZA FIDUCIARIA\"\n        },\n        {\n            \"code\": \"1558\",\n            \"name\": \"BAN100\"\n        },\n        {\n            \"code\": \"1059\",\n            \"name\": \"BANCAMIA S.A.\"\n        },\n        {\n            \"code\": \"1040\",\n            \"name\": \"BANCO AGRARIO\"\n        },\n        {\n            \"code\": \"1052\",\n            \"name\": \"BANCO AV VILLAS\"\n        },\n        {\n            \"code\": \"1013\",\n            \"name\": \"BANCO BBVA COLOMBIA S.A.\"\n        },\n        {\n            \"code\": \"1032\",\n            \"name\": \"BANCO CAJA SOCIAL\"\n        },\n        {\n            \"code\": \"1066\",\n            \"name\": \"BANCO COOPERATIVO COOPCENTRAL\"\n        },\n        {\n            \"code\": \"1051\",\n            \"name\": \"BANCO DAVIVIENDA\"\n        },\n        {\n            \"code\": \"1001\",\n            \"name\": \"BANCO DE BOGOTA\"\n        },\n        {\n            \"code\": \"1023\",\n            \"name\": \"BANCO DE OCCIDENTE\"\n        },\n        {\n            \"code\": \"1062\",\n            \"name\": \"BANCO FALABELLA \"\n        },\n        {\n            \"code\": \"1063\",\n            \"name\": \"BANCO FINANDINA S.A. BIC\"\n        },\n        {\n            \"code\": \"1012\",\n            \"name\": \"BANCO GNB SUDAMERIS\"\n        },\n        {\n            \"code\": \"1006\",\n            \"name\": \"BANCO ITAU\"\n        },\n        {\n            \"code\": \"1071\",\n            \"name\": \"BANCO J.P. MORGAN COLOMBIA S.A.\"\n        },\n        {\n            \"code\": \"1007\",\n            \"name\": \"BANCOLOMBIA\"\n        },\n        {\n            \"code\": \"1047\",\n            \"name\": \"BANCO MUNDO MUJER S.A.\"\n        },\n        {\n            \"code\": \"1061\",\n            \"name\": \"BANCOOMEVA S.A.\"\n        },\n        {\n            \"code\": \"1060\",\n            \"name\": \"BANCO PICHINCHA S.A.\"\n        },\n        {\n            \"code\": \"1002\",\n            \"name\": \"BANCO POPULAR\"\n        },\n        {\n            \"code\": \"1065\",\n            \"name\": \"BANCO SANTANDER COLOMBIA\"\n        },\n        {\n            \"code\": \"1069\",\n            \"name\": \"BANCO SERFINANZA\"\n        },\n        {\n            \"code\": \"1303\",\n            \"name\": \"BANCO UNION antes GIROS\"\n        },\n        {\n            \"code\": \"1808\",\n            \"name\": \"BOLD CF\"\n        },\n        {\n            \"code\": \"1283\",\n            \"name\": \"CFA COOPERATIVA FINANCIERA\"\n        },\n        {\n            \"code\": \"1009\",\n            \"name\": \"CITIBANK \"\n        },\n        {\n            \"code\": \"1812\",\n            \"name\": \"COINK SA\"\n        },\n        {\n            \"code\": \"1370\",\n            \"name\": \"COLTEFINANCIERA\"\n        },\n        {\n            \"code\": \"1292\",\n            \"name\": \"CONFIAR COOPERATIVA FINANCIERA\"\n        },\n        {\n            \"code\": \"1289\",\n            \"name\": \"COTRAFA\"\n        },\n        {\n            \"code\": \"1816\",\n            \"name\": \"CREZCAMOS\"\n        },\n        {\n            \"code\": \"1097\",\n            \"name\": \"DALE\"\n        },\n        {\n            \"code\": \"1551\",\n            \"name\": \"DAVIPLATA\"\n        },\n        {\n            \"code\": \"1802\",\n            \"name\": \"DING\"\n        },\n        {\n            \"code\": \"1121\",\n            \"name\": \"FINANCIERA JURISCOOP SA COMPAÑÍA DE FINANCIAMIENTO\"\n        },\n        {\n            \"code\": \"1637\",\n            \"name\": \"IRIS\"\n        },\n        {\n            \"code\": \"1286\",\n            \"name\": \"JFK COOPERATIVA FINANCIERA\"\n        },\n        {\n            \"code\": \"1070\",\n            \"name\": \"LULO BANK\"\n        },\n        {\n            \"code\": \"1801\",\n            \"name\": \"MOVII S.A.\"\n        },\n        {\n            \"code\": \"1507\",\n            \"name\": \"NEQUI\"\n        },\n        {\n            \"code\": \"1809\",\n            \"name\": \"NU\"\n        },\n        {\n            \"code\": \"1803\",\n            \"name\": \"POWWI\"\n        },\n        {\n            \"code\": \"1811\",\n            \"name\": \"RAPPIPAY\"\n        },\n        {\n            \"code\": \"1019\",\n            \"name\": \"SCOTIABANK COLPATRIA\"\n        },\n        {\n            \"code\": \"1804\",\n            \"name\": \"UALÁ\"\n        }\n    ]\n}"}],"_postman_id":"de3a7187-f949-40f4-94e7-2b731a06a270"},{"name":"ACH PayOut","id":"d6321b89-d425-49b3-b63a-0b8c406207e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"DocumentType\": 1,\r\n  \"DocumentNumber\": \"DocumentNumber\",\r\n  \"Bank\": \"BankCode\",\r\n  \"AccountType\": 1,\r\n  \"AccountNumber\": \"AccountNumber\",\r\n  \"Amount\": 6000,\r\n  \"Reference\": \"Reference\",\r\n  \"Description\": \"Description\",\r\n  \"Phone\": \"Phone\",\r\n  \"Mail\": \"test@test.com\",\r\n  \"UserName\": \"UserName\",\r\n  \"NotifyUrl\": \"NotifyUrl\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayOut/AchPayOut","description":"<h3 id=\"functions\">Functions</h3>\n<ul>\n<li>Request disbursement of available funds according to ACH timelines.</li>\n</ul>\n<h1 id=\"parameters\">Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ParameterName</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DocumentType</code></td>\n<td>Type of document of the account holder</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>DocumentNumber</code></td>\n<td>Document number of the person responsible for the account</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Bank</code></td>\n<td>Bank code returned in the API that lists the \"BankAchPayOut\" banks</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>AccountType</code></td>\n<td>Type of bank account</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>AccountNumber</code></td>\n<td>Bank account number</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Amount</code></td>\n<td>Amount to be distributed</td>\n<td>DECIMAL</td>\n</tr>\n<tr>\n<td><code>Reference</code></td>\n<td>Reference provided by the customer</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Description</code></td>\n<td>Description given by the client</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Phone</code></td>\n<td>Account holder phone number</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Mail</code></td>\n<td>Correo responsable de la cuenta</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>UserName</code></td>\n<td>Email responsible for the account</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>NotifyUrl</code></td>\n<td>The URL where the approval or rejection of the distribution will be notified must be the same as the WebHook.</td>\n<td>STRING</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"document-types\">Document Types</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Document Type ID</th>\n<th>Description</th>\n<th>Short Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>1</code></td>\n<td>National identity card</td>\n<td>CC</td>\n</tr>\n<tr>\n<td><code>2</code></td>\n<td>Foreigner's ID Card</td>\n<td>CE</td>\n</tr>\n<tr>\n<td><code>3</code></td>\n<td>Tax Identification Number</td>\n<td>NIT</td>\n</tr>\n<tr>\n<td><code>4</code></td>\n<td>Identity Card</td>\n<td>TI</td>\n</tr>\n<tr>\n<td><code>5</code></td>\n<td>Passport</td>\n<td>PP</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"account-type\">Account Type</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>1</code></td>\n<td>AHORRO</td>\n</tr>\n<tr>\n<td><code>2</code></td>\n<td>CORRIENTE</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"estados-payout\">Estados PayOut</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id Estado</th>\n<th><strong>Descripción</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>2</code></td>\n<td>Available for distribution</td>\n</tr>\n<tr>\n<td><code>3</code></td>\n<td>Requested for dispersion</td>\n</tr>\n<tr>\n<td><code>4</code></td>\n<td>Dispersion rejected</td>\n</tr>\n<tr>\n<td><code>5</code></td>\n<td>Dispersal approved and completed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["Api","PayOut","AchPayOut"],"host":["sandboxpaycheckclient","ourpaycheck","com"],"query":[],"variable":[]}},"response":[{"id":"2a08cab8-7d76-449f-888d-544b54027f60","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"DocumentType\": 1,\r\n  \"DocumentNumber\": \"DocumentNumber\",\r\n  \"Bank\": \"BankCode\",\r\n  \"AccountType\": 1,\r\n  \"AccountNumber\": \"AccountNumber\",\r\n  \"Amount\": 6000,\r\n  \"Reference\": \"Reference\",\r\n  \"Description\": \"Description\",\r\n  \"Phone\": \"Phone\",\r\n  \"Mail\": \"test@test.com\",\r\n  \"UserName\": \"UserName\",\r\n  \"NotifyUrl\": \"NotifyUrl\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayOut/NowBank"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 27 Jan 2026 18:07:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private,max-age=15"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Ok\",\n    \"success\": true,\n    \"code\": 200,\n    \"data\": 14\n}"}],"_postman_id":"d6321b89-d425-49b3-b63a-0b8c406207e2"},{"name":"Transfiya","id":"5d59fbc0-f2f7-4546-bd7e-fa03d4435e51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"DocumentType\": 1,\r\n  \"DocumentNumber\": \"DocumentNumber\",\r\n  \"AccountType\": 1,\r\n  \"AccountNumber\": \"AccountNumber\",\r\n  \"Amount\": 6000,\r\n  \"Reference\": \"Refersdence\",\r\n  \"Description\": \"Descrsadasdiption\",\r\n  \"Phone\": \"Phone\",\r\n  \"Mail\": \"test@test.com\",\r\n  \"UserName\": \"UserName\",\r\n  \"NotifyUrl\": \"NotifyUrl\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayOut/TransfiyaDirect","description":"<h3 id=\"functions\">Functions</h3>\n<ul>\n<li>Request disbursement of available funds.</li>\n</ul>\n<h1 id=\"parameters\">Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ParameterName</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>DocumentType</code></td>\n<td>Type of document of the account holder</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>DocumentNumber</code></td>\n<td>Document number of the person responsible for the account</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>AccountType</code></td>\n<td>Type of bank account</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>AccountNumber</code></td>\n<td>Bank account number</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Amount</code></td>\n<td>Amount to be distributed</td>\n<td>DECIMAL</td>\n</tr>\n<tr>\n<td><code>Reference</code></td>\n<td>Reference provided by the customer</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Description</code></td>\n<td>Description given by the client</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Phone</code></td>\n<td>Account holder phone number</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Mail</code></td>\n<td>Correo responsable de la cuenta</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>UserName</code></td>\n<td>Email responsible for the account</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>NotifyUrl</code></td>\n<td>The URL where the approval or rejection of the distribution will be notified must be the same as the WebHook.</td>\n<td>STRING</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"document-types\">Document Types</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Document Type ID</th>\n<th>Description</th>\n<th>Short Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>1</code></td>\n<td>National identity card</td>\n<td>CC</td>\n</tr>\n<tr>\n<td><code>2</code></td>\n<td>Foreigner's ID Card</td>\n<td>CE</td>\n</tr>\n<tr>\n<td><code>3</code></td>\n<td>Tax Identification Number</td>\n<td>NIT</td>\n</tr>\n<tr>\n<td><code>4</code></td>\n<td>Identity Card</td>\n<td>TI</td>\n</tr>\n<tr>\n<td><code>5</code></td>\n<td>Passport</td>\n<td>PP</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"account-type\">Account Type</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>1</code></td>\n<td>AHORRO</td>\n</tr>\n<tr>\n<td><code>2</code></td>\n<td>CORRIENTE</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"estados-payout\">Estados PayOut</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id Estado</th>\n<th><strong>Descripción</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>2</code></td>\n<td>Available for distribution</td>\n</tr>\n<tr>\n<td><code>3</code></td>\n<td>Requested for dispersion</td>\n</tr>\n<tr>\n<td><code>4</code></td>\n<td>Dispersion rejected</td>\n</tr>\n<tr>\n<td><code>5</code></td>\n<td>Dispersal approved and completed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["Api","PayOut","TransfiyaDirect"],"host":["sandboxpaycheckclient","ourpaycheck","com"],"query":[],"variable":[]}},"response":[{"id":"60c1b9fc-1901-4214-ba2d-e9edd4f5a906","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"DocumentType\": 1,\r\n  \"DocumentNumber\": \"DocumentNumber\",\r\n  \"Bank\": \"BankCode\",\r\n  \"AccountType\": 1,\r\n  \"AccountNumber\": \"AccountNumber\",\r\n  \"Amount\": 6000,\r\n  \"Reference\": \"Reference\",\r\n  \"Description\": \"Description\",\r\n  \"Phone\": \"Phone\",\r\n  \"Mail\": \"test@test.com\",\r\n  \"UserName\": \"UserName\",\r\n  \"NotifyUrl\": \"NotifyUrl\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayOut/NowBank"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 27 Jan 2026 18:07:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private,max-age=15"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Ok\",\n    \"success\": true,\n    \"code\": 200,\n    \"data\": 14\n}"},{"id":"ba5def08-1156-4cc3-b638-ecd60f36f55f","name":"Transfiya","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"DocumentType\": 1,\r\n  \"DocumentNumber\": \"1001057458\",\r\n  \"AccountType\": 1,\r\n  \"AccountNumber\": \"3114650604\",\r\n  \"Amount\": 6000,\r\n  \"Reference\": \"Refersdence\",\r\n  \"Description\": \"Descrsadasdiption\",\r\n  \"Phone\": \"3114650604\",\r\n  \"Mail\": \"test@test.com\",\r\n  \"UserName\": \"UserName\",\r\n  \"NotifyUrl\": \"NotifyUrl\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayOut/TransfiyaDirect"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 27 Jan 2026 18:09:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private,max-age=15"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Ok\",\n    \"success\": true,\n    \"code\": 200,\n    \"data\": 15\n}"}],"_postman_id":"5d59fbc0-f2f7-4546-bd7e-fa03d4435e51"},{"name":"Validate Key Bre_b","id":"76e3d1d6-11c1-4721-a047-9571f877e307","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayOut/ValidateBre_B?Key=1","description":"<h1 id=\"funtions\">Funtions</h1>\n<ul>\n<li>It shows if the key exists and is active.</li>\n</ul>\n<h1 id=\"returned-parameters\">Returned Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ParameterName</th>\n<th>Description</th>\n<th>Guy</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Mensaje</code></td>\n<td>Message returned by the API.</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Respuesta</code></td>\n<td>True: Effective answer.  <br />False: Ineffective answer.</td>\n<td>BOOLEAN</td>\n</tr>\n<tr>\n<td><code>Codigo</code></td>\n<td>HTTP response code</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>Data</code></td>\n<td>Indicates if the key is enabled</td>\n<td>STRING</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["Api","PayOut","ValidateBre_B"],"host":["sandboxpaycheckclient","ourpaycheck","com"],"query":[{"key":"Key","value":"1"}],"variable":[]}},"response":[{"id":"3b6d4b88-8628-489b-a9da-363b67135682","name":"New Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayOut/ValidateBre_B?Key=1","protocol":"https","host":["sandboxpaycheckclient","ourpaycheck","com"],"path":["Api","PayOut","ValidateBre_B"],"query":[{"key":"Key","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 27 Jan 2026 18:11:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private,max-age=15"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Ok\",\n    \"success\": true,\n    \"code\": 200,\n    \"data\": \"ACTIVA\"\n}"}],"_postman_id":"76e3d1d6-11c1-4721-a047-9571f877e307"},{"name":"Send Bre_b","id":"8d16267e-0d50-4f8a-9fb2-4a8a71a32ba6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"key\": \"key\",\r\n  \"amount\": 10000,\r\n  \"reference\": \"reference\",\r\n  \"notifyUrl\": \"notifyUrl\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayOut/Bre_B","description":"<h3 id=\"functions\">Functions</h3>\n<ul>\n<li>Create the shipment and distribute the funds to the entered key.</li>\n</ul>\n<h1 id=\"parameters-sent\">Parameters sent</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ParameterName</th>\n<th>Description</th>\n<th>Guy</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>key</code></td>\n<td>Key to which the funds will be sent</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>Amount to be distributed</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>reference</code></td>\n<td>Reference provided by the customer</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>notifyUrl</code></td>\n<td>The URL where the approval or rejection of the distribution is notified should receive the same information as the WebHook.</td>\n<td>STRING</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"returned-parameters\">Returned Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ParameterName</th>\n<th>Description</th>\n<th>Guy</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Mensaje</code></td>\n<td>Message returned by the API.</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Respuesta</code></td>\n<td>True: Effective answer.  <br />False: Ineffective answer.</td>\n<td>BOOLEAN</td>\n</tr>\n<tr>\n<td><code>Codigo</code></td>\n<td>HTTP response code</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>Data</code></td>\n<td>Runnpay id for payou guide</td>\n<td>INT</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["Api","PayOut","Bre_B"],"host":["sandboxpaycheckclient","ourpaycheck","com"],"query":[],"variable":[]}},"response":[{"id":"5cab9050-7be0-4f8f-86fd-2e00453df39a","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"key\": \"key\",\r\n  \"amount\": 10000,\r\n  \"reference\": \"reference\",\r\n  \"notifyUrl\": \"notifyUrl\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayOut/Bre_B"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 27 Jan 2026 18:30:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private,max-age=15"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Ok\",\n    \"success\": true,\n    \"code\": 200,\n    \"data\": 16\n}"}],"_postman_id":"8d16267e-0d50-4f8a-9fb2-4a8a71a32ba6"},{"name":"Data PayOut","id":"ff772f31-b2db-4136-afab-55743d4ea05d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayOut/DataPayOut?IdDispersion=10","description":"<h3 id=\"functions\"><strong>Functions</strong></h3>\n<ul>\n<li>Displays the status of the PayOut.</li>\n</ul>\n<h1 id=\"returned-parameters\"><strong>Returned Parameters</strong></h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ParameterName</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>idDispersion</code></td>\n<td>Id of the generated dispersion</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>CreationDate</code></td>\n<td>Date of the dispersion generated</td>\n<td>DATETIME</td>\n</tr>\n<tr>\n<td><code>DocumentType</code></td>\n<td>Account holder document type</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>DocumentNumber</code></td>\n<td>Document number of the account holder</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Bank</code></td>\n<td>Bank code returned in the API that lists banks \"Banks\"</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>AccountType</code></td>\n<td>Type of bank account</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>AccountNumber</code></td>\n<td>Bank account number</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Amount</code></td>\n<td>Amount</td>\n<td>DECIMAL</td>\n</tr>\n<tr>\n<td><code>Reference</code></td>\n<td>Reference indicated by the client</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Description</code></td>\n<td>Description given by the client</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Phone</code></td>\n<td>Responsible telephone account</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>Mail</code></td>\n<td>Email responsible for the account</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>UserName</code></td>\n<td>Name of the account manager</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>NotifyUrl</code></td>\n<td>URL where the approval or rejection of the distribution is notified, this must receive the same as the WebHook</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>State</code></td>\n<td>State of dispersion</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>ApplicationID</code></td>\n<td>Client code</td>\n<td>STRING</td>\n</tr>\n<tr>\n<td><code>StateID</code></td>\n<td>Dispersion state ID</td>\n<td>INT</td>\n</tr>\n<tr>\n<td><code>Observation</code></td>\n<td>Extra PayOut information with rejection reason</td>\n<td>STRING</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"estados-payout\">Estados PayOut</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id Estado</th>\n<th><strong>Descripción</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>2</code></td>\n<td>Available for distribution</td>\n</tr>\n<tr>\n<td><code>3</code></td>\n<td>Requested for dispersion</td>\n</tr>\n<tr>\n<td><code>4</code></td>\n<td>Dispersion rejected</td>\n</tr>\n<tr>\n<td><code>5</code></td>\n<td>Dispersal approved and completed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["Api","PayOut","DataPayOut"],"host":["sandboxpaycheckclient","ourpaycheck","com"],"query":[{"key":"IdDispersion","value":"10"}],"variable":[]}},"response":[{"id":"72e1fc4c-c1d4-4dcd-a795-2679ded8182b","name":"New Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandboxpaycheckclient.ourpaycheck.com/Api/PayOut/DataPayOut?IdDispersion=10","protocol":"https","host":["sandboxpaycheckclient","ourpaycheck","com"],"path":["Api","PayOut","DataPayOut"],"query":[{"key":"IdDispersion","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 27 Jan 2026 18:32:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private,max-age=15"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Ok\",\n    \"success\": true,\n    \"code\": 200,\n    \"data\": {\n        \"idDispersion\": 10,\n        \"CreationDate\": \"2026-01-08T04:59:09.113\",\n        \"DocumentType\": \"CC\",\n        \"DocumentNumber\": \"\",\n        \"Bank\": null,\n        \"AccountType\": \"AHORRO\",\n        \"AccountNumber\": \"AccountNumber\",\n        \"Amount\": 10000,\n        \"Reference\": \"Reference\",\n        \"Description\": \"Description\",\n        \"Phone\": \"Phone\",\n        \"Mail\": \"Mail\",\n        \"UserName\": \"UserName\",\n        \"NotifyUrl\": \"NotifyUrl\",\n        \"State\": \"Rechazo Dispersión\",\n        \"ApplicationID\": \"F0D7563C-DE3C-4451-8327-0C8AFE36E6CB\",\n        \"StateID\": 4,\n        \"Observation\": \"\"\n    }\n}"}],"_postman_id":"ff772f31-b2db-4136-afab-55743d4ea05d"}],"id":"e1449b3c-1b4a-43ba-aa5b-8b0310875780","_postman_id":"e1449b3c-1b4a-43ba-aa5b-8b0310875780","description":""},{"name":"Webhook","item":[],"id":"59b7bdec-42e4-438f-b897-c4e969eb6e6d","description":"<h2 id=\"status-notification-webhook--payout\">Status Notification Webhook – PayOut</h2>\n<p>When a payout status update occurs, the system sends an automatic notification via webhook to the URL configured by the client.</p>\n<p>The notification is sent to the route previously registered in the <code>NotifyUrl</code> field when the payout request was made.</p>\n<h3 id=\"example-of-payout-sent\">Example of PayOut sent</h3>\n<p>{<br />\"idTransaccion\":\"10\",<br />\"descripcionEstado\":\"Pending Confirmation\",<br />\"idEstado\":\"5\",<br />\"mensaje\":\"Payment pending confirmation\"<br />}</p>\n<h3 id=\"field-descriptions\">Field descriptions</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>IdDispersion</code></td>\n<td>Unique identifier of the dispersion generated in the system.</td>\n</tr>\n<tr>\n<td><code>DescripcionEstado</code></td>\n<td>Description of the current state of the dispersion.</td>\n</tr>\n<tr>\n<td><code>Mensaje</code></td>\n<td>Informative message related to the status of the process.</td>\n</tr>\n<tr>\n<td><code>IdEstado</code></td>\n<td>Dispersion state code within the system.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"validation-recommendation\">Validation Recommendation</h2>\n<p>Once the webhook notification is received, it is recommended to confirm the transaction status by making a request to the <strong>Data PayOut</strong> method.</p>\n<p>This allows you to validate and reconfirm the current information of the payout process directly from the system.</p>\n<h2 id=\"status-notification-webhook--payin\">Status Notification Webhook – PayIn</h2>\n<p>When there is an update in the status of a <strong>PayIn</strong> transaction, the system automatically sends a notification via <strong>webhook</strong> to the endpoint configured by the client.</p>\n<p>The URL where this webhook is sent must be previously provided by the client to the <strong>PayCheck</strong> team, since it is configured internally within the system.</p>\n<h3 id=\"example-payin-payload\">Example PayIn Payload</h3>\n<p>{<br />\"idTransaccion\":\"10\",<br />\"descripcionEstado\":\"Pending Confirmation\",<br />\"idEstado\":\"5\",<br />\"mensaje\":\"Payment pending confirmation\"<br />}</p>\n<h3 id=\"field-description\">Field Description</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>idTransaccion</code></td>\n<td>Unique identifier of the PayIn transaction.</td>\n</tr>\n<tr>\n<td><code>descripcionEstado</code></td>\n<td>Description of the current transaction status.</td>\n</tr>\n<tr>\n<td><code>idEstado</code></td>\n<td>Status code of the transaction within the system.</td>\n</tr>\n<tr>\n<td><code>mensaje</code></td>\n<td>Informational message related to the payment status.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"validation-recommendation-1\">Validation Recommendation</h2>\n<p>Once the webhook notification is received, it is recommended to confirm the transaction status by making a request to the <strong>PayIn Status</strong> method.</p>\n<p>This allows you to validate and reconfirm the current information of the payment process directly from the system.</p>\n","_postman_id":"59b7bdec-42e4-438f-b897-c4e969eb6e6d"}]}