{
	"info": {
		"_postman_id": "8a4b937d-3e84-4542-a067-7b99fe1ae4ef",
		"name": "Elcoin API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "16829594"
	},
	"item": [
		{
			"name": "Customers",
			"item": [
				{
					"name": "Create Customer",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{hmac}}",
								"type": "text"
							},
							{
								"key": "X-App-Ts",
								"value": "{{timestampUtcIso8601}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"counterpartyData\": {\r\n        \"uid\": \"\",\r\n        \"full_name\": \"\",\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"client_group\": \"\",\r\n        \"entity_type\": \"\",\r\n        \"external_number\": \"\",\r\n        \"date_of_birth\": \"\",\r\n        \"place_of_birth\": \"\",\r\n        \"gender\": \"\",\r\n        \"registration_number\": \"\",\r\n        \"full_legal_address\": \"\",\r\n        \"residence_country\": \"\"\r\n           },\r\n    \"addresses\": [\r\n        {\r\n            \"address_type\": \"\",\r\n            \"language\": \"\",\r\n            \"city\": \"\",\r\n            \"street\": \"\",\r\n            \"sub_street\": \"\",\r\n            \"region_code\": \"\",\r\n            \"region\": \"\",\r\n            \"house\": \"\",\r\n            \"house_name\": \"\",\r\n            \"apartment\": \"\",\r\n            \"place_code\": \"\",\r\n            \"post_code\": \"\",\r\n            \"country_code\": \"\",\r\n            \"latitude\": \"\",\r\n            \"longitude\": \"\",\r\n            \"country_description\": \"\",\r\n            \"full_legal_address\": \"\"\r\n        },\r\n    {\r\n            \"address_type\": \"\",\r\n            \"language\": \"\",\r\n            \"city\": \"\",\r\n            \"street\": \"\",\r\n            \"sub_street\": \"\",\r\n            \"region_code\": \"\",\r\n            \"region\": \"\",\r\n            \"house\": \"\",\r\n            \"house_name\": \"\",\r\n            \"apartment\": \"\",\r\n            \"place_code\": \"\",\r\n            \"post_code\": \"\",\r\n            \"country_code\": \"\",\r\n            \"latitude\": \"\",\r\n            \"longitude\": \"\",\r\n            \"country_description\": \"\",\r\n            \"full_legal_address\": \"\"\r\n        }    \r\n    ],\r\n    \"accountReferences\": null,\r\n    \"contacts\": [\r\n        {\r\n            \"contact_type\": \"Phone\",\r\n            \"contact_value\": \"\",\r\n            \"country_calling_code\": \"\",\r\n            \"description\": \"\"\r\n        },\r\n        {\r\n            \"contact_type\": \"Email\",\r\n            \"contact_value\": \"\",\r\n            \"description\": \"\"\r\n        }\r\n    ],\r\n    \"additionalInformation\": [\r\n        {\r\n            \"field_name\": \"\",\r\n            \"field_value\": \"\"\r\n        },\r\n        {\r\n            \"field_name\": \"\",\r\n            \"field_value\": \"\"\r\n        },\r\n        {\r\n            \"field_name\": \"\",\r\n            \"field_value\": \"\"\r\n        },\r\n        {\r\n            \"field_name\": \"\",\r\n            \"field_value\": \"\"\r\n        },\r\n        {\r\n            \"field_name\": \"\",\r\n            \"field_value\": \"\"\r\n        },\r\n        {\r\n            \"field_name\": \"\",\r\n            \"field_value\": \"\"\r\n        },\r\n        {\r\n            \"field_name\": \"\",\r\n            \"field_value\": \"\"\r\n        },\r\n        {\r\n            \"field_name\": \"\",\r\n            \"field_value\": \"\"\r\n        },\r\n        {\r\n            \"field_name\": \"\",\r\n            \"field_value\": \"\"\r\n        },\r\n        {\r\n            \"field_name\": \"\",\r\n            \"field_value\": \"\"\r\n        },\r\n        {\r\n            \"field_name\": \"\",\r\n            \"field_value\": \"\"\r\n        },\r\n        {\r\n            \"field_name\": \"\",\r\n            \"field_value\": \"\"\r\n        },\r\n        {\r\n            \"field_name\": \"\",\r\n            \"field_value\": \"\"\r\n        },\r\n        {\r\n            \"field_name\": \"\",\r\n            \"field_value\": \"\"\r\n        },\r\n        {\r\n            \"field_name\": \"\",\r\n            \"field_value\": \"\"\r\n        }\r\n    ],\r\n    \"services\": null\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/customer/putDb",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"customer",
								"putDb"
							]
						}
					},
					"response": []
				},
				{
					"name": "View Customers list",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{hmac}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "X-App-Ts",
								"value": "{{timestampUtcIso8601}}",
								"type": "text"
							},
							{
								"key": "X-App-Sig",
								"value": "DEV-SKIP",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\"full_name\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/client/getData/clientSearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"client",
								"getData",
								"clientSearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Customer By Uid",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"uid\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/customer/getDbByCounterpartyUId/",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"customer",
								"getDbByCounterpartyUId",
								""
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Customer By ID",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/customer/getDbByCounterpartyId/",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"customer",
								"getDbByCounterpartyId",
								""
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Customer By Client Code",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/customer/getDbByClientCode/{{client_code}}",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"customer",
								"getDbByClientCode",
								"{{client_code}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Change Client data",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"const createHmacString = (rBody, rUrl, ts, privateKey) => {\r",
									"    const link = rBody + rUrl + ts\r",
									"    const hmac = CryptoJS.enc.Hex.stringify(CryptoJS.HmacSHA256(link, privateKey)\r",
									")\r",
									"    return hmac;\r",
									"}\r",
									"let sBody = pm.request.body\r",
									"let sUrl = pm.request.url.getPath(pm.request.url)\r",
									"let ts = Math.floor(Date.now() / 1000);\r",
									"let client_secret = pm.environment.get(\"client_secret\");\r",
									"const signature = createHmacString(sBody, sUrl, ts, client_secret);\r",
									"pm.globals.set(\"timestampUtcIso8601\", ts);\r",
									"pm.globals.set(\"hmac\", signature);"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{hmac}}",
								"type": "text",
								"description": "DEV-SKIP"
							},
							{
								"key": "X-App-Ts",
								"value": "{{timestampUtcIso8601}}",
								"type": "text"
							},
							{
								"key": "",
								"value": "",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n        \"clientData\": {\r\n            \"client_code\": \"EN000014U\",\r\n            \"full_name\": \"Specimen Uzorak\",\r\n            \"first_name\": \"Specimen\",\r\n            \"last_name\": \"Uzorak\",\r\n            \"client_group\": \"CLIENT\",\r\n            \"entity_type\": \"PERSON\",\r\n            \"external_number\": \"\",\r\n            \"date_of_birth\": \"1977-01-01\",\r\n            \"place_of_birth\": \"LV\",\r\n            \"gender\": \"M\",\r\n            \"registration_number\": \"1977-01-01\",\r\n            \"bic\": \"\",\r\n            \"client_status\": \"ACTIVE\",\r\n            \"registration_date\": \"2021-12-06\",\r\n            \"registration_user\": \"root\",\r\n            \"activation_date\": null,\r\n            \"activation_user\": \"\",\r\n            \"close_date\": null,\r\n            \"close_user\": \"\",\r\n            \"residence_country\": \"GB\",\r\n            \"ext_client_id\": \"\",\r\n            \"scoring_risk_group\": \"\",\r\n            \"scoring_points\": 0,\r\n            \"communication_language\": \"\",\r\n            \"external_systems\": \"\",\r\n            \"old_client_status\": \"ACTIVE\",\r\n            \"old_client_group\": \"CLIENT\",\r\n            \"full_legal_address\": \"Montana Hills 2114-11, Abigale town, GB03166, United Kingdom\",\r\n            \"subscription_code\": \"BASIC\",\r\n            \"description\": \"Specimen Uzorak\",\r\n            \"create_external_systems\": false,\r\n            \"uid\": \"632f5d4d-721f7-4d66-907f-b3be0f77e632\",\r\n            \"id\": 82,\r\n            \"version\": 812730899,\r\n            \"state\": 0,\r\n            \"create_user\": \"root\",\r\n            \"create_date\": \"2021-12-06T11:39:09.028\"\r\n            }\r\n    }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/customer/putDb",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"customer",
								"putDb"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Client",
			"item": [
				{
					"name": "Get list of all Clients",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/client/getData/clientSearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"client",
								"getData",
								"clientSearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Client's Data By Id",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/client/getDb/",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"client",
								"getDb",
								""
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Client's Data By UId",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"uid\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/client/getDb/",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"client",
								"getDb",
								""
							]
						}
					},
					"response": []
				},
				{
					"name": "Fetch Client Data By Client Code",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"client_code\": \"\",\r\n  \"entity_type\": \"\",\r\n  \"page\": \"\",\r\n  \"limit\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/client/getData/clientSearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"client",
								"getData",
								"clientSearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "External ID Request",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"client_code\": \"\",\r\n  \"service_provider\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/clientExternalRegistration/getData/clientExternalRegistrationRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"clientExternalRegistration",
								"getData",
								"clientExternalRegistrationRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Change Client Status",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "DEV-SKIP",
								"type": "text",
								"description": "{{hmac}}"
							},
							{
								"key": "X-App-Ts",
								"value": "{{timestampUtcIso8601}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\"id\": \"\",\r\n\"version\": \"\",\r\n\"client_code\": \"\",\r\n\"client_status\": \"\"\r\n\r\n}\r\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/client/putDb",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"client",
								"putDb"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Documents",
			"item": [
				{
					"name": "Upload Document",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}",
								"disabled": true
							},
							{
								"key": "X-App-Sig",
								"value": "",
								"type": "text"
							},
							{
								"key": "X-App-Ts",
								"value": "",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"authorization\": \"\",  \r\n    \"uid\": \"\",\r\n    \"client_code\": \"\",\r\n    \"target_client_code\": \"\",\r\n    \"counterparty_id\": \"\",\r\n    \"category_code\": \"\",\r\n    \"document_type\": \"\",\r\n    \"document_reference\": \"\",\r\n    \"file_name\":\"\",\r\n    \"file_content\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://store.elcoin.co.uk/upload",
							"protocol": "https",
							"host": [
								"store",
								"elcoin",
								"co",
								"uk"
							],
							"path": [
								"upload"
							]
						}
					},
					"response": []
				},
				{
					"name": "Create Additional Info to Document",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n        \"source_table\": \"document_storage\",\r\n        \"source_uid\": \"68d0f9b4-f76c-413a-b228-15c3ba06ef88\",   \r\n        \"field_name\": \"IssueCountry\",\r\n        \"field_value\": \"gb\",\r\n        \"source_table\": \"document_storage\",\r\n        \"source_uid\": \"68d0f9b4-f76c-413a-b228-15c3ba06ef88\",\r\n        \"field_name\": \"IssuedByEntity\",\r\n        \"field_value\": \"NIFFL\",\r\n        \"field_name\": \"IdDocumentNumber\",\r\n        \"field_value\": \"125554\"\r\n  }      \r\n\r\n/*{\"additionalInformation\": [\r\n        {\r\n            \"field_name\": \"Citizenship\",\r\n            \"field_value\": \"EE\"\r\n        },\r\n        {\r\n    \"additionalInformation\": [\r\n       {\r\n        \"source_table\": \"document_storage\",\r\n        \"source_uid\": \"5871b232-1d46-11ec-9621-0242ac33999\",\r\n        \"field_name\": \"IssueCountry\",\r\n        \"field_type\": \"\",\r\n        \"field_description\": \"\",\r\n        \"field_value\": \"gb\",\r\n        \"field_tag\": \"\",\r\n        \"field_helpbox\": \"\",\r\n        \"uid\": \"87d03c1e-18d0-f6a2-8714-1496d8ce6f58\",\r\n        \"id\": 100,\r\n        \"version\": 980258172,\r\n        \"state\": 0\r\n    }\r\n\r\n    ],\r\n    \"services\": null\r\n}*/\r\n/*\r\n{\r\n  \r\n\r\n    \"additionalInformation\": [\r\n        {\r\n            \"source_table\": \"document_storage\",\r\n            \"source_uid\": \"87d03c1e-18d0-f6a2-8714-1496d8ce6f58\",\r\n            \"parent_id\": 0,\r\n            \"field_name\": \"IssueCountry\",\r\n            \"field_type\": \"\",\r\n            \"field_description\": \"\",\r\n            \"field_value\": \"GB\",\r\n            \"field_tag\": \"\",\r\n            \"field_helpbox\": \"\"\r\n        }\r\n    ],\r\n    \"services\": null\r\n}\r\n*/\r\n\r\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/additionalInformation/putDb",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"additionalInformation",
								"putDb"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get list of all Documents",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n   // \"source_table\": \"document_storage\",\r\n   // \"client_code\": \"EN000013Z\"\r\n   //\"source_uid\": \"eb7058d5-8e08-3e85-8714-461524f24e3b\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/documentStorage/getData/documentStorageSearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"documentStorage",
								"getData",
								"documentStorageSearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Fetch Document details",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{hmac}}"
							},
							{
								"key": "X-App-Ts",
								"value": "{{timestampUtcIso8601}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\"uid\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/documentStorage/getData/documentStorageSearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"documentStorage",
								"getData",
								"documentStorageSearchRequest"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Contacts",
			"item": [
				{
					"name": "Create Contacts",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"counterparty_id\": \"\",\r\n  \"contact_type\": \"\",\r\n  \"contact_value\": \"\",\r\n  \"country_calling_code\": \"\"\r\n}  ",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/contact/putDb",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"contact",
								"putDb"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get list of all Contacts",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/contact/getData/contactSearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"contact",
								"getData",
								"contactSearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Contact details",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"client_code\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/contact/getData/contactSearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"contact",
								"getData",
								"contactSearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Contact details By ID",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/contact/getDb/{{id}}",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"contact",
								"getDb",
								"{{id}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Change Contact details",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"const createHmacString = (rBody, rUrl, ts, privateKey) => {\r",
									"    const link = rBody + rUrl + ts\r",
									"    const hmac = CryptoJS.enc.Hex.stringify(CryptoJS.HmacSHA256(link, privateKey)\r",
									")\r",
									"    return hmac;\r",
									"}\r",
									"let sBody = pm.request.body\r",
									"let sUrl = pm.request.url.getPath(pm.request.url)\r",
									"let ts = Math.floor(Date.now() / 1000);\r",
									"let client_secret = pm.environment.get(\"client_secret\");\r",
									"const signature = createHmacString(sBody, sUrl, ts, client_secret);\r",
									"pm.globals.set(\"timestampUtcIso8601\", ts);\r",
									"pm.globals.set(\"hmac\", signature);"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{hmac}}",
								"type": "text",
								"description": "DEV-SKIP"
							},
							{
								"key": "X-App-Ts",
								"value": "{{timestampUtcIso8601}}",
								"type": "text"
							},
							{
								"key": "",
								"value": "",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n            \"id\": 81,\r\n            \"uid\": \"92a068e0-3e52-04a9-8c14-4c6e902861e0\",\r\n            \"version\": 812730774,\r\n            \"state\": 0,\r\n            \"create_date\": \"2021-12-06T11:39:06.763\",\r\n            \"create_user\": \"paypygs_token//\",\r\n            \"client_code\": \"EN000014U\",\r\n            \"counterparty_id\": 81,\r\n            \"contact_type\": \"Email\",\r\n            \"contact_value\": \"newkafgf1@nubenews.com\",\r\n            \"country_calling_code\": \"\",\r\n            \"description\": \"My e-mail\",\r\n            \"use_device_for_login\": false,\r\n            \"representative_type\": \"OWNER\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/contact/putDb",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"contact",
								"putDb"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Addresses",
			"item": [
				{
					"name": "Create Postal Address",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"address_type\": \"\",\r\n    \"city\": \"\",\r\n    \"street\": \"\",\r\n    \"region_code\": \"\",\r\n    \"region\": \"\",\r\n    \"house\": \"\",\r\n    \"apartment\": \"\",\r\n    \"post_code\": \"\",\r\n    \"id\": ,\r\n    \"version\": \r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/clientPostalAddress/putDb",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"clientPostalAddress",
								"putDb"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get list of all Addresses",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/clientPostalAddress/getData/clientPostalAddressSearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"clientPostalAddress",
								"getData",
								"clientPostalAddressSearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Address Details By ID",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/clientPostalAddress/getDb/{{id}}",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"clientPostalAddress",
								"getDb",
								"{{id}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Fetch Postal Address by UID",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/clientPostalAddress/getDb/{{uid}}",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"clientPostalAddress",
								"getDb",
								"{{uid}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Fetch Postal Address by Client code",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"cif\": \"\",\r\n  \"address_type\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/clientPostalAddress/getData/clientPostalAddressSearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"clientPostalAddress",
								"getData",
								"clientPostalAddressSearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Change Address details",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"const createHmacString = (rBody, rUrl, ts, privateKey) => {\r",
									"    const link = rBody + rUrl + ts\r",
									"    const hmac = CryptoJS.enc.Hex.stringify(CryptoJS.HmacSHA256(link, privateKey)\r",
									")\r",
									"    return hmac;\r",
									"}\r",
									"let sBody = pm.request.body\r",
									"let sUrl = pm.request.url.getPath(pm.request.url)\r",
									"let ts = Math.floor(Date.now() / 1000);\r",
									"let client_secret = pm.environment.get(\"client_secret\");\r",
									"const signature = createHmacString(sBody, sUrl, ts, client_secret);\r",
									"pm.globals.set(\"timestampUtcIso8601\", ts);\r",
									"pm.globals.set(\"hmac\", signature);"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{hmac}}",
								"type": "text",
								"description": "DEV-SKIP"
							},
							{
								"key": "X-App-Ts",
								"value": "{{timestampUtcIso8601}}",
								"type": "text"
							},
							{
								"key": "",
								"value": "",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n            \"id\": 82,\r\n            \"uid\": \"92a068e0-3e52-04a9-8c14-4c6e688711e0\",\r\n            \"version\": 812730775,\r\n            \"state\": 0,\r\n            \"create_date\": \"2021-12-06T11:39:06.736\",\r\n            \"create_user\": \"paypygs_token//\",\r\n            \"client_code\": \"EN000014U\",\r\n            \"city\": \"Olivia town\",\r\n            \"street\": \"Montana Hills\",\r\n            \"region\": \"\",\r\n            \"post_code\": \"GB03166\",\r\n            \"country_code\": \"GB\",\r\n            \"address_type\": \"LEGAL\",\r\n            \"address_type_description\": \"\",\r\n            \"language\": \"EN\",\r\n            \"house\": \"2114\",\r\n            \"apartment\": \"11\",\r\n            \"place_code\": \"\",\r\n            \"region_code\": \"\",\r\n            \"latitude\": 0.00000000,\r\n            \"longitude\": 0.00000000,\r\n            \"counterparty_id\": 81,\r\n            \"card_code\": \"\",\r\n            \"full_address\": \"Montana Hills 2114-11, Olivia town, GB03166, United Kingdom\"\r\n        }\r\n        ",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/clientPostalAddress/putDb",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"clientPostalAddress",
								"putDb"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Counterparties",
			"item": [
				{
					"name": "Create Counterparty",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"full_name\": \"\",\r\n    \"first_name\": \"\",\r\n    \"last_name\": \"\",\r\n    \"gender\": \"\",\r\n    \"date_of_birth\": \"\",\r\n    \"entity_type\": \"\",\r\n    \"registration_number\": \"\",\r\n    \"external_number\": \"\",\r\n    \"residence_country\": \"\",\r\n    \"client_group\": \"\",\r\n    \"counterparty_status\": \"\",\r\n    \"processing_status\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/counterparty/putDb",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"counterparty",
								"putDb"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get list of all Counterparties",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/counterparty/getData/counterpartySearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"counterparty",
								"getData",
								"counterpartySearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Counterparty Details by ID",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n   \"id\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/counterparty/getData/counterpartySearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"counterparty",
								"getData",
								"counterpartySearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Counterparty Details by UID",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n   \"uid\": \r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/counterparty/getData/counterpartySearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"counterparty",
								"getData",
								"counterpartySearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Change Counterparty Details",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id\": ,\r\n    \"uid\": \"\",\r\n    \"version\": ,\r\n    \"full_name\": \"\",\r\n    \"first_name\": \"\",\r\n    \"last_name\": \"\",\r\n    \"gender\": \"\",\r\n    \"date_of_birth\": \"\",\r\n    \"entity_type\": \"\",\r\n    \"registration_number\": \"\",\r\n    \"external_number\": \"\",\r\n    \"residence_country\": \"\",\r\n    \"client_group\": \"\",\r\n    \"counterparty_status\": \"\",\r\n    \"processing_status\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/counterparty/putDb",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"counterparty",
								"putDb"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Accounts",
			"item": [
				{
					"name": "Create Account",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{hmac}}"
							},
							{
								"key": "X-App-Ts",
								"value": "{{timestampUtcIso8601}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"client_code\": \"\",\r\n  \"currency\": \"\",\r\n  \"account_scheme\": \"\",\r\n  \"description\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/account/createAccount/accountCreateRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"account",
								"createAccount",
								"accountCreateRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get list of all Accounts",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{hmac}}",
								"disabled": true
							},
							{
								"key": "X-App-Ts",
								"value": "{{timestampUtcIso8601}}",
								"type": "text"
							},
							{
								"key": "X-App-Sig",
								"value": "DEV-SKIP",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\"client_code\": \"\",\r\n\"currency\": \"\",\r\n\"with_balances\": ,\r\n\"subledger_type\": \"\",\r\n\"account_scheme\": \"\",\r\n\"skip_closed\":\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/account/getData/accountSearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"account",
								"getData",
								"accountSearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Account Details by ID",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {},
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n   \"id\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/account/getDb",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"account",
								"getDb"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Account Details By Client code",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {},
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n       \"client_code\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/account/getData/accountSearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"account",
								"getData",
								"accountSearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Account Requisites",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"account\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/accountReference/getAccountRequisites/accountRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"accountReference",
								"getAccountRequisites",
								"accountRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Account Balance",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"account\": \"\",\r\n  \"refresh_external_balance\": \r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/account/getAccountBalance/accountBalanceRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"account",
								"getAccountBalance",
								"accountBalanceRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Account Satement",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"account\": \"\",\r\n  \"date_from\": \"\",\r\n  \"date_to\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/accountStatement/getData/accountCifFromToRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"accountStatement",
								"getData",
								"accountCifFromToRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Account Satement in JSON",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"export_format\": \"\",\r\n  \"account\": \"\",\r\n  \"date_from\": \"\",\r\n  \"date_to\": \"\",\r\n  \"only_total\": ,\r\n  \"keyword\": \"\",\r\n  \"page\": ,\r\n  \"limit\": ,\r\n  \"offsetid\": \r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/accountStatementExport/getData/accountCifFromToExportRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"accountStatementExport",
								"getData",
								"accountCifFromToExportRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Change Account Details",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\"account_status\": \"\",\r\n  \"uid\": \"\",\r\n  \"id\": ,\r\n  \"version\": \r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/account/putDb",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"account",
								"putDb"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Currencies",
			"item": [
				{
					"name": "View List of Currencies",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{hmac}}",
								"type": "text",
								"description": "DEV-SKIP"
							},
							{
								"key": "X-App-Ts",
								"value": "{{timestampUtcIso8601}}",
								"type": "text"
							},
							{
								"key": "",
								"value": "",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/currency/getData/currencySearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"currency",
								"getData",
								"currencySearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "View List of Currencies Allowed in Account Scheme",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {},
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{hmac}}",
								"type": "text",
								"description": "DEV-SKIP"
							},
							{
								"key": "X-App-Ts",
								"value": "{{timestampUtcIso8601}}",
								"type": "text"
							},
							{
								"key": "",
								"value": "",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n     \"scheme_name\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/currencyScheme/getData/currencySchemeSearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"currencyScheme",
								"getData",
								"currencySchemeSearchRequest"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Payments",
			"item": [
				{
					"name": "Top Up Payment",
					"item": [
						{
							"name": "Create  Top Up Payment",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript"
									}
								},
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript"
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "X-App-Sig",
										"type": "text",
										"value": "{{x_app_sig}}"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"creditor_account\": \"\",\r\n  \"debtor_name\": \"\",\r\n  \"debtor_account_iban\": \"\", \r\n  \"debtor_agent_bic_swift\": \"\",\r\n  \"debtor_agent_name\": \"\",\r\n  \"debtor_agent_country\": \"\",\r\n  \"amount\": \"\",\r\n  \"details\": \"\"\r\n}\r\n\r\n",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/abs/api/paymentInwardSimulateApi/simulateInwardPayment/simulateInwardPaymentRequest",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"api",
										"paymentInwardSimulateApi",
										"simulateInwardPayment",
										"simulateInwardPaymentRequest"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get list of all Top Up Payments",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript"
									}
								},
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript"
									}
								}
							],
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{x_app_sig}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"payment_date_from\": \"\",\r\n  \"payment_date_to\": \"\",\r\n  \"amount_from\": ,\r\n  \"amount_to\": ,\r\n  \"document_reference\": \"\",\r\n  \"payment_reference\": \"\",\r\n  \"currency\": \"\",\r\n  \"creditor_client_code\": \"\",\r\n  \"page\": ,\r\n  \"limit\": \r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/abs/api/paymentInward/getData/paymentInwardRequest",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"api",
										"paymentInward",
										"getData",
										"paymentInwardRequest"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Top Up Payment Details By ID",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {},
								"disableBodyPruning": true
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{x_app_sig}}",
										"type": "text"
									},
									{
										"key": "uid",
										"value": "b0e73980-d0b9-018f-9714-ba9b603c5a94",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n   \"id\": \"\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/abs/model/paymentInward/getDb",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"model",
										"paymentInward",
										"getDb"
									]
								}
							},
							"response": []
						},
						{
							"name": "Change Top Up Payment Details",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{x_app_sig}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"processing_status\":\"\",\r\n  \"document_reference\":\"\",\r\n  \"financial_institution\":\"\",\r\n  \"error_description\": \"\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/bpm/api/investigation/payment/inward/status",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"bpm",
										"api",
										"investigation",
										"payment",
										"inward",
										"status"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Bank Transfer",
					"item": [
						{
							"name": "Create Bank Transfer",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript"
									}
								},
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript"
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{hmac}}",
										"type": "text",
										"description": "{{hmac}}"
									},
									{
										"key": "X-App-Ts",
										"value": "{{timestampUtcIso8601}}",
										"type": "text"
									},
									{
										"key": "X-App-Sig",
										"value": "DEV-SKIP",
										"type": "text",
										"disabled": true
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"amount\":\"\",\r\n    \"currency\":\"\",\r\n    \"urgency\":\"\",\r\n    \"debtor_account\":\"\",\r\n    \"details\":\"\",\r\n    \"creditor_entity_type\":\"\",\r\n    \"creditor_first_name\":\"\",\r\n    \"creditor_last_name\":\"\",\r\n    \"creditor_country\":\"\",\r\n    \"creditor_account_iban\":\"\",\r\n    \"creditor_agent_country\":\"\",\r\n    \"creditor_agent_bic_swift\":\"\",\r\n    \"document_type\":\"\",\r\n\t\"outgoing_channel\":\"\"\r\n    }",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/abs/model/paymentOutward/putDb",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"model",
										"paymentOutward",
										"putDb"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get list of all Bank Transfers",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript"
									}
								}
							],
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{x_app_sig}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"payment_date_from\": \"\",\r\n  \"payment_date_to\": \"\",\r\n  \"amount_from\": ,\r\n  \"amount_to\": ,\r\n  \"document_reference\": \"\",\r\n  \"payment_reference\": \"\",\r\n  \"currency\": \"\",\r\n  \"debtor_client_code\": \"\",\r\n  \"page\": ,\r\n  \"limit\": \r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/abs/api/paymentOutward/getData/paymentOutwardRequest",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"api",
										"paymentOutward",
										"getData",
										"paymentOutwardRequest"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Bank Transfer Details by ID",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript"
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{x_app_sig}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{abs_url}}/abs/model/paymentOutward/getDb/{{Outward_id}}",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"model",
										"paymentOutward",
										"getDb",
										"{{Outward_id}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Change Bank Transfer Details",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{x_app_sig}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"processing_status\": \"\",\r\n    \"uid\": \"\",\r\n    \"id\": ,\r\n    \"version\": ,\r\n    \"state\": \r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/abs/model/paymentOutward/putDb",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"model",
										"paymentOutward",
										"putDb"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Internal Payment",
					"item": [
						{
							"name": "Create Internal Payment",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{x_app_sig}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"debtor_account\": \"\",\r\n  \"creditor_account\": \"\", \r\n  \"amount\": \"\",\r\n  \"currency\": \"\",\r\n  \"details\": \"\",\r\n  \"payment_type\": \"INTERNAL\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/abs/model/paymentInternal/putDb",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"model",
										"paymentInternal",
										"putDb"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get list of all Internal Payments",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{x_app_sig}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"payment_date_from\": \"\",\r\n  \"payment_date_to\": \"\",\r\n  \"amount_from\": ,\r\n  \"amount_to\": ,\r\n  \"document_reference\": \"\",\r\n  \"payment_reference\": \"\",\r\n  \"currency\": \"\",\r\n  \"page\": ,\r\n  \"limit\": \r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/abs/api/paymentInternal/getData/paymentInternalRequest",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"api",
										"paymentInternal",
										"getData",
										"paymentInternalRequest"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Internal Payment Details by ID",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {},
								"disableBodyPruning": true
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{x_app_sig}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/abs/model/paymentInternal/getDb/{{id}}",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"model",
										"paymentInternal",
										"getDb",
										"{{id}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Change Internal Payment Details",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{x_app_sig}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"processing_status\": \"\",\r\n    \"uid\": \"\",\r\n    \"id\": ,\r\n    \"version\": \r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/abs/model/paymentInternal/putDb",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"model",
										"paymentInternal",
										"putDb"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Fee Payment",
					"item": [
						{
							"name": "Create Fee Payment",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{x_app_sig}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n \"subscription_code\": \"\",\r\n \"client_code\": \"\",\r\n \"fee_code\": \"\",\r\n \"event_code\": \"\",\r\n \"cycle_code\": \"\",\r\n \"fixed_amount\": \"\",\r\n \"minimum_amount\": \"\",\r\n \"maximum_amount\": \"\",\r\n \"fee_currency\": \"\",\r\n \"payment_currency\": \"\",\r\n \"account\": \"\",\r\n \"activation_date\": \"\",\r\n \"expiration_date\": ,\r\n \"fee_status\": \"\",\r\n \"client_statuses\": \"\",\r\n \"account_scheme\": \"\",\r\n \"tax_account\": \"\",\r\n \"client_group\": \"\",\r\n \"operation_amount_from\": \"\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/abs/model/fee/putdb",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"model",
										"fee",
										"putdb"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get List of all Fee Payments",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{x_app_sig}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{abs_url}}/abs/model/fee/getdb",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"model",
										"fee",
										"getdb"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Fee Payment by ID",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{x_app_sig}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{abs_url}}/abs/model/fee/getdb/{{fee_id}}",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"model",
										"fee",
										"getdb",
										"{{fee_id}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Change Fee Payment Details",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{x_app_sig}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n \"subscription_code\": \"\",\r\n \"client_code\": \"\",\r\n \"fee_code\": \"\",\r\n \"event_code\": \"\",\r\n \"cycle_code\": \"\",\r\n \"fixed_amount\": \"\",\r\n \"minimum_amount\": \"\",\r\n \"maximum_amount\": \"\",\r\n \"fee_currency\": \"\",\r\n \"payment_currency\": \"\",\r\n \"account\": \"\",\r\n \"activation_date\": \"\",\r\n \"expiration_date\": ,\r\n \"fee_status\": \"\",\r\n \"client_statuses\": \"\",\r\n \"account_scheme\": \"\",\r\n \"tax_account\": \"\",\r\n \"client_group\": \"\",\r\n \"operation_amount_from\": \"\",\r\n \"uid\": \"\",\r\n \"id\": ,\r\n \"version\": \r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/abs/model/fee/putdb",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"model",
										"fee",
										"putdb"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "CurrencyExchange",
					"item": [
						{
							"name": "Create CurrencyExchange Price Reservation",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript"
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{hmac}}",
										"type": "text"
									},
									{
										"key": "X-App-Ts",
										"value": "{{timestampUtcIso8601}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\"payment_type\":\"\",\r\n\"payment_date\":\"\",\r\n\"debtor_amount_num\":, \r\n\"debtor_currency\":\"\",\r\n\"creditor_currency\":\"\",\r\n\"creditor_amount_num\":,\r\n\"rate_num\":\"\",\r\n\"rate_timestamp\":\"\",\r\n\"rate_signature\":\"\",\r\n\"market_rate_num\":\"\",\r\n\"amount_signature\":\"\",\r\n\"debtor_client_code\":\"\",\r\n\"debtor_account_number\":\"\",\r\n\"creditor_client_code\":\"\",\r\n\"creditor_account_number\":\"\",\r\n\"creditor_agent_country\":\"\",\r\n \"fixed_side\": \"\",\r\n \"processing_status\": \"\"\r\n    }",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/abs/model/paymentConvertation/prepare",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"model",
										"paymentConvertation",
										"prepare"
									]
								}
							},
							"response": []
						},
						{
							"name": "Create CurrencyExchange based on PriceReservation",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript"
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{hmac}}",
										"type": "text"
									},
									{
										"key": "X-App-Ts",
										"value": "{{timestampUtcIso8601}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n        \"transaction_header\": ,\r\n        \"transaction_time\": ,\r\n        \"edit_mode\": ,\r\n        \"source_system\": \"\",\r\n        \"order_type\": \"\",\r\n        \"fixed_side\": \"\",\r\n        \"debtor_currency\": \"\",\r\n        \"debtor_currency_exponenta\": ,\r\n        \"debtor_amount\": ,\r\n        \"debtor_amount_num\": ,\r\n        \"creditor_currency\": \"\",\r\n        \"creditor_currency_exponenta\": ,\r\n        \"creditor_amount\": ,\r\n        \"creditor_amount_num\": ,\r\n        \"fee_currency\": \"\",\r\n        \"fee_currency_exponenta\": ,\r\n        \"fee_amount\": ,\r\n        \"fee_amount_num\": ,\r\n        \"rate\": ,\r\n        \"rate_exponenta\": ,\r\n        \"rate_num\": ,\r\n        \"market_rate\": ,\r\n        \"market_rate_exponenta\": ,\r\n        \"market_rate_num\": ,\r\n        \"assumed_rate\": ,\r\n        \"assumed_rate_exponenta\": ,\r\n        \"assumed_rate_num\": ,\r\n        \"calculation_type\": \"\",\r\n        \"currency_rate_id\": ,\r\n        \"revenue\": ,\r\n        \"debtor_gl\": ,\r\n        \"debtor_account_iban\": \"\",\r\n        \"creditor_gl\": ,\r\n        \"creditor_account_iban\": \"\",\r\n        \"debtor_name\": \"\",\r\n        \"disable_check_zero_amounts\": ,\r\n        \"rate_timestamp\": \"\",\r\n        \"rate_expiration_timestamp\": \"\",\r\n        \"rate_signature\": \"\",\r\n        \"amount_signature\": \"\",\r\n        \"internal_timestamp\": ,\r\n        \"internal_market_rate\": ,\r\n        \"error_description\": \"\",\r\n        \"payment_reference\": \"\",\r\n        \"oauth_access_token\": \"\",\r\n        \"attachments\": \"\",\r\n        \"application_id\": 0,\r\n        \"debtor_account_number\": \"\",\r\n        \"creditor_account_number\": \"\",\r\n        \"fee_account\": \"\",\r\n        \"fee_id\": ,\r\n        \"fee_details\": \"\",\r\n        \"fee_revenue_gl\": ,\r\n        \"fee_revenue_account\": \"\",\r\n        \"payment_fee_id\": ,\r\n        \"debtor_counterparty_id\": ,\r\n        \"debtor_account_reference_id\": ,\r\n        \"creditor_counterparty_id\": ,\r\n        \"creditor_account_reference_id\": ,\r\n        \"debtor_master_account\": \"\",\r\n        \"debtor_account\": \"\",\r\n        \"creditor_master_account\": \"\",\r\n        \"creditor_account\": \"\",\r\n        \"system\": \"\",\r\n        \"debtor_master_gl\": ,\r\n        \"debtor_master_base_account\": \"\",\r\n        \"debtor_base_account\": \"\",\r\n        \"creditor_master_gl\": ,\r\n        \"creditor_master_base_account\": \"\",\r\n        \"creditor_base_account\": \"\",\r\n        \"payment_date\": \"\",\r\n        \"payment_type\": \"\",\r\n        \"payment_template_id\": ,\r\n        \"payment_template_initialized\": ,\r\n        \"document_id\": ,\r\n        \"document_reference\": \"\",\r\n        \"details\": \"\",\r\n        \"debtor_client_code\": \"\",\r\n        \"creditor_client_code\": \"\",\r\n        \"financial_institution\": \"\",\r\n        \"original_reference\": \"\",\r\n        \"transaction_type\": \"\",\r\n        \"document_type\": \"\",\r\n        \"client_authorization_type\": \"\",\r\n        \"old_client_authorization_type\": \"\",\r\n        \"instruction_codes\": \"\",\r\n        \"processing_status\": \"\",\r\n        \"processing_step\": \"\",\r\n        \"old_processing_status\": \"\",\r\n        \"old_processing_step\": \"\",\r\n        \"uid\": \"\",\r\n        \"id\": ,\r\n        \"version\": ,\r\n        \"state\": ,\r\n        \"create_user\": \"\",\r\n        \"create_date\": ,\r\n        \"modify_user\": \"\",\r\n        \"modify_date\": \r\n    }",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/abs/model/paymentConvertation/putDb",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"model",
										"paymentConvertation",
										"putDb"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get list of all CurrencyExchanges",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript"
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{hmac}}",
										"type": "text"
									},
									{
										"key": "X-App-Ts",
										"value": "{{timestampUtcIso8601}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "\r\n {\r\n    \"date_from\":\"\",\r\n    \"date_to\":\"\",\r\n    \"client_code\":\"\"\r\n   }\r\n",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/abs/api/paymentConvertation/getData/paymentConvertationMonitoringRequest",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"api",
										"paymentConvertation",
										"getData",
										"paymentConvertationMonitoringRequest"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get CurrencyExchange details by UID",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript"
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{hmac}}",
										"type": "text"
									},
									{
										"key": "X-App-Ts",
										"value": "{{timestampUtcIso8601}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/abs/model/paymentConvertation/getDb/{{uid}}",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"model",
										"paymentConvertation",
										"getDb",
										"{{uid}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get CurrencyExchange details by ID",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript"
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{hmac}}",
										"type": "text"
									},
									{
										"key": "X-App-Ts",
										"value": "{{timestampUtcIso8601}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "\r\n ",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/abs/model/paymentConvertation/getDb/{{id}}",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"abs",
										"model",
										"paymentConvertation",
										"getDb",
										"{{id}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Change CurrencyExchange details",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "X-App-Sig",
										"value": "{{x_app_sig}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"client_code\": \"\",\r\n  \"account\": \"\",\r\n  \"instruction_type\": \"\",\r\n  \"payment_reference\": \"\",\r\n  \"description\": \"\",\r\n  \"id\": ,\r\n  \"version\": \r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{abs_url}}/model/paymentConvertation/putDb",
									"host": [
										"{{abs_url}}"
									],
									"path": [
										"model",
										"paymentConvertation",
										"putDb"
									]
								}
							},
							"response": []
						}
					]
				}
			]
		},
		{
			"name": "Holds",
			"item": [
				{
					"name": "Create Hold Instruction",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"hold_balance\": ,\r\n  \"hold_balance_tax\": ,\r\n  \"hold_balance_agent\": ,\r\n  \"creditor_account\": \"\",\r\n  \"credit_gl\": ,\r\n  \"payment_type\": \"\",\r\n  \"description\": \"\",\r\n  \"insufficient_funds\": ,\r\n  \"account\": \"\",\r\n  \"account_scheme\": \"\",\r\n  \"instruction_type\": \"\",\r\n  \"hold_currency\": \"\",\r\n  \"hold_amount\": ,\r\n  \"hold_amount_tax\": ,\r\n  \"hold_amount_agent\": ,\r\n  \"hold_payment_type\": \"\",\r\n  \"no_amount_check\": ,\r\n  \"consolidated_amount_check\": \r\n}\r\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/holdInstruction/putDb",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"holdInstruction",
								"putDb"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get data of Hold Instruction by parametrs",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"client_code\": \"\",\r\n  \"account\": \"\",\r\n  \"instruction_type\": \"\",\r\n  \"payment_reference\": \"\",\r\n  \"description\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/holdInstruction/getData/holdInstructionSearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"holdInstruction",
								"getData",
								"holdInstructionSearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Fetch data of Hold Instruction by ID",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{abs_url}}/abs/model/holdInstruction/getDb/{{hold_id}}",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"holdInstruction",
								"getDb",
								"{{hold_id}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Change Hold Instruction",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"hold_balance\": ,\r\n  \"hold_balance_tax\": ,\r\n  \"hold_balance_agent\": ,\r\n  \"creditor_account\": \"\",\r\n  \"credit_gl\": ,\r\n  \"payment_type\": \"\",\r\n  \"description\": \"\",\r\n  \"insufficient_funds\": ,\r\n  \"account\": \"\",\r\n  \"account_scheme\": \"\",\r\n  \"instruction_type\": \"\",\r\n  \"hold_currency\": \"\",\r\n  \"hold_amount\": ,\r\n  \"hold_amount_tax\": ,\r\n  \"hold_amount_agent\": ,\r\n  \"hold_payment_type\": \"\",\r\n  \"no_amount_check\": ,\r\n  \"consolidated_amount_check\": ,\r\n  \"id\": ,\r\n  \"version\": \r\n}\r\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/holdInstruction/putDb",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"holdInstruction",
								"putDb"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Limits",
			"item": [
				{
					"name": "Create Payment Limits",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"client_code\": \"\",\r\n  \"product_code\": \"\",\r\n  \"cycle_code\": \"\",\r\n  \"type\": \"\",\r\n  \"amount\": \"\",\r\n  \"currency\": \"\",\r\n  \"activation_date\": \"\",\r\n  \"expiration_date\": \"\",\r\n  \"description\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/paymentLimit/putDb",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"paymentLimit",
								"putDb"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Payment Limits",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"subscription_code\": \"\",\r\n  \"client_code\": \"\",\r\n  \"activation_date\": \"\",\r\n  \"expiration_date\": \"\"\r\n} ",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/paymentLimit/getData/paymentLimitSearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"paymentLimit",
								"getData",
								"paymentLimitSearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Payment Limits by ID",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{abs_url}}/abs/model/paymentLimit/getDb/{{limit_id}}",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"paymentLimit",
								"getDb",
								"{{limit_id}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Change Payment Limits",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"client_code\": \"\",\r\n  \"product_code\": \"\",\r\n  \"cycle_code\": \"\",\r\n  \"type\": \"\",\r\n  \"amount\": \"\",\r\n  \"currency\": \"\",\r\n  \"activation_date\": \"\",\r\n  \"expiration_date\": \"\",\r\n  \"description\": \"\",\r\n  \"id\": ,\r\n  \"version\": \r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/paymentLimit/putDb",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"paymentLimit",
								"putDb"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Cards",
			"item": [
				{
					"name": "Create New Card",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"cardData\": {\r\n        \"account\": \"\",\r\n        \"name_on_card\": \"\",\r\n        \"holder_counterparty_code\": \"\",\r\n        \"holder_counterparty_id\": \"\",\r\n        \"card_type\": \"\",\r\n        \"carrier_type\": \"\",\r\n        \"delivery_method\": \"\",\r\n        \"delivery_name\": \"\",\r\n        \"telephone\": \"\",\r\n        \"design_code\": \"\",\r\n        \"card_programme\": \"\"\r\n    },\r\n    \"deliveryAddress\": {\r\n        \"language\": \"\",\r\n        \"city\": \"\",\r\n        \"street\": \"\",\r\n        \"house\": \"\",\r\n        \"post_code\": \"\",\r\n        \"country_code\": \"\"\r\n    },\r\n    \"rules\": [\r\n        {\r\n            \"type\": \"\",\r\n            \"body\": \"\",\r\n            \"description\": \"\",\r\n            \"name\": \"\",\r\n            \"card_scheme\": \"\"\r\n        },\r\n        {\r\n            \"type\": \"\",\r\n            \"body\": \"\",\r\n            \"description\": \"\",\r\n            \"name\": \"\",\r\n            \"card_scheme\": \"\"\r\n        }\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/card/createCard/cardCreateRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"card",
								"createCard",
								"cardCreateRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Card Activation",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"card_code\": \"\"\r\n}\r\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/card/activateCard/cardRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"card",
								"activateCard",
								"cardRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Card Suspend",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"card_code\": \"\",\r\n  \"reason\": \"\"\r\n}\r\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/card/suspendCard/cardActionRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"card",
								"suspendCard",
								"cardActionRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Card Get Image",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"card_code\": \"\"\r\n}\r\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/card/getCardTempImageUrl/cardRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"card",
								"getCardTempImageUrl",
								"cardRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Card Get PIN",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"card_code\": \"\"\r\n}\r\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/card/getCardPin/cardRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"card",
								"getCardPin",
								"cardRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Card PIN Reset",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"card_code\": \"\"\r\n}\r\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/card/resetCardPin/cardRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"card",
								"resetCardPin",
								"cardRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cards List",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"card_code\": \"\",\r\n  \"account\": \"\",\r\n  \"client_code\": \"\",\r\n  \"card_status\": \"\"\r\n}\r\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/card/getData/cardSearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"card",
								"getData",
								"cardSearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Card Delivery Address",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"card_code\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/card/getCardDeliveryAddress/cardRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"card",
								"getCardDeliveryAddress",
								"cardRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Card Info",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"card_code\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/card/getCard/cardRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"card",
								"getCard",
								"cardRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Card Rules",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"card_code\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/cardRule/getData/cardRuleSearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"cardRule",
								"getData",
								"cardRuleSearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Add New Card Rule",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"card_code\": \"\",\r\n  \"rule\": {\r\n            \"type\": \"\",\r\n            \"body\": \"\",\r\n            \"description\": \"\",\r\n            \"name\": \"\",\r\n            \"card_scheme\": \"\"\r\n  }\r\n}\r\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/cardRule/addRule/cardRuleAddRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"cardRule",
								"addRule",
								"cardRuleAddRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Add New Card Rule by ID",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"card_code\": \"\",\r\n  \"rule\": {\r\n      \"id\": \r\n  }\r\n}\r\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/cardRule/addRule/cardRuleAddRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"cardRule",
								"addRule",
								"cardRuleAddRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Add New Card Rule (by external_id)",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"card_code\": \"\",\r\n  \"rule\": {\r\n            \"external_id\": \"\",\r\n            \"card_scheme\": \"\"\r\n  }\r\n}\r\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/cardRule/addRule/cardRuleAddRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"cardRule",
								"addRule",
								"cardRuleAddRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Card Rule",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"description\": \"\",\r\n  \"name\": \"\",\r\n  \"id\": \r\n }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/cardRule/updateRule/cardRuleUpdateRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"cardRule",
								"updateRule",
								"cardRuleUpdateRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Deactivate Card Rule",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"id\": \r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/cardRule/disableRule/cardRuleRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"cardRule",
								"disableRule",
								"cardRuleRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Deactivate Card Rule (by external_id)",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"external_id\": \"\",\r\n    \"card_scheme\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/cardRule/disableRule/cardRuleRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"cardRule",
								"disableRule",
								"cardRuleRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Card Rules  by ID",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"card_code\": \"\",\r\n  \"id\": \r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/cardRule/getData/cardRuleSearchRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"cardRule",
								"getData",
								"cardRuleSearchRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete Card Rule",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"type": "text",
								"value": "{{x_app_sig}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"card_code\": \"\",\r\n  \"rule_id\": \r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/cardRule/deleteRuleLink/cardRuleDeleteLinkRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"cardRule",
								"deleteRuleLink",
								"cardRuleDeleteLinkRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Card Close",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"card_code\": \"\",\r\n  \"reason\": \"\"\r\n}\r\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/card/closeCard/cardActionRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"card",
								"closeCard",
								"cardActionRequest"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Authorisation",
			"item": [
				{
					"name": "TOKEN REQUEST",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "",
								"type": "text"
							},
							{
								"key": "X-App-Ts",
								"value": "",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"client_id\": \"\",\r\n    \"client_secret\": \"\",\r\n    \"grant_type\": \"\",\r\n    \"response_type\": \"\",\r\n    \"scope\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/oauth/v2/token",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"oauth",
								"v2",
								"token"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Subscription",
			"item": [
				{
					"name": "Create subscription",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {},
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{hmac}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "X-App-Ts",
								"value": "{{timestampUtcIso8601}}",
								"type": "text"
							},
							{
								"key": "X-App-Sig",
								"value": "DEV-SKIP",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"subscription_code\":\"\",\r\n    \"client_code\":\"\",\r\n    \"activation_date\":\"\"\r\n    }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/customer/getDbByClientCode/{{client_code}}",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"customer",
								"getDbByClientCode",
								"{{client_code}}"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Write-Off Commissions",
			"item": [
				{
					"name": "Create Write-Off Commission",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"amount\": ,\r\n  \"currency\": \"\",\r\n  \"debtor_base_account\": \"\",\r\n  \"credit_gl\": ,\r\n  \"creditor_account\": \"\",\r\n  \"cycle_code\": \"\",\r\n  \"cycle_start\": \"\",\r\n  \"cycle_end\": \"\",\r\n  \"details\": \"\"\r\n}\r\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/model/paymentFee/putDb",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"model",
								"paymentFee",
								"putDb"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Write-Off Commission List",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"payment_date_from\": \"\",\r\n  \"payment_date_to\": \"\",\r\n  \"amount_from\": ,\r\n  \"amount_to\": ,\r\n  \"document_reference\": \"\",\r\n  \"payment_reference\": \"\",\r\n  \"currency\": \"\",\r\n  \"debtor_client_code\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/paymentFee/getData/paymentFeeMonitoringRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"paymentFee",
								"getData",
								"paymentFeeMonitoringRequest"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete Write-Off Commission",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-App-Sig",
								"value": "{{x_app_sig}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"id\": \"\",\r\n  \"document_reference\": \"\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{abs_url}}/abs/api/paymentFee/cancelPayment/paymentFeeActionRequest",
							"host": [
								"{{abs_url}}"
							],
							"path": [
								"abs",
								"api",
								"paymentFee",
								"cancelPayment",
								"paymentFeeActionRequest"
							]
						}
					},
					"response": []
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	]
}