{"info":{"_postman_id":"3b95320a-c157-416c-828f-1d4897dfad88","name":"IPS API Standards (IPS for FIs version) - v1.0","description":"<html><head></head><body><p>Welcome to the IPS API Reference Guide, your comprehensive resource for understanding and integrating with the Instant Payment System (IPS), designed to facilitate secure, efficient, and real-time financial transactions. IPS serves as the bridge between various national banks, offering RESTful APIs for easy connectivity and fund transfers.</p>\n<p>This guide provides detailed insights into the diverse range of APIs that offers to empower both financial institutions and their end-users.</p>\n<p>This document is structured to assist developers, financial institutions, and service providers in successfully integrating with IPS. Whether you are a bank seeking interoperability with other financial entities, a developer creating seamless payment experiences, or an end-user with diverse banking needs, this guide offers comprehensive explanations of how IPS APIs work, ensuring that you can harness the full potential of the system.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>The IPS API uses Bearer Token Authentication for FIs.</p>\n<h3 id=\"authentication-error-response\">Authentication error response</h3>\n<p>If an Token is missing, malformed, or invalid, you will receive an HTTP <strong>401 Unauthorized</strong> response code.</p>\n<h2 id=\"rate-and-usage-limits\">Rate and usage limits</h2>\n<p>API access rate limits apply at a per-API key basis in unit time. The limit is 300 requests per minute. Also, depending on your plan, you may have usage limits. If you exceed either limit, your request will return an HTTP 429 Too Many Requests status code.</p>\n<p>Each API response returns the following set of headers to help you identify your use status:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>X-RateLimit-Limit</code></td>\n<td>The maximum number of requests that the consumer is permitted to make per minute.</td>\n</tr>\n<tr>\n<td><code>X-RateLimit-Remaining</code></td>\n<td>The number of requests remaining in the current rate limit window.</td>\n</tr>\n<tr>\n<td><code>X-RateLimit-Reset</code></td>\n<td>The time at which the current rate limit window resets in UTC epoch seconds.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"internal-error-codes\">Internal Error Codes</h2>\n<p>In an Error event, The API response will return the error in the following format in the response body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"errors\": {\n        \"code\": \"[ERROR CODE XXX-XXX]\",\n        \"message\": \"[ERROR DESCRIPTION]\"\n    }\n}\n\n</code></pre>\n<p>Each API response returns the following set of Error codes to help you identify your use status:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>TNX-XXX</code></td>\n<td>Errors related to transactions</td>\n</tr>\n<tr>\n<td><code>SWT-XXX</code></td>\n<td>Errors related to Switch configuration</td>\n</tr>\n<tr>\n<td><code>VAL-XXX</code></td>\n<td>All errors related to validations (Fileds names, invalid request body, etc)</td>\n</tr>\n<tr>\n<td><code>AUT-XXX</code></td>\n<td>Authentication errors</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"30951400","collectionId":"3b95320a-c157-416c-828f-1d4897dfad88","publishedId":"2sA3JGfjN7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"426ff5"},"publishDate":"2024-09-18T18:15:12.000Z"},"item":[{"name":"Miscellaneous","item":[{"name":"institutions","id":"35bfbc5e-3eb1-4691-b362-13b889a886c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"127.0.0.1:8080/api/v1/miscs/institutions","description":"<p>The \"institutions\" API is used to retrieve a list of national banks and finacial institutions that are supported by the IPS. This list provides information about each institution, including the institution's name and corresponding institution code.</p>\n","urlObject":{"path":["api","v1","miscs","institutions"],"host":["127.0.0.1:8080"],"query":[],"variable":[]}},"response":[{"id":"455e2e18-a0c3-4fd0-b08a-403294ef2281","name":"institutions - successful","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"127.0.0.1:8080/api/v1/miscs/institutions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \n       [\n            {\n                \"name\": \"Bank A\",\n                \"code\": \"01\"\n            }, \n            {\n                \"name\": \"Bank B\",\n                \"code\": \"02\"\n            }\n        ]\n}\n"}],"_postman_id":"35bfbc5e-3eb1-4691-b362-13b889a886c6"},{"name":"transaction-status","id":"6a204394-7df3-42ec-8077-a334fe9a1070","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"127.0.0.1:8080/api/v1/miscs/transaction-status","urlObject":{"path":["api","v1","miscs","transaction-status"],"host":["127.0.0.1:8080"],"query":[],"variable":[]}},"response":[{"id":"86bd5b4e-65cb-45ab-8499-f5484ca9fd9e","name":"transaction-status","originalRequest":{"method":"GET","header":[],"url":"127.0.0.1:8080/api/v1/miscs/transaction-status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"date\": [\r\n\t\t{\r\n\t\t\t\"name\": \"acknowledged\",\r\n\t\t\t\"code\": \"01\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"name\": \"completed\",\r\n\t\t\t\"code\": \"03\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"name\": \"declined\",\r\n\t\t\t\"code\": \"04\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"name\": \"processing\",\r\n\t\t\t\"code\": \"02\"\r\n\t\t}\r\n\t]\r\n}"}],"_postman_id":"6a204394-7df3-42ec-8077-a334fe9a1070"}],"id":"b74b0d74-194f-438f-8115-aa46837633c1","description":"<p>The \"Miscellaneous\" API category in the IPS (Instant Payment System) is dedicated to providing a diverse set of APIs that contribute to user experience, connectivity, and configurability. These APIs offer features that are not central to the IPS core functions but are crucial for creating a comprehensive and user-centric environment.</p>\n","_postman_id":"b74b0d74-194f-438f-8115-aa46837633c1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":true,"source":{"_postman_id":"3b95320a-c157-416c-828f-1d4897dfad88","id":"3b95320a-c157-416c-828f-1d4897dfad88","name":"IPS API Standards (IPS for FIs version) - v1.0","type":"collection"}}},{"name":"Payments","item":[{"name":"funds-transfer-request (P2P,P2M,M2M))","event":[{"listen":"test","script":{"id":"f95eabc2-3b74-46f6-9903-fc4d9d3ff54b","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3f4ff262-e6ff-4ba3-9acb-42aa69e4c873","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/9.1.1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"transactionType\": \"[ACCEPTS ONE OF THOSE VALUES (P2P,P2M,M2M)]\",\n    \"initiation\": {\n        \"amount\": {\n            \"amount\": \"2000760\",\n            \"currency\": \"lyd\"\n        },\n\t\t\t  \"debtorAccount\": {\n            \"schemeName\": \"iban\",\n            \"identification\": \"LY5802500810085121000\",\n            \"name\": \"Mohammed Mahmoud Altaleesi\"\n        },\n        \"creditorAccount\": {\n            \"schemeName\": \"iban\",\n            \"identification\": \"LY5802500810085121000\",\n            \"name\": \"Ahmad Mohammed Houssain\" \n        },\n        \"creditorInstitution\": {\n            \"name\": \"Bank Name\",\n            \"code\":\"01\"\n        },\n          \"additionalData\": {\n            \"billNumber\": \"OPTIONAL\",\n            \"mobileNumber\": \"OPTIONAL\",\n            \"storeLabel\": \"OPTIONAL\",\n            \"referenceLabel\": \"OPTIONAL\",\n            \"customerLabel\" : \"OPTIONAL\",\n            \"terminalLabel\": \"OPTIONAL\",\n            \"purposeOfTransaction\": \"OPTIONAL\"\n        },\n        \"description\": \"Text explaining the reason of this payment\",\n         \"internalMerchantReference\": \"[ONLY REQUIRED IN CASE OF P2M]\"\n        \n    }\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8080/api/v1/payments/funds-transfers","description":"<p><strong>Funds Transfer Initiation Request for P2P Transaction</strong></p>\n<p>All funds transfer processes for P2P (Person to Person) transactions should start with this API. The request must include the necessary details to facilitate the transfer.</p>\n","urlObject":{"path":["api","v1","payments","funds-transfers"],"host":["127.0.0.1:8080"],"query":[],"variable":[]}},"response":[{"id":"7e4f0329-9a27-4b40-b499-b37d4f1c60c0","name":"funds-transfer-request (P2P)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/9.1.1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"transactionType\": \"P2P\",\n    \"initiation\": {\n        \"amount\": {\n            \"amount\": \"2000760\",\n            \"currency\": \"lyd\"\n        },\n\t\t\t  \"debtorAccount\": {\n            \"schemeName\": \"iban\",\n            \"identification\": \"LY5802500810085121000\",\n            \"name\": \"Mohammed Mahmoud Altaleesi\"\n        },\n        \"creditorAccount\": {\n            \"schemeName\": \"iban\",\n            \"identification\": \"LY5802500810085121000\",\n            \"name\": \"Ahmad Mohammed Houssain\" \n        },\n        \"creditorInstitution\": {\n            \"name\": \"Bank Name\",\n            \"code\":\"01\"\n        },\n          \"additionalData\": {\n            \"billNumber\": \"OPTIONAL\",\n            \"mobileNumber\": \"OPTIONAL\",\n            \"storeLabel\": \"OPTIONAL\",\n            \"referenceLabel\": \"OPTIONAL\",\n            \"customerLabel\" : \"OPTIONAL\",\n            \"terminalLabel\": \"OPTIONAL\",\n            \"purposeOfTransaction\": \"OPTIONAL\"\n        },\n        \"description\": \"Text explaining the reason of this payment\"\n        \n    }\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8080/api/v1/payments/funds-transfers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"uuid\": \"3f9d6843-6329-4263-a465-7edc0f202c4e\",\n        \"paymentReference\": \"d7c14ded-d0e1-4541-80c5-53fffa6e5e5\",\n        \"status\":{\n            \"name\" : \"acknowledged\",\n            \"code\": \"01\",\n            \"message\": \"SWITCH CODE + SWITCH MESSAGE \"\n        },\n        \"transactionDateTime\": \"2024-05-17T17:18:02+00:00\",\n        \"transactionTimestamp\": 1715966282,\n        \"valueDateTime\": \"2024-05-17T17:18:02+00:00\",\n        \"transactionType\": \"P2P\",\n        \"debtorAmount\": {\n            \"currency\": \"lyd\",\n            \"amount\": \"2000760\",\n            \"fees\": \"10000\"\n        },\n        \"creditorAmount\": {\n            \"currency\": \"lyd\",\n            \"amount\": \"2000760\",\n            \"fees\": \"100\"\n        },\n        \"debtorAccount\": {\n            \"schemeName\": \"iban\",\n            \"identification\": \"DE89370400440532013000\",\n            \"name\": \"Ahmad\"\n        },\n        \"creditorAccount\": {\n            \"schemeName\": \"iban\",\n            \"identification\": \"DE89370400440532013001\",\n            \"name\": \"Mohammed\"\n        },\n        \"creditorInstitution\": {\n            \"name\": \"JBANK\",\n            \"code\": \"01\"\n        },\n          \"additionalData\": {\n            \"billNumber\": \"OPTIONAL\",\n            \"mobileNumber\": \"OPTIONAL\",\n            \"storeLabel\": \"OPTIONAL\",\n            \"referenceLabel\": \"OPTIONAL\",\n            \"customerLabel\" : \"OPTIONAL\",\n            \"terminalLabel\": \"OPTIONAL\",\n            \"purposeOfTransaction\": \"OPTIONAL\"\n        },\n           \"numoNotice\": {\n            \"debit\": {\n                \"authNum\": \"14412214412\",\n                \"refNum\": \"347268358194\",\n                \"respcode\": \"0\",\n                \"respcodeDesc\": \"\"\n            },\n            \"credit\": {\n                \"authNum\": \"151512515152\",\n                \"refNum\": \"347268358194\",\n                \"respcode\": \"0\",\n                \"respcodeDesc\": \"\"\n            },\n            \"reverse\": []\n        },\n        \"description\": \"Text explaining the reason of this payment\"\n    }\n}\n"},{"id":"020a7ddb-4d41-4bb3-9bb9-1783e3db27e5","name":"funds-transfer-request (P2M)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/9.1.1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"transactionType\": \"P2M\",\n    \"initiation\": {\n        \"amount\": {\n            \"amount\": \"115750\",\n            \"currency\": \"lyd\"\n        },\n\t\t\t\"debtorAccount\": {\n            \"schemeName\": \"iban\",\n            \"identification\": \"LY5802500810085121000\",\n            \"name\": \"Mohammed Mahmoud Altaleesi\"\n        },\n        \"creditorAccount\": {\n            \"schemeName\": \"alias\",\n            \"identification\": \"AG151900\",\n            \"name\": \"GOOD MALL STORE\" \n        },\n        \"creditorInstitution\": {\n            \"name\": \"Bank Name\",\n            \"code\":\"01\"\n        },\n        \"additionalData\": {\n            \"billNumber\": \"OPTIONAL\",\n            \"mobileNumber\": \"OPTIONAL\",\n            \"storeLabel\": \"OPTIONAL\",\n            \"referenceLabel\": \"MANDATORY\",\n            \"customerLabel\" : \"OPTIONAL\",\n            \"terminalLabel\": \"OPTIONAL\",\n            \"purposeOfTransaction\": \"OPTIONAL\"\n        },\n         \"internalMerchantReference\": \"xxxx\",\n        \"description\": \"Text explaining the reason of this payment\"\n        \n    }\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8080/api/v1/payments/funds-transfers"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"uuid\": \"3f9d6843-6329-4263-a465-7edc0f202c4e\",\n        \"paymentReference\": \"d7c14ded-d0e1-4541-80c5-53fffa6e5e5\",\n        \"status\":{\n            \"name\" : \"acknowledged\",\n            \"code\": \"01\",\n            \"message\": \"SWITCH CODE + SWITCH MESSAGE \"\n        },\n        \"transactionDateTime\": \"2024-05-17T17:18:02+00:00\",\n        \"transactionTimestamp\": 1715966282,\n        \"valueDateTime\": \"2024-05-17T17:18:02+00:00\",\n        \"transactionType\" : \"P2M\",\n        \"debtorAmount\": {\n            \"currency\": \"lyd\",\n            \"amount\": \"2000760\",\n            \"fees\": \"10000\"\n        },\n        \"creditorAmount\": {\n            \"currency\": \"lyd\",\n            \"amount\": \"2000760\",\n            \"fees\": \"100\"\n        },\n        \"debtorAccount\": {\n            \"schemeName\": \"iban\",\n            \"identification\": \"DE89370400440532013000\",\n            \"name\": \"Ahmad\"\n        },\n        \"creditorAccount\": {\n            \"schemeName\": \"iban\",\n            \"identification\": \"DE89370400440532013001\",\n            \"name\": \"Mohammed\"\n        },\n        \"creditorInstitution\": {\n            \"name\": \"JBANK\",\n            \"code\": \"01\"\n        },\n        \"additionalData\": {\n            \"billNumber\": \"OPTIONAL\",\n            \"mobileNumber\": \"OPTIONAL\",\n            \"storeLabel\": \"OPTIONAL\",\n            \"referenceLabel\": \"OPTIONAL\",\n            \"customerLabel\" : \"OPTIONAL\",\n            \"terminalLabel\": \"OPTIONAL\",\n            \"purposeOfTransaction\": \"OPTIONAL\"\n            },\n        \"numoNotice\": {\n            \"debit\": {\n                \"authNum\": \"14412214412\",\n                \"refNum\": \"347268358194\",\n                \"respcode\": \"0\",\n                \"respcodeDesc\": \"\"\n            },\n            \"credit\": {\n                \"authNum\": \"151512515152\",\n                \"refNum\": \"347268358194\",\n                \"respcode\": \"0\",\n                \"respcodeDesc\": \"\"\n            },\n            \"reverse\": []\n        },\n        \"internalMerchantReference\": \"xxxx\",\n        \"description\": \"Text explaining the reason of this payment\",\n         \"refund\":{\n            \"isRefunded\": false,\n             \"transactions\" : [] //no refunded transactions related to this P2M\n        }  \n    }\n}\n"},{"id":"20fc5523-0533-4c3f-8924-49845eb73f5b","name":"funds-transfer-request (M2M)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/9.1.1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"transactionType\": \"M2M\",\n    \"initiation\": {\n        \"amount\": {\n            \"amount\": \"115750\",\n            \"currency\": \"lyd\"\n        },\n\t\t\t\"debtorAccount\": {\n            \"schemeName\": \"iban\",\n            \"identification\": \"LY5802500810085121000\",\n            \"name\": \"Mohammed Mahmoud Altaleesi\"\n        },\n        \"creditorAccount\": {\n            \"schemeName\": \"alias\",\n            \"identification\": \"AG151900\",\n            \"name\": \"GOOD MALL STORE\" \n        },\n        \"creditorInstitution\": {\n            \"name\": \"Bank Name\",\n            \"code\":\"01\"\n        },\n        \"additionalData\": {\n            \"billNumber\": \"OPTIONAL\",\n            \"mobileNumber\": \"OPTIONAL\",\n            \"storeLabel\": \"OPTIONAL\",\n            \"referenceLabel\": \"OPTIONAL\",\n            \"customerLabel\" : \"OPTIONAL\",\n            \"terminalLabel\": \"OPTIONAL\",\n            \"purposeOfTransaction\": \"OPTIONAL\"\n        },\n        \"description\": \"Text explaining the reason of this payment\"\n        \n    }\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8080/api/v1/payments/funds-transfers"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"uuid\": \"3f9d6843-6329-4263-a465-7edc0f202c4e\",\n        \"paymentReference\": \"d7c14ded-d0e1-4541-80c5-53fffa6e5e5\",\n        \"status\":{\n            \"name\" : \"acknowledged\",\n            \"code\": \"01\",\n            \"message\": \"SWITCH CODE + SWITCH MESSAGE \"\n        },\n        \"transactionDateTime\": \"2024-05-17T17:18:02+00:00\",\n        \"transactionTimestamp\": 1715966282,\n        \"valueDateTime\": \"2024-05-17T17:18:02+00:00\",\n        \"transactionType\" : \"M2M\",\n        \"debtorAmount\": {\n            \"currency\": \"lyd\",\n            \"amount\": \"2000760\",\n            \"fees\": \"10000\"\n        },\n        \"creditorAmount\": {\n            \"currency\": \"lyd\",\n            \"amount\": \"2000760\",\n            \"fees\": \"100\"\n        },\n        \"debtorAccount\": {\n            \"schemeName\": \"iban\",\n            \"identification\": \"DE89370400440532013000\",\n            \"name\": \"Ahmad\"\n        },\n        \"creditorAccount\": {\n            \"schemeName\": \"iban\",\n            \"identification\": \"DE89370400440532013001\",\n            \"name\": \"Mohammed\"\n        },\n        \"creditorInstitution\": {\n            \"name\": \"JBANK\",\n            \"code\": \"01\"\n        },\n        \"additionalData\": {\n            \"billNumber\": \"OPTIONAL\",\n            \"mobileNumber\": \"OPTIONAL\",\n            \"storeLabel\": \"OPTIONAL\",\n            \"referenceLabel\": \"OPTIONAL\",\n            \"customerLabel\" : \"OPTIONAL\",\n            \"terminalLabel\": \"OPTIONAL\",\n            \"purposeOfTransaction\": \"OPTIONAL\"\n            },\n        \"numoNotice\": {\n            \"debit\": {\n                \"authNum\": \"14412214412\",\n                \"refNum\": \"347268358194\",\n                \"respcode\": \"0\",\n                \"respcodeDesc\": \"\"\n            },\n            \"credit\": {\n                \"authNum\": \"151512515152\",\n                \"refNum\": \"347268358194\",\n                \"respcode\": \"0\",\n                \"respcodeDesc\": \"\"\n            },\n            \"reverse\": []\n        },\n        \"internalMerchantReference\": \"xxxx\",\n        \"description\": \"Text explaining the reason of this payment\"\n    }\n}\n"}],"_postman_id":"3f4ff262-e6ff-4ba3-9acb-42aa69e4c873"},{"name":"funds-transfer-request (M2P Refund)","id":"130c851b-788a-48d1-9c28-410f8255798d","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/9.1.1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"paymentReference\": \"f7501786-3da3-4230-a81c-5245ee47db48\", //payment reference of the original transaction\n    \"transactionTimestamp\": 1741660120,//timestamp of the original transaction\n    \"amount\": \"500\",//refund amount should be equal or less than the original amount\n    \"description\": \"THE CUSTOMER REQUETED REFUND\"// PUT description FOR REFUND (EXAMPLE REASON)\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8080/api/v1/payments/funds-transfers/{UUID}/refund","description":"<p><strong>Funds Transfer Initiation Request</strong></p>\n<p>All funds transfer processes should start with this API. The P2M (Person to Merchant) request must contain the Internal Merchant Reference found in the merchant-generated QR code, following this format:</p>\n<p>• <strong>[INST_CODE]</strong>: 3 digits</p>\n<p>• <strong>[TIMESTAMP]</strong>: 10 digits</p>\n<p>• <strong>[INSTITUTION_REFERENCE]</strong>: 8 alphanumeric characters</p>\n<p><strong>Example:</strong></p>\n<p>• <strong>[INST_CODE]</strong>: 002</p>\n<p>• <strong>[TIMESTAMP]</strong>: 1625097600 (example timestamp representing a specific date and time)</p>\n<p>• <strong>[INSTITUTION_REFERENCE]</strong>: AB12CD34</p>\n<p>The combined Internal Merchant Reference would be: <strong>0021625097600AB12CD34</strong></p>\n","urlObject":{"path":["api","v1","payments","funds-transfers","{UUID}","refund"],"host":["127.0.0.1:8080"],"query":[],"variable":[]}},"response":[{"id":"e352b2ae-b656-4307-8afe-d3dedd7524f9","name":"funds-transfer-request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/9.1.1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"paymentReference\": \"6645ef40eb9fe\", //payment reference of the original transaction\n    \"transactionTimestamp\": 1715859264,//timestamp of the original transaction\n    \"amount\": \"40000\", //refund amount should be equal or less than the original amount,\n    \"description\": \"Text explaining the reason of this payment\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8080/api/v1/payments/funds-transfers/{UUID}/refund"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"uuid\": \"3f9d6843-6329-4263-a465-7edc0f202c4e\",\n        \"paymentReference\": \"d7c14ded-d0e1-4541-80c5-53fffa6e5e5\",\n        \"status\":{\n            \"name\" : \"acknowledged\",\n            \"code\": \"01\",\n            \"message\": \"SWITCH CODE + SWITCH MESSAGE \"\n        },\n        \"transactionDateTime\": \"2024-05-17T17:18:02+00:00\",\n        \"transactionTimestamp\": 1715966282,\n        \"valueDateTime\": \"2024-05-17T17:18:02+00:00\",\n        \"transactionType\" : \"M2P\",\n        \"debtorAmount\": {\n            \"currency\": \"lyd\",\n            \"amount\": \"2000760\",\n            \"fees\": \"10000\"\n        },\n        \"creditorAmount\": {\n            \"currency\": \"lyd\",\n            \"amount\": \"2000760\",\n            \"fees\": \"100\"\n        },\n        \"debtorAccount\": {\n            \"schemeName\": \"iban\",\n            \"identification\": \"DE89370400440532013000\",\n            \"name\": \"Ahmad\"\n        },\n        \"creditorAccount\": {\n            \"schemeName\": \"iban\",\n            \"identification\": \"DE89370400440532013001\",\n            \"name\": \"Mohammed\"\n        },\n        \"creditorInstitution\": {\n            \"name\": \"JBANK\",\n            \"code\": \"01\"\n        },\n        \"additionalData\": {\n            \"billNumber\": \"OPTIONAL\",\n            \"mobileNumber\": \"OPTIONAL\",\n            \"storeLabel\": \"OPTIONAL\",\n            \"referenceLabel\": \"OPTIONAL\",\n            \"customerLabel\" : \"OPTIONAL\",\n            \"terminalLabel\": \"OPTIONAL\",\n            \"purposeOfTransaction\": \"OPTIONAL\"\n            },\n        \"numoNotice\": {\n            \"debit\": {\n                \"authNum\": \"14412214412\",\n                \"refNum\": \"347268358194\",\n                \"respcode\": \"0\",\n                \"respcodeDesc\": \"\"\n            },\n            \"credit\": {\n                \"authNum\": \"151512515152\",\n                \"refNum\": \"347268358194\",\n                \"respcode\": \"0\",\n                \"respcodeDesc\": \"\"\n            },\n            \"reverse\": []\n        },\n        \"internalMerchantReference\": \"xxxx\",\n        \"description\": \"Text explaining the reason of this payment\",\n         \"refund\":{\n            \"isRefunded\": false,\n             \"transactions\" : [] //no refunded transactions related to this P2M\n        }  \n    }\n}\n"}],"_postman_id":"130c851b-788a-48d1-9c28-410f8255798d"},{"name":"funds-transfer-status","event":[{"listen":"test","script":{"id":"e2e1b71d-38e3-43b2-bc47-1905e06f5a46","exec":[""],"type":"text/javascript","packages":{}}}],"id":"90c8a4fe-f23e-4523-82f4-7e7a8fb478b1","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/9.1.1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"paymentReference\": \"6645ef40eb9fe\",\n\t\"transactionTimestamp\": \"1715859264\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8080/api/v1/payments/funds-transfers/{uuid}?paymentReference=62c78f0e-0e26-49e4-bd04-6553bede9fe3&transactionTimestamp=1715859264","description":"<p>Retreives information about the funds transfer transaction</p>\n","urlObject":{"path":["api","v1","payments","funds-transfers","{uuid}"],"host":["127.0.0.1:8080"],"query":[{"key":"paymentReference","value":"62c78f0e-0e26-49e4-bd04-6553bede9fe3"},{"key":"transactionTimestamp","value":"1715859264"}],"variable":[]}},"response":[{"id":"ea76fdee-2cba-4283-8d8c-03e5d6b541c8","name":"funds-transfer-status (Successful)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/9.1.1"},{"key":"Accept","value":"application/json"}],"url":{"raw":"127.0.0.1:8080/api/v1/payments/funds-transfers/{uuid}?paymentReference=62c78f0e-0e26-49e4-bd04-6553bede9fe3&transactionTimestamp=1715859264","host":["127.0.0.1:8080"],"path":["api","v1","payments","funds-transfers","{uuid}"],"query":[{"key":"paymentReference","value":"62c78f0e-0e26-49e4-bd04-6553bede9fe3"},{"key":"transactionTimestamp","value":"1715859264"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"uuid\": \"62c78f0e-0e26-49e4-bd04-6553bede9fe3\",\r\n        \"paymentReference\": \"1ce11b3e-b376-4318-b887-9a189631aad2\",\r\n        \"transactionType\": \"P2P\",\r\n        \"description\": \"Text explaining the reason of this payment\",\r\n        \"transactionDateTime\": \"2024-05-31T21:04:02+00:00\",\r\n        \"transactionTimestamp\": 1717189442,\r\n        \"valueDateTime\": \"2024-05-31T21:04:02+00:00\",\r\n        \"status\": {\r\n            \"name\": \"completed\",\r\n            \"code\": \"01\",\r\n            \"message\": \"\"\r\n        },\r\n        \"debtorAmount\": {\r\n            \"currency\": \"lyd\",\r\n            \"amount\": \"1104000\",\r\n            \"fees\": \"4000\"\r\n        },\r\n        \"creditorAmount\": {\r\n            \"currency\": \"lyd\",\r\n            \"amount\": \"1100000\",\r\n            \"fees\": \"0\"\r\n        },\r\n        \"debtorAccount\": {\r\n            \"schemeName\": \"IBAN\",\r\n            \"identification\": \"0012010001491111\",\r\n            \"name\": \"Ahmad Mahmoud\"\r\n        },\r\n        \"creditorAccount\": {\r\n            \"schemeName\": \"IBAN\",\r\n            \"identification\": \"001205000011111\",\r\n            \"name\": \"Mohammed Khaled\"\r\n        },\r\n        \"creditorInstitution\": {\r\n            \"name\": \"Jumhouria Bank\",\r\n            \"code\": \"002\"\r\n        },\r\n        \"additionalData\": {\r\n            \"billNumber\": \"OPTIONAL\",\r\n            \"mobileNumber\": \"OPTIONAL\",\r\n            \"storeLabel\": \"OPTIONAL\",\r\n            \"referenceLabel\": \"OPTIONAL\",\r\n            \"customerLabel\" : \"OPTIONAL\",\r\n            \"terminalLabel\": \"OPTIONAL\",\r\n            \"purposeOfTransaction\": \"OPTIONAL\"\r\n            },\r\n        \"numoNotice\": {\r\n            \"debit\": {\r\n                \"authNum\": \"14412214412\",\r\n                \"refNum\": \"347268358194\",\r\n                \"respcode\": \"0\",\r\n                \"respcodeDesc\": \"\"\r\n            },\r\n            \"credit\": {\r\n                \"authNum\": \"151512515152\",\r\n                \"refNum\": \"347268358194\",\r\n                \"respcode\": \"0\",\r\n                \"respcodeDesc\": \"\"\r\n            },\r\n            \"reverse\": {\r\n                \"authNum\": \"151512515152\",\r\n                \"refNum\": \"347268358194\",\r\n                \"respcode\": \"\",\r\n                \"respcodeDesc\": \"\"\r\n            },\r\n        }\r\n        \r\n    }\r\n}"},{"id":"7a18be12-b278-4188-8b15-8f81fbe83296","name":"funds-transfer-status (Declined)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/9.1.1"},{"key":"Accept","value":"application/json"}],"url":{"raw":"127.0.0.1:8080/api/v1/payments/funds-transfers/{uuid}?paymentReference=62c78f0e-0e26-49e4-bd04-6553bede9fe3&transactionTimestamp=1715859264","host":["127.0.0.1:8080"],"path":["api","v1","payments","funds-transfers","{uuid}"],"query":[{"key":"paymentReference","value":"62c78f0e-0e26-49e4-bd04-6553bede9fe3"},{"key":"transactionTimestamp","value":"1715859264"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"uuid\": \"62c78f0e-0e26-49e4-bd04-6553bede9fe3\",\r\n        \"paymentReference\": \"1ce11b3e-b376-4318-b887-9a189631aad2\",\r\n        \"transactionType\": \"P2P\",\r\n        \"description\": \"Text explaining the reason of this payment\",\r\n        \"transactionDateTime\": \"2024-05-31T21:04:02+00:00\",\r\n        \"transactionTimestamp\": 1717189442,\r\n        \"valueDateTime\": \"2024-05-31T21:04:02+00:00\",\r\n        \"status\": {\r\n            \"name\": \"declined\",\r\n            \"code\": \"04\",\r\n            \"message\": \"\"\r\n        },\r\n        \"debtorAmount\": {\r\n            \"currency\": \"lyd\",\r\n            \"amount\": \"1104000\",\r\n            \"fees\": \"4000\"\r\n        },\r\n        \"creditorAmount\": {\r\n            \"currency\": \"lyd\",\r\n            \"amount\": \"1100000\",\r\n            \"fees\": \"0\"\r\n        },\r\n        \"debtorAccount\": {\r\n            \"schemeName\": \"IBAN\",\r\n            \"identification\": \"0012010001491111\",\r\n            \"name\": \"Ahmad Mahmoud\"\r\n        },\r\n        \"creditorAccount\": {\r\n            \"schemeName\": \"IBAN\",\r\n            \"identification\": \"001205000011111\",\r\n            \"name\": \"Mohammed Khaled\"\r\n        },\r\n        \"creditorInstitution\": {\r\n            \"name\": \"Jumhouria Bank\",\r\n            \"code\": \"002\"\r\n        },\r\n        \"additionalData\": {\r\n            \"billNumber\": \"OPTIONAL\",\r\n            \"mobileNumber\": \"OPTIONAL\",\r\n            \"storeLabel\": \"OPTIONAL\",\r\n            \"referenceLabel\": \"OPTIONAL\",\r\n            \"customerLabel\" : \"OPTIONAL\",\r\n            \"terminalLabel\": \"OPTIONAL\",\r\n            \"purposeOfTransaction\": \"OPTIONAL\"\r\n            },\r\n        \"numoNotice\": {\r\n            \"debit\": {\r\n                \"authNum\": \"\",\r\n                \"refNum\": \"347268358194\",\r\n                \"respcode\": \"5\",\r\n                \"respcodeDesc\": \"UnableToProcess\"\r\n            },\r\n            \"credit\": [],\r\n            \"reverse\": []\r\n        }\r\n        \r\n    }\r\n}"},{"id":"96d37625-cecd-4916-9f47-ed0ae250cb81","name":"funds-transfer-status (P2M) Not refunded","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/9.1.1"},{"key":"Accept","value":"application/json"}],"url":{"raw":"127.0.0.1:8080/api/v1/payments/funds-transfers/{uuid}?paymentReference=62c78f0e-0e26-49e4-bd04-6553bede9fe3&transactionTimestamp=1715859264","host":["127.0.0.1:8080"],"path":["api","v1","payments","funds-transfers","{uuid}"],"query":[{"key":"paymentReference","value":"62c78f0e-0e26-49e4-bd04-6553bede9fe3"},{"key":"transactionTimestamp","value":"1715859264"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"uuid\": \"62c78f0e-0e26-49e4-bd04-6553bede9fe3\",\n        \"paymentReference\": \"1ce11b3e-b376-4318-b887-9a189631aad2\",\n        \"transactionType\": \"P2M\",\n        \"transactionDateTime\": \"2024-05-31T21:04:02+00:00\",\n        \"transactionTimestamp\": 1717189442,\n        \"valueDateTime\": \"2024-05-31T21:04:02+00:00\",\n        \"status\": {\n            \"name\": \"completed\",\n            \"code\": \"01\",\n            \"message\": \"\"\n        },\n        \"debtorAmount\": {\n            \"currency\": \"lyd\",\n            \"amount\": \"1104000\",\n            \"fees\": \"4000\"\n        },\n        \"creditorAmount\": {\n            \"currency\": \"lyd\",\n            \"amount\": \"1100000\",\n            \"fees\": \"0\"\n        },\n        \"debtorAccount\": {\n            \"schemeName\": \"IBAN\",\n            \"identification\": \"0012010001491111\",\n            \"name\": \"Ahmad Mahmoud\"\n        },\n        \"creditorAccount\": {\n            \"schemeName\": \"IBAN\",\n            \"identification\": \"001205000011111\",\n            \"name\": \"Mohammed Khaled\"\n        },\n        \"creditorInstitution\": {\n            \"name\": \"Jumhouria Bank\",\n            \"code\": \"002\"\n        },\n        \"additionalData\": {\n            \"billNumber\": \"OPTIONAL\",\n            \"mobileNumber\": \"OPTIONAL\",\n            \"storeLabel\": \"OPTIONAL\",\n            \"referenceLabel\": \"OPTIONAL\",\n            \"customerLabel\": \"OPTIONAL\",\n            \"terminalLabel\": \"OPTIONAL\",\n            \"purposeOfTransaction\": \"OPTIONAL\"\n        },\n        \"numoNotice\": {\n            \"debit\": {\n                \"authNum\": \"14412214412\",\n                \"refNum\": \"347268358194\",\n                \"respcode\": \"0\",\n                \"respcodeDesc\": \"\"\n            },\n            \"credit\": {\n                \"authNum\": \"151512515152\",\n                \"refNum\": \"347268358194\",\n                \"respcode\": \"0\",\n                \"respcodeDesc\": \"\"\n            },\n            \"reverse\": []\n        }\n        ,\n        \"internalMerchantReference\": \"xxxx\",\n        \"description\": \"Text explaining the reason of this payment\",\n        \n        \"parentTransaction\": [], \n         \"refund\":{\n            \"isRefunded\": false,\n             \"transactions\" : [] //no refunded transactions related to this P2M\n        }  \n    }\n    }\n   \n}"},{"id":"8e73bef7-1d50-4f0a-864a-ef7931decdad","name":"funds-transfer-status (P2M) Refunded","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/9.1.1"},{"key":"Accept","value":"application/json"}],"url":{"raw":"127.0.0.1:8080/api/v1/payments/funds-transfers/{uuid}?paymentReference=62c78f0e-0e26-49e4-bd04-6553bede9fe3&transactionTimestamp=1715859264","host":["127.0.0.1:8080"],"path":["api","v1","payments","funds-transfers","{uuid}"],"query":[{"key":"paymentReference","value":"62c78f0e-0e26-49e4-bd04-6553bede9fe3"},{"key":"transactionTimestamp","value":"1715859264"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"uuid\": \"62c78f0e-0e26-49e4-bd04-6553bede9fe3\",\n        \"paymentReference\": \"1ce11b3e-b376-4318-b887-9a189631aad2\",\n        \"transactionType\": \"P2M\",\n        \"transactionDateTime\": \"2024-05-31T21:04:02+00:00\",\n        \"transactionTimestamp\": 1717189442,\n        \"valueDateTime\": \"2024-05-31T21:04:02+00:00\",\n        \"status\": {\n            \"name\": \"completed\",\n            \"code\": \"01\",\n            \"message\": \"\"\n        },\n        \"debtorAmount\": {\n            \"currency\": \"lyd\",\n            \"amount\": \"1104000\",\n            \"fees\": \"4000\"\n        },\n        \"creditorAmount\": {\n            \"currency\": \"lyd\",\n            \"amount\": \"1100000\",\n            \"fees\": \"0\"\n        },\n        \"debtorAccount\": {\n            \"schemeName\": \"IBAN\",\n            \"identification\": \"0012010001491111\",\n            \"name\": \"Ahmad Mahmoud\"\n        },\n        \"creditorAccount\": {\n            \"schemeName\": \"IBAN\",\n            \"identification\": \"001205000011111\",\n            \"name\": \"Mohammed Khaled\"\n        },\n        \"creditorInstitution\": {\n            \"name\": \"Jumhouria Bank\",\n            \"code\": \"002\"\n        },\n        \"additionalData\": {\n            \"billNumber\": \"OPTIONAL\",\n            \"mobileNumber\": \"OPTIONAL\",\n            \"storeLabel\": \"OPTIONAL\",\n            \"referenceLabel\": \"OPTIONAL\",\n            \"customerLabel\": \"OPTIONAL\",\n            \"terminalLabel\": \"OPTIONAL\",\n            \"purposeOfTransaction\": \"OPTIONAL\"\n        },\n        \"numoNotice\": {\n            \"debit\": {\n                \"authNum\": \"14412214412\",\n                \"refNum\": \"347268358194\",\n                \"respcode\": \"0\",\n                \"respcodeDesc\": \"\"\n            },\n            \"credit\": {\n                \"authNum\": \"151512515152\",\n                \"refNum\": \"347268358194\",\n                \"respcode\": \"0\",\n                \"respcodeDesc\": \"\"\n            },\n            \"reverse\": []\n        }\n        ,\n        \"internalMerchantReference\": \"xxxx\",\n        \"description\": \"Text explaining the reason of this payment\",\n        \n        \"parentTransaction\": [], \n         \"refund\":{\n            \"isRefunded\": false,\n             \"transactions\" : [] //no refunded transactions related to this P2M\n        }  \n    }\n    }\n   \n}"}],"_postman_id":"90c8a4fe-f23e-4523-82f4-7e7a8fb478b1"},{"name":"funds-transfer-confirm","event":[{"listen":"test","script":{"id":"903276fe-aa02-455c-88a4-89d8dcb97111","exec":[""],"type":"text/javascript","packages":{}}}],"id":"50f06d1a-04d6-401b-9da1-60f622a643b1","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/9.1.1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"paymentReference\": \"6645ef40eb9fe\",\n\t\"transactionTimestamp\": \"1715859264\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8080/api/v1/payments/funds-transfers/{UUID}/confirm","urlObject":{"path":["api","v1","payments","funds-transfers","{UUID}","confirm"],"host":["127.0.0.1:8080"],"query":[],"variable":[]}},"response":[{"id":"67b19edb-8e55-4709-a6ab-adb5642a7920","name":"funds-transfer-confirm","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/9.1.1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"paymentReference\": \"6645ef40eb9fe\",\n\t\"transactionTimestamp\": \"1715859264\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8080/api/v1/payments/funds-transfers/0da03b06-9379-4fe0-9c86-78b0d0576f92/confirm"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"uuid\": \"3f9d6843-6329-4263-a465-7edc0f202c4e\",\r\n        \"paymentReference\": \"d7c14ded-d0e1-4541-80c5-53fffa6e5e5\",\r\n        \"status\":{\r\n            \"name\" : \"processing\",\r\n            \"code\": \"02\",\r\n            \"message\": \"SWITCH CODE + SWITCH MESSAGE \"\r\n        },\r\n        \"transactionDateTime\": \"2024-05-17T17:18:02+00:00\",\r\n        \"transactionTimestamp\": 1715966282,\r\n        \"valueDateTime\": \"2024-05-17T17:18:02+00:00\",\r\n        \"transactionType\": \"P2M\",\r\n        \"debtorAmount\": {\r\n            \"currency\": \"lyd\",\r\n            \"amount\": \"2000760\",\r\n            \"fees\": \"10000\"\r\n        },\r\n        \"creditorAmount\": {\r\n            \"currency\": \"lyd\",\r\n            \"amount\": \"2000760\",\r\n            \"fees\": \"100\"\r\n        },\r\n        \"debtorAccount\": {\r\n            \"schemeName\": \"iban\",\r\n            \"identification\": \"DE89370400440532013000\",\r\n            \"name\": \"Ahmad\"\r\n        },\r\n        \"creditorAccount\": {\r\n            \"schemeName\": \"iban\",\r\n            \"identification\": \"DE89370400440532013001\",\r\n            \"name\": \"Mohammed\"\r\n        },\r\n        \"creditorInstitution\": {\r\n            \"name\": \"JBANK\",\r\n            \"code\": \"01\"\r\n        },\r\n          \"additionalData\": {\r\n            \"billNumber\": \"OPTIONAL\",\r\n            \"mobileNumber\": \"OPTIONAL\",\r\n            \"storeLabel\": \"OPTIONAL\",\r\n            \"referenceLabel\": \"OPTIONAL\",\r\n            \"customerLabel\" : \"OPTIONAL\",\r\n            \"terminalLabel\": \"OPTIONAL\",\r\n            \"purposeOfTransaction\": \"OPTIONAL\"\r\n        },\r\n        \"description\": \"Text explaining the reason of this payment\"\r\n    }\r\n}\r\n"}],"_postman_id":"50f06d1a-04d6-401b-9da1-60f622a643b1"}],"id":"fd2db7ed-6f7c-4f91-86c9-053d1086b813","description":"<p>The \"Payments\" category encompasses a range of APIs that are integral to the Instant Payment System (IPS) and are focused on facilitating multible types of swift and secure funds transfers. These APIs are designed to streamline financial transactions, whether they involve transferring funds between accounts within the same bank or across different banks.</p>\n","_postman_id":"fd2db7ed-6f7c-4f91-86c9-053d1086b813","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":true,"source":{"_postman_id":"3b95320a-c157-416c-828f-1d4897dfad88","id":"3b95320a-c157-416c-828f-1d4897dfad88","name":"IPS API Standards (IPS for FIs version) - v1.0","type":"collection"}}},{"name":"Enquiries","item":[{"name":"Funds-Transfers(Debit)","id":"5e72d725-f5f9-457f-82cb-094ffa398d5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:8080/api/v1/payments/debited-funds-transfers?filter[status]=declined&filter[type]=P2P&filter[date]=2024-05-20","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":true,"source":{"_postman_id":"3b95320a-c157-416c-828f-1d4897dfad88","id":"3b95320a-c157-416c-828f-1d4897dfad88","name":"IPS API Standards (IPS for FIs version) - v1.0","type":"collection"}},"urlObject":{"path":["api","v1","payments","debited-funds-transfers"],"host":["127.0.0.1:8080"],"query":[{"key":"filter[status]","value":"declined"},{"key":"filter[type]","value":"P2P"},{"key":"filter[date]","value":"2024-05-20"}],"variable":[]}},"response":[{"id":"a57a45bd-479a-404a-aded-1b22b5cdacb3","name":"Funds-Transfers(Debit)","originalRequest":{"method":"GET","header":[],"url":{"raw":"127.0.0.1:8080/api/v1/payments/debited-funds-transfers?type=p2p&date=2024-05-18&status=completed","host":["127.0.0.1:8080"],"path":["api","v1","payments","debited-funds-transfers"],"query":[{"key":"type","value":"p2p","description":"Transaction type (Ex. P2P, P2M)"},{"key":"date","value":"2024-05-18","description":"Date in YYYY-MM-DD format"},{"key":"status","value":"completed","description":"Transaction Status (Ex. Declined, completed, processing, etc)"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"uuid\": \"d43a998a-cea8-4153-aaa4-78d077da5b5a\",\n            \"paymentReference\": \"d7c14ded-d0e1-4541-80c5-53fffa6e5e5a\",\n            \"transactionType\": \"P2P\",\n            \"description\": \"Test Transaction\",\n            \"transactionDateTime\": \"2024-05-19T17:19:50+00:00\",\n            \"transactionTimestamp\": 1716139190,\n            \"valueDateTime\": \"2024-05-19T17:19:50+00:00\",\n            \"status\": {\n                \"name\": \"acknowledged\",\n                \"code\": \"01\",\n                \"message\": \"\"\n            },\n            \"debtorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"creditorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"debtorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"012010015359018\",\n                \"name\": \"NAME\"\n            },\n            \"creditorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"083014142390036\",\n                \"name\": \"NAME\"\n            },\n            \"creditorInstitution\": {\n                \"name\": \"Wahda Bank\",\n                \"code\": \"005\"\n            },\n            \"additionalData\": null\n        },\n        {\n            \"uuid\": \"ea915f58-c371-4bc5-9bc5-8901271ee8cb\",\n            \"paymentReference\": \"c1462c0d-51d5-4b73-9ae4-a1be3a2f3140\",\n            \"transactionType\": \"P2P\",\n            \"description\": \"Test Transaction\",\n            \"transactionDateTime\": \"2024-05-19T17:29:31+00:00\",\n            \"transactionTimestamp\": 1716139771,\n            \"valueDateTime\": \"2024-05-19T17:29:31+00:00\",\n            \"status\": {\n                \"name\": \"declined\",\n                \"code\": \"04\",\n                \"message\": \"\"\n            },\n            \"debtorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"creditorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"debtorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"012010015359018\",\n                \"name\": \"NAME\"\n            },\n            \"creditorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"083014142390036\",\n                \"name\": \"NAME\"\n            },\n            \"creditorInstitution\": {\n                \"name\": \"Wahda Bank\",\n                \"code\": \"005\"\n            },\n            \"additionalData\": null\n        },\n        {\n            \"uuid\": \"906ef4c1-95aa-45bb-a900-d232a5f39cda\",\n            \"paymentReference\": \"08bd3701-973d-4d2c-86ca-b8d4d5c88b88\",\n            \"transactionType\": \"P2P\",\n            \"description\": \"Test Transaction\",\n            \"transactionDateTime\": \"2024-05-19T17:32:55+00:00\",\n            \"transactionTimestamp\": 1716139975,\n            \"valueDateTime\": \"2024-05-19T17:32:55+00:00\",\n            \"status\": {\n                \"name\": \"completed\",\n                \"code\": \"03\",\n                \"message\": \"\"\n            },\n            \"debtorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"creditorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"debtorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"012010015359018\",\n                \"name\": \"NAME\"\n            },\n            \"creditorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"083014142390036\",\n                \"name\": \"NAME\"\n            },\n            \"creditorInstitution\": {\n                \"name\": \"Wahda Bank\",\n                \"code\": \"005\"\n            },\n            \"additionalData\": null\n        },\n        {\n            \"uuid\": \"adc70e25-37e6-4774-ae7d-35b805343468\",\n            \"paymentReference\": \"f40cf8a2-9502-48d6-b6f0-3a9baa60331e\",\n            \"transactionType\": \"P2P\",\n            \"description\": \"Test Transaction\",\n            \"transactionDateTime\": \"2024-05-23T08:25:48+00:00\",\n            \"transactionTimestamp\": 1716452748,\n            \"valueDateTime\": \"2024-05-23T08:25:48+00:00\",\n            \"status\": {\n                \"name\": \"acknowledged\",\n                \"code\": \"01\",\n                \"message\": \"\"\n            },\n            \"debtorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"4.0\"\n            },\n            \"creditorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"debtorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"012010015359018\",\n                \"name\": \"NAME\"\n            },\n            \"creditorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"083014142390036\",\n                \"name\": \"NAME\"\n            },\n            \"creditorInstitution\": {\n                \"name\": \"Wahda Bank\",\n                \"code\": \"005\"\n            },\n            \"additionalData\": null\n        },\n        {\n            \"uuid\": \"966a821d-b4ec-4138-be57-c848acc0558a\",\n            \"paymentReference\": \"88058ad3-570b-4b59-a9e8-a3dc1e112541\",\n            \"transactionType\": \"P2P\",\n            \"description\": \"Test Transaction\",\n            \"transactionDateTime\": \"2024-05-23T09:23:31+00:00\",\n            \"transactionTimestamp\": 1716456211,\n            \"valueDateTime\": \"2024-05-23T09:23:31+00:00\",\n            \"status\": {\n                \"name\": \"acknowledged\",\n                \"code\": \"01\",\n                \"message\": \"\"\n            },\n            \"debtorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"4.0\"\n            },\n            \"creditorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"debtorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"012010015359018\",\n                \"name\": \"NAME\"\n            },\n            \"creditorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"083014142390036\",\n                \"name\": \"NAME\"\n            },\n            \"creditorInstitution\": {\n                \"name\": \"Wahda Bank\",\n                \"code\": \"005\"\n            },\n            \"additionalData\": null\n        },\n        {\n            \"uuid\": \"db90c53c-9d95-47d3-b959-07dafbed383a\",\n            \"paymentReference\": \"68e84e42-64e1-4cfa-8615-13b0ea0296d2\",\n            \"transactionType\": \"P2P\",\n            \"description\": \"Test Transaction\",\n            \"transactionDateTime\": \"2024-05-23T09:25:18+00:00\",\n            \"transactionTimestamp\": 1716456318,\n            \"valueDateTime\": \"2024-05-23T09:25:18+00:00\",\n            \"status\": {\n                \"name\": \"acknowledged\",\n                \"code\": \"01\",\n                \"message\": \"\"\n            },\n            \"debtorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"4.0\"\n            },\n            \"creditorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"debtorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"012010015359018\",\n                \"name\": \"NAME\"\n            },\n            \"creditorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"083014142390036\",\n                \"name\": \"NAME\"\n            },\n            \"creditorInstitution\": {\n                \"name\": \"Wahda Bank\",\n                \"code\": \"005\"\n            },\n            \"additionalData\": null\n        },\n        {\n            \"uuid\": \"56e5bf80-9cbd-4e5f-8297-8725b933bdbd\",\n            \"paymentReference\": \"795b9669-6248-4d13-89e8-d82a21529269\",\n            \"transactionType\": \"P2P\",\n            \"description\": \"Test Transaction\",\n            \"transactionDateTime\": \"2024-05-23T09:25:44+00:00\",\n            \"transactionTimestamp\": 1716456344,\n            \"valueDateTime\": \"2024-05-23T09:25:44+00:00\",\n            \"status\": {\n                \"name\": \"acknowledged\",\n                \"code\": \"01\",\n                \"message\": \"\"\n            },\n            \"debtorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"4.0\"\n            },\n            \"creditorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"debtorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"012010015359018\",\n                \"name\": \"NAME\"\n            },\n            \"creditorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"083014142390036\",\n                \"name\": \"NAME\"\n            },\n            \"creditorInstitution\": {\n                \"name\": \"Wahda Bank\",\n                \"code\": \"005\"\n            },\n            \"additionalData\": null\n        },\n        {\n            \"uuid\": \"f355a081-9046-4910-8f81-155713d5e0ca\",\n            \"paymentReference\": \"1e37f590-490e-4467-9d78-101fd6598715\",\n            \"transactionType\": \"P2P\",\n            \"description\": \"Test Transaction\",\n            \"transactionDateTime\": \"2024-05-23T09:26:45+00:00\",\n            \"transactionTimestamp\": 1716456405,\n            \"valueDateTime\": \"2024-05-23T09:26:45+00:00\",\n            \"status\": {\n                \"name\": \"acknowledged\",\n                \"code\": \"01\",\n                \"message\": \"\"\n            },\n            \"debtorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"4.0\"\n            },\n            \"creditorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"debtorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"012010015359018\",\n                \"name\": \"NAME\"\n            },\n            \"creditorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"083014142390036\",\n                \"name\": \"NAME\"\n            },\n            \"creditorInstitution\": {\n                \"name\": \"Wahda Bank\",\n                \"code\": \"005\"\n            },\n            \"additionalData\": null\n        },\n        {\n            \"uuid\": \"b6d53444-c6bb-4c27-89eb-962a6799e781\",\n            \"paymentReference\": \"d5c5be79-cc99-43aa-8965-fbedf0ded639\",\n            \"transactionType\": \"P2P\",\n            \"description\": \"Test Transaction\",\n            \"transactionDateTime\": \"2024-05-23T09:33:28+00:00\",\n            \"transactionTimestamp\": 1716456808,\n            \"valueDateTime\": \"2024-05-23T09:33:28+00:00\",\n            \"status\": {\n                \"name\": \"acknowledged\",\n                \"code\": \"01\",\n                \"message\": \"\"\n            },\n            \"debtorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"4.0\"\n            },\n            \"creditorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"debtorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"012010015359018\",\n                \"name\": \"NAME\"\n            },\n            \"creditorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"083014142390036\",\n                \"name\": \"NAME\"\n            },\n            \"creditorInstitution\": {\n                \"name\": \"Wahda Bank\",\n                \"code\": \"005\"\n            },\n            \"additionalData\": null\n        },\n        {\n            \"uuid\": \"d96e3827-59d1-43bb-831a-6221826e8caf\",\n            \"paymentReference\": \"24777611-72df-4a04-8d18-239d47f2c57a\",\n            \"transactionType\": \"P2P\",\n            \"description\": \"Test Transaction\",\n            \"transactionDateTime\": \"2024-05-23T09:37:08+00:00\",\n            \"transactionTimestamp\": 1716457028,\n            \"valueDateTime\": \"2024-05-23T09:37:08+00:00\",\n            \"status\": {\n                \"name\": \"acknowledged\",\n                \"code\": \"01\",\n                \"message\": \"\"\n            },\n            \"debtorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"4.0\"\n            },\n            \"creditorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"debtorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"012010015359018\",\n                \"name\": \"NAME\"\n            },\n            \"creditorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"083014142390036\",\n                \"name\": \"NAME\"\n            },\n            \"creditorInstitution\": {\n                \"name\": \"Wahda Bank\",\n                \"code\": \"005\"\n            },\n            \"additionalData\": null\n        },\n        {\n            \"uuid\": \"30943bdf-3b02-4974-9567-15f1af6a7ff3\",\n            \"paymentReference\": \"0ed453bf-b849-49fe-961a-fa80e5b06712\",\n            \"transactionType\": \"P2P\",\n            \"description\": \"Test Transaction\",\n            \"transactionDateTime\": \"2024-05-23T09:46:34+00:00\",\n            \"transactionTimestamp\": 1716457594,\n            \"valueDateTime\": \"2024-05-23T09:46:34+00:00\",\n            \"status\": {\n                \"name\": \"acknowledged\",\n                \"code\": \"01\",\n                \"message\": \"\"\n            },\n            \"debtorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"4.0\"\n            },\n            \"creditorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"debtorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"012010015359018\",\n                \"name\": \"NAME\"\n            },\n            \"creditorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"083014142390036\",\n                \"name\": \"NAME\"\n            },\n            \"creditorInstitution\": {\n                \"name\": \"Wahda Bank\",\n                \"code\": \"005\"\n            },\n            \"additionalData\": null\n        },\n        {\n            \"uuid\": \"1a19b4af-168b-4ff7-b2fc-f621319b0e2f\",\n            \"paymentReference\": \"1201f7ed-6ba6-4fa7-85cf-919a10408620\",\n            \"transactionType\": \"P2P\",\n            \"description\": \"Test Transaction\",\n            \"transactionDateTime\": \"2024-05-23T09:53:22+00:00\",\n            \"transactionTimestamp\": 1716458002,\n            \"valueDateTime\": \"2024-05-23T09:53:22+00:00\",\n            \"status\": {\n                \"name\": \"declined\",\n                \"code\": \"04\",\n                \"message\": \"\"\n            },\n            \"debtorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"4.0\"\n            },\n            \"creditorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"debtorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"012010015359018\",\n                \"name\": \"NAME\"\n            },\n            \"creditorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"083014142390036\",\n                \"name\": \"NAME\"\n            },\n            \"creditorInstitution\": {\n                \"name\": \"Wahda Bank\",\n                \"code\": \"005\"\n            },\n            \"additionalData\": null\n        },\n        {\n            \"uuid\": \"3a1265a0-7aaf-4754-9539-1619a7a17710\",\n            \"paymentReference\": \"b26bb772-9d87-4295-b783-cafda86780b5\",\n            \"transactionType\": \"P2P\",\n            \"description\": \"Test Transaction\",\n            \"transactionDateTime\": \"2024-05-23T11:57:16+00:00\",\n            \"transactionTimestamp\": 1716465436,\n            \"valueDateTime\": \"2024-05-23T11:57:16+00:00\",\n            \"status\": {\n                \"name\": \"completed\",\n                \"code\": \"03\",\n                \"message\": \"\"\n            },\n            \"debtorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"4.0\"\n            },\n            \"creditorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"debtorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"012010015359018\",\n                \"name\": \"NAME\"\n            },\n            \"creditorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"083014142390036\",\n                \"name\": \"NAME\"\n            },\n            \"creditorInstitution\": {\n                \"name\": \"Wahda Bank\",\n                \"code\": \"005\"\n            },\n            \"additionalData\": {\n                \"billNumber\": \"OPTIONAL\",\n                \"mobileNumber\": \"OPTIONAL\",\n                \"storeLabel\": \"OPTIONAL\",\n                \"referenceLabel\": \"OPTIONAL\",\n                \"customerLabel\": \"OPTIONAL\",\n                \"terminalLabel\": \"OPTIONAL\",\n                \"purposeOfTransaction\": \"OPTIONAL\"\n            }\n        },\n        {\n            \"uuid\": \"1405e5f9-e874-4506-8ef0-1f1e6c1ee27c\",\n            \"paymentReference\": \"cdb84f8f-4394-4f14-8af3-208f82df0b55\",\n            \"transactionType\": \"P2P\",\n            \"description\": \"Test Transaction\",\n            \"transactionDateTime\": \"2024-05-23T12:17:18+00:00\",\n            \"transactionTimestamp\": 1716466638,\n            \"valueDateTime\": \"2024-05-23T12:17:18+00:00\",\n            \"status\": {\n                \"name\": \"completed\",\n                \"code\": \"03\",\n                \"message\": \"\"\n            },\n            \"debtorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"4.0\"\n            },\n            \"creditorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"debtorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"012010015359018\",\n                \"name\": \"NAME\"\n            },\n            \"creditorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"083014142390036\",\n                \"name\": \"NAME\"\n            },\n            \"creditorInstitution\": {\n                \"name\": \"Wahda Bank\",\n                \"code\": \"005\"\n            },\n            \"additionalData\": {\n                \"billNumber\": \"OPTIONAL\",\n                \"mobileNumber\": \"OPTIONAL\",\n                \"storeLabel\": \"OPTIONAL\",\n                \"referenceLabel\": \"OPTIONAL\",\n                \"customerLabel\": \"OPTIONAL\",\n                \"terminalLabel\": \"OPTIONAL\",\n                \"purposeOfTransaction\": \"OPTIONAL\"\n            }\n        },\n        {\n            \"uuid\": \"9d24b63a-9237-46e5-b943-141007cee8cc\",\n            \"paymentReference\": \"5fe2e38e-7cf1-4e7b-8b86-b246eadf9002\",\n            \"transactionType\": \"P2P\",\n            \"description\": \"Test Transaction\",\n            \"transactionDateTime\": \"2024-05-23T12:24:09+00:00\",\n            \"transactionTimestamp\": 1716467049,\n            \"valueDateTime\": \"2024-05-23T12:24:09+00:00\",\n            \"status\": {\n                \"name\": \"completed\",\n                \"code\": \"03\",\n                \"message\": \"\"\n            },\n            \"debtorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"4.0\"\n            },\n            \"creditorAmount\": {\n                \"currency\": \"lyd\",\n                \"amount\": null,\n                \"fees\": \"0\"\n            },\n            \"debtorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"012010015359018\",\n                \"name\": \"NAME\"\n            },\n            \"creditorAccount\": {\n                \"schemeName\": \"bankAccount\",\n                \"identification\": \"083014142390036\",\n                \"name\": \"NAME\"\n            },\n            \"creditorInstitution\": {\n                \"name\": \"Wahda Bank\",\n                \"code\": \"005\"\n            },\n            \"additionalData\": {\n                \"billNumber\": \"OPTIONAL\",\n                \"mobileNumber\": \"OPTIONAL\",\n                \"storeLabel\": \"OPTIONAL\",\n                \"referenceLabel\": \"OPTIONAL\",\n                \"customerLabel\": \"OPTIONAL\",\n                \"terminalLabel\": \"OPTIONAL\",\n                \"purposeOfTransaction\": \"OPTIONAL\"\n            }\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://192.168.18.43/api/v1/payments/debited-funds-transfers?page=1\",\n        \"last\": \"http://192.168.18.43/api/v1/payments/debited-funds-transfers?page=3\",\n        \"prev\": null,\n        \"next\": \"http://192.168.18.43/api/v1/payments/debited-funds-transfers?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 3,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://192.168.18.43/api/v1/payments/debited-funds-transfers?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": \"http://192.168.18.43/api/v1/payments/debited-funds-transfers?page=2\",\n                \"label\": \"2\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://192.168.18.43/api/v1/payments/debited-funds-transfers?page=3\",\n                \"label\": \"3\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://192.168.18.43/api/v1/payments/debited-funds-transfers?page=2\",\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"http://192.168.18.43/api/v1/payments/debited-funds-transfers\",\n        \"per_page\": 15,\n        \"to\": 15,\n        \"total\": 34\n    }\n}"}],"_postman_id":"5e72d725-f5f9-457f-82cb-094ffa398d5c"},{"name":"Funds-Transfers(Credit)","id":"bf1b8023-477e-4cce-86da-a3952f1baf84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:8080/api/v1/payments/credited-funds-transfers?filter[type]=p2p&filter[date]=2024-05-18","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":true,"source":{"_postman_id":"3b95320a-c157-416c-828f-1d4897dfad88","id":"3b95320a-c157-416c-828f-1d4897dfad88","name":"IPS API Standards (IPS for FIs version) - v1.0","type":"collection"}},"urlObject":{"path":["api","v1","payments","credited-funds-transfers"],"host":["127.0.0.1:8080"],"query":[{"description":{"content":"<p>Transaction type (Ex. P2P, P2M) CAPS only</p>\n","type":"text/plain"},"key":"filter[type]","value":"p2p"},{"description":{"content":"<p>Date in YYYY-MM-DD format</p>\n","type":"text/plain"},"key":"filter[date]","value":"2024-05-18"}],"variable":[]}},"response":[{"id":"885da130-26fd-4f4e-93cb-7219b4d0565b","name":"Funds-Transfers(Credit)","originalRequest":{"method":"GET","header":[],"url":{"raw":"127.0.0.1:8080/api/v1/payments/credited-funds-transfers?type=p2p&date=2024-05-18","host":["127.0.0.1:8080"],"path":["api","v1","payments","credited-funds-transfers"],"query":[{"key":"type","value":"p2p","description":"Transaction type (Ex. P2P, P2M)"},{"key":"date","value":"2024-05-18","description":"Date in YYYY-MM-DD format"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"uuid\": \"af6ebb8f-4c73-46e9-8784-9ca0794b24b1\",\r\n            \"paymentReference\": \"ead6913b-25d2-4898-b7a6-f1ac90fa9f59\",\r\n            \"transactionType\": \"P2P\",\r\n            \"description\": \"justtest\",\r\n            \"transactionDateTime\": \"2024-05-25T17:25:03+00:00\",\r\n            \"transactionTimestamp\": 1716657903,\r\n            \"valueDateTime\": \"2024-05-25T17:25:03+00:00\",\r\n            \"status\": {\r\n                \"name\": \"completed\",\r\n                \"code\": \"03\",\r\n                \"message\": \"\"\r\n            },\r\n            \"debtorAmount\": {\r\n                \"currency\": \"lyd\",\r\n                \"amount\": null,\r\n                \"fees\": \"4.0\"\r\n            },\r\n            \"creditorAmount\": {\r\n                \"currency\": \"lyd\",\r\n                \"amount\": null,\r\n                \"fees\": \"0\"\r\n            },\r\n            \"debtorAccount\": {\r\n                \"schemeName\": \"bankAccount\",\r\n                \"identification\": \"002205000004186\",\r\n                \"name\": \"NAME\"\r\n            },\r\n            \"creditorAccount\": {\r\n                \"schemeName\": \"bankAccount\",\r\n                \"identification\": \"012010015359018\",\r\n                \"name\": \"NAME\"\r\n            },\r\n            \"creditorInstitution\": {\r\n                \"name\": \"North Africa Bank\",\r\n                \"code\": \"007\"\r\n            },\r\n            \"additionalData\": []\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"http://192.168.18.43/api/v1/payments/credited-funds-transfers?page=1\",\r\n        \"last\": \"http://192.168.18.43/api/v1/payments/credited-funds-transfers?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"links\": [\r\n            {\r\n                \"url\": null,\r\n                \"label\": \"&laquo; Previous\",\r\n                \"active\": false\r\n            },\r\n            {\r\n                \"url\": \"http://192.168.18.43/api/v1/payments/credited-funds-transfers?page=1\",\r\n                \"label\": \"1\",\r\n                \"active\": true\r\n            },\r\n            {\r\n                \"url\": null,\r\n                \"label\": \"Next &raquo;\",\r\n                \"active\": false\r\n            }\r\n        ],\r\n        \"path\": \"http://192.168.18.43/api/v1/payments/credited-funds-transfers\",\r\n        \"per_page\": 15,\r\n        \"to\": 1,\r\n        \"total\": 1\r\n    }\r\n}"}],"_postman_id":"bf1b8023-477e-4cce-86da-a3952f1baf84"},{"name":"(New) Funds-Trasnfers (By internal merchant reference)","id":"cd202f4a-b9fd-4a88-a5ce-86ae2020e882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"127.0.0.1:8080/api/v1/payments/credited-funds-transfers/by-internal-merchant-reference?internal_merchant_reference=xxxx","description":"<p><strong>Description:</strong></p>\n<p>This endpoint retrieves the transaction status from the debtor bank to your merchant based on the provided InternalMerchantReference. It returns the current status of the transaction.</p>\n<p><strong>Important Warning:</strong></p>\n<p><strong>This will bring the current status of the transaction. You must read the status carefully and DO NOT consider the transaction completed or successful solely based on our response.</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":true,"source":{"_postman_id":"3b95320a-c157-416c-828f-1d4897dfad88","id":"3b95320a-c157-416c-828f-1d4897dfad88","name":"IPS API Standards (IPS for FIs version) - v1.0","type":"collection"}},"urlObject":{"path":["api","v1","payments","credited-funds-transfers","by-internal-merchant-reference"],"host":["127.0.0.1:8080"],"query":[{"key":"internal_merchant_reference","value":"xxxx"}],"variable":[]}},"response":[{"id":"3170963d-d8f0-455c-8b4c-a35a5519d57b","name":"Funds-Trasnfers (By internal merchant reference)","originalRequest":{"method":"GET","header":[],"url":{"raw":"127.0.0.1:8080/api/v1/payments/credited-funds-transfers/by-internal-merchant-reference?internal_merchant_reference=xxxx","host":["127.0.0.1:8080"],"path":["api","v1","payments","credited-funds-transfers","by-internal-merchant-reference"],"query":[{"key":"internal_merchant_reference","value":"xxxx"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"uuid\": \"3f9d6843-6329-4263-a465-7edc0f202c4e\",\n        \"paymentReference\": \"d7c14ded-d0e1-4541-80c5-53fffa6e5e5\",\n        \"status\":{\n            \"name\" : \"acknowledged\",\n            \"code\": \"01\",\n            \"message\": \"SWITCH CODE + SWITCH MESSAGE \"\n        },\n        \"transactionDateTime\": \"2024-05-17T17:18:02+00:00\",\n        \"transactionTimestamp\": 1715966282,\n        \"valueDateTime\": \"2024-05-17T17:18:02+00:00\",\n        \"transactionType\" : \"P2M\",\n        \"debtorAmount\": {\n            \"currency\": \"lyd\",\n            \"amount\": \"2000760\",\n            \"fees\": \"10000\"\n        },\n        \"creditorAmount\": {\n            \"currency\": \"lyd\",\n            \"amount\": \"2000760\",\n            \"fees\": \"100\"\n        },\n        \"debtorAccount\": {\n            \"schemeName\": \"iban\",\n            \"identification\": \"DE89370400440532013000\",\n            \"name\": \"Ahmad\"\n        },\n        \"creditorAccount\": {\n            \"schemeName\": \"iban\",\n            \"identification\": \"DE89370400440532013001\",\n            \"name\": \"Mohammed\"\n        },\n        \"creditorInstitution\": {\n            \"name\": \"JBANK\",\n            \"code\": \"01\"\n        },\n        \"additionalData\": {\n            \"billNumber\": \"OPTIONAL\",\n            \"mobileNumber\": \"OPTIONAL\",\n            \"storeLabel\": \"OPTIONAL\",\n            \"referenceLabel\": \"OPTIONAL\",\n            \"customerLabel\" : \"OPTIONAL\",\n            \"terminalLabel\": \"OPTIONAL\",\n            \"purposeOfTransaction\": \"OPTIONAL\"\n            },\n        \"numoNotice\": {\n            \"debit\": {\n                \"authNum\": \"14412214412\",\n                \"refNum\": \"347268358194\",\n                \"respcode\": \"0\",\n                \"respcodeDesc\": \"\"\n            },\n            \"credit\": {\n                \"authNum\": \"151512515152\",\n                \"refNum\": \"347268358194\",\n                \"respcode\": \"0\",\n                \"respcodeDesc\": \"\"\n            },\n            \"reverse\": []\n        },\n        \"internalMerchantReference\": \"xxxx\",\n        \"description\": \"Text explaining the reason of this payment\"\n    }\n}\n"}],"_postman_id":"cd202f4a-b9fd-4a88-a5ce-86ae2020e882"}],"id":"5736ab56-8aa6-43cc-bd24-4f99190d2b91","_postman_id":"5736ab56-8aa6-43cc-bd24-4f99190d2b91","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":true,"source":{"_postman_id":"3b95320a-c157-416c-828f-1d4897dfad88","id":"3b95320a-c157-416c-828f-1d4897dfad88","name":"IPS API Standards (IPS for FIs version) - v1.0","type":"collection"}}},{"name":"Banks/FIs APIs (Bank's/FIs should provide it)","item":[{"name":"Webhooks(Provided by the Bank/FI)","item":[{"name":"transaction_status_update (Success)","id":"8e7adc67-9442-4948-81ca-ff0c2b3334b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Signature","value":"{HMAC Value}"}],"body":{"mode":"raw","raw":"{\r\n  \"webhook\": \"transaction_status_update\",\r\n  \"data\": {\r\n    \"payment_reference\": \"REF123456789\",\r\n    \"status\": \"completed\",\r\n    \"status_code\": \"04\",\r\n    \"amount\": {\r\n      \"amount\": \"50000\",\r\n      \"currency\": \"LYD\"\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"bankBaseDomain:port/webhooks","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":true,"source":{"_postman_id":"3b95320a-c157-416c-828f-1d4897dfad88","id":"3b95320a-c157-416c-828f-1d4897dfad88","name":"IPS API Standards (IPS for FIs version) - v1.0","type":"collection"}},"urlObject":{"port":"port","path":["webhooks"],"host":["bankBaseDomain"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e7adc67-9442-4948-81ca-ff0c2b3334b8"},{"name":"transaction_status_update (Failed)","id":"0b901551-1ba1-4efe-a562-064b998a896d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Signature","value":"{HMAC VALUE}"}],"body":{"mode":"raw","raw":"{\r\n    \"webhook\": \"transaction_status_update\",\r\n    \"data\": {\r\n        \"paymentReference\": \"transaction_reference_value\",\r\n        \"status\": \"declined\",\r\n        \"status_code\": \"04\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"bankBaseDomain:port/webhooks","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":true,"source":{"_postman_id":"3b95320a-c157-416c-828f-1d4897dfad88","id":"3b95320a-c157-416c-828f-1d4897dfad88","name":"IPS API Standards (IPS for FIs version) - v1.0","type":"collection"}},"urlObject":{"port":"port","path":["webhooks"],"host":["bankBaseDomain"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b901551-1ba1-4efe-a562-064b998a896d"},{"name":"transaction_credit_notice","id":"18475298-1b1f-49bf-9204-bbeb83b74eac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Signature","value":"{HMAC VALUE}"}],"body":{"mode":"raw","raw":"{\r\n  \"webhook\": \"transaction_credit_notice\",\r\n  \"data\": {\r\n    \"amount\": {\r\n      \"amount\": \"50000\",\r\n      \"currency\": \"LYD\",\r\n      \"fees\": \"2500\"\r\n    },\r\n    \"debtor_account\": {\r\n      \"scheme_name\": \"IBAN\",\r\n      \"identification\": \"LY5800285100012443402016\",\r\n      \"name\": \"MOHAMMED ALTALEESI\"\r\n    },\r\n    \"debtor_bank\": {\r\n      \"name\": \"Bank of Debtor\",\r\n      \"code\": \"025\"\r\n    },\r\n    \"creditor_account\": {\r\n      \"scheme_name\": \"IBAN\",\r\n      \"identification\": \"IT60X0542811101000000123456\"\r\n    },\r\n    \"creditor_bank\": {\r\n      \"name\": \"Bank of Creditor\",\r\n      \"code\": \"ICICITBB\"\r\n    },\r\n    \"numo_credit_notice\": {\r\n      \"rnn\": \"RNN12345\"\r\n    },\r\n    \"payment_reference\": \"REF12345-6789-IRKAS-48224222\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"bankBaseDomain:port/webhooks","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":true,"source":{"_postman_id":"3b95320a-c157-416c-828f-1d4897dfad88","id":"3b95320a-c157-416c-828f-1d4897dfad88","name":"IPS API Standards (IPS for FIs version) - v1.0","type":"collection"}},"urlObject":{"port":"port","path":["webhooks"],"host":["bankBaseDomain"],"query":[],"variable":[]}},"response":[],"_postman_id":"18475298-1b1f-49bf-9204-bbeb83b74eac"}],"id":"164b8be9-d9df-444a-bf1d-5bb7850df097","description":"<p>This chapter provides detailed specifications and guidelines for Financial Institutions (FIs) and banks to build and implement webhooks. These webhooks are essential for receiving notifications and handling requests from the Instant Payment System (IPS).</p>\n<p>The webhooks you develop will enable us to send various messages and requests directly to your systems, ensuring seamless communication and efficient transaction processing within the IPS framework.</p>\n","_postman_id":"164b8be9-d9df-444a-bf1d-5bb7850df097","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":true,"source":{"_postman_id":"3b95320a-c157-416c-828f-1d4897dfad88","id":"3b95320a-c157-416c-828f-1d4897dfad88","name":"IPS API Standards (IPS for FIs version) - v1.0","type":"collection"}}},{"name":"(New) Transaction Status","id":"38ee5348-547c-4b77-a353-818870ceb87f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"rrn\": \"MANDATORY\",\n    \"paymentReference\":\"OPTIONAL\",\n    \"terminalID\": \"OPTIONAL\",\n    \"pan\":\"OPTIONAL\",\n    \"transactionDate\": \"OPTIONAL\",\n    \"transactionTime\": \"OPTIONAL\",\n    \"accountNumber\":\"OPTIONAL\",\n    \"stan\": \"OPTIONAL\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8080/api/v1/payments/details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":true,"source":{"_postman_id":"3b95320a-c157-416c-828f-1d4897dfad88","id":"3b95320a-c157-416c-828f-1d4897dfad88","name":"IPS API Standards (IPS for FIs version) - v1.0","type":"collection"}},"urlObject":{"path":["api","v1","payments","details"],"host":["127.0.0.1:8080"],"query":[],"variable":[]}},"response":[{"id":"e842a7d3-b2c5-4f7a-85c2-a5d42bf5e585","name":"Transaction Status 200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"rrn\": \"MANDATORY\",\n    \"paymentReference\":\"OPTIONAL\",\n    \"terminalID\": \"OPTIONAL\",\n    \"pan\":\"OPTIONAL\",\n    \"transactionDate\": \"OPTIONAL\",\n    \"transactionTime\": \"OPTIONAL\",\n    \"accountNumber\":\"OPTIONAL\",\n    \"stan\": \"OPTIONAL\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8080/api/v1/payments/details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"rrn\": \"14592323325\",\n    \"paymentReference\": \"3992ga-gaj32224-ajjago2-2ia2\",//Could be null\n    \"terminalID\": \"\",\n    \"pan\": \"\",\n    \"fromAccount\":\"\",\n    \"toAccount\":\"\",\n    \"amount\": \"100000\", //This is 100.000\n    \"currency\": \"lyd\",\n    \"transactionDate\":\"25/01/2024\",\n    \"transactionTime\": \"22:01:50\",\n    \"type\": \"[debit or credit]\",\n    \"responseCode\": \"01\",//ISO 8583 response in case it was reversed\n    \"isReversed\": \"[true or false]\",\n    \"reverseResponseCode\": \"05\"//ISO 8583 response in case it was reversed\n\n}"},{"id":"2a62a5e5-8e33-4135-a226-73e92e17b515","name":"Transaction Status (409)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"rrn\": \"MANDATORY\",\n    \"paymentReference\":\"OPTIONAL\",\n    \"terminalID\": \"OPTIONAL\",\n    \"pan\":\"OPTIONAL\",\n    \"transactionDate\": \"OPTIONAL\",\n    \"transactionTime\": \"OPTIONAL\",\n    \"accountNumber\":\"OPTIONAL\",\n    \"stan\": \"OPTIONAL\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8080/api/v1/payments/details"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"ENQ-001\",\n        \"message\": \"Multiple results with the same RRN/Params\",\n        \"errors\": []\n    }\n}"},{"id":"d28e3340-c661-47ed-a3a6-f8ebdf802f18","name":"Transaction Status (409) Copy","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"rrn\": \"MANDATORY\",\n    \"paymentReference\":\"OPTIONAL\",\n    \"terminalID\": \"OPTIONAL\",\n    \"pan\":\"OPTIONAL\",\n    \"transactionDate\": \"OPTIONAL\",\n    \"transactionTime\": \"OPTIONAL\",\n    \"accountNumber\":\"OPTIONAL\",\n    \"stan\": \"OPTIONAL\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8080/api/v1/payments/details"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"ENQ-002\",\n        \"message\": \"No Result found\",\n        \"errors\": []\n    }\n}"}],"_postman_id":"38ee5348-547c-4b77-a353-818870ceb87f"}],"id":"d33d654a-c054-4f6b-b69c-aaa29bf84a8f","_postman_id":"d33d654a-c054-4f6b-b69c-aaa29bf84a8f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":true,"source":{"_postman_id":"3b95320a-c157-416c-828f-1d4897dfad88","id":"3b95320a-c157-416c-828f-1d4897dfad88","name":"IPS API Standards (IPS for FIs version) - v1.0","type":"collection"}}},{"name":"Token Management","item":[{"name":"Reset Password","id":"5768f05f-cd56-4a4c-a83e-1ee173013bc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"mtellesy@gmail.com\",\n    \"password\": \"12345678\",\n    \"new_password\": \"123123123\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8080/api/v1/auth/password/reset","urlObject":{"path":["api","v1","auth","password","reset"],"host":["127.0.0.1:8080"],"query":[],"variable":[]}},"response":[],"_postman_id":"5768f05f-cd56-4a4c-a83e-1ee173013bc2"},{"name":"Create new Token","id":"86cdfa2f-bc84-4595-8070-ab8df48c7142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"mtellesy@gmail.com\",\n    \"password\": \"12345678\",\n    \"token_name\": \"muiee\",\n    \"token_expiration_date\": \"2024-07-13\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8080/api/v1/auth/token","urlObject":{"path":["api","v1","auth","token"],"host":["127.0.0.1:8080"],"query":[],"variable":[]}},"response":[{"id":"38a1f745-7e8b-4d29-811e-4cb8606adb30","name":"Create new Token (Expiry Date Error)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"mtellesy@gmail.com\",\n    \"password\": \"12345678\",\n    \"token_name\": \"muiee\",\n    \"token_expiration_date\": \"2024-07-13\"\n}","options":{"raw":{"language":"json"}}},"url":"192.168.18.43:80/api/v1/auth/token"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 21 Aug 2024 11:54:46 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"VAL-001\",\n        \"message\": \"The token expiration date field must be a date after today.\",\n        \"errors\": {\n            \"token_expiration_date\": [\n                \"The token expiration date field must be a date after today.\"\n            ]\n        }\n    }\n}"},{"id":"a5235c89-8c30-4ea0-9e74-67b8cafe30d6","name":"Create new Token (Invalid Credentials)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"mtellesy@gmail.com\",\n    \"password\": \"12345678\",\n    \"token_name\": \"muiee\",\n    \"token_expiration_date\": \"2024-08-22\"\n}","options":{"raw":{"language":"json"}}},"url":"192.168.18.43:80/api/v1/auth/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 21 Aug 2024 11:56:09 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"AUT-003\",\n        \"message\": \"Invalid credentials.\",\n        \"errors\": []\n    }\n}"},{"id":"c55fc850-bedc-4ad4-8aa8-fe1729e6d7a6","name":"Create new Token (Successful)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"m@ips.ly\",\n    \"password\": \"12345678\",\n    \"token_name\": \"muiee\",\n    \"token_expiration_date\": \"2024-08-22\"\n}","options":{"raw":{"language":"json"}}},"url":"192.168.18.43:80/api/v1/auth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 21 Aug 2024 12:03:35 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"token\": {\n            \"name\": \"muiee\",\n            \"value\": \"TOKEN_VALUE\",\n            \"expiration_date\": \"2024-08-22\"\n        }\n    }\n}"}],"_postman_id":"86cdfa2f-bc84-4595-8070-ab8df48c7142"},{"name":"Revoke Token","id":"4aabbd05-acbd-488e-86bd-259fedcf63d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@example.com\",\n    \"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8080/auth/revoke","urlObject":{"path":["auth","revoke"],"host":["127.0.0.1:8080"],"query":[],"variable":[]}},"response":[],"_postman_id":"4aabbd05-acbd-488e-86bd-259fedcf63d6"}],"id":"4afc8170-57a2-4b0f-a6bb-68f2b7ab4084","_postman_id":"4afc8170-57a2-4b0f-a6bb-68f2b7ab4084","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]},"isInherited":true,"source":{"_postman_id":"3b95320a-c157-416c-828f-1d4897dfad88","id":"3b95320a-c157-416c-828f-1d4897dfad88","name":"IPS API Standards (IPS for FIs version) - v1.0","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"tokenValue"}]}},"event":[{"listen":"prerequest","script":{"id":"a32176ed-1ade-49fa-a6e1-f303acabca17","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7aef8af4-d4c2-495e-8ee4-0d1766aa9310","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"127.0.0.1:8080"},{"key":"token","value":"tokenValue"}]}