{
	"info": {
		"_postman_id": "2ef87672-ce8a-461a-b37f-d7143066b8ae",
		"name": "Connector",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "CSC-OTP",
			"item": [
				{
					"name": "Get CSC OTP",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "82b0faf5-7535-4827-a8bc-944077ed9a0c",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CO\",\r\n\t\t\t\"srvID\":8000, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"CO\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"RegionCode\":1,\r\n\t\t\t    \"MobNo\" : \"1234567890\",\r\n\t\t        \"OrgName\":\"OrgName\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Get CSC OTP",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CO\",\r\n\t\t\t\"srvID\":8000, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"CO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"RegionCode\":1,\r\n\t\t\t    \"MobNo\" : \"1234567890\",\r\n\t\t                    \"OrgName\":\"OrgName\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "604",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 06:49:32 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"CO\",\"srvID\":8000,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"CO\",\"timeStamp\":\"2018-07-11T09:49:07.1074921+03:00\",\"guidID\":\"f6b36dbc-13a2-4807-b68e-06e663ff492d\"},\"body\":{\"RegionCode\":1,\"MobNo\":\"1234567890\",\"OrgName\":\"OrgName\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"f6b36dbc-13a2-4807-b68e-06e663ff492d\",\"timeStamp\":\"2018-07-11T09:49:32.0455739+03:00\",\"result\":{\"errorCode\":8050,\"eDesc\":\"There is no row at position 0.\",\"aDesc\":\"There is no row at position 0.\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Validate CSC OTP",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "07d9eb6e-1bfb-41a4-80c8-004cb032d23c",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CO\",\r\n\t\t\t\"srvID\":8001, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"CO\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t\t \r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"RegionCode\":1,\r\n\t\t\t    \"MobNo\" : \"1234567890\",\r\n\t\t         \"OrgName\":\"OrgName\",\r\n                 \"Token\": \"123\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Validate CSC OTP",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CO\",\r\n\t\t\t\"srvID\":8001, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"CO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"RegionCode\":1,\r\n\t\t\t    \"MobNo\" : \"1234567890\",\r\n\t\t         \"OrgName\":\"OrgName\",\r\n                 \"Token\": \"123\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "880",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 06:51:16 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"CO\",\"srvID\":8001,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"CO\",\"timeStamp\":\"2018-07-11T09:51:15.9694547+03:00\",\"guidID\":\"571b8eff-806a-44cf-94d3-d805868a35fb\"},\"body\":{\"RegionCode\":1,\"MobNo\":\"1234567890\",\"OrgName\":\"OrgName\",\"Token\":\"123\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"571b8eff-806a-44cf-94d3-d805868a35fb\",\"timeStamp\":\"2018-07-11T09:51:15.9850408+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"mobNo\":\"1234567890\",\"token\":\"123\",\"orgName\":\"OrgName\",\"firstName\":null,\"lastName\":null,\"middleName\":null,\"phoneNumber\":null,\"eMailID\":null,\"hostHeader\":null,\"regionCode\":\"01\",\"custID\":null,\"cid\":0,\"repID\":0,\"custType\":0,\"custAttr\":null,\"sessionID\":null,\"channel\":\"CO\",\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Delete CSC OTP User",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "85e19e70-7483-4da6-a0c7-d4cfdc45687b",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CO\",\r\n\t\t\t\"srvID\":8002, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"CO\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"RegionCode\":1,\r\n\t\t\t    \"MobNo\" : \"0785061643\"\r\n\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Delete CSC OTP User",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CO\",\r\n\t\t\t\"srvID\":8002, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"CO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"RegionCode\":1,\r\n\t\t\t    \"MobNo\" : \"1234567890\"\r\n\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "840",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 06:59:58 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"CO\",\"srvID\":8002,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"CO\",\"timeStamp\":\"2018-07-11T09:59:58.1840662+03:00\",\"guidID\":\"1cb052be-df0f-4b98-bc8d-108d7ccdd1da\"},\"body\":{\"RegionCode\":1,\"MobNo\":\"1234567890\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"1cb052be-df0f-4b98-bc8d-108d7ccdd1da\",\"timeStamp\":\"2018-07-11T09:59:58.2160229+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"mobNo\":\"1234567890\",\"token\":null,\"orgName\":null,\"firstName\":null,\"lastName\":null,\"middleName\":null,\"phoneNumber\":null,\"eMailID\":null,\"hostHeader\":null,\"regionCode\":\"01\",\"custID\":null,\"cid\":0,\"repID\":0,\"custType\":0,\"custAttr\":null,\"sessionID\":null,\"channel\":\"CO\",\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Unlock CSC OTP User",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "9344d57f-e819-492f-bb28-15a7e05c0593",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CO\",\r\n\t\t\t\"srvID\":8003, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"CO\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"RegionCode\":1,\r\n\t\t\t    \"MobNo\" : \"1234567890\"\r\n\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Unlock CSC OTP User",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CO\",\r\n\t\t\t\"srvID\":8003, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"CO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"RegionCode\":1,\r\n\t\t\t    \"MobNo\" : \"1234567890\"\r\n\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "840",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:01:22 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"CO\",\"srvID\":8003,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"CO\",\"timeStamp\":\"2018-07-11T10:01:22.7956489+03:00\",\"guidID\":\"9e11fa6c-dce0-4a4c-bf7a-8d795f1b5e4c\"},\"body\":{\"RegionCode\":1,\"MobNo\":\"1234567890\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"9e11fa6c-dce0-4a4c-bf7a-8d795f1b5e4c\",\"timeStamp\":\"2018-07-11T10:01:22.8112327+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"mobNo\":\"1234567890\",\"token\":null,\"orgName\":null,\"firstName\":null,\"lastName\":null,\"middleName\":null,\"phoneNumber\":null,\"eMailID\":null,\"hostHeader\":null,\"regionCode\":\"01\",\"custID\":null,\"cid\":0,\"repID\":0,\"custType\":0,\"custAttr\":null,\"sessionID\":null,\"channel\":\"CO\",\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Disable CSC OTP User",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "f581c3fd-9dac-4e6e-aad5-c1ea2d556670",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CO\",\r\n\t\t\t\"srvID\":8004, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"CO\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"RegionCode\":1,\r\n\t\t\t    \"MobNo\" : \"1234567890\"\r\n\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Disable CSC OTP User",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CO\",\r\n\t\t\t\"srvID\":8004, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"CO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"RegionCode\":1,\r\n\t\t\t    \"MobNo\" : \"1234567890\"\r\n\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "840",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:02:04 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"CO\",\"srvID\":8004,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"CO\",\"timeStamp\":\"2018-07-11T10:02:04.3448643+03:00\",\"guidID\":\"c4aa8a03-32b8-4143-9d58-a9e3c4a2bfd9\"},\"body\":{\"RegionCode\":1,\"MobNo\":\"1234567890\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"c4aa8a03-32b8-4143-9d58-a9e3c4a2bfd9\",\"timeStamp\":\"2018-07-11T10:02:04.3741831+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"mobNo\":\"1234567890\",\"token\":null,\"orgName\":null,\"firstName\":null,\"lastName\":null,\"middleName\":null,\"phoneNumber\":null,\"eMailID\":null,\"hostHeader\":null,\"regionCode\":\"01\",\"custID\":null,\"cid\":0,\"repID\":0,\"custType\":0,\"custAttr\":null,\"sessionID\":null,\"channel\":\"CO\",\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Fetch CSC OTP User",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "061de750-d52e-44fa-8e84-6719ea2f58ff",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CO\",\r\n\t\t\t\"srvID\":8005, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"CO\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"RegionCode\":1,\r\n\t\t\t    \"MobNo\" : \"1234567890\"\r\n\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Fetch CSC OTP User",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CO\",\r\n\t\t\t\"srvID\":8005, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"CO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"RegionCode\":1,\r\n\t\t\t    \"MobNo\" : \"1234567890\"\r\n\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "908",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:02:34 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"CO\",\"srvID\":8005,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"CO\",\"timeStamp\":\"2018-07-11T10:02:34.2655004+03:00\",\"guidID\":\"7ca207bd-7d14-48dd-947a-07e32614a06c\"},\"body\":{\"RegionCode\":1,\"MobNo\":\"1234567890\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"7ca207bd-7d14-48dd-947a-07e32614a06c\",\"timeStamp\":\"2018-07-11T10:02:34.3284598+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"mobNo\":\"1234567890\",\"token\":null,\"orgName\":null,\"firstName\":\"Test first name\",\"lastName\":\"Test last name\",\"middleName\":\"Test middle name\",\"phoneNumber\":\"9617234567\",\"eMailID\":\"Test.email.ID@gmail.com\",\"hostHeader\":null,\"regionCode\":\"01\",\"custID\":null,\"cid\":0,\"repID\":0,\"custType\":0,\"custAttr\":null,\"sessionID\":null,\"channel\":\"CO\",\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"id": "e0eaf4fd-a941-4ded-a4ca-cb13f6e319eb",
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"id": "6cd613ea-2a4e-4091-8c16-421a885ba7e5",
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "JMP",
			"item": [
				{
					"name": "Cash In Out Payment",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "ac389196-958a-4d22-8798-fce38a56f9f3",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":250, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"A2A\",\r\n\t\t\t    \"ProcessingCode\" : \"5223115\",\r\n\t\t        \"PayType\":\"70\",\r\n\t\t\t\t\"SenderJOType\":\"53A\",\r\n\t\t\t\t\"SenderJOID\":\"2050\",\r\n\t\t\t\t\"PinCode\":\"0210\",\r\n\t\t\t\t\"RJOType\":\"ACTA\",\r\n\t\t\t\t\"RJOID\":\"250103\",\r\n\t\t\t\t\"CurrCode\":\"JOD\",\r\n\t\t\t\t\"Amount\":3.900,\r\n\t\t\t\t\"Fees\":2.0,\r\n\t\t\t\t\"AcquirerID\":\"1205\",\r\n\t\t\t\t\"AcquirerName\":\"Mr.Emad1\",\r\n\t\t\t\t\"MCC\":\"0031\",\r\n\t\t\t\t\"TerminalID\":\"100122035\",\r\n\t\t\t\t\"CardAccepterID\":\"3614001002350\",\r\n\t\t\t\t\"TransactionType\":\"Transportation\",\r\n\t\t\t\t\"BranchNameLocation\":\"Alhussain Mountain Branch\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Cash In Out Payment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":250, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"MO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"001\",\r\n\t\t\t    \"ProcessingCode\" : \"5223115\",\r\n\t\t        \"PayType\":\"100\",\r\n\t\t\t\t\"SenderJOType\":\"53A\",\r\n\t\t\t\t\"SenderJOID\":\"2050\",\r\n\t\t\t\t\"PinCode\":\"0210\",\r\n\t\t\t\t\"RJOType\":\"ACTA\",\r\n\t\t\t\t\"RJOID\":\"250103\",\r\n\t\t\t\t\"CurrCode\":\"JOD\",\r\n\t\t\t\t\"Amount\":3.900,\r\n\t\t\t\t\"Fees\":2.0,\r\n\t\t\t\t\"AcquirerID\":\"1205\",\r\n\t\t\t\t\"AcquirerName\":\"Mr. Anas\",\r\n\t\t\t\t\"MCC\":\"0031\",\r\n\t\t\t\t\"TerminalID\":\"100122035\",\r\n\t\t\t\t\"CardAccepterID\":\"3614001002350\",\r\n\t\t\t\t\"TransactionType\":\"Transportation\",\r\n\t\t\t\t\"BranchNameLocation\":\"Alhussain Mountain Branch\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "938",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:04:48 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MO\",\"srvID\":250,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"MO\",\"timeStamp\":\"2018-07-11T10:04:42.0010669+03:00\",\"guidID\":\"e6f97cdf-84a1-4339-a86b-4b6ed708fe6d\"},\"body\":{\"BankCode\":\"001\",\"ProcessingCode\":\"5223115\",\"PayType\":\"100\",\"SenderJOType\":\"53A\",\"SenderJOID\":\"2050\",\"PinCode\":\"0210\",\"RJOType\":\"ACTA\",\"RJOID\":\"250103\",\"CurrCode\":\"JOD\",\"Amount\":3.9,\"Fees\":2.0,\"AcquirerID\":\"1205\",\"AcquirerName\":\"Mr. Anas\",\"MCC\":\"0031\",\"TerminalID\":\"100122035\",\"CardAccepterID\":\"3614001002350\",\"TransactionType\":\"Transportation\",\"BranchNameLocation\":\"Alhussain Mountain Branch\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"e6f97cdf-84a1-4339-a86b-4b6ed708fe6d\",\"timeStamp\":\"2018-07-11T10:04:48.2981019+03:00\",\"result\":{\"errorCode\":1046,\"eDesc\":\"Invalid Payment Type\",\"aDesc\":\"نوع التحويل غير صحيح\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Cust Add Acc",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "6b632939-552e-4615-b89e-a06f52282758",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":251, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"A2A\",\r\n\t\t\t    \"CustNo\" : \"00002221\",\r\n                \"PayType\":\"Cash\",\r\n                \"JoMoPayType\":\"M\",\r\n                \"JoMoPayID\":\"1201\",\r\n                \"Alias\":\"AHL@HBTF\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Cust Add Acc",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":251, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"MO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"001\",\r\n\t\t\t    \"CustNo\" : \"11003621\",\r\n                \"PayType \":\"Cash\",\r\n                \"JoMoPayType\":\"Mobile\",\r\n                \"JoMoPayID\":\"1201\",\r\n                \"Alias \":\"ARYA\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "628",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:06:13 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MO\",\"srvID\":251,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"MO\",\"timeStamp\":\"2018-07-11T10:06:13.8604986+03:00\",\"guidID\":\"6f711ddd-dbae-4a0a-bee5-136a53432bc3\"},\"body\":{\"BankCode\":\"001\",\"CustNo\":\"11003621\",\"PayType \":\"Cash\",\"JoMoPayType\":\"Mobile\",\"JoMoPayID\":\"1201\",\"Alias \":\"ARYA\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"6f711ddd-dbae-4a0a-bee5-136a53432bc3\",\"timeStamp\":\"2018-07-11T10:06:13.9073757+03:00\",\"result\":{\"errorCode\":-1,\"eDesc\":\"Alias not found\",\"aDesc\":\"Alias not found\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Cust Change Alias",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "27dedf0a-eae6-4cc0-8071-3ab0e6e9074a",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":252, \r\n\t\t\t\"UserID\":\"IBKuSER\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"ibk\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"A2A\",\r\n\t\t\t    \"CustNo\" : \"00002221\",\r\n                \"PayType\":\"Cash\",\r\n                \"JoMoPayType\":\"M\",\r\n                \"JoMoPayID\":\"1201\",\r\n                \"Alias\":\"ANAS@HBTF\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Cust Change Alias",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":252, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"MO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"001\",\r\n\t\t\t    \"CustNo\" : \"11003621\",\r\n                \"PayType \":\"Cash\",\r\n                \"JoMoPayType\":\"Mobile\",\r\n                \"JoMoPayID\":\"1201\",\r\n                \"Alias \":\"Corporate\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "632",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:07:15 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MO\",\"srvID\":252,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"MO\",\"timeStamp\":\"2018-07-11T10:07:16.516788+03:00\",\"guidID\":\"c3e9c908-8045-4bd2-9af6-80433947fc24\"},\"body\":{\"BankCode\":\"001\",\"CustNo\":\"11003621\",\"PayType \":\"Cash\",\"JoMoPayType\":\"Mobile\",\"JoMoPayID\":\"1201\",\"Alias \":\"Corporate\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"c3e9c908-8045-4bd2-9af6-80433947fc24\",\"timeStamp\":\"2018-07-11T10:07:16.5792451+03:00\",\"result\":{\"errorCode\":-1,\"eDesc\":\"Alias not found\",\"aDesc\":\"Alias not found\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Cust Delete Info",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "57e80216-f650-4abd-8f38-2d98061b0ad7",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":253, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"MO\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"001\",\r\n\t\t\t    \"CustNo\" : \"00009655\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Cust Delete Info",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":253, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"MO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"001\",\r\n\t\t\t    \"CustNo\" : \"11003621\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "621",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:07:37 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MO\",\"srvID\":253,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"MO\",\"timeStamp\":\"2018-07-11T10:07:37.719872+03:00\",\"guidID\":\"356bbe93-5643-4561-945e-7541d2e9a3df\"},\"body\":{\"BankCode\":\"001\",\"CustNo\":\"11003621\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"356bbe93-5643-4561-945e-7541d2e9a3df\",\"timeStamp\":\"2018-07-11T10:07:37.985496+03:00\",\"result\":{\"errorCode\":1015,\"eDesc\":\"The Customer ID does not Exist, please register\",\"aDesc\":\"العميل غير مسجل يرجى التسجيل\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Cust Get Acc Info",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "20bbbbad-4920-45af-a9ec-1643d4ac0d91",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":254, \r\n\t\t\t\"UserID\":\"ibkuser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"ibk\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"A2A\",\r\n\t\t\t    \"CustNo\" : \"00002221\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Cust Get Acc Info",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":254, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"MO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"102\",\r\n\t\t\t    \"CustNo\" : \"1316\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "619",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:08:06 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MO\",\"srvID\":254,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"MO\",\"timeStamp\":\"2018-07-11T10:08:06.4543367+03:00\",\"guidID\":\"4678bf7d-f231-406e-a51e-d426cd253815\"},\"body\":{\"BankCode\":\"102\",\"CustNo\":\"1316\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"4678bf7d-f231-406e-a51e-d426cd253815\",\"timeStamp\":\"2018-07-11T10:08:06.6731136+03:00\",\"result\":{\"errorCode\":1015,\"eDesc\":\"The Customer ID does not Exist, please register\",\"aDesc\":\"العميل غير مسجل يرجى التسجيل\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Cust Get Info",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "82972b96-3f3b-467b-8cfa-b5dee46dff81",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": " {\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":255, \r\n\t\t\t\"UserID\":\"ibkuser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"ibk\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"001\",\r\n\t\t\t    \"CustNo\" : \"00002221\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Cust Get Info",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": " {\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":255, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"MO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"102\",\r\n\t\t\t    \"CustNo\" : \"1341\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "619",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:08:30 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MO\",\"srvID\":255,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"MO\",\"timeStamp\":\"2018-07-11T10:08:30.8761569+03:00\",\"guidID\":\"e86a38ef-1143-429d-9c0d-f5873b4c73f1\"},\"body\":{\"BankCode\":\"102\",\"CustNo\":\"1341\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"e86a38ef-1143-429d-9c0d-f5873b4c73f1\",\"timeStamp\":\"2018-07-11T10:08:31.0016592+03:00\",\"result\":{\"errorCode\":1015,\"eDesc\":\"The Customer ID does not Exist, please register\",\"aDesc\":\"العميل غير مسجل يرجى التسجيل\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Cust Reg Info",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "b43e85d0-9a96-413e-ac5c-ab23e67862ee",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": " {\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":256, \r\n\t\t\t\"UserID\":\"ibkuser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"ibk\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"A2A\",\r\n\t\t\t    \"CustNo\" : \"10002230\",\r\n                \"CustName\":\"Mr Gaith\",\r\n                 \"JoMoPayType\":\"M\",\r\n                 \"JoMoPayID\":\"44450\",\r\n                 \"Alias\":\"Mranas\",\r\n                 \"CityCode\":\"1\",\r\n                 \"NatCode\":\"400\",\r\n                 \"Date\":\"20180707\",\r\n                 \"CustType\":\"150\",\r\n                 \"CustIDType\":\"190\",\r\n                 \"NationalID\":\"962019\",\r\n                 \"CurrCode\":\"JOD\",\r\n                 \"AccNo\":\"0111\",\r\n                 \"BuildingNo\":\"15\",\r\n                 \"Phone1\":\"0785061643\",\r\n                 \"Phone2\":\"0785061643\",\r\n                 \"POBox\":\"006\",\r\n                 \"ZipCode\":\"1\",\r\n                 \"StreetName\":\"AlAqsa\",\r\n                 \"Email\":\"emad@access2arabia.com\",\r\n                 \"CustMobNo\":\"962785061643\",\r\n                 \"CustLang\":\"EN\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Cust Reg Info",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": " {\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":256, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"MO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"1\",\r\n\t\t\t    \"CustNo\" : \"112235\",\r\n                \"CustName\":\"Mr Anas\",\r\n                 \"JoMoPayType\":\"M\",\r\n                 \"JoMoPayID\":\"1\",\r\n                 \"Alias\":\"Defallah\",\r\n                 \"CityCode\":\"6\",\r\n                 \"NatCode\":\"JO\",\r\n                 \"Date\":\"20180707\",\r\n                 \"CustType\":\"150\",\r\n                 \"CustIDType\":\"190\",\r\n                 \"NationalID\":\"962\",\r\n                 \"CurrCode\":\"JOD\",\r\n                 \"AccNo\":\"0111\",\r\n                 \"BuildingNo\":\"15\",\r\n                 \"Phone1\":\"962785061643\",\r\n                 \"Phone2\":\"962785061643\",\r\n                 \"POBox\":\"006\",\r\n                 \"ZipCode\":\"1\",\r\n                 \"StreetName\":\"AlAqsa\",\r\n                 \"Email\":\"anas@access2arabia.com\",\r\n                 \"CustMobNo\":\"962785061643\",\r\n                 \"CustLang\":\"EN\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "991",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:09:06 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MO\",\"srvID\":256,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"MO\",\"timeStamp\":\"2018-07-11T10:09:06.047999+03:00\",\"guidID\":\"ca927013-17df-45ad-a668-5a749f052be6\"},\"body\":{\"BankCode\":\"1\",\"CustNo\":\"112235\",\"CustName\":\"Mr Anas\",\"JoMoPayType\":\"M\",\"JoMoPayID\":\"1\",\"Alias\":\"Defallah\",\"CityCode\":\"6\",\"NatCode\":\"JO\",\"Date\":\"20180707\",\"CustType\":\"150\",\"CustIDType\":\"190\",\"NationalID\":\"962\",\"CurrCode\":\"JOD\",\"AccNo\":\"0111\",\"BuildingNo\":\"15\",\"Phone1\":\"962785061643\",\"Phone2\":\"962785061643\",\"POBox\":\"006\",\"ZipCode\":\"1\",\"StreetName\":\"AlAqsa\",\"Email\":\"anas@access2arabia.com\",\"CustMobNo\":\"962785061643\",\"CustLang\":\"EN\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"ca927013-17df-45ad-a668-5a749f052be6\",\"timeStamp\":\"2018-07-11T10:09:06.4542082+03:00\",\"result\":{\"errorCode\":1005,\"eDesc\":\"Type And ID Exists \",\"aDesc\":\"الرقم المعرف والنوع موجودين \"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Cust Remove Acc",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "7dc68425-8836-4e2a-9e3a-0f85eb06be44",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":257, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"MO\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"001\",\r\n\t\t\t    \"CustNo\" : \"00002222\",\r\n\t\t        \"PayType \":\"Cash\",\r\n                \"JoMoPayType\":\"M\",\r\n                \"JoMoPayID\":\"1201\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Cust Remove Acc",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":257, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"MO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"001\",\r\n\t\t\t    \"CustNo\" : \"00002222\",\r\n\t\t        \"PayType \":\"Cash\",\r\n                \"JoMoPayType\":\"M\",\r\n                \"JoMoPayID\":\"1201\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "684",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 18 Jul 2018 14:04:36 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MO\",\"srvID\":257,\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"MO\",\"timeStamp\":\"2018-07-18T17:04:36.8919952+03:00\",\"guidID\":\"76dfc629-514d-4649-829a-784dcd92cc21\"},\"body\":{\"BankCode\":\"001\",\"CustNo\":\"00002222\",\"PayType \":\"Cash\",\"JoMoPayType\":\"M\",\"JoMoPayID\":\"1201\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"76dfc629-514d-4649-829a-784dcd92cc21\",\"timeStamp\":\"2018-07-18T17:04:36.9857529+03:00\",\"result\":{\"errorCode\":1044,\"eDesc\":\"You have reached to the minimum number of accounts\",\"aDesc\":\"لقد وصلت للحد الأدنى لعدد الحسابات \"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Cust Update Info",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "f4f58956-0752-42f1-9afe-58f679c4cd58",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":258, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"001\",\r\n\t\t\t    \"CustNo\" : \"00002222\",\r\n                \"CustName\":\"Mr Anas Basha\",\r\n                 \"JoMoPayType\":\"M\",\r\n                 \"JoMoPayID\":\"3725\",\r\n                 \"Alias\":\"Defallah1111\",\r\n                 \"CityCode\":\"06\",\r\n                 \"NatCode\":\"JO\",\r\n                 \"Date\":\"20180707\",\r\n                 \"CustType\":\"VIP\",\r\n                 \"CustIDType\":\"C\",\r\n                 \"AccNo\":\"1200563001\",\r\n                 \"BuildingNo\":\"15\",\r\n                 \"Phone1\":\"0785061643\",\r\n                 \"Phone2\":\"-\",\r\n                 \"POBox\":\"00612488\",\r\n                 \"ZipCode\":\"7951ae210\",\r\n                 \"StreetName\":\"Al - Aqsa\",\r\n                 \"Email\":\"Adefallah@access2arabia.com\",\r\n                 \"CustMobNo\":\"962785061643\",\r\n                 \"CustLang\":\"EN\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Cust Update Info",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":258, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"MO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"001\",\r\n\t\t\t    \"CustNo\" : \"1132\",\r\n\t\t                    \"CustName \":\"00218994 00218994 00218994\",\r\n                             \"JoMoPayType\":\"Purchases\",\r\n                             \"JoMoPayID\":\"3725\",\r\n                             \"Alias \":\"Defallah\",\r\n                             \"CityCode\":\"06\",\r\n                             \"NatCode\":\"JO\",\r\n                             \"Date\":\"08-07-2018\",\r\n                             \"CustType\":\"VIP\",\r\n                             \"AccNo\":\"1200563001\",\r\n                             \"BuildingNo\":\"15\",\r\n                             \"Phone1\":\"0785061643\",\r\n                             \"Phone2\":\"-\",\r\n                             \"POBox\":\"00612488\",\r\n                             \"ZipCode\":\"7951ae210\",\r\n                             \"StreetName\":\"Al - Aqsa\",\r\n                             \"Email\":\"Adefallah@access2arabia.com\",\r\n                             \"CustMobNo\":\"06521790\",\r\n                             \"CustLang\":\"EN\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "945",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:12:05 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MO\",\"srvID\":258,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"MO\",\"timeStamp\":\"2018-07-11T10:12:05.7815177+03:00\",\"guidID\":\"a7daf88c-7b6d-473e-b1ea-e88e6c45d0bc\"},\"body\":{\"BankCode\":\"001\",\"CustNo\":\"1132\",\"CustName \":\"00218994 00218994 00218994\",\"JoMoPayType\":\"Purchases\",\"JoMoPayID\":\"3725\",\"Alias \":\"Defallah\",\"CityCode\":\"06\",\"NatCode\":\"JO\",\"Date\":\"08-07-2018\",\"CustType\":\"VIP\",\"AccNo\":\"1200563001\",\"BuildingNo\":\"15\",\"Phone1\":\"0785061643\",\"Phone2\":\"-\",\"POBox\":\"00612488\",\"ZipCode\":\"7951ae210\",\"StreetName\":\"Al - Aqsa\",\"Email\":\"Adefallah@access2arabia.com\",\"CustMobNo\":\"06521790\",\"CustLang\":\"EN\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"a7daf88c-7b6d-473e-b1ea-e88e6c45d0bc\",\"timeStamp\":\"2018-07-11T10:12:05.8284414+03:00\",\"result\":{\"errorCode\":-1,\"eDesc\":\"CustName not found\",\"aDesc\":\"CustName not found\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "List Enum",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "86a557c3-80c1-4537-93ea-d4d5165d71c3",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":259, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"A2A\",\r\n\t\t\t    \"EnumID\" : \"53\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Enum",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":259, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"MO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"1\",\r\n\t\t\t    \"EnumID\" : \"452\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "540",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:12:24 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MO\",\"srvID\":259,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"MO\",\"timeStamp\":\"2018-07-11T10:12:24.7349297+03:00\",\"guidID\":\"1bba9e8b-b248-4d82-9598-da9911f45bb8\"},\"body\":{\"BankCode\":\"1\",\"EnumID\":\"452\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"1bba9e8b-b248-4d82-9598-da9911f45bb8\",\"timeStamp\":\"2018-07-11T10:12:24.8598888+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"Done \",\"aDesc\":\"عملية ناجحة\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Payment",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "97615c9e-5bd4-4609-a441-bb019af043f3",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":260, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t\"BankCode\": \"A2A\",\r\n                \"PayType\":\"10\",\r\n                \"CustNo\":\"00002221\",\r\n                \"RJOType\":\"M\",\r\n                \"RJOID\":\"00002222\",\r\n                \"AccNo\":\"361022500100\",\r\n                \"CurrCode\":\"JOD\",\r\n                \"Amount\":\"9400\",\r\n                \"Fees\":\"0.0\",\r\n                \"TRXRefNo\":\"102030\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Payment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":260, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"MO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"001\",\r\n                \"PayType \":\"53\",\r\n                \"CustNo\":\"72100200\",\r\n                \"RJOType \":\"ACTA\",\r\n                \"RJOID\":\"250103\",\r\n                \"AccNo\":\"361022500100\",\r\n                \"CurrCode\":\"CU514\",\r\n                \"Amount\":\"9400\",\r\n                \"Fees\":\"18\",\r\n                \"TRXRefNo\":\"102030\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "697",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:13:11 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MO\",\"srvID\":260,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"MO\",\"timeStamp\":\"2018-07-11T10:13:11.0792805+03:00\",\"guidID\":\"7de0b55a-3e48-4bb6-ba9f-1121c74b34c9\"},\"body\":{\"BankCode\":\"001\",\"PayType \":\"53\",\"CustNo\":\"72100200\",\"RJOType \":\"ACTA\",\"RJOID\":\"250103\",\"AccNo\":\"361022500100\",\"CurrCode\":\"CU514\",\"Amount\":\"9400\",\"Fees\":\"18\",\"TRXRefNo\":\"102030\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"7de0b55a-3e48-4bb6-ba9f-1121c74b34c9\",\"timeStamp\":\"2018-07-11T10:13:11.1104811+03:00\",\"result\":{\"errorCode\":-1,\"eDesc\":\"PayType not found\",\"aDesc\":\"PayType not found\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Payment Validate",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "a11b5209-3dfa-45b2-929f-c498ef95f447",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":261, \r\n\t\t    \"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t     \t\"BankCode\": \"A2A\",\r\n                \"PayType\":\"10\",\r\n                 \"CustNo\":\"10002230\",\r\n                 \"RJOType\":\"ACTA\",\r\n                 \"RJOID\":\"250103\",\r\n                 \"AccNo\":\"361022500100\",\r\n                 \"CurrCode\":\"JOD\",\r\n                 \"Amount\":\"9400\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Payment Validate",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MO\",\r\n\t\t\t\"srvID\":261, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"MO\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"BankCode\": \"001\",\r\n                \"PayType \":\"52\",\r\n                 \"CustNo\":\"72100200\",\r\n                 \"RJOType \":\"ACTA\",\r\n                 \"RJOID\":\"250103\",\r\n                 \"AccNo\":\"361022500100\",\r\n                 \"CurrCode\":\"CU514\",\r\n                 \"Amount\":\"9400\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "665",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:13:30 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MO\",\"srvID\":261,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"MO\",\"timeStamp\":\"2018-07-11T10:13:30.4076423+03:00\",\"guidID\":\"a80913b7-1729-4b35-b3c6-f1d8ff9e9071\"},\"body\":{\"BankCode\":\"001\",\"PayType \":\"52\",\"CustNo\":\"72100200\",\"RJOType \":\"ACTA\",\"RJOID\":\"250103\",\"AccNo\":\"361022500100\",\"CurrCode\":\"CU514\",\"Amount\":\"9400\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"a80913b7-1729-4b35-b3c6-f1d8ff9e9071\",\"timeStamp\":\"2018-07-11T10:13:30.4701043+03:00\",\"result\":{\"errorCode\":-1,\"eDesc\":\"PayType not found\",\"aDesc\":\"PayType not found\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				}
			]
		},
		{
			"name": "Token",
			"item": [
				{
					"name": "Authenticate Token",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "a328c922-d1d1-474d-80b7-70857a3a1c18",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"OP\",\r\n\t\t\t\"srvID\":300, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"RegionCode\": \"0\",\r\n                \"OTP\":\"4561\",\r\n                \"UTR\":\"755\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Authenticate Token",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"OP\",\r\n\t\t\t\"srvID\":300, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"OP\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"RegionCode\": \"0\",\r\n                \"OTP\":\"1\",\r\n                \"UTR\":\"SS100\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "674",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:15:24 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"OP\",\"srvID\":300,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"OP\",\"timeStamp\":\"2018-07-11T10:15:22.36261+03:00\",\"guidID\":\"b7a3328b-f28d-4336-9ad9-97396c429628\"},\"body\":{\"RegionCode\":\"0\",\"OTP\":\"1\",\"UTR\":\"SS100\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"b7a3328b-f28d-4336-9ad9-97396c429628\",\"timeStamp\":\"2018-07-11T10:15:24.6142756+03:00\",\"result\":{\"errorCode\":-1,\"eDesc\":\"'ConnectorAPI.wsToken.WCOTP' does not contain a definition for 'RegionCode'\",\"aDesc\":\"'ConnectorAPI.wsToken.WCOTP' does not contain a definition for 'RegionCode'\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Generate Token",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "8863f45f-9560-4e8b-80aa-b874cb67b710",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"a2ARequest\": {\n\t\t\"header\": {\n\t\t\t\"connectorID\": \"OP\",\n\t\t\t\"srvID\":301, \n\t\t\t\"UserID\":\"IBKUser\",\n\t\t\t\"Password\": \"123\",\n\t\t\t\"channel\": \"IBK\",\n\t\t\t\"BankCode\": \"A2A\"\n\t\t},\n\t\t\"body\":{\n\t\t\t    \"RegionCode\": \"0\",\n\t\t     \"ClientID\":\"2\",\n                             \"SendSMSFlag\":1,\n                             \"MNO\":\"Orange\",\n                             \"MobileNo\":\"0799317311\",\n                             \"Lang\":\"EN\"\n\t\t},\n\t\t\"footer\": {\n\t\t\t\"signature\": null\n\t\t\t}\t\n                                    }\n}\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Generate Token",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"OP\",\r\n\t\t\t\"srvID\":301, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"OP\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"RegionCode\": \"0\",\r\n\t\t     \"ClientID\":\"103302850\",\r\n                             \"SendSMSFlag\":1,\r\n                             \"MNO\":\"Orange\",\r\n                             \"MobileNo\":\"0785061643\",\r\n                             \"Lang\":\"EN\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "742",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:18:54 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"OP\",\"srvID\":301,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"OP\",\"timeStamp\":\"2018-07-11T10:18:53.9283854+03:00\",\"guidID\":\"ac8c14fb-6dc5-4f39-9a2c-8a02b0651ecc\"},\"body\":{\"RegionCode\":\"0\",\"ClientID\":\"103302850\",\"SendSMSFlag\":1,\"MNO\":\"Orange\",\"MobileNo\":\"0785061643\",\"Lang\":\"EN\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"ac8c14fb-6dc5-4f39-9a2c-8a02b0651ecc\",\"timeStamp\":\"2018-07-11T10:18:54.0689559+03:00\",\"result\":{\"errorCode\":-1,\"eDesc\":\"'ConnectorAPI.wsToken.WCOTP' does not contain a definition for 'RegionCode'\",\"aDesc\":\"'ConnectorAPI.wsToken.WCOTP' does not contain a definition for 'RegionCode'\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Resend Token",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "e2dd1495-534a-4bfe-9444-0f76adb4b7f3",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"OP\",\r\n\t\t\t\"srvID\":302, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"OP\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n                \"RegionCode\": \"00\",\r\n                 \"UTR\":\"SS100\",\r\n                 \"Lang\":\"EN\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Resend Token",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"OP\",\r\n\t\t\t\"srvID\":302, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"OP\"\r\n\t\t},\r\n\t\t\"body\":{\r\n                \"RegionCode\": \"00\",\r\n                 \"UTR\":\"SS100\",\r\n                 \"Lang\":\"EN\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "679",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:19:14 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"OP\",\"srvID\":302,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"OP\",\"timeStamp\":\"2018-07-11T10:19:14.2412531+03:00\",\"guidID\":\"ee3bfad3-9adf-4553-9bcb-988c8ea8d2ae\"},\"body\":{\"RegionCode\":\"00\",\"UTR\":\"SS100\",\"Lang\":\"EN\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"ee3bfad3-9adf-4553-9bcb-988c8ea8d2ae\",\"timeStamp\":\"2018-07-11T10:19:14.3037183+03:00\",\"result\":{\"errorCode\":-1,\"eDesc\":\"'ConnectorAPI.wsToken.WCOTP' does not contain a definition for 'RegionCode'\",\"aDesc\":\"'ConnectorAPI.wsToken.WCOTP' does not contain a definition for 'RegionCode'\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				}
			]
		},
		{
			"name": "MEPS",
			"item": [
				{
					"name": "Card Payment",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "b48f4299-2175-4b8e-a7dd-3419f6b2aa32",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"MS\",\r\n                                    \"srvID\":50,\r\n                                    \"UserID\":\"00011\",\r\n                                    \"Password\": \"ydrwFD5AqOA=\",\r\n                                    \"channel\": \"MS\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                        \"CardNoFrom\" : \"5177270096994233\",\r\n                                        \"Amount\":\"500\",\r\n                                        \"Currency\":\"200\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Card Payment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"MS\",\r\n                                    \"srvID\":50,\r\n                                    \"UserID\":\"00011\",\r\n                                    \"Password\": \"ydrwFD5AqOA=\",\r\n                                    \"channel\": \"MS\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                        \"CardNoFrom\" : \"5177270096994233\",\r\n                                        \"Amount\":\"500\",\r\n                                        \"Currency\":\"200\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "955",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:20:58 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MS\",\"srvID\":50,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"MS\",\"timeStamp\":\"2018-07-11T10:20:57.617644+03:00\",\"guidID\":\"60430385-0cc8-48b5-b4d7-8c11b09ee702\"},\"body\":{\"CardNoFrom\":\"5177270096994233\",\"Amount\":\"500\",\"Currency\":\"200\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"60430385-0cc8-48b5-b4d7-8c11b09ee702\",\"timeStamp\":\"2018-07-11T10:20:57.7895098+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"cardNoFrom\":\"5177270096994233\",\"amount\":500.0,\"currency\":\"200\",\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Change Card Stauts",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "7b14427f-69d4-4f9b-8ab8-2d188229503b",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                        \"connectorID\": \"MS\",\r\n                                        \"srvID\":51,\r\n                                        \"UserID\":\"00011\",\r\n                                        \"Password\": \"ydrwFD5AqOA=\",\r\n                                        \"channel\": \"MS\",\r\n                                        \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CardNo\" : \"5177270096994233\",\r\n                                    \"Action\":\"1\",\r\n                                    \"Status\":\"1\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n} \r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Change Card Stauts",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                        \"connectorID\": \"MS\",\r\n                                        \"srvID\":51,\r\n                                        \"UserID\":\"00011\",\r\n                                        \"Password\": \"ydrwFD5AqOA=\",\r\n                                        \"channel\": \"MS\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CardNo\" : \"5177270096994233\",\r\n                                    \"Action\":\"1\",\r\n                                    \"Status\":\"1\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n} \r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "936",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:22:02 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MS\",\"srvID\":51,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"MS\",\"timeStamp\":\"2018-07-11T10:22:02.2438651+03:00\",\"guidID\":\"5d01d623-0364-4982-8625-f7f43e7bec71\"},\"body\":{\"CardNo\":\"5177270096994233\",\"Action\":\"1\",\"Status\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"5d01d623-0364-4982-8625-f7f43e7bec71\",\"timeStamp\":\"2018-07-11T10:22:02.2750819+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"cardNo\":\"5177270096994233\",\"action\":\"1\",\"status\":\"1\",\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Account Inquiry",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "ef439dfb-ff25-43a5-8a78-4fca885253ff",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": " {\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"MS\",\r\n                                    \"srvID\":52,\r\n                                    \"UserID\":\"00011\",\r\n                                    \"Password\": \"ydrwFD5AqOA=\",\r\n                                    \"channel\": \"MS\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CardNo\" : \"5177270096994233\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Account Inquiry",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": " {\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"MS\",\r\n                                    \"srvID\":52,\r\n                                    \"UserID\":\"00011\",\r\n                                    \"Password\": \"ydrwFD5AqOA=\",\r\n                                    \"channel\": \"MS\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CardNo\" : \"5177270096994233\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "1649",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:22:39 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MS\",\"srvID\":52,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"MS\",\"timeStamp\":\"2018-07-11T10:22:39.1352688+03:00\",\"guidID\":\"8465d68b-84a8-4dc6-80e1-3376d1565c44\"},\"body\":{\"CardNo\":\"5177270096994233\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"8465d68b-84a8-4dc6-80e1-3376d1565c44\",\"timeStamp\":\"2018-07-11T10:22:39.1664149+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"cardNo\":\"5177270096994233\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"khalil\",\"mName\":\"alhasi\",\"lName\":\"hekmat\",\"cmsAccountNumber\":\"000000000000000000247600\",\"bankAccountNumber\":\"000000000000000000247600\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-5000\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "List Card",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "a755463b-d7ad-402c-bd51-155207c019ab",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"MS\",\r\n                                    \"srvID\":53,\r\n                                    \"UserID\":\"IBKUser\",\r\n                                    \"Password\": \"123\",\r\n                                    \"channel\": \"IBK\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CustID\" : \"0002209\",\r\n                                    \"CardType\":\"7\",\r\n                                    \"Status\":\"1\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Card",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"MS\",\r\n                                    \"srvID\":53,\r\n                                    \"UserID\":\"00011\",\r\n                                    \"Password\": \"ydrwFD5AqOA=\",\r\n                                    \"channel\": \"MS\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CustID\" : \"0017672\",\r\n                                    \"CardType\":\"1\",\r\n                                    \"Status\":\"1\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "24905",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:32:13 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MS\",\"srvID\":53,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"MS\",\"timeStamp\":\"2018-07-11T10:32:13.1935093+03:00\",\"guidID\":\"893d96bc-0857-4d1a-a837-cfb9b5b158c4\"},\"body\":{\"CustID\":\"0017672\",\"CardType\":\"1\",\"Status\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"893d96bc-0857-4d1a-a837-cfb9b5b158c4\",\"timeStamp\":\"2018-07-11T10:32:13.2245451+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"cardType\":\"\",\"status\":\"2\",\"cards\":[{\"cardNo\":\"5177270096994233\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"khalil\",\"mName\":\"alhasi\",\"lName\":\"hekmat\",\"cmsAccountNumber\":\"000000000000000000247600\",\"bankAccountNumber\":\"000000000000000000247600\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-5000\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270097035344\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"Majid\",\"mName\":\"Omari\",\"lName\":\"Amer\",\"cmsAccountNumber\":\"000000000000000000248140\",\"bankAccountNumber\":\"000000000000000000248140\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-5247\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270099996113\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"Majid\",\"mName\":\"ALOmari\",\"lName\":\"Amer\",\"cmsAccountNumber\":\"000000000000000000248100\",\"bankAccountNumber\":\"000000000000000000248100\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-5015.3\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270096994251\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"Majid\",\"mName\":\"ALOmari\",\"lName\":\"Amer\",\"cmsAccountNumber\":\"000000000000000000247920\",\"bankAccountNumber\":\"000000000000000000247920\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"0\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270097363209\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"khalil\",\"mName\":\"alhasi\",\"lName\":\"hekmat\",\"cmsAccountNumber\":\"000000000000000000247900\",\"bankAccountNumber\":\"000000000000000000247900\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-5000\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270096705863\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"k\",\"mName\":\"adai\",\"lName\":\"sho\",\"cmsAccountNumber\":\"000000000000000000247760\",\"bankAccountNumber\":\"000000000000000000247760\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-5000\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270097437565\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"Majid\",\"mName\":\"ALOmari\",\"lName\":\"Amer\",\"cmsAccountNumber\":\"000000000000000000247700\",\"bankAccountNumber\":\"000000000000000000247700\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"0\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270098752806\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"khalil\",\"mName\":\"alhasi\",\"lName\":\"hekmats\",\"cmsAccountNumber\":\"000000000000000000247640\",\"bankAccountNumber\":\"000000000000000000247640\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-5290.9\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270095037631\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"ABCD\",\"mName\":\"ddddd\",\"lName\":\"MMMMM\",\"cmsAccountNumber\":\"000000000000000000247540\",\"bankAccountNumber\":\"000000000000000000247540\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-5000\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270094004491\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"ABCD\",\"mName\":\"ddddd\",\"lName\":\"MMMMM\",\"cmsAccountNumber\":\"000000000000000000247460\",\"bankAccountNumber\":\"000000000000000000247460\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-5000\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270092397749\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"khalil\",\"mName\":\"alhasi\",\"lName\":\"hekmat\",\"cmsAccountNumber\":\"000000000000000000247440\",\"bankAccountNumber\":\"000000000000000000247440\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-25\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270093699598\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"ABCD\",\"mName\":\"ddddd\",\"lName\":\"MMMMM\",\"cmsAccountNumber\":\"000000000000000000247420\",\"bankAccountNumber\":\"000000000000000000247420\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-5000\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270093598311\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"ABCD\",\"mName\":\"ddddd\",\"lName\":\"MMMMM\",\"cmsAccountNumber\":\"000000000000000000247400\",\"bankAccountNumber\":\"000000000000000000247400\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-5000\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270096210963\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"khalil\",\"mName\":\"alhasi\",\"lName\":\"hekmat\",\"cmsAccountNumber\":\"000000000000000000247380\",\"bankAccountNumber\":\"000000000000000000247380\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-5000\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270092051056\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"\",\"mName\":\"\",\"lName\":\"\",\"cmsAccountNumber\":\"000000000000000000247360\",\"bankAccountNumber\":\"000000000000000000247360\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"0\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270095409327\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"ABCD\",\"mName\":\"ddddd\",\"lName\":\"MMMMM\",\"cmsAccountNumber\":\"000000000000000000247340\",\"bankAccountNumber\":\"000000000000000000247340\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-5000\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270094313769\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"ABCD\",\"mName\":\"ddddd\",\"lName\":\"MMMMM\",\"cmsAccountNumber\":\"000000000000000000247320\",\"bankAccountNumber\":\"000000000000000000247320\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-5000\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270091084744\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"ABCD\",\"mName\":\"ddddd\",\"lName\":\"MMMMM\",\"cmsAccountNumber\":\"000000000000000000247300\",\"bankAccountNumber\":\"000000000000000000247300\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-5000\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270099755527\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"Majid\",\"mName\":\"ALOmari\",\"lName\":\"Amer\",\"cmsAccountNumber\":\"000000000000000000247280\",\"bankAccountNumber\":\"000000000000000000247280\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-25\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270095465915\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"majid\",\"mName\":\"omari\",\"lName\":\"amer\",\"cmsAccountNumber\":\"000000000000000000247260\",\"bankAccountNumber\":\"000000000000000000247260\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"-5000\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},{\"cardNo\":\"5177270090139481\",\"cardType\":\"4\",\"program\":\"052\",\"branch\":\"045\",\"expiryDate\":\"03/14\",\"status\":\"2\",\"cardHolderName\":\"ANONYMOUS CARD\",\"fName\":\"Majid\",\"mName\":\"ALOmari\",\"lName\":\"Amer\",\"cmsAccountNumber\":\"000000000000000000247240\",\"bankAccountNumber\":\"000000000000000000247240\",\"currency\":\"400\",\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":\"N\",\"unpaidStatus\":\"0\",\"overLimitStatus\":\"N\",\"overLimitAmt\":null,\"creditLimit\":\"0\",\"authorizedCumul\":\"0\",\"usedCumul\":\"0\",\"available\":\"305\",\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"}],\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"23243546767978976456\",\"custID\":\"045999999999999999999999\",\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"Done Successfully\",\"errorADesc\":\"عملية ناجحة\"},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "List Card Statment",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "e37e34f4-0d78-477e-a8a5-dc6db25bb84e",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": " {\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"MS\",\r\n                                    \"srvID\":54,\r\n                                    \"UserID\":\"00011\",\r\n                                    \"Password\": \"ydrwFD5AqOA=\",\r\n                                    \"channel\": \"MS\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CardNo\" : \"5177270096994233\",\r\n                                    \"StatDate\": \"01-01-2001\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Card Statment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": " {\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"MS\",\r\n                                    \"srvID\":54,\r\n                                    \"UserID\":\"00011\",\r\n                                    \"Password\": \"ydrwFD5AqOA=\",\r\n                                    \"channel\": \"MS\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CardNo\" : \"5177270096994233\",\r\n                                    \"StatDate\": \"01-01-2001\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "2347",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:32:56 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MS\",\"srvID\":54,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"MS\",\"timeStamp\":\"2018-07-11T10:32:56.3506496+03:00\",\"guidID\":\"5d0eb85c-f1e7-4f92-8f1a-fd879faab0fe\"},\"body\":{\"CardNo\":\"5177270096994233\",\"StatDate\":\"01-01-2001\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"5d0eb85c-f1e7-4f92-8f1a-fd879faab0fe\",\"timeStamp\":\"2018-07-11T10:32:56.3662741+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"dateFrom\":\"2013-01-01T00:00:00\",\"dateTo\":\"2013-11-03T00:00:00\",\"statDate\":\"0001-01-01T00:00:00\",\"transactions\":[{\"trxType\":\"10107\",\"trxCurr\":\"400\",\"trxDate\":\"29/10/2013\",\"trxAmt\":\"1\",\"billingAmount\":\"1\",\"billingCurrency\":\"400\",\"merchantName\":\"\",\"merchantCity\":\"\",\"merchantCountry\":\"\",\"eDesc\":\"\",\"aDesc\":null},{\"trxType\":\"19001\",\"trxCurr\":\"400\",\"trxDate\":\"30/10/2013\",\"trxAmt\":\".3\",\"billingAmount\":\".3\",\"billingCurrency\":\"400\",\"merchantName\":\"\",\"merchantCity\":\"\",\"merchantCountry\":\"\",\"eDesc\":\"Pre-Paid Reload\",\"aDesc\":null},{\"trxType\":\"19001\",\"trxCurr\":\"400\",\"trxDate\":\"30/10/2013\",\"trxAmt\":\"299.7\",\"billingAmount\":\"299.7\",\"billingCurrency\":\"400\",\"merchantName\":\"\",\"merchantCity\":\"\",\"merchantCountry\":\"\",\"eDesc\":\"Pre-Paid Reload\",\"aDesc\":null}],\"cardNo\":\"5177270096994233\",\"cardType\":null,\"program\":null,\"branch\":null,\"expiryDate\":null,\"status\":null,\"cardHolderName\":null,\"fName\":null,\"mName\":null,\"lName\":null,\"cmsAccountNumber\":null,\"bankAccountNumber\":null,\"currency\":null,\"currISOCode\":null,\"cycleDate\":null,\"lastCycleDate\":null,\"lifeCycleDate\":null,\"dueDate\":null,\"lateDate\":null,\"unpaidDate\":null,\"latePaymentStatus\":null,\"unpaidStatus\":null,\"overLimitStatus\":null,\"overLimitAmt\":null,\"creditLimit\":null,\"authorizedCumul\":null,\"usedCumul\":null,\"available\":null,\"openingBalance\":null,\"closingBalance\":null,\"outstandingBalance\":null,\"dueBalance\":null,\"minimumDue\":null,\"paymentCumul\":null,\"paymentNumber\":null,\"minDuePaymentStatus\":null,\"eDesc\":null,\"aDesc\":null,\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "List Card Trx",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "70325470-8c4b-4358-84b4-19b2a9a29cca",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"MS\",\r\n                                    \"srvID\":55,\r\n                                    \"UserID\":\"00011\",\r\n                                    \"Password\": \"ydrwFD5AqOA=\",\r\n                                    \"channel\": \"MS\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CardNo\" : \"5177270096994233\",\r\n                                    \"DateFrom\":\"01-01-2001\",\r\n                                    \"DateTo\":\"07-11-2018\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Card Trx",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"MS\",\r\n                                    \"srvID\":55,\r\n                                    \"UserID\":\"00011\",\r\n                                    \"Password\": \"ydrwFD5AqOA=\",\r\n                                    \"channel\": \"MS\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CardNo\" : \"5177270096994233\",\r\n                                    \"DateFrom\":\"01-01-2001\",\r\n                                    \"DateTo\":\"07-07-2018\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "1628",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:33:38 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"MS\",\"srvID\":55,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"MS\",\"timeStamp\":\"2018-07-11T10:33:37.8516529+03:00\",\"guidID\":\"51269ca1-0bc3-4ded-acf9-3f0e31d7a873\"},\"body\":{\"CardNo\":\"5177270096994233\",\"DateFrom\":\"01-01-2001\",\"DateTo\":\"07-07-2018\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"51269ca1-0bc3-4ded-acf9-3f0e31d7a873\",\"timeStamp\":\"2018-07-11T10:33:37.8672359+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"cardNo\":null,\"dateFrom\":\"2013-01-01T00:00:00\",\"dateTo\":\"2013-11-03T00:00:00\",\"transactions\":[{\"trxType\":\"10107\",\"trxCurr\":\"400\",\"trxDate\":\"29/10/2013\",\"trxAmt\":\"1\",\"billingAmount\":\"1\",\"billingCurrency\":\"400\",\"merchantName\":\"\",\"merchantCity\":\"\",\"merchantCountry\":\"\",\"eDesc\":\"\",\"aDesc\":null},{\"trxType\":\"19001\",\"trxCurr\":\"400\",\"trxDate\":\"30/10/2013\",\"trxAmt\":\".3\",\"billingAmount\":\".3\",\"billingCurrency\":\"400\",\"merchantName\":\"\",\"merchantCity\":\"\",\"merchantCountry\":\"\",\"eDesc\":\"Pre-Paid Reload\",\"aDesc\":null},{\"trxType\":\"19001\",\"trxCurr\":\"400\",\"trxDate\":\"30/10/2013\",\"trxAmt\":\"299.7\",\"billingAmount\":\"299.7\",\"billingCurrency\":\"400\",\"merchantName\":\"\",\"merchantCity\":\"\",\"merchantCountry\":\"\",\"eDesc\":\"Pre-Paid Reload\",\"aDesc\":null}],\"a2aChannel\":null,\"a2aUserID\":null,\"a2apwd\":null,\"regionCode\":\"JO\",\"accountNumber\":\"0\",\"custID\":null,\"repMnemonic\":\"\",\"custMnemonic\":null,\"period\":null,\"curr\":null,\"custStatus\":false,\"mobFlag\":false,\"cid\":0,\"repID\":0,\"custType\":0,\"accAttr\":null,\"custAttr\":null,\"sessionID\":null,\"mac\":null,\"errorCode\":0,\"error\":null,\"errorEDesc\":\"\",\"errorADesc\":\"\"},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Get Debit Cards",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"MS\",\r\n                                    \"srvID\":57,\r\n                                    \"UserID\":\"00011\",\r\n                                    \"Password\": \"ydrwFD5AqOA=\",\r\n                                    \"channel\": \"IBK\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                               \"CustID\": \"0002209\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Credit Cards",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"MS\",\r\n                                    \"srvID\":58,\r\n                                    \"UserID\":\"00011\",\r\n                                    \"Password\": \"ydrwFD5AqOA=\",\r\n                                    \"channel\": \"IBK\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                               \"CustID\": \"0002209\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Prepaid Cards",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"MS\",\r\n                                    \"srvID\":59,\r\n                                    \"UserID\":\"00011\",\r\n                                    \"Password\": \"ydrwFD5AqOA=\",\r\n                                    \"channel\": \"IBK\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                               \"CustID\": \"0002209\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Change Credit Card Status",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"MS\",\r\n                                    \"srvID\":60,\r\n                                    \"UserID\":\"00011\",\r\n                                    \"Password\": \"ydrwFD5AqOA=\",\r\n                                    \"channel\": \"IBK\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                               \"CardNo\": \"4327220099755536\",\r\n                               \"Status\": \"1\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Change Debit Card Status",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"MS\",\r\n                                    \"srvID\":61,\r\n                                    \"UserID\":\"00011\",\r\n                                    \"Password\": \"ydrwFD5AqOA=\",\r\n                                    \"channel\": \"IBK\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                               \"CardNo\": \"4327220099755536\",\r\n                               \"Status\": \"1\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Change Prepaid Card Status",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"MS\",\r\n                                    \"srvID\":62,\r\n                                    \"UserID\":\"00011\",\r\n                                    \"Password\": \"ydrwFD5AqOA=\",\r\n                                    \"channel\": \"IBK\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                               \"CardNo\": \"4327220099755536\",\r\n                               \"Status\": \"7\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "EMP",
			"item": [
				{
					"name": "List Card Holder Statment",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "9ec656db-3eae-40aa-b3ad-b6cfd905c443",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"ConnectorID\": \"EM\",\r\n                                    \"srvID\":100,\r\n                                    \"UserID\":\"moUser\",\r\n                                    \"Password\": \"123\",\r\n                                    \"Channel\": \"MOB\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                        \"Year\" : 2017,\r\n                                        \"Month\":12,\r\n                                        \"CardNumber\":\"0021899400218994\",\r\n                                        \"MaskPan\":\"Y\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Card Holder Statment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"ConnectorID\": \"EM\",\r\n                                    \"srvID\":100,\r\n                                    \"UserID\":\"MobUser\",\r\n                                    \"Password\": \"A2A@Bank\",\r\n                                    \"Channel\": \"MOB\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                        \"Year\" : 2017,\r\n                                        \"Month\":12,\r\n                                        \"CardNumber\":\"0021899400218994\",\r\n                                        \"MaskPan\":\"Y\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "656",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 29 Aug 2018 09:34:55 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EM\",\"srvID\":100,\"bankCode\":\"0\",\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-08-29T12:34:31.0969134+03:00\",\"guidID\":\"c84df52f-9dd1-4094-b079-158684609dd2\"},\"body\":{\"Year\":2017,\"Month\":12,\"CardNumber\":\"0021899400218994\",\"MaskPan\":\"Y\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"c84df52f-9dd1-4094-b079-158684609dd2\",\"timeStamp\":\"2018-08-29T12:34:55.1801302+03:00\",\"result\":{\"errorCode\":3050,\"eDesc\":\"ErrorCode : 3050 No error found in database\",\"aDesc\":\"ErrorCode : 3050 No error found in database\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "List Cards",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "635a504c-cb00-4e7d-8a8d-85577d7b354a",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":101,\r\n                                    \"UserID\":\"moUser\",\r\n                                    \"Password\": \"123\",\r\n                                    \"Channel\": \"MOB\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CardType\" : \"M\",\r\n                                    \"RIMNumber\" : \"00093543 00093543 00093543\",\r\n                                    \"MaskPan\" : \"Y\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Cards",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":101,\r\n                                    \"UserID\":\"MobUser\",\r\n                                    \"Password\": \"A2A@Bank\",\r\n                                    \"Channel\": \"MOB\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CardType\" : \"M\",\r\n                                    \"RIMNumber\" : \"00093543 00093543 00093543\",\r\n                                    \"MaskPan\" : \"Y\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "657",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 29 Aug 2018 12:32:56 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EM\",\"srvID\":101,\"bankCode\":\"0\",\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-08-29T15:32:56.8297111+03:00\",\"guidID\":\"f6825562-7294-4a23-a526-89cce14961f9\"},\"body\":{\"CardType\":\"M\",\"RIMNumber\":\"00093543 00093543 00093543\",\"MaskPan\":\"Y\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"f6825562-7294-4a23-a526-89cce14961f9\",\"timeStamp\":\"2018-08-29T15:32:56.9234402+03:00\",\"result\":{\"errorCode\":3050,\"eDesc\":\"ErrorCode : 3050 No error found in database\",\"aDesc\":\"ErrorCode : 3050 No error found in database\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "List Trans His",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "915ed615-cb86-4284-b4cf-d6d2dfb19220",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":102,\r\n                                    \"UserID\":\"moUser\",\r\n                                    \"Password\": \"123\",\r\n                                    \"Channel\": \"MOB\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"GetAuthr\" : \"Y\",\r\n                                    \"TransCount\" : \"2\",\r\n                                    \"DateFrom\" : \"2016/01/01\",\r\n                                    \"DateTo\" : \"2020/01/01\",\r\n                                    \"CardNumber\" : \"0245121436987120\",\r\n                                    \"MaskPan\" : \"N\"\r\n\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Trans His",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":102,\r\n                                    \"UserID\":\"MobUser\",\r\n                                    \"Password\": \"A2A@Bank\",\r\n                                    \"Channel\": \"MOB\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"GetAuthr\" : \"Y\",\r\n                                    \"TransCount\" : \"2\",\r\n                                    \"DateFrom\" : \"2016/01/01\",\r\n                                    \"DateTo\" : \"2020/01/01\",\r\n                                    \"CardNumber\" : \"0245121436987120\",\r\n                                    \"MaskPan\" : \"N\"\r\n\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "711",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 29 Aug 2018 12:33:16 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EM\",\"srvID\":102,\"bankCode\":\"0\",\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-08-29T15:33:16.5325763+03:00\",\"guidID\":\"cccfaec4-4c30-4de2-ba76-05c942af22ad\"},\"body\":{\"GetAuthr\":\"Y\",\"TransCount\":\"2\",\"DateFrom\":\"2016/01/01\",\"DateTo\":\"2020/01/01\",\"CardNumber\":\"0245121436987120\",\"MaskPan\":\"N\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"cccfaec4-4c30-4de2-ba76-05c942af22ad\",\"timeStamp\":\"2018-08-29T15:33:16.9264155+03:00\",\"result\":{\"errorCode\":3050,\"eDesc\":\"ErrorCode : 3050 No error found in database\",\"aDesc\":\"ErrorCode : 3050 No error found in database\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Post Pay Transaction",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "09a30237-00f2-463d-b04c-95ebb6d25533",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":103,\r\n                                    \"UserID\":\"MobUser\",\r\n                                    \"Password\": \"A2A@Bank\",\r\n                                    \"Channel\": \"MOB\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CardNumber\" : \"0021899400218994\",\r\n                                    \"TranAmount\" : \"150.00\",\r\n                                    \"TranCurrency\" : \"200\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n                }\r\n \r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Post Pay Transaction",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":103,\r\n                                    \"UserID\":\"MobUser\",\r\n                                    \"Password\": \"A2A@Bank\",\r\n                                    \"Channel\": \"MOB\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CardNumber\" : \"0021899400218994\",\r\n                                    \"TranAmount\" : \"150.00\",\r\n                                    \"TranCurrency\" : \"200\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n                }\r\n \r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "662",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 29 Aug 2018 12:36:52 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EM\",\"srvID\":103,\"bankCode\":\"0\",\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-08-29T15:36:51.9858097+03:00\",\"guidID\":\"f2a84223-1f11-41f0-b0f2-b3fd38652595\"},\"body\":{\"CardNumber\":\"0021899400218994\",\"TranAmount\":\"150.00\",\"TranCurrency\":\"200\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"f2a84223-1f11-41f0-b0f2-b3fd38652595\",\"timeStamp\":\"2018-08-29T15:36:52.4719836+03:00\",\"result\":{\"errorCode\":3050,\"eDesc\":\"ErrorCode : 3050 No error found in database\",\"aDesc\":\"ErrorCode : 3050 No error found in database\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Prepaid Reload",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "857c80e4-b49a-46e2-a7c2-8770532af8db",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":104,\r\n                                    \"UserID\":\"MobUser\",\r\n                                    \"Password\": \"A2A@Bank\",\r\n                                    \"Channel\": \"MOB\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                        \"CardNumber\" : \"0001621900016219\",\r\n                                        \"ExpiryDate\" : \"2022/01/02\",\r\n                                        \"Account\" : \"10251451054512044100\",\r\n                                        \"Amt\" : \"150.00\",\r\n                                        \"Curr\" : \"200\",\r\n                                        \"PrepaidCard\" : \"1\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Prepaid Reload",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":104,\r\n                                    \"UserID\":\"MobUser\",\r\n                                    \"Password\": \"A2A@Bank\",\r\n                                    \"Channel\": \"MOB\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                        \"CardNumber\" : \"0001621900016219\",\r\n                                        \"ExpiryDate\" : \"2022/01/02\",\r\n                                        \"Account\" : \"10251451054512044100\",\r\n                                        \"Amt\" : \"150.00\",\r\n                                        \"Curr\" : \"200\",\r\n                                        \"PrepaidCard\" : \"1\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "724",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 29 Aug 2018 12:40:48 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EM\",\"srvID\":104,\"bankCode\":\"0\",\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-08-29T15:40:48.4598857+03:00\",\"guidID\":\"d3515935-f15b-43f8-a0e5-7d9f96ad3571\"},\"body\":{\"CardNumber\":\"0001621900016219\",\"ExpiryDate\":\"2022/01/02\",\"Account\":\"10251451054512044100\",\"Amt\":\"150.00\",\"Curr\":\"200\",\"PrepaidCard\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"d3515935-f15b-43f8-a0e5-7d9f96ad3571\",\"timeStamp\":\"2018-08-29T15:40:48.7024484+03:00\",\"result\":{\"errorCode\":3000,\"eDesc\":\"ErrorCode : 3000 No error found in database\",\"aDesc\":\"ErrorCode : 3000 No error found in database\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Req Auth Bill Payment",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "43115c62-c873-43ed-9eab-1e645abf7467",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":105,\r\n                                    \"UserID\":\"MobUser\",\r\n                                    \"Password\": \"A2A@Bank\",\r\n                                    \"Channel\": \"MOB\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CardNumber\" : \"0001621900016219\",\r\n                                    \"ExpiryDate\" : \"2022/01/02\",\r\n                                    \"Cvv2\" : \"123\",\r\n                                    \"Amt\" : \"150.00\",\r\n                                    \"Curr\" : \"200\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Req Auth Bill Payment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":105,\r\n                                    \"UserID\":\"MobUser\",\r\n                                    \"Password\": \"A2A@Bank\",\r\n                                    \"Channel\": \"MOB\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CardNumber\" : \"0001621900016219\",\r\n                                    \"ExpiryDate\" : \"2022/01/02\",\r\n                                    \"Cvv2\" : \"123\",\r\n                                    \"Amt\" : \"150.00\",\r\n                                    \"Curr\" : \"200\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "686",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 29 Aug 2018 12:57:33 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EM\",\"srvID\":105,\"bankCode\":\"0\",\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-08-29T15:57:33.3756169+03:00\",\"guidID\":\"21c6e284-5cef-4f66-a84d-55759e1fd97f\"},\"body\":{\"CardNumber\":\"0001621900016219\",\"ExpiryDate\":\"2022/01/02\",\"Cvv2\":\"123\",\"Amt\":\"150.00\",\"Curr\":\"200\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"21c6e284-5cef-4f66-a84d-55759e1fd97f\",\"timeStamp\":\"2018-08-29T15:57:33.6092219+03:00\",\"result\":{\"errorCode\":3000,\"eDesc\":\"ErrorCode : 3000 No error found in database\",\"aDesc\":\"ErrorCode : 3000 No error found in database\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Req Card Active Deactive",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "dfb2c81e-582c-483a-a33d-d5e45cfa0264",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":106,\r\n                                    \"UserID\":\"MobUser\",\r\n                                    \"Password\": \"A2A@Bank\",\r\n                                    \"Channel\": \"MOB\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CardNumber\" : \"0002621400026214\",\r\n                                    \"Action\" : \"A\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Req Card Active Deactive",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":106,\r\n                                    \"UserID\":\"MobUser\",\r\n                                    \"Password\": \"A2A@Bank\",\r\n                                    \"Channel\": \"MOB\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"CardNumber\" : \"0002621400026214\",\r\n                                    \"Action\" : \"A\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "556",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:44:03 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EM\",\"srvID\":106,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T10:44:03.4590363+03:00\",\"guidID\":\"b00c1cc1-e5fb-429d-87ea-9616c4fd5604\"},\"body\":{\"CardNumber\":\"0002621400026214\",\"Action\":\"A\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"b00c1cc1-e5fb-429d-87ea-9616c4fd5604\",\"timeStamp\":\"2018-07-11T10:44:03.5842436+03:00\",\"result\":{\"errorCode\":3000,\"eDesc\":\"Missing Input Parameter\",\"aDesc\":null}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Req Card Opposition",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "432494ce-0704-4df3-a1af-98df225d195c",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":107,\r\n                                    \"UserID\":\"MobUser\",\r\n                                    \"Password\": \"A2A@Bank\",\r\n                                    \"Channel\": \"MOB\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                        \"CardNumber\" : \"00026214 00026214 00026214\",\r\n                                        \"OppReason\" : \"111\",\r\n                                        \"Memo\" : \"1\",\r\n                                        \"ISORespCode\" : \"1\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Req Card Opposition",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":107,\r\n                                    \"UserID\":\"MobUser\",\r\n                                    \"Password\": \"A2A@Bank\",\r\n                                    \"Channel\": \"MOB\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                        \"CardNumber\" : \"00026214 00026214 00026214\",\r\n                                        \"OppReason\" : \"111\",\r\n                                        \"Memo\" : \"1\",\r\n                                        \"ISORespCode\" : \"1\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "1357",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:44:48 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EM\",\"srvID\":107,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T10:44:46.7099327+03:00\",\"guidID\":\"cdc130a0-63f6-484d-8a40-b611dff49315\"},\"body\":{\"CardNumber\":\"00026214 00026214 00026214\",\"OppReason\":\"111\",\"Memo\":\"1\",\"ISORespCode\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"cdc130a0-63f6-484d-8a40-b611dff49315\",\"timeStamp\":\"2018-07-11T10:44:48.1162052+03:00\",\"result\":{\"errorCode\":-1,\"eDesc\":\"System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.NullReferenceException: Object reference not set to an instance of an object.\\n   at wsEMP.Service.wrReqCardOpposition(WCReqCardOpposition reqCardOpposition) in D:\\\\Projects\\\\General Services\\\\EMP\\\\wsEMP - New WSDL Files\\\\wsEMP\\\\ServiceReq.cs:line 30\\n   --- End of inner exception stack trace ---\",\"aDesc\":\"System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.NullReferenceException: Object reference not set to an instance of an object.\\n   at wsEMP.Service.wrReqCardOpposition(WCReqCardOpposition reqCardOpposition) in D:\\\\Projects\\\\General Services\\\\EMP\\\\wsEMP - New WSDL Files\\\\wsEMP\\\\ServiceReq.cs:line 30\\n   --- End of inner exception stack trace ---\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Req Change Mobile Phone",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "19e49d8d-5c00-4a58-a4e2-b31a783e7b7f",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":108,\r\n                                    \"UserID\":\"MobUser\",\r\n                                    \"Password\": \"A2A@Bank\",\r\n                                    \"Channel\": \"MOB\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"NewMobNo\" : \"0785061643\",\r\n                                    \"CardNumber\" : \"0002621400026214\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Req Change Mobile Phone",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":108,\r\n                                    \"UserID\":\"MobUser\",\r\n                                    \"Password\": \"A2A@Bank\",\r\n                                    \"Channel\": \"MOB\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                    \"NewMobNo\" : \"0785061643\",\r\n                                    \"CardNumber\" : \"0002621400026214\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "643",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 29 Aug 2018 13:21:49 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EM\",\"srvID\":108,\"bankCode\":\"0\",\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-08-29T16:21:49.1708056+03:00\",\"guidID\":\"1f935cb1-50b2-43e4-9a72-7c61e871930b\"},\"body\":{\"NewMobNo\":\"0785061643\",\"CardNumber\":\"0002621400026214\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"1f935cb1-50b2-43e4-9a72-7c61e871930b\",\"timeStamp\":\"2018-08-29T16:21:49.3698916+03:00\",\"result\":{\"errorCode\":3050,\"eDesc\":\"ErrorCode : 3050 No error found in database\",\"aDesc\":\"ErrorCode : 3050 No error found in database\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Req Pending Auth",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "b0f3fec8-8331-4f44-a8d1-c3aa65ab3c9d",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":109,\r\n                                    \"UserID\":\"MobUser\",\r\n                                    \"Password\": \"A2A@Bank\",\r\n                                    \"Channel\": \"MOB\",\r\n                                    \"BankCode\": \"A2A\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                   \"CardNumber\": \"0002621400026214\",\r\n                                   \"MaskPan\": \"Y\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Req Pending Auth",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n                \"a2ARequest\": {\r\n                                \"header\": {\r\n                                    \"connectorID\": \"EM\",\r\n                                    \"srvID\":109,\r\n                                    \"UserID\":\"MobUser\",\r\n                                    \"Password\": \"A2A@Bank\",\r\n                                    \"Channel\": \"MOB\"\r\n                                },\r\n\r\n                                \"body\":{\r\n                                   \"CardNumber\": \"0002621400026214\",\r\n                                   \"MaskPan\": \"Y\"\r\n                                },\r\n                                \"footer\": {\r\n                                                \"signature\": null\r\n                                                }\r\n                }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "557",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:46:03 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EM\",\"srvID\":109,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T10:46:02.9618049+03:00\",\"guidID\":\"f2a2ce78-3f77-4699-9f52-e471ed89b284\"},\"body\":{\"CardNumber\":\"0002621400026214\",\"MaskPan\":\"Y\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"f2a2ce78-3f77-4699-9f52-e471ed89b284\",\"timeStamp\":\"2018-07-11T10:46:03.1024288+03:00\",\"result\":{\"errorCode\":3000,\"eDesc\":\"Missing Input Parameter\",\"aDesc\":null}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Req Mail Order Access",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EM\",\r\n\t\t\t\"srvID\":110, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CardNumber\": \"105150005324\",\r\n\t\t\t\"InternetAction\": \"1\",\r\n\t\t\t\"MailAction\": \"1\",\r\n            \"Periodicity\": \"1\",\r\n            \"InternetDailyLimit\": \"1\",\r\n            \"MailDailyLimit\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Req Mail Order Access",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EM\",\r\n\t\t\t\"srvID\":110, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CardNumber\": \"105150005324\",\r\n\t\t\t\"InternetAction\": \"1\",\r\n\t\t\t\"MailAction\": \"1\",\r\n            \"Periodicity\": \"1\",\r\n            \"InternetDailyLimit\": \"1\",\r\n            \"MailDailyLimit\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Wed, 16 Jan 2019 10:16:58 GMT"
								},
								{
									"key": "Content-Length",
									"value": "433"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"EM\",\n            \"srvID\": 110,\n            \"guidID\": \"5c534789-0e0f-4b1e-a36f-0993f1847a01\",\n            \"timeStamp\": \"2019-01-16T12:16:58.6770961+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"'ConnectorAPI.wsEMP.WCReqMailOrderAccess' does not contain a definition for 'ErrorDesc'\",\n                \"aDesc\": \"'ConnectorAPI.wsEMP.WCReqMailOrderAccess' does not contain a definition for 'ErrorDesc'\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Host",
			"item": [
				{
					"name": "Account Statement",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "c6526f4b-84d2-4732-9b6e-bc464c2b312e",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":208, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n \r\n\t\t\t    \"DateFrom\" : \"2018-08-01\",\r\n\t\t\t    \"DateTo\" : \"2018-12-12\",\r\n\t\t\t    \"FAmt\" : \"0\",\r\n\t\t\t    \"TAmt\" : \"9\",\r\n\t\t\t    \"AccountNumber\" : \"0261457374410840003\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Account Statement",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":208, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n \r\n\t\t\t    \"DateFrom\" : \"2018-08-01\",\r\n\t\t\t    \"DateTo\" : \"2018-12-12\",\r\n\t\t\t    \"FAmt\" : \"0\",\r\n\t\t\t    \"TAmt\" : \"9\",\r\n\t\t\t    \"AccountNumber\" : \"0261457374410840003\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 07:34:23 GMT"
								},
								{
									"key": "Content-Length",
									"value": "7867"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 208,\n            \"guidID\": \"8098ff9b-35c4-4d84-87b6-a451a25473fb\",\n            \"timeStamp\": \"2019-01-13T09:34:23.1022533+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"Language\": null,\n            \"HistoricalTransactions\": null,\n            \"DateFrom\": \"0001-01-01T00:00:00\",\n            \"DateTo\": \"0001-01-01T00:00:00\",\n            \"TransCount\": 1,\n            \"DrCrIndecator\": null,\n            \"AccountNumber\": \"0261457374410840003\",\n            \"FAmt\": 0,\n            \"TAmt\": 9,\n            \"Reference\": null,\n            \"Amt\": 960,\n            \"ProviderID\": null,\n            \"Transactions\": [\n                {\n                    \"ID\": 1,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"003\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Anas2018-09-23 00:00:00.000\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-09-23T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 35,\n                    \"AmtFC\": 1200,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 360,\n                    \"CurBal\": 150,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"Cash deposit for your account\\r\\n\",\n                    \"EDesc2\": \"Cash deposit for your account\\r\\n\",\n                    \"ADesc\": \"ايداع نقدي لحسابك\",\n                    \"ADesc2\": \"ايداع نقدي لحسابك\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 2,\n                    \"Owner\": \"Emad\",\n                    \"Branch\": \"Jabal Amman\",\n                    \"Curr\": \"9600\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"002\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"2\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 2000,\n                    \"AmtFC\": 1050,\n                    \"TransType\": \"0288\",\n                    \"AvBal\": 260,\n                    \"CurBal\": 150,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\\r\\n\",\n                    \"ADesc2\": \"المعاملة من حسابك\\r\\n\",\n                    \"BlockBal\": 1\n                },\n                {\n                    \"ID\": 4,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Jabal Amman\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"020220\",\n                    \"Code\": \"002\",\n                    \"ISOCode\": \"1212255\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"4\",\n                    \"TransIndex\": 4,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 1000,\n                    \"AmtFC\": 375,\n                    \"TransType\": \"0288\",\n                    \"AvBal\": 120,\n                    \"CurBal\": 15,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 30,\n                    \"EDesc\": \"A batch of mobile payment system\\r\\n\",\n                    \"EDesc2\": \"A batch of mobile payment system\\r\\n\",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 1\n                },\n                {\n                    \"ID\": 5,\n                    \"Owner\": \"Ahmad\",\n                    \"Branch\": \"Jabal Amman\",\n                    \"Curr\": \"5000\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"020220\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"5\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 450,\n                    \"AmtFC\": 125,\n                    \"TransType\": \"0288\",\n                    \"AvBal\": 50,\n                    \"CurBal\": 500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 20,\n                    \"EDesc\": \"A batch of mobile payment system\\r\\n\",\n                    \"EDesc2\": \"A batch of mobile payment system\\r\\n\",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 5\n                },\n                {\n                    \"ID\": 20,\n                    \"Owner\": \"Ftoon\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"4200\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"20\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-20T00:00:00\",\n                    \"DateValue\": \"2018-08-20T00:00:00\",\n                    \"Amt\": 400,\n                    \"AmtFC\": 800,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 160,\n                    \"CurBal\": 70,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 5,\n                    \"EDesc\": \"A batch of mobile payment system\\r\\n\",\n                    \"EDesc2\": \"A batch of mobile payment system\\r\\n\",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 158,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"1\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-09-23T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 35,\n                    \"AmtFC\": 1200,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 360,\n                    \"CurBal\": 150,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"Cash deposit for your account  \",\n                    \"EDesc2\": \"Cash deposit for your account  \",\n                    \"ADesc\": \"ايداع نقدي لحسابك\",\n                    \"ADesc2\": \"ايداع نقدي لحسابك\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 159,\n                    \"Owner\": \"Emad\",\n                    \"Branch\": \"Jabal Amman\",\n                    \"Curr\": \"9600\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"2\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 2000,\n                    \"AmtFC\": 1050,\n                    \"TransType\": \"0288\",\n                    \"AvBal\": 260,\n                    \"CurBal\": 150,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك  \",\n                    \"ADesc2\": \"المعاملة من حسابك  \",\n                    \"BlockBal\": 1\n                },\n                {\n                    \"ID\": 161,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Jabal Amman\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"20220\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"1212255\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"4\",\n                    \"TransIndex\": 4,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 1000,\n                    \"AmtFC\": 375,\n                    \"TransType\": \"0288\",\n                    \"AvBal\": 120,\n                    \"CurBal\": 15,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 30,\n                    \"EDesc\": \"A batch of mobile payment system  \",\n                    \"EDesc2\": \"A batch of mobile payment system  \",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 1\n                },\n                {\n                    \"ID\": 176,\n                    \"Owner\": \"Ftoon\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"4200\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"20\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-20T00:00:00\",\n                    \"DateValue\": \"2018-07-07T00:00:00\",\n                    \"Amt\": 400,\n                    \"AmtFC\": 800,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 160,\n                    \"CurBal\": 70,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 5,\n                    \"EDesc\": \"A batch of mobile payment system  \",\n                    \"EDesc2\": \"A batch of mobile payment system  \",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 177,\n                    \"Owner\": \"Ftoon\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"4200\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"20\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-20T00:00:00\",\n                    \"DateValue\": \"2018-07-07T00:00:00\",\n                    \"Amt\": 400,\n                    \"AmtFC\": 800,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 160,\n                    \"CurBal\": 70,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 5,\n                    \"EDesc\": \"A batch of mobile payment system\",\n                    \"EDesc2\": \"A batch of mobile payment system  \",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 3\n                },\n                {\n                    \"ID\": 188,\n                    \"Owner\": \"Ftoon\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"4200\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"20\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-20T00:00:00\",\n                    \"DateValue\": \"2018-08-07T00:00:00\",\n                    \"Amt\": 400,\n                    \"AmtFC\": 800,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 160,\n                    \"CurBal\": 70,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 5,\n                    \"EDesc\": \"A batch of mobile payment system  \",\n                    \"EDesc2\": \"A batch of mobile payment system  \",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 189,\n                    \"Owner\": \"Ftoon\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"4200\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"20\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-20T00:00:00\",\n                    \"DateValue\": \"2018-08-07T00:00:00\",\n                    \"Amt\": 400,\n                    \"AmtFC\": 800,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 160,\n                    \"CurBal\": 70,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 5,\n                    \"EDesc\": \"A batch of mobile payment system\",\n                    \"EDesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 4\n                }\n            ],\n            \"BillUtil\": null,\n            \"RegionCode\": \"0\",\n            \"CustID\": 2,\n            \"Channel\": \"A2A\",\n            \"AccAttr\": \"12\",\n            \"CustAttr\": \"123\",\n            \"ReqChannelCore\": \"CB\",\n            \"ErrorCode\": 0,\n            \"Error\": null,\n            \"ErrorEDesc\": null,\n            \"ErrorADesc\": null\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Int Fund",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "55e188bb-395e-45a5-8de9-336924fc986d",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":209, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ReqChannelCore\": \"1\",\r\n\t\t\t    \"AccountNumber\" : \"520120\",\r\n\t\t\t    \"AmtFrom\" : \"100\",\r\n\t\t\t    \"AccountTo\" : \"200\",\r\n\t\t\t    \"BHLT_Nature\" : \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Int Fund",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":209, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"CB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ReqChannelCore\": \"1\",\r\n\t\t\t    \"AccountNumber\" : \"520120\",\r\n\t\t\t    \"AmtFrom\" : \"150\",\r\n\t\t\t    \"AccountTo\" : \"300\",\r\n\t\t\t    \"BHLT_Nature\" : \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "1671",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 07:48:28 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"CB\",\"srvID\":209,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"CB\",\"timeStamp\":\"2018-07-11T10:48:27.9806341+03:00\",\"guidID\":\"e7acf6e3-8069-4c63-8cea-7771a4273207\"},\"body\":{\"ReqChannelCore\":\"1\",\"AccountNumber\":\"520120\",\"AmtFrom\":\"150\",\"AccountTo\":\"300\",\"BHLT_Nature\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"e7acf6e3-8069-4c63-8cea-7771a4273207\",\"timeStamp\":\"2018-07-11T10:48:28.0743878+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"Teller\":null,\"BranchDesc\":null,\"TransTypeCode\":null,\"TransCode\":null,\"AccountToFees\":null,\"Fees\":0.0,\"AccountTo\":\"300\",\"ChannelID\":null,\"AmtAfter\":0.0,\"DestMailBox\":null,\"Rate\":0.0,\"DecimalPoints\":0,\"Position\":0,\"NarativeLines\":0,\"MultiplyDivideFlag\":null,\"ForceFlag\":null,\"RepID\":null,\"Channel\":null,\"ExpCode\":0.0,\"AmtExtra\":0.0,\"AmtFrom\":150.0,\"BranchFrom\":null,\"CurrCodeFrom\":null,\"CurrISOCodeFrom\":null,\"DateValueFrom\":\"0001-01-01T00:00:00\",\"AmtTo\":10.0,\"BranchTo\":null,\"CurrCodeTo\":null,\"CurrISOCodeTo\":null,\"DateValueTo\":\"0001-01-01T00:00:00\",\"Reference\":\"10072818\",\"BHLT_Nature\":\"1\",\"EDesc\":null,\"EDesc2\":null,\"ADesc\":null,\"ADesc2\":null,\"FNDFlag\":0,\"DatePost\":\"0001-01-01T00:00:00\",\"AmtNorm\":0.0,\"HostHeader\":null,\"RegionCode\":null,\"AccountNumber\":\"520120\",\"BillStatus\":0,\"CustID\":null,\"ReqChannelCore\":\"1\",\"ReqChannelUserCore\":null,\"ReqChannelCodeCore\":null,\"A2AConnChannelID\":null,\"A2AConnUserID\":null,\"A2AConnUserPWD\":null,\"Language\":null,\"AccAttr\":null,\"CustAttr\":null,\"LoanID\":null,\"DateTrans\":\"0001-01-01T00:00:00\",\"ErrorCode\":0,\"Error\":null,\"ErrorEDesc\":null,\"ErrorADesc\":null},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Ext Fund",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "ab9adced-f852-450e-be9a-bc193135ba00",
								"exec": [
									"  "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":210, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \r\n\t\t\t\"ReqChannelCore\": \"1\",\r\n            \"AccountNumber\" : \"0020002209410400001\",\r\n\t\t\t\"AmtFrom\" : \"100\",\r\n\t\t\t\"AccountTo\" : \"50\",\r\n\t\t\t\"BHLT_Nature\" : \"1\"\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Ext Fund",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":210, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \r\n\t\t\t\"ReqChannelCore\": \"1\",\r\n            \"AccountNumber\" : \"0020002209410400001\",\r\n\t\t\t\"AmtFrom\" : \"100\",\r\n\t\t\t\"AccountTo\" : \"50\",\r\n\t\t\t\"BHLT_Nature\" : \"1\"\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 07:49:11 GMT"
								},
								{
									"key": "Content-Length",
									"value": "1569"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 210,\n            \"guidID\": \"a062a4a3-52c1-4bd5-b514-9df0845ad3db\",\n            \"timeStamp\": \"2019-01-13T09:49:11.2660441+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"CustID\": \"1\",\n            \"ReqChannelCore\": \"1\",\n            \"Teller\": \"tareq\",\n            \"TransTypeCode\": \"001\",\n            \"TransCode\": \"01\",\n            \"AccFeeFrom\": \"20\",\n            \"AccFeeTo\": \"10\",\n            \"CompanyID\": 12,\n            \"InoviceNo\": \"10025003\",\n            \"AccountTo\": \"50\",\n            \"AmtAfter\": 20,\n            \"AmtExtra\": 50,\n            \"DestMailBox\": \"101\",\n            \"Rate\": 5,\n            \"DecimalPoints\": 3,\n            \"Position\": 1,\n            \"NarativeLines\": 1,\n            \"MultiplyDivideFlag\": \"1\",\n            \"ForceFlag\": \"1\",\n            \"BillerCode\": \"006\",\n            \"SrvType\": \"8000\",\n            \"BillNo\": \"10030\",\n            \"JobTrx\": \"1\",\n            \"BankRef\": \"A2A\",\n            \"Fees\": 1,\n            \"PaidAmt\": 1,\n            \"TRXRefNo\": \"5177270096994233\",\n            \"ProcessDate\": \"2018-02-27T10:47:17.753\",\n            \"AmtFrom\": \"100\",\n            \"BranchFrom\": \"001\",\n            \"CurrCodeFrom\": \"1\",\n            \"CurrISOCodeFrom\": \"1\",\n            \"DateValueFrom\": \"2018-02-27T10:47:17.753\",\n            \"AmtTo\": 1,\n            \"BranchTo\": \"1\",\n            \"CurrCodeTo\": \"1\",\n            \"CurrISOCodeTo\": \"1\",\n            \"DateValueTo\": \"2018-02-27T10:47:17.753\",\n            \"Reference\": \"anas - emad\",\n            \"BHLT_Nature\": \"1\",\n            \"EDesc\": \"external\",\n            \"EDesc2\": \"external\",\n            \"ADesc\": \"external\",\n            \"ADesc2\": \"external\",\n            \"FNDFlag\": 1,\n            \"DatePost\": \"2018-02-27T10:47:17.753\",\n            \"AmtNorm\": 50,\n            \"HostHeader\": \"CB\",\n            \"LogID\": \"1\",\n            \"AccountNumber\": \"0020002209410400001\",\n            \"BillStatus\": 1,\n            \"ReqChannelUserCore\": \"A2A\",\n            \"ReqChannelCodeCore\": \"CB\",\n            \"A2AConnChannelID\": \"A2A\",\n            \"A2AConnUserID\": \"CB\",\n            \"A2AConnUserPWD\": \"A2A\",\n            \"Language\": \"EN\",\n            \"LoanID\": \"1\",\n            \"DateTrans\": \"2018-02-27T10:47:17.753\",\n            \"RegionCode\": null,\n            \"Channel\": null,\n            \"AccAttr\": null,\n            \"CustAttr\": null,\n            \"ErrorCode\": 0,\n            \"Error\": null,\n            \"ErrorEDesc\": null,\n            \"ErrorADesc\": null\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Last N Trans",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "d58b755e-590c-4605-b276-0701272ee7b8",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":211, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ReqChannelCore\": \"CB\",\r\n\t\t\t    \"AccountNumber\" : \"0261457374410840003\",\r\n\t\t\t    \"TransCount\" : \"150\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Last N Trans",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":211, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ReqChannelCore\": \"CB\",\r\n\t\t\t    \"AccountNumber\" : \"0261457374410840003\",\r\n\t\t\t    \"TransCount\" : \"150\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 07:57:57 GMT"
								},
								{
									"key": "Content-Length",
									"value": "40904"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 211,\n            \"guidID\": \"2f80288d-ac14-48bb-8a45-d46d98060f6c\",\n            \"timeStamp\": \"2019-01-13T09:57:57.5101679+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"TransCount\": 0,\n            \"IndexFrom\": 0,\n            \"IndexTo\": 0,\n            \"Options\": null,\n            \"Transactions\": [\n                {\n                    \"ID\": 1,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"003\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Anas2018-09-23 00:00:00.000\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-09-23T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 35,\n                    \"AmtFC\": 1200,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 360,\n                    \"CurBal\": 150,\n                    \"AvBalFC\": 260,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"Cash deposit for your account\\r\\n\",\n                    \"EDesc2\": \"Cash deposit for your account\\r\\n\",\n                    \"ADesc\": \"ايداع نقدي لحسابك\",\n                    \"ADesc2\": \"ايداع نقدي لحسابك\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 2,\n                    \"Owner\": \"Emad\",\n                    \"Branch\": \"Jabal Amman\",\n                    \"Curr\": \"9600\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"002\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"2\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 2000,\n                    \"AmtFC\": 1050,\n                    \"TransType\": \"0288\",\n                    \"AvBal\": 260,\n                    \"CurBal\": 150,\n                    \"AvBalFC\": 110,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\\r\\n\",\n                    \"ADesc2\": \"المعاملة من حسابك\\r\\n\",\n                    \"BlockBal\": 1\n                },\n                {\n                    \"ID\": 3,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"3\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-09-23T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 20,\n                    \"AmtFC\": 250,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 150,\n                    \"CurBal\": 150,\n                    \"AvBalFC\": 260,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 4,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Jabal Amman\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"020220\",\n                    \"Code\": \"002\",\n                    \"ISOCode\": \"1212255\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"4\",\n                    \"TransIndex\": 4,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 1000,\n                    \"AmtFC\": 375,\n                    \"TransType\": \"0288\",\n                    \"AvBal\": 120,\n                    \"CurBal\": 15,\n                    \"AvBalFC\": 100,\n                    \"CurBalFC\": 30,\n                    \"EDesc\": \"A batch of mobile payment system\\r\\n\",\n                    \"EDesc2\": \"A batch of mobile payment system\\r\\n\",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 1\n                },\n                {\n                    \"ID\": 6,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"6\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-09-23T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 30,\n                    \"AmtFC\": 1250.25,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 400,\n                    \"CurBal\": 100,\n                    \"AvBalFC\": 20,\n                    \"CurBalFC\": 40,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 7,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"7\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 450,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 460,\n                    \"CurBal\": 20,\n                    \"AvBalFC\": 200,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 8,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"8\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 80,\n                    \"AmtFC\": 350,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 800,\n                    \"CurBal\": 50,\n                    \"AvBalFC\": 40,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"Cash deposit for your account\\r\\n\",\n                    \"EDesc2\": \"Cash deposit for your account\\r\\n\",\n                    \"ADesc\": \"ايداع نقدي لحسابك\",\n                    \"ADesc2\": \"ايداع نقدي لحسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 9,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"9\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 50,\n                    \"AmtFC\": 400,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 450,\n                    \"CurBal\": 500,\n                    \"AvBalFC\": 100,\n                    \"CurBalFC\": 20,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 10,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"10\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-09-22T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 50,\n                    \"AmtFC\": 1050.15,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 20,\n                    \"CurBal\": 600,\n                    \"AvBalFC\": 50,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"A batch of mobile payment system\\r\\n\",\n                    \"EDesc2\": \"A batch of mobile payment system\\r\\n\",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 11,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"11\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 40,\n                    \"AmtFC\": 610,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 1100,\n                    \"CurBal\": 40,\n                    \"AvBalFC\": 310,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 12,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"12\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 50,\n                    \"AmtFC\": 640,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 200,\n                    \"CurBal\": 30,\n                    \"AvBalFC\": 20,\n                    \"CurBalFC\": 30,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 13,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"13\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 600,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 1400,\n                    \"CurBal\": 20,\n                    \"AvBalFC\": 10,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"Cash deposit for your account\\r\\n\",\n                    \"EDesc2\": \"Cash deposit for your account\\r\\n\",\n                    \"ADesc\": \"ايداع نقدي لحسابك\",\n                    \"ADesc2\": \"ايداع نقدي لحسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 14,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Jabal Amman\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"14\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-10-16T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 40,\n                    \"AmtFC\": 500,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 250,\n                    \"CurBal\": 15,\n                    \"AvBalFC\": 120,\n                    \"CurBalFC\": 50,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 15,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"15\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-14T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 50,\n                    \"AmtFC\": 1100,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 100,\n                    \"CurBal\": 410,\n                    \"AvBalFC\": 10,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"A batch of mobile payment system\\r\\n\",\n                    \"EDesc2\": \"A batch of mobile payment system\\r\\n\",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 16,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"16\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-13T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 35,\n                    \"AmtFC\": 1200,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 360,\n                    \"CurBal\": 20,\n                    \"AvBalFC\": 25,\n                    \"CurBalFC\": 20,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 17,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Jabal Amman\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"17\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-11T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 60,\n                    \"AmtFC\": 100,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 110,\n                    \"CurBal\": 25,\n                    \"AvBalFC\": 50,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 18,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"18\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 30,\n                    \"AmtFC\": 850,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 640,\n                    \"CurBal\": 50,\n                    \"AvBalFC\": 20,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 19,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"19\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-07-12T00:00:00\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 900,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 200,\n                    \"CurBal\": 60,\n                    \"AvBalFC\": 140,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 20,\n                    \"Owner\": \"Ftoon\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"4200\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"20\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-20T00:00:00\",\n                    \"DateValue\": \"2018-08-20T00:00:00\",\n                    \"Amt\": 400,\n                    \"AmtFC\": 800,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 160,\n                    \"CurBal\": 70,\n                    \"AvBalFC\": 180,\n                    \"CurBalFC\": 5,\n                    \"EDesc\": \"A batch of mobile payment system\\r\\n\",\n                    \"EDesc2\": \"A batch of mobile payment system\\r\\n\",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 64,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"64\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-11-08T16:56:24.413\",\n                    \"DateValue\": \"2018-11-29T16:56:24.413\",\n                    \"Amt\": 900,\n                    \"AmtFC\": 900,\n                    \"TransType\": \"0001\",\n                    \"AvBal\": 5900,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 66,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"66\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-11-08T16:56:26.663\",\n                    \"DateValue\": \"2018-11-29T16:56:26.663\",\n                    \"Amt\": 900,\n                    \"AmtFC\": 900,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 6800,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 70,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"70\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-11-14T09:56:34.097\",\n                    \"DateValue\": \"2018-12-05T09:56:34.097\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 10,\n                    \"TransType\": \"0001\",\n                    \"AvBal\": 7710,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 72,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"72\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-11-14T15:15:45.22\",\n                    \"DateValue\": \"2018-12-05T15:15:45.22\",\n                    \"Amt\": 5,\n                    \"AmtFC\": 5,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 7715,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 81,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Tareq Margi\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-11-19T09:41:15.967\",\n                    \"DateValue\": \"2018-12-10T09:41:15.967\",\n                    \"Amt\": 55,\n                    \"AmtFC\": 55,\n                    \"TransType\": \"0001\",\n                    \"AvBal\": 7770,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 83,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Tareq Margi\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-11-21T09:33:24.173\",\n                    \"DateValue\": \"2018-12-12T09:33:24.173\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 10,\n                    \"TransType\": \"0001\",\n                    \"AvBal\": 7780,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 91,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Tareq Margi\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-11-25T17:15:03.143\",\n                    \"DateValue\": \"2018-12-16T17:15:03.143\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 10,\n                    \"TransType\": \"0001\",\n                    \"AvBal\": 7790,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 93,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Tareq Margi\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-11-25T22:21:39.027\",\n                    \"DateValue\": \"2018-12-16T22:21:39.027\",\n                    \"Amt\": 1,\n                    \"AmtFC\": 1,\n                    \"TransType\": \"0001\",\n                    \"AvBal\": 7791,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 95,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Tareq Margi\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-11-26T09:16:48.077\",\n                    \"DateValue\": \"2018-12-17T09:16:48.077\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 10,\n                    \"TransType\": \"0001\",\n                    \"AvBal\": 7801,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 99,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Tareq Margi\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-11-26T09:41:32.937\",\n                    \"DateValue\": \"2018-12-17T09:41:32.937\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 10,\n                    \"TransType\": \"0001\",\n                    \"AvBal\": 7811,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 100,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Tareq Margi\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-11-26T11:17:03.553\",\n                    \"DateValue\": \"2018-12-17T11:17:03.553\",\n                    \"Amt\": 200,\n                    \"AmtFC\": 200,\n                    \"TransType\": \"0001\",\n                    \"AvBal\": 7611,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Debit\",\n                    \"EDesc2\": \"Debit\",\n                    \"ADesc\": \"سحب نقدي\",\n                    \"ADesc2\": \"سحب\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 103,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Tareq Margi\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-11-29T12:17:09.313\",\n                    \"DateValue\": \"2018-12-20T12:17:09.313\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 10,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 7621,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 105,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Tareq Margi\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-11-29T12:53:09.49\",\n                    \"DateValue\": \"2018-12-20T12:53:09.49\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 10,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 7631,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 107,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Tareq Margi\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-11-29T14:44:41.477\",\n                    \"DateValue\": \"2018-12-20T14:44:41.477\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 10,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 7641,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 109,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Tareq Margi\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-12-02T09:54:24.643\",\n                    \"DateValue\": \"2018-12-23T09:54:24.643\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 10,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 7651,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 111,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Tareq Margi\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-12-02T10:12:08.283\",\n                    \"DateValue\": \"2018-12-23T10:12:08.283\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 10,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 7661,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 112,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Tareq Margi\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-12-02T17:03:58.243\",\n                    \"DateValue\": \"2018-12-23T17:03:58.243\",\n                    \"Amt\": 12,\n                    \"AmtFC\": 12,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 7649,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Debit\",\n                    \"EDesc2\": \"Debit\",\n                    \"ADesc\": \"سحب نقدي\",\n                    \"ADesc2\": \"سحب\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 158,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"1\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-09-23T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 35,\n                    \"AmtFC\": 1200,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 360,\n                    \"CurBal\": 150,\n                    \"AvBalFC\": 260,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"Cash deposit for your account  \",\n                    \"EDesc2\": \"Cash deposit for your account  \",\n                    \"ADesc\": \"ايداع نقدي لحسابك\",\n                    \"ADesc2\": \"ايداع نقدي لحسابك\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 159,\n                    \"Owner\": \"Emad\",\n                    \"Branch\": \"Jabal Amman\",\n                    \"Curr\": \"9600\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"2\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 2000,\n                    \"AmtFC\": 1050,\n                    \"TransType\": \"0288\",\n                    \"AvBal\": 260,\n                    \"CurBal\": 150,\n                    \"AvBalFC\": 110,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك  \",\n                    \"ADesc2\": \"المعاملة من حسابك  \",\n                    \"BlockBal\": 1\n                },\n                {\n                    \"ID\": 160,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"3\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-09-23T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 20,\n                    \"AmtFC\": 250,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 150,\n                    \"CurBal\": 150,\n                    \"AvBalFC\": 260,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 161,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Jabal Amman\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"20220\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"1212255\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"4\",\n                    \"TransIndex\": 4,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 1000,\n                    \"AmtFC\": 375,\n                    \"TransType\": \"0288\",\n                    \"AvBal\": 120,\n                    \"CurBal\": 15,\n                    \"AvBalFC\": 100,\n                    \"CurBalFC\": 30,\n                    \"EDesc\": \"A batch of mobile payment system  \",\n                    \"EDesc2\": \"A batch of mobile payment system  \",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 1\n                },\n                {\n                    \"ID\": 162,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"6\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-09-23T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 30,\n                    \"AmtFC\": 1250.25,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 400,\n                    \"CurBal\": 100,\n                    \"AvBalFC\": 20,\n                    \"CurBalFC\": 40,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 163,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"7\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 450,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 460,\n                    \"CurBal\": 20,\n                    \"AvBalFC\": 200,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 164,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"8\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 80,\n                    \"AmtFC\": 350,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 800,\n                    \"CurBal\": 50,\n                    \"AvBalFC\": 40,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"Cash deposit for your account  \",\n                    \"EDesc2\": \"Cash deposit for your account  \",\n                    \"ADesc\": \"ايداع نقدي لحسابك\",\n                    \"ADesc2\": \"ايداع نقدي لحسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 165,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"9\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 50,\n                    \"AmtFC\": 400,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 450,\n                    \"CurBal\": 500,\n                    \"AvBalFC\": 100,\n                    \"CurBalFC\": 20,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 166,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"10\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-09-22T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 50,\n                    \"AmtFC\": 1050.15,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 20,\n                    \"CurBal\": 600,\n                    \"AvBalFC\": 50,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"A batch of mobile payment system  \",\n                    \"EDesc2\": \"A batch of mobile payment system  \",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 167,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"11\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 40,\n                    \"AmtFC\": 610,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 1100,\n                    \"CurBal\": 40,\n                    \"AvBalFC\": 310,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 168,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"12\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 50,\n                    \"AmtFC\": 640,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 200,\n                    \"CurBal\": 30,\n                    \"AvBalFC\": 20,\n                    \"CurBalFC\": 30,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 169,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"13\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 600,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 1400,\n                    \"CurBal\": 20,\n                    \"AvBalFC\": 10,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"Cash deposit for your account  \",\n                    \"EDesc2\": \"Cash deposit for your account  \",\n                    \"ADesc\": \"ايداع نقدي لحسابك\",\n                    \"ADesc2\": \"ايداع نقدي لحسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 170,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Jabal Amman\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"14\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-10-16T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 40,\n                    \"AmtFC\": 500,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 250,\n                    \"CurBal\": 15,\n                    \"AvBalFC\": 120,\n                    \"CurBalFC\": 50,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 171,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"15\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-14T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 50,\n                    \"AmtFC\": 1100,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 100,\n                    \"CurBal\": 410,\n                    \"AvBalFC\": 10,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"A batch of mobile payment system  \",\n                    \"EDesc2\": \"A batch of mobile payment system  \",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 172,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"16\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-13T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 35,\n                    \"AmtFC\": 1200,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 360,\n                    \"CurBal\": 20,\n                    \"AvBalFC\": 25,\n                    \"CurBalFC\": 20,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 173,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Jabal Amman\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"17\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-11T00:00:00\",\n                    \"DateValue\": \"2018-08-22T00:00:00\",\n                    \"Amt\": 60,\n                    \"AmtFC\": 100,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 110,\n                    \"CurBal\": 25,\n                    \"AvBalFC\": 50,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 174,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"18\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-15T00:00:00\",\n                    \"Amt\": 30,\n                    \"AmtFC\": 850,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 640,\n                    \"CurBal\": 50,\n                    \"AvBalFC\": 20,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 175,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"19\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-22T00:00:00\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 900,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 200,\n                    \"CurBal\": 60,\n                    \"AvBalFC\": 140,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 176,\n                    \"Owner\": \"Ftoon\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"4200\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"20\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-20T00:00:00\",\n                    \"DateValue\": \"2018-07-07T00:00:00\",\n                    \"Amt\": 400,\n                    \"AmtFC\": 800,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 160,\n                    \"CurBal\": 70,\n                    \"AvBalFC\": 180,\n                    \"CurBalFC\": 5,\n                    \"EDesc\": \"A batch of mobile payment system  \",\n                    \"EDesc2\": \"A batch of mobile payment system  \",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 177,\n                    \"Owner\": \"Ftoon\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"4200\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"20\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-20T00:00:00\",\n                    \"DateValue\": \"2018-07-07T00:00:00\",\n                    \"Amt\": 400,\n                    \"AmtFC\": 800,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 160,\n                    \"CurBal\": 70,\n                    \"AvBalFC\": 180,\n                    \"CurBalFC\": 5,\n                    \"EDesc\": \"A batch of mobile payment system\",\n                    \"EDesc2\": \"A batch of mobile payment system  \",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 3\n                },\n                {\n                    \"ID\": 179,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Jabal Amman\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"14\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-10-16T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 40,\n                    \"AmtFC\": 500,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 250,\n                    \"CurBal\": 15,\n                    \"AvBalFC\": 120,\n                    \"CurBalFC\": 50,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 180,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"15\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-14T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 50,\n                    \"AmtFC\": 1100,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 100,\n                    \"CurBal\": 410,\n                    \"AvBalFC\": 10,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"A batch of mobile payment system  \",\n                    \"EDesc2\": \"A batch of mobile payment system  \",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 181,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"16\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-13T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 35,\n                    \"AmtFC\": 1200,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 360,\n                    \"CurBal\": 20,\n                    \"AvBalFC\": 25,\n                    \"CurBalFC\": 20,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 182,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Jabal Amman\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"17\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-11T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 60,\n                    \"AmtFC\": 100,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 110,\n                    \"CurBal\": 25,\n                    \"AvBalFC\": 50,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 183,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"18\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 30,\n                    \"AmtFC\": 850,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 640,\n                    \"CurBal\": 50,\n                    \"AvBalFC\": 20,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 184,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"18\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-06-06T00:00:00\",\n                    \"Amt\": 30,\n                    \"AmtFC\": 850,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 640,\n                    \"CurBal\": 50,\n                    \"AvBalFC\": 20,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 185,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"19\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-06-06T00:00:00\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 900,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 200,\n                    \"CurBal\": 60,\n                    \"AvBalFC\": 140,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 186,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Jabal Amman\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"17\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-11T00:00:00\",\n                    \"DateValue\": \"2018-06-05T00:00:00\",\n                    \"Amt\": 60,\n                    \"AmtFC\": 100,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 110,\n                    \"CurBal\": 25,\n                    \"AvBalFC\": 50,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 187,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"19\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 900,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 200,\n                    \"CurBal\": 60,\n                    \"AvBalFC\": 140,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 188,\n                    \"Owner\": \"Ftoon\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"4200\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"20\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-20T00:00:00\",\n                    \"DateValue\": \"2018-08-07T00:00:00\",\n                    \"Amt\": 400,\n                    \"AmtFC\": 800,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 160,\n                    \"CurBal\": 70,\n                    \"AvBalFC\": 180,\n                    \"CurBalFC\": 5,\n                    \"EDesc\": \"A batch of mobile payment system  \",\n                    \"EDesc2\": \"A batch of mobile payment system  \",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 189,\n                    \"Owner\": \"Ftoon\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"4200\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"20\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-20T00:00:00\",\n                    \"DateValue\": \"2018-08-07T00:00:00\",\n                    \"Amt\": 400,\n                    \"AmtFC\": 800,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 160,\n                    \"CurBal\": 70,\n                    \"AvBalFC\": 180,\n                    \"CurBalFC\": 5,\n                    \"EDesc\": \"A batch of mobile payment system\",\n                    \"EDesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"ADesc2\": \"قيد دفعة من نظام الدفع بالهاتف النقال\",\n                    \"BlockBal\": 4\n                },\n                {\n                    \"ID\": 190,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"18\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-06T00:00:00\",\n                    \"Amt\": 30,\n                    \"AmtFC\": 850,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 640,\n                    \"CurBal\": 50,\n                    \"AvBalFC\": 20,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 191,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Shmisani\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"19\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-12T00:00:00\",\n                    \"DateValue\": \"2018-08-06T00:00:00\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 900,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 200,\n                    \"CurBal\": 60,\n                    \"AvBalFC\": 140,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 192,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"Jabal Amman\",\n                    \"Curr\": \"6300\",\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"22310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"17\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-08-11T00:00:00\",\n                    \"DateValue\": \"2018-08-05T00:00:00\",\n                    \"Amt\": 60,\n                    \"AmtFC\": 100,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 110,\n                    \"CurBal\": 25,\n                    \"AvBalFC\": 50,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 1199,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"TareqMargi\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-12-11T11:20:06.64\",\n                    \"DateValue\": \"2019-01-01T11:20:06.64\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 10,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 7659,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 1285,\n                    \"Owner\": \"Emad\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Smith199012/26/2018 12:13:19 PM\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-12-26T12:13:19.387\",\n                    \"DateValue\": \"2019-01-16T12:13:19.387\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 10,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 7669,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 1289,\n                    \"Owner\": \"Emad\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Smith199012/26/2018 12:46:29 PM\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-12-26T12:46:29.093\",\n                    \"DateValue\": \"2019-01-16T12:46:29.093\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 10,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 7679,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 1322,\n                    \"Owner\": \"Tareq\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"412\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Tareq Margi\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2019-01-08T17:30:48.56\",\n                    \"DateValue\": \"2019-01-29T17:30:48.56\",\n                    \"Amt\": 20,\n                    \"AmtFC\": 20,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 7659,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Update Available Balance\",\n                    \"EDesc2\": \"Update Available Balance\",\n                    \"ADesc\": \"تحديث الرصيد المتوفر\",\n                    \"ADesc2\": \"تحديث الرصيد المتوفر\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 1333,\n                    \"Owner\": \"Emad\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"412\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Smith19901/10/2019 4:34:25 PM\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2019-01-10T16:34:25.283\",\n                    \"DateValue\": \"2019-01-31T16:34:25.283\",\n                    \"Amt\": 2,\n                    \"AmtFC\": 2,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 7661,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 1335,\n                    \"Owner\": \"Emad\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"Type\": \"412\",\n                    \"SubNo\": \"005\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"Smith19901/10/2019 4:48:53 PM\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2019-01-10T16:48:53.823\",\n                    \"DateValue\": \"2019-01-31T16:48:53.823\",\n                    \"Amt\": 15.5,\n                    \"AmtFC\": 15.5,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 7676.5,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 5000,\n                    \"CurBalFC\": 5000,\n                    \"EDesc\": \"Credit\",\n                    \"EDesc2\": \"Credit\",\n                    \"ADesc\": \"ايداع نقدي\",\n                    \"ADesc2\": \"ايداع نقدي\",\n                    \"BlockBal\": 0\n                }\n            ],\n            \"HostHeader\": null,\n            \"RegionCode\": \"JO\",\n            \"LogID\": 0,\n            \"AccountNumber\": \"0261457374410840003\",\n            \"BillStatus\": 0,\n            \"CustID\": 2,\n            \"ReqChannelCore\": \"CB\",\n            \"ReqChannelUserCore\": null,\n            \"ReqChannelCodeCore\": null,\n            \"A2AConnChannelID\": null,\n            \"A2AConnUserID\": null,\n            \"A2AConnUserPWD\": null,\n            \"Channel\": \"I\",\n            \"Language\": null,\n            \"AccAttr\": \"10203\",\n            \"CustAttr\": \"20312\",\n            \"LoanID\": null,\n            \"DateTrans\": \"0001-01-01T00:00:00\",\n            \"ErrorCode\": 0,\n            \"Error\": null,\n            \"ErrorEDesc\": null,\n            \"ErrorADesc\": null\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Account List",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "65329f89-b426-4a9f-a508-2a99426675cd",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":212, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Account List",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":212, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 08:07:35 GMT"
								},
								{
									"key": "Content-Length",
									"value": "79527"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 212,\n            \"guidID\": \"c8a3f2af-1c80-4c8b-99e3-6ed0be850f46\",\n            \"timeStamp\": \"2019-01-13T10:07:35.7870036+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"AccType\": \"510\",\n            \"Branch\": \"001\",\n            \"Status\": \"2\",\n            \"Accounts\": [\n                {\n                    \"ID\": 4,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0020002209410400001\",\n                    \"AccountNumber\": \"0020002209410400001\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"001\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 9500,\n                    \"SignedCurBal\": 1200,\n                    \"AvBal\": 2751.99,\n                    \"BlockBal\": 1500,\n                    \"CurBalFC\": 1500,\n                    \"AvBalFC\": 1500,\n                    \"BlockBalFC\": 10,\n                    \"AmtHold\": 200,\n                    \"AmtCredit\": 960,\n                    \"AmtDebit\": 120,\n                    \"AmtFloat\": 10,\n                    \"ClearBal\": 5,\n                    \"ReservedBal\": 15,\n                    \"NonClearBal\": 1,\n                    \"EquivBal\": 1404.19,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-02-27T10:47:17.753\",\n                    \"DateMaturity\": \"2018-02-27T10:47:17.753\",\n                    \"MaturityDays\": 3,\n                    \"TransCount\": 2,\n                    \"IsNavigate\": true,\n                    \"IsDormant\": true,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": true,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 5,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0020002209510400002\",\n                    \"AccountNumber\": \"0020002209510400002\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 9500,\n                    \"SignedCurBal\": 1200,\n                    \"AvBal\": 4671.13,\n                    \"BlockBal\": 24588,\n                    \"CurBalFC\": 24588,\n                    \"AvBalFC\": 24588,\n                    \"BlockBalFC\": 10,\n                    \"AmtHold\": 200,\n                    \"AmtCredit\": 960,\n                    \"AmtDebit\": 120,\n                    \"AmtFloat\": 10,\n                    \"ClearBal\": 5,\n                    \"ReservedBal\": 15,\n                    \"NonClearBal\": 1,\n                    \"EquivBal\": 24623.81,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-08-27T10:47:17.753\",\n                    \"DateMaturity\": \"2018-08-27T10:47:17.753\",\n                    \"MaturityDays\": 3,\n                    \"TransCount\": 1,\n                    \"IsNavigate\": true,\n                    \"IsDormant\": true,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": true,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 6,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0020002209411400003\",\n                    \"AccountNumber\": \"0020002209411400003\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"411\",\n                    \"SubNo\": \"003\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Salaries Account\",\n                    \"EDesc2\": \"Salaries Account\",\n                    \"ADesc\": \"رواتب\",\n                    \"ADesc2\": \"حساب رواتب\",\n                    \"CurBal\": 9500,\n                    \"SignedCurBal\": 1200,\n                    \"AvBal\": 12584,\n                    \"BlockBal\": 13546,\n                    \"CurBalFC\": 13546,\n                    \"AvBalFC\": 13546,\n                    \"BlockBalFC\": 10,\n                    \"AmtHold\": 200,\n                    \"AmtCredit\": 960,\n                    \"AmtDebit\": 120,\n                    \"AmtFloat\": 10,\n                    \"ClearBal\": 5,\n                    \"ReservedBal\": 15,\n                    \"NonClearBal\": 1,\n                    \"EquivBal\": 13546,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-09-27T10:47:17.753\",\n                    \"DateMaturity\": \"2018-09-27T10:47:17.753\",\n                    \"MaturityDays\": 3,\n                    \"TransCount\": 2,\n                    \"IsNavigate\": true,\n                    \"IsDormant\": true,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": true,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"2\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 7,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0020002209512400004\",\n                    \"AccountNumber\": \"0020002209512400004\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"512\",\n                    \"SubNo\": \"004\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Deposit Account\",\n                    \"EDesc2\": \"Deposit Account\",\n                    \"ADesc\": \"ودائع لأجل\",\n                    \"ADesc2\": \"ودائع لأجل\",\n                    \"CurBal\": 9500,\n                    \"SignedCurBal\": 1200,\n                    \"AvBal\": 10017,\n                    \"BlockBal\": 880,\n                    \"CurBalFC\": 880,\n                    \"AvBalFC\": 880,\n                    \"BlockBalFC\": 10,\n                    \"AmtHold\": 200,\n                    \"AmtCredit\": 960,\n                    \"AmtDebit\": 120,\n                    \"AmtFloat\": 10,\n                    \"ClearBal\": 5,\n                    \"ReservedBal\": 15,\n                    \"NonClearBal\": 1,\n                    \"EquivBal\": 940,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-10-12T10:47:17.753\",\n                    \"DateMaturity\": \"2018-10-12T10:47:17.753\",\n                    \"MaturityDays\": 3,\n                    \"TransCount\": 1,\n                    \"IsNavigate\": true,\n                    \"IsDormant\": true,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": true,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 8,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0020002209412400005\",\n                    \"AccountNumber\": \"0020002209412400005\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"840\",\n                    \"CurrISOCode\": \"USD\",\n                    \"Type\": \"412\",\n                    \"SubNo\": \"005\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"DEMAND Account\",\n                    \"EDesc2\": \"DEMAND Account\",\n                    \"ADesc\": \"تحت الطلب\",\n                    \"ADesc2\": \"تحت الطلب\",\n                    \"CurBal\": 9500,\n                    \"SignedCurBal\": 1200,\n                    \"AvBal\": 497313.45,\n                    \"BlockBal\": 10,\n                    \"CurBalFC\": 10000,\n                    \"AvBalFC\": 10000,\n                    \"BlockBalFC\": 10,\n                    \"AmtHold\": 200,\n                    \"AmtCredit\": 960,\n                    \"AmtDebit\": 120,\n                    \"AmtFloat\": 10,\n                    \"ClearBal\": 5,\n                    \"ReservedBal\": 15,\n                    \"NonClearBal\": 1,\n                    \"EquivBal\": 10000,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-10-20T10:47:17.753\",\n                    \"DateMaturity\": \"2018-10-20T10:47:17.753\",\n                    \"MaturityDays\": 3,\n                    \"TransCount\": 1,\n                    \"IsNavigate\": true,\n                    \"IsDormant\": true,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": true,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 9,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0261457374410840003\",\n                    \"AccountNumber\": \"0261457374410840003\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"412\",\n                    \"SubNo\": \"005\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"DEMAND Account\",\n                    \"EDesc2\": \"DEMAND Account\",\n                    \"ADesc\": \"تحت الطلب\",\n                    \"ADesc2\": \"تحت الطلب\",\n                    \"CurBal\": 9500,\n                    \"SignedCurBal\": 1200,\n                    \"AvBal\": 7676.5,\n                    \"BlockBal\": 20,\n                    \"CurBalFC\": 5000,\n                    \"AvBalFC\": 5000,\n                    \"BlockBalFC\": 10,\n                    \"AmtHold\": 200,\n                    \"AmtCredit\": 960,\n                    \"AmtDebit\": 120,\n                    \"AmtFloat\": 10,\n                    \"ClearBal\": 5,\n                    \"ReservedBal\": 15,\n                    \"NonClearBal\": 1,\n                    \"EquivBal\": 5000,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-10-20T10:47:17.753\",\n                    \"DateMaturity\": \"2018-10-20T10:47:17.753\",\n                    \"MaturityDays\": 3,\n                    \"TransCount\": 1,\n                    \"IsNavigate\": true,\n                    \"IsDormant\": true,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": true,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"2\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 10,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0200017672412400006\",\n                    \"AccountNumber\": \"0200017672412400006\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"412\",\n                    \"SubNo\": \"005\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"DEMAND Account\",\n                    \"EDesc2\": \"DEMAND Account\",\n                    \"ADesc\": \"تحت الطلب\",\n                    \"ADesc2\": \"تحت الطلب\",\n                    \"CurBal\": 9500,\n                    \"SignedCurBal\": 1200,\n                    \"AvBal\": 4359.16,\n                    \"BlockBal\": 50,\n                    \"CurBalFC\": 4500,\n                    \"AvBalFC\": 4500,\n                    \"BlockBalFC\": 10,\n                    \"AmtHold\": 200,\n                    \"AmtCredit\": 960,\n                    \"AmtDebit\": 120,\n                    \"AmtFloat\": 10,\n                    \"ClearBal\": 5,\n                    \"ReservedBal\": 15,\n                    \"NonClearBal\": 1,\n                    \"EquivBal\": 4500,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-10-21T10:47:17.753\",\n                    \"DateMaturity\": \"2018-10-21T10:47:17.753\",\n                    \"MaturityDays\": 3,\n                    \"TransCount\": 1,\n                    \"IsNavigate\": true,\n                    \"IsDormant\": true,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": true,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 11,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0020017672510400004\",\n                    \"AccountNumber\": \"0020017672510400004\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"412\",\n                    \"SubNo\": \"005\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"DEMAND Account\",\n                    \"EDesc2\": \"DEMAND Account\",\n                    \"ADesc\": \"تحت الطلب\",\n                    \"ADesc2\": \"تحت الطلب\",\n                    \"CurBal\": 9500,\n                    \"SignedCurBal\": 1200,\n                    \"AvBal\": 5795,\n                    \"BlockBal\": 10,\n                    \"CurBalFC\": 6000,\n                    \"AvBalFC\": 6000,\n                    \"BlockBalFC\": 10,\n                    \"AmtHold\": 200,\n                    \"AmtCredit\": 960,\n                    \"AmtDebit\": 120,\n                    \"AmtFloat\": 10,\n                    \"ClearBal\": 5,\n                    \"ReservedBal\": 15,\n                    \"NonClearBal\": 1,\n                    \"EquivBal\": 6000,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-10-24T10:47:17.753\",\n                    \"DateMaturity\": \"2018-10-24T10:47:17.753\",\n                    \"MaturityDays\": 3,\n                    \"TransCount\": 1,\n                    \"IsNavigate\": true,\n                    \"IsDormant\": true,\n                    \"IsBlocking\": true,\n                    \"HasPassword\": true,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"2\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 14,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0020017672510400011\",\n                    \"AccountNumber\": \"0020017672510400011\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"512\",\n                    \"SubNo\": \"001\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Deposit Account\",\n                    \"EDesc2\": \"Deposit Account\",\n                    \"ADesc\": \"حساب ودائع لاجل\",\n                    \"ADesc2\": \"حساب ودائع لاجل\",\n                    \"CurBal\": 4000,\n                    \"SignedCurBal\": 4000,\n                    \"AvBal\": 3800,\n                    \"BlockBal\": 50,\n                    \"CurBalFC\": 250,\n                    \"AvBalFC\": 1260,\n                    \"BlockBalFC\": 1,\n                    \"AmtHold\": 50,\n                    \"AmtCredit\": 200,\n                    \"AmtDebit\": 50,\n                    \"AmtFloat\": 15,\n                    \"ClearBal\": 2,\n                    \"ReservedBal\": 5,\n                    \"NonClearBal\": 1,\n                    \"EquivBal\": 3800,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-10-26T10:47:17.753\",\n                    \"DateMaturity\": \"2018-10-26T10:47:17.753\",\n                    \"MaturityDays\": 3,\n                    \"TransCount\": 1,\n                    \"IsNavigate\": true,\n                    \"IsDormant\": true,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": true,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"4\",\n                    \"Chk\": \"2\"\n                },\n                {\n                    \"ID\": 15,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0020017672510400012\",\n                    \"AccountNumber\": \"0020017672510400012\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"512\",\n                    \"SubNo\": \"001\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Deposit Account\",\n                    \"EDesc2\": \"Deposit Account\",\n                    \"ADesc\": \"حساب ودائع لاجل\",\n                    \"ADesc2\": \"حساب ودائع لاجل\",\n                    \"CurBal\": 3000,\n                    \"SignedCurBal\": 3000,\n                    \"AvBal\": 2820,\n                    \"BlockBal\": 100,\n                    \"CurBalFC\": 300,\n                    \"AvBalFC\": 200,\n                    \"BlockBalFC\": 5,\n                    \"AmtHold\": 75,\n                    \"AmtCredit\": 300,\n                    \"AmtDebit\": 66,\n                    \"AmtFloat\": 5,\n                    \"ClearBal\": 6,\n                    \"ReservedBal\": 5,\n                    \"NonClearBal\": 3,\n                    \"EquivBal\": 2800,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-10-27T10:47:17.753\",\n                    \"DateMaturity\": \"2018-10-27T10:47:17.753\",\n                    \"MaturityDays\": 4,\n                    \"TransCount\": 2,\n                    \"IsNavigate\": true,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": true,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"5\",\n                    \"Chk\": \"4\"\n                },\n                {\n                    \"ID\": 16,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0020017672510400013\",\n                    \"AccountNumber\": \"0020017672510400013\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"411\",\n                    \"SubNo\": \"001\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Salaries Account\",\n                    \"EDesc2\": \"Salaries Account\",\n                    \"ADesc\": \"حساب رواتب\",\n                    \"ADesc2\": \"حساب رواتب\",\n                    \"CurBal\": 1500,\n                    \"SignedCurBal\": 1500,\n                    \"AvBal\": 1200,\n                    \"BlockBal\": 20,\n                    \"CurBalFC\": 400,\n                    \"AvBalFC\": 1200,\n                    \"BlockBalFC\": 10,\n                    \"AmtHold\": 80,\n                    \"AmtCredit\": 100,\n                    \"AmtDebit\": 90,\n                    \"AmtFloat\": 8,\n                    \"ClearBal\": 6,\n                    \"ReservedBal\": 5,\n                    \"NonClearBal\": 1,\n                    \"EquivBal\": 1200,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-10-27T11:34:06.93\",\n                    \"DateMaturity\": \"2018-10-27T11:34:06.93\",\n                    \"MaturityDays\": 4,\n                    \"TransCount\": 1,\n                    \"IsNavigate\": true,\n                    \"IsDormant\": true,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": true,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"2\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"6\",\n                    \"Chk\": \"3\"\n                },\n                {\n                    \"ID\": 20,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0020002209512400015\",\n                    \"AccountNumber\": \"0020002209512400015\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"514\",\n                    \"SubNo\": \"004\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Loan Account\",\n                    \"EDesc2\": \"Loan Account\",\n                    \"ADesc\": \"حساب قروض\",\n                    \"ADesc2\": \"حساب قروض\",\n                    \"CurBal\": 9500,\n                    \"SignedCurBal\": 1200,\n                    \"AvBal\": 940,\n                    \"BlockBal\": 880,\n                    \"CurBalFC\": 880,\n                    \"AvBalFC\": 880,\n                    \"BlockBalFC\": 10,\n                    \"AmtHold\": 200,\n                    \"AmtCredit\": 960,\n                    \"AmtDebit\": 120,\n                    \"AmtFloat\": 10,\n                    \"ClearBal\": 5,\n                    \"ReservedBal\": 15,\n                    \"NonClearBal\": 1,\n                    \"EquivBal\": 940,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-10-12T10:47:17.753\",\n                    \"DateMaturity\": \"2018-10-12T10:47:17.753\",\n                    \"MaturityDays\": 3,\n                    \"TransCount\": 1,\n                    \"IsNavigate\": true,\n                    \"IsDormant\": true,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": true,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 57,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251093245\",\n                    \"AccountNumber\": \"000220900251093245\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 221,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-10-31T13:30:31.75\",\n                    \"DateMaturity\": \"2018-10-31T13:30:31.75\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"2\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 58,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241054381\",\n                    \"AccountNumber\": \"000220900241054381\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"ATS\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-10-31T13:43:57.273\",\n                    \"DateMaturity\": \"2018-10-31T13:43:57.273\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"2\",\n                    \"Chk\": \"2\"\n                },\n                {\n                    \"ID\": 59,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251064325\",\n                    \"AccountNumber\": \"000220900251064325\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-01T09:21:47.147\",\n                    \"DateMaturity\": \"2018-11-01T09:21:47.147\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"3\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 60,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251063230\",\n                    \"AccountNumber\": \"000220900251063230\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 6000,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-01T09:21:48.223\",\n                    \"DateMaturity\": \"2018-11-01T09:21:48.223\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"5\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 62,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0002209002410180\",\n                    \"AccountNumber\": \"0002209002410180\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"BEF\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-04T12:29:37.95\",\n                    \"DateMaturity\": \"2018-11-04T12:29:37.95\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"6\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 63,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241056487\",\n                    \"AccountNumber\": \"000220900241056487\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"AUD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-04T13:46:42.907\",\n                    \"DateMaturity\": \"2018-11-04T13:46:42.907\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"7\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 64,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251058552\",\n                    \"AccountNumber\": \"000220900251058552\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"AUD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-04T16:51:07.063\",\n                    \"DateMaturity\": \"2018-11-04T16:51:07.063\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"8\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 65,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251032616\",\n                    \"AccountNumber\": \"000220900251032616\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"ATS\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-05T15:08:12.36\",\n                    \"DateMaturity\": \"2018-11-05T15:08:12.36\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"9\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 66,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900141164648\",\n                    \"AccountNumber\": \"000220900141164648\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"411\",\n                    \"SubNo\": \"001\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Salaries Account\",\n                    \"EDesc2\": \"Salaries Account\",\n                    \"ADesc\": \"حساب رواتب\",\n                    \"ADesc2\": \"حساب رواتب\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-05T15:24:31.867\",\n                    \"DateMaturity\": \"2018-11-05T15:24:31.867\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"10\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 67,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900141178210\",\n                    \"AccountNumber\": \"000220900141178210\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"411\",\n                    \"SubNo\": \"001\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Salaries Account\",\n                    \"EDesc2\": \"Salaries Account\",\n                    \"ADesc\": \"حساب رواتب\",\n                    \"ADesc2\": \"حساب رواتب\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-06T11:35:26.173\",\n                    \"DateMaturity\": \"2018-11-06T11:35:26.173\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"11\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 98,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"00022090024108828\",\n                    \"AccountNumber\": \"00022090024108828\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"ATS\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-07T16:53:05.65\",\n                    \"DateMaturity\": \"2018-11-07T16:53:05.65\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"12\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 99,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241051029\",\n                    \"AccountNumber\": \"000220900241051029\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"ATS\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-07T16:53:06.73\",\n                    \"DateMaturity\": \"2018-11-07T16:53:06.73\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"13\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 100,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"00022090024108306\",\n                    \"AccountNumber\": \"00022090024108306\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"AUD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-08T10:01:46.703\",\n                    \"DateMaturity\": \"2018-11-08T10:01:46.703\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"14\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 101,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251096129\",\n                    \"AccountNumber\": \"000220900251096129\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-14T09:06:47.377\",\n                    \"DateMaturity\": \"2018-11-14T09:06:47.377\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"15\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 102,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251076755\",\n                    \"AccountNumber\": \"000220900251076755\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-14T10:08:15.437\",\n                    \"DateMaturity\": \"2018-11-14T10:08:15.437\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"16\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 103,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251067727\",\n                    \"AccountNumber\": \"000220900251067727\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"AUD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-14T10:09:48.673\",\n                    \"DateMaturity\": \"2018-11-14T10:09:48.673\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"17\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 104,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251045489\",\n                    \"AccountNumber\": \"000220900251045489\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"ATS\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-15T10:43:08.947\",\n                    \"DateMaturity\": \"2018-11-15T10:43:08.947\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"18\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 105,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251055385\",\n                    \"AccountNumber\": \"000220900251055385\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"AUD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-18T10:28:18.677\",\n                    \"DateMaturity\": \"2018-11-18T10:28:18.677\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"19\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 106,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251071971\",\n                    \"AccountNumber\": \"000220900251071971\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"AUD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-18T10:28:23.287\",\n                    \"DateMaturity\": \"2018-11-18T10:28:23.287\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"20\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 107,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251088318\",\n                    \"AccountNumber\": \"000220900251088318\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-18T10:54:57.793\",\n                    \"DateMaturity\": \"2018-11-18T10:54:57.793\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"21\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 108,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251012860\",\n                    \"AccountNumber\": \"000220900251012860\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"AUD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-18T16:34:26.217\",\n                    \"DateMaturity\": \"2018-11-18T16:34:26.217\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"22\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 109,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251013780\",\n                    \"AccountNumber\": \"000220900251013780\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-19T10:41:48.72\",\n                    \"DateMaturity\": \"2018-11-19T10:41:48.72\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"23\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 110,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251091483\",\n                    \"AccountNumber\": \"000220900251091483\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-19T10:57:39.24\",\n                    \"DateMaturity\": \"2018-11-19T10:57:39.24\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"24\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 111,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251091828\",\n                    \"AccountNumber\": \"000220900251091828\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-19T16:46:59.51\",\n                    \"DateMaturity\": \"2018-11-19T16:46:59.51\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"25\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 112,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251050700\",\n                    \"AccountNumber\": \"000220900251050700\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-19T16:47:14.23\",\n                    \"DateMaturity\": \"2018-11-19T16:47:14.23\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"26\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 113,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"5177270096994233\",\n                    \"AccountNumber\": \"5177270096994233\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 150000,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-19T16:47:14.23\",\n                    \"DateMaturity\": \"2018-11-19T16:47:14.23\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"27\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 114,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241081312\",\n                    \"AccountNumber\": \"000220900241081312\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-28T14:46:32.43\",\n                    \"DateMaturity\": \"2018-11-28T14:46:32.43\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"28\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 115,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241053665\",\n                    \"AccountNumber\": \"000220900241053665\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-28T17:07:03.837\",\n                    \"DateMaturity\": \"2018-11-28T17:07:03.837\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"29\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 116,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251081246\",\n                    \"AccountNumber\": \"000220900251081246\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"AUD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-11-29T10:39:27.683\",\n                    \"DateMaturity\": \"2018-11-29T10:39:27.683\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"30\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 122,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251063641\",\n                    \"AccountNumber\": \"000220900251063641\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"BHD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-02T15:00:36.507\",\n                    \"DateMaturity\": \"2018-12-02T15:00:36.507\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": null,\n                    \"Officer\": null,\n                    \"CommerceType\": null,\n                    \"Serial\": null,\n                    \"Chk\": null\n                },\n                {\n                    \"ID\": 123,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0002209002510781\",\n                    \"AccountNumber\": \"0002209002510781\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"AUD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-02T15:14:03.127\",\n                    \"DateMaturity\": \"2018-12-02T15:14:03.127\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": null,\n                    \"Officer\": null,\n                    \"CommerceType\": null,\n                    \"Serial\": null,\n                    \"Chk\": null\n                },\n                {\n                    \"ID\": 124,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251036905\",\n                    \"AccountNumber\": \"000220900251036905\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-06T11:27:43.057\",\n                    \"DateMaturity\": \"2018-12-06T11:27:43.057\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": null,\n                    \"Officer\": null,\n                    \"CommerceType\": null,\n                    \"Serial\": null,\n                    \"Chk\": null\n                },\n                {\n                    \"ID\": 125,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251045794\",\n                    \"AccountNumber\": \"000220900251045794\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"AUD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-06T11:33:28.003\",\n                    \"DateMaturity\": \"2018-12-06T11:33:28.003\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": null,\n                    \"Officer\": null,\n                    \"CommerceType\": null,\n                    \"Serial\": null,\n                    \"Chk\": null\n                },\n                {\n                    \"ID\": 126,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251068485\",\n                    \"AccountNumber\": \"000220900251068485\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"AUD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-06T11:33:30.473\",\n                    \"DateMaturity\": \"2018-12-06T11:33:30.473\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": null,\n                    \"Officer\": null,\n                    \"CommerceType\": null,\n                    \"Serial\": null,\n                    \"Chk\": null\n                },\n                {\n                    \"ID\": 127,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251036796\",\n                    \"AccountNumber\": \"000220900251036796\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-06T11:50:14.043\",\n                    \"DateMaturity\": \"2018-12-06T11:50:14.043\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": null,\n                    \"Officer\": null,\n                    \"CommerceType\": null,\n                    \"Serial\": null,\n                    \"Chk\": null\n                },\n                {\n                    \"ID\": 128,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251029852\",\n                    \"AccountNumber\": \"000220900251029852\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-06T15:56:00.38\",\n                    \"DateMaturity\": \"2018-12-06T15:56:00.38\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": null,\n                    \"Officer\": null,\n                    \"CommerceType\": null,\n                    \"Serial\": null,\n                    \"Chk\": null\n                },\n                {\n                    \"ID\": 129,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241089809\",\n                    \"AccountNumber\": \"000220900241089809\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"ATS\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-09T13:08:32.95\",\n                    \"DateMaturity\": \"2018-12-09T13:08:32.95\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": null,\n                    \"Officer\": null,\n                    \"CommerceType\": null,\n                    \"Serial\": null,\n                    \"Chk\": null\n                },\n                {\n                    \"ID\": 130,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"00022090025101729\",\n                    \"AccountNumber\": \"00022090025101729\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-09T13:17:49.123\",\n                    \"DateMaturity\": \"2018-12-09T13:17:49.123\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": null,\n                    \"Officer\": null,\n                    \"CommerceType\": null,\n                    \"Serial\": null,\n                    \"Chk\": null\n                },\n                {\n                    \"ID\": 131,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251088626\",\n                    \"AccountNumber\": \"000220900251088626\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-09T13:21:29.157\",\n                    \"DateMaturity\": \"2018-12-09T13:21:29.157\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": null,\n                    \"Officer\": null,\n                    \"CommerceType\": null,\n                    \"Serial\": null,\n                    \"Chk\": null\n                },\n                {\n                    \"ID\": 132,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251097797\",\n                    \"AccountNumber\": \"000220900251097797\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-09T13:21:34.237\",\n                    \"DateMaturity\": \"2018-12-09T13:21:34.237\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": null,\n                    \"Officer\": null,\n                    \"CommerceType\": null,\n                    \"Serial\": null,\n                    \"Chk\": null\n                },\n                {\n                    \"ID\": 133,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251029725\",\n                    \"AccountNumber\": \"000220900251029725\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-09T13:30:10.323\",\n                    \"DateMaturity\": \"2018-12-09T13:30:10.323\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": null,\n                    \"Officer\": null,\n                    \"CommerceType\": null,\n                    \"Serial\": null,\n                    \"Chk\": null\n                },\n                {\n                    \"ID\": 134,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"00022090024104384\",\n                    \"AccountNumber\": \"00022090024104384\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-09T13:31:00.09\",\n                    \"DateMaturity\": \"2018-12-09T13:31:00.09\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": null,\n                    \"Officer\": null,\n                    \"CommerceType\": null,\n                    \"Serial\": null,\n                    \"Chk\": null\n                },\n                {\n                    \"ID\": 135,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0020017672510400612\",\n                    \"AccountNumber\": \"0020017672510400612\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"411\",\n                    \"SubNo\": \"001\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Salaries Account\",\n                    \"EDesc2\": \"Salaries Account\",\n                    \"ADesc\": \"حساب رواتب\",\n                    \"ADesc2\": \"حساب رواتب\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-09T13:43:37.883\",\n                    \"DateMaturity\": \"2018-12-09T13:43:38.187\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 136,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0020017672510400614\",\n                    \"AccountNumber\": \"0020017672510400614\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"411\",\n                    \"SubNo\": \"001\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Salaries Account\",\n                    \"EDesc2\": \"Salaries Account\",\n                    \"ADesc\": \"حساب رواتب\",\n                    \"ADesc2\": \"حساب رواتب\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-09T13:47:08.063\",\n                    \"DateMaturity\": \"2018-12-09T13:47:08.063\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 137,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241072234\",\n                    \"AccountNumber\": \"000220900241072234\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"2121\",\n                    \"CurrISOCode\": \"2121\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-09T15:00:14.647\",\n                    \"DateMaturity\": \"2018-12-09T15:00:14.647\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 138,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241062444\",\n                    \"AccountNumber\": \"000220900241062444\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"1\",\n                    \"CurrISOCode\": \"1\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-09T15:08:05.64\",\n                    \"DateMaturity\": \"2018-12-09T15:08:05.64\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 139,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241040476\",\n                    \"AccountNumber\": \"000220900241040476\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"AUD\",\n                    \"CurrISOCode\": \"AUD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-09T15:11:05.083\",\n                    \"DateMaturity\": \"2018-12-09T15:11:05.083\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 140,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251054735\",\n                    \"AccountNumber\": \"000220900251054735\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"AUD\",\n                    \"CurrISOCode\": \"AUD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-09T15:25:24.977\",\n                    \"DateMaturity\": \"2018-12-09T15:25:24.977\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 141,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241053660\",\n                    \"AccountNumber\": \"000220900241053660\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:35.293\",\n                    \"DateMaturity\": \"2018-12-11T10:29:35.293\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 142,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241012988\",\n                    \"AccountNumber\": \"000220900241012988\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:39.073\",\n                    \"DateMaturity\": \"2018-12-11T10:29:39.073\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 143,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241048216\",\n                    \"AccountNumber\": \"000220900241048216\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:40.763\",\n                    \"DateMaturity\": \"2018-12-11T10:29:40.763\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 144,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241092494\",\n                    \"AccountNumber\": \"000220900241092494\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:42.59\",\n                    \"DateMaturity\": \"2018-12-11T10:29:42.59\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 145,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241097075\",\n                    \"AccountNumber\": \"000220900241097075\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:44.23\",\n                    \"DateMaturity\": \"2018-12-11T10:29:44.23\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 146,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241028809\",\n                    \"AccountNumber\": \"000220900241028809\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:45.09\",\n                    \"DateMaturity\": \"2018-12-11T10:29:45.09\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 147,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241015942\",\n                    \"AccountNumber\": \"000220900241015942\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:46.043\",\n                    \"DateMaturity\": \"2018-12-11T10:29:46.043\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 148,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241094353\",\n                    \"AccountNumber\": \"000220900241094353\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:47.183\",\n                    \"DateMaturity\": \"2018-12-11T10:29:47.183\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 149,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241061637\",\n                    \"AccountNumber\": \"000220900241061637\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:48.293\",\n                    \"DateMaturity\": \"2018-12-11T10:29:48.293\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 150,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241090214\",\n                    \"AccountNumber\": \"000220900241090214\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:49.217\",\n                    \"DateMaturity\": \"2018-12-11T10:29:49.217\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 151,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241028929\",\n                    \"AccountNumber\": \"000220900241028929\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:50.763\",\n                    \"DateMaturity\": \"2018-12-11T10:29:50.763\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 152,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241010498\",\n                    \"AccountNumber\": \"000220900241010498\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:51.857\",\n                    \"DateMaturity\": \"2018-12-11T10:29:51.857\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 153,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241074294\",\n                    \"AccountNumber\": \"000220900241074294\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:53.357\",\n                    \"DateMaturity\": \"2018-12-11T10:29:53.357\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 154,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241013670\",\n                    \"AccountNumber\": \"000220900241013670\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:54.263\",\n                    \"DateMaturity\": \"2018-12-11T10:29:54.263\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 155,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241064921\",\n                    \"AccountNumber\": \"000220900241064921\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:55.2\",\n                    \"DateMaturity\": \"2018-12-11T10:29:55.2\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 156,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241062852\",\n                    \"AccountNumber\": \"000220900241062852\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:56.293\",\n                    \"DateMaturity\": \"2018-12-11T10:29:56.293\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 157,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241076814\",\n                    \"AccountNumber\": \"000220900241076814\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:57.7\",\n                    \"DateMaturity\": \"2018-12-11T10:29:57.7\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 158,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241040611\",\n                    \"AccountNumber\": \"000220900241040611\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:29:59.17\",\n                    \"DateMaturity\": \"2018-12-11T10:29:59.17\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 159,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"00022090024107895\",\n                    \"AccountNumber\": \"00022090024107895\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:30:01.093\",\n                    \"DateMaturity\": \"2018-12-11T10:30:01.093\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 160,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241080420\",\n                    \"AccountNumber\": \"000220900241080420\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:30:03.06\",\n                    \"DateMaturity\": \"2018-12-11T10:30:03.06\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 161,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241085001\",\n                    \"AccountNumber\": \"000220900241085001\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:30:05.107\",\n                    \"DateMaturity\": \"2018-12-11T10:30:05.107\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 162,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"00022090024103868\",\n                    \"AccountNumber\": \"00022090024103868\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:30:07.153\",\n                    \"DateMaturity\": \"2018-12-11T10:30:07.153\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 163,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241010196\",\n                    \"AccountNumber\": \"000220900241010196\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:30:09.513\",\n                    \"DateMaturity\": \"2018-12-11T10:30:09.513\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 164,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0002209002410823\",\n                    \"AccountNumber\": \"0002209002410823\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:30:11.34\",\n                    \"DateMaturity\": \"2018-12-11T10:30:11.34\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 165,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241027000\",\n                    \"AccountNumber\": \"000220900241027000\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:30:13.56\",\n                    \"DateMaturity\": \"2018-12-11T10:30:13.56\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 166,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"00022090025108017\",\n                    \"AccountNumber\": \"00022090025108017\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"CAD\",\n                    \"CurrISOCode\": \"CAD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:31:22.937\",\n                    \"DateMaturity\": \"2018-12-11T10:31:22.937\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 167,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251078786\",\n                    \"AccountNumber\": \"000220900251078786\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"CAD\",\n                    \"CurrISOCode\": \"CAD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:31:23.92\",\n                    \"DateMaturity\": \"2018-12-11T10:31:23.92\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 168,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251087515\",\n                    \"AccountNumber\": \"000220900251087515\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"CAD\",\n                    \"CurrISOCode\": \"CAD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:31:24.983\",\n                    \"DateMaturity\": \"2018-12-11T10:31:24.983\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 169,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251035611\",\n                    \"AccountNumber\": \"000220900251035611\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"CAD\",\n                    \"CurrISOCode\": \"CAD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:31:25.907\",\n                    \"DateMaturity\": \"2018-12-11T10:31:25.907\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 170,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251083376\",\n                    \"AccountNumber\": \"000220900251083376\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"CAD\",\n                    \"CurrISOCode\": \"CAD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:31:27.233\",\n                    \"DateMaturity\": \"2018-12-11T10:31:27.233\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 171,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900251045426\",\n                    \"AccountNumber\": \"000220900251045426\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"CAD\",\n                    \"CurrISOCode\": \"CAD\",\n                    \"Type\": \"510\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Saving Account\",\n                    \"EDesc2\": \"Saving Account\",\n                    \"ADesc\": \"حساب توفير\",\n                    \"ADesc2\": \"حساب توفير\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-11T10:31:28.107\",\n                    \"DateMaturity\": \"2018-12-11T10:31:28.107\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 177,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"0020006788512840006\",\n                    \"AccountNumber\": \"0020006788512840006\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"400\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"411\",\n                    \"SubNo\": \"001\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Salaries Account\",\n                    \"EDesc2\": \"Salaries Account\",\n                    \"ADesc\": \"حساب رواتب\",\n                    \"ADesc2\": \"حساب رواتب\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 20432,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2018-12-13T17:10:21.16\",\n                    \"DateMaturity\": \"2018-12-13T17:10:21.16\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 178,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241039859\",\n                    \"AccountNumber\": \"000220900241039859\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2019-01-02T16:46:41.553\",\n                    \"DateMaturity\": \"2019-01-02T16:46:41.553\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 179,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900241044771\",\n                    \"AccountNumber\": \"000220900241044771\",\n                    \"Branch\": \"002\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"410\",\n                    \"SubNo\": \"002\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Current Account\",\n                    \"EDesc2\": \"Current Account\",\n                    \"ADesc\": \"حساب جاري\",\n                    \"ADesc2\": \"حساب جاري\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2019-01-02T16:46:42.977\",\n                    \"DateMaturity\": \"2019-01-02T16:46:42.977\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                },\n                {\n                    \"ID\": 180,\n                    \"CustID\": 2,\n                    \"AccountNumberA2A\": \"000220900141170770\",\n                    \"AccountNumber\": \"000220900141170770\",\n                    \"Branch\": \"001\",\n                    \"Curr\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"Type\": \"411\",\n                    \"SubNo\": \"001\",\n                    \"Attr\": \"22326\",\n                    \"EDesc\": \"Salaries Account\",\n                    \"EDesc2\": \"Salaries Account\",\n                    \"ADesc\": \"حساب رواتب\",\n                    \"ADesc2\": \"حساب رواتب\",\n                    \"CurBal\": 0,\n                    \"SignedCurBal\": 0,\n                    \"AvBal\": 0,\n                    \"BlockBal\": 0,\n                    \"CurBalFC\": 0,\n                    \"AvBalFC\": 0,\n                    \"BlockBalFC\": 0,\n                    \"AmtHold\": 0,\n                    \"AmtCredit\": 0,\n                    \"AmtDebit\": 0,\n                    \"AmtFloat\": 0,\n                    \"ClearBal\": 0,\n                    \"ReservedBal\": 0,\n                    \"NonClearBal\": 0,\n                    \"EquivBal\": 0,\n                    \"Status\": \"1\",\n                    \"DateOpen\": \"2019-01-06T16:38:39.29\",\n                    \"DateMaturity\": \"2019-01-06T16:38:39.29\",\n                    \"MaturityDays\": 0,\n                    \"TransCount\": 0,\n                    \"IsNavigate\": false,\n                    \"IsDormant\": false,\n                    \"IsBlocking\": false,\n                    \"HasPassword\": false,\n                    \"CardNo\": \"6565513151141315\",\n                    \"CardType\": \"1\",\n                    \"Officer\": \"1\",\n                    \"CommerceType\": \"1\",\n                    \"Serial\": \"1\",\n                    \"Chk\": \"1\"\n                }\n            ],\n            \"RegionCode\": \"0\",\n            \"CustID\": \"0002209\",\n            \"Channel\": \"A2A\",\n            \"AccAttr\": \"0020002209512400004\",\n            \"CustAttr\": \"0047367\",\n            \"ID\": 0\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Cheque Request",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "724e743b-8012-439b-b1b6-d6d5f84f3a28",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "\r\n{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":213, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"CB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ReqChannelCore\": \"CB\",\r\n\t\t\t    \"AccountNumber\": \"0021899400105001\",\r\n\t\t\t    \"NoPages\": \"1\",\r\n\t\t\t    \"NoBooks\": \"4\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Cheque Request",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "\r\n{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":213, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"CB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ReqChannelCore\": \"CB\",\r\n\t\t\t    \"AccountNumber\": \"0021899400105001\",\r\n\t\t\t    \"NoPages\": \"1\",\r\n\t\t\t    \"NoBooks\": \"4\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 08:18:31 GMT"
								},
								{
									"key": "Content-Length",
									"value": "1059"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 213,\n            \"guidID\": \"a13e2570-9543-4279-a39b-e1d66312bd69\",\n            \"timeStamp\": \"2019-01-13T10:18:31.7698937+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"ChequeType\": \"56\",\n            \"ChequeTypeCode\": \"5502\",\n            \"NoPages\": 0,\n            \"NoBooks\": 4,\n            \"UserType\": \"3\",\n            \"HolderName\": \"Anas\",\n            \"HolderTitle\": \"A2ACore\",\n            \"DeliveryMethod\": \"CS1\",\n            \"Fees\": [\n                {\n                    \"ID\": 0,\n                    \"FeesID\": 0,\n                    \"CheckTypeCode\": \"001\",\n                    \"CheckType\": \"Salaries\",\n                    \"Fees\": \"15\",\n                    \"Curr\": \"10000\"\n                },\n                {\n                    \"ID\": 0,\n                    \"FeesID\": 0,\n                    \"CheckTypeCode\": \"002\",\n                    \"CheckType\": \"Investment\",\n                    \"Fees\": \"10\",\n                    \"Curr\": \"50000\"\n                }\n            ],\n            \"Branch\": \"001\",\n            \"Curr\": \"1500\",\n            \"Reference\": \"Emad Khalifa\",\n            \"HostHeader\": null,\n            \"RegionCode\": null,\n            \"LogID\": 0,\n            \"AccountNumber\": null,\n            \"BillStatus\": 0,\n            \"CustID\": 0,\n            \"ReqChannelCore\": null,\n            \"ReqChannelUserCore\": null,\n            \"ReqChannelCodeCore\": null,\n            \"A2AConnChannelID\": null,\n            \"A2AConnUserID\": null,\n            \"A2AConnUserPWD\": null,\n            \"Channel\": null,\n            \"Language\": null,\n            \"AccAttr\": null,\n            \"CustAttr\": null,\n            \"LoanID\": null,\n            \"DateTrans\": \"0001-01-01T00:00:00\",\n            \"ErrorCode\": 0,\n            \"Error\": null,\n            \"ErrorEDesc\": null,\n            \"ErrorADesc\": null\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Account Statement Request",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "e14772b9-14dc-477c-8118-2074dfa773fa",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":214, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"AccountNumber\": \"0020002209410400001\",\r\n\t\t\t    \"Channel\": \"CB\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Account Statement Request",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":214, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"AccountNumber\": \"0020002209410400001\",\r\n\t\t\t    \"Channel\": \"CB\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 08:26:24 GMT"
								},
								{
									"key": "Content-Length",
									"value": "15499"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 214,\n            \"guidID\": \"394eaf46-373a-44cd-adbd-5b28d3739b32\",\n            \"timeStamp\": \"2019-01-13T10:26:23.5304755+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"RequestType\": null,\n            \"RequestCode\": null,\n            \"DeliveryMethod\": null,\n            \"DeliveryMethodAttr\": null,\n            \"DateFrom\": \"0001-01-01T00:00:00\",\n            \"DateTo\": \"0001-01-01T00:00:00\",\n            \"Transactions\": [\n                {\n                    \"ID\": 24,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": null,\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"003\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"24\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-10-01T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 95,\n                    \"AmtFC\": 850,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 640,\n                    \"CurBal\": 50,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 25,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": null,\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"25\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-10-15T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 70,\n                    \"AmtFC\": 850,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 640,\n                    \"CurBal\": 50,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 26,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": null,\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"26\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-10-30T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 35,\n                    \"AmtFC\": 850,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 640,\n                    \"CurBal\": 50,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 27,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": null,\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"27\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-10-30T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 20,\n                    \"AmtFC\": 850,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 640,\n                    \"CurBal\": 50,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 28,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": null,\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"28\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-10-15T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 20,\n                    \"AmtFC\": 850,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 640,\n                    \"CurBal\": 50,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 29,\n                    \"Owner\": \"Anas\",\n                    \"Branch\": \"Al-Hussin\",\n                    \"Curr\": null,\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"022310\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"321025841\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"29\",\n                    \"TransIndex\": 1,\n                    \"DatePost\": \"2018-10-01T00:00:00\",\n                    \"DateValue\": \"2018-08-12T00:00:00\",\n                    \"Amt\": 20,\n                    \"AmtFC\": 850,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 640,\n                    \"CurBal\": 50,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 15,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"transaction from your acc\",\n                    \"ADesc\": \"المعاملة من حسابك\",\n                    \"ADesc2\": \"المعاملة من حسابك\",\n                    \"BlockBal\": 2\n                },\n                {\n                    \"ID\": 30,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"30\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-01T13:40:20.043\",\n                    \"DateValue\": \"2018-11-22T13:40:20.567\",\n                    \"Amt\": 5,\n                    \"AmtFC\": 5,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 1185.77,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"transaction from your acc\",\n                    \"EDesc2\": \"Debit\",\n                    \"ADesc\": \"سحب نقدي\",\n                    \"ADesc2\": \"سحب\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 32,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"32\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-01T13:51:39.393\",\n                    \"DateValue\": \"2018-11-22T13:51:39.393\",\n                    \"Amt\": 5,\n                    \"AmtFC\": 5,\n                    \"TransType\": \"0288\",\n                    \"AvBal\": 1180.77,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"A batch of mobile payment system\\r\\n\",\n                    \"EDesc2\": \"Debit\",\n                    \"ADesc\": \"سحب نقدي\",\n                    \"ADesc2\": \"سحب\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 34,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"34\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-01T13:52:53.84\",\n                    \"DateValue\": \"2018-11-22T13:52:53.84\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 10,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 1170.77,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Cash deposit for your account\\r\\n\",\n                    \"EDesc2\": \"Debit\",\n                    \"ADesc\": \"سحب نقدي\",\n                    \"ADesc2\": \"سحب\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 36,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"36\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-01T13:59:22.767\",\n                    \"DateValue\": \"2018-11-22T13:59:22.767\",\n                    \"Amt\": 20,\n                    \"AmtFC\": 20,\n                    \"TransType\": \"0288\",\n                    \"AvBal\": 1150.77,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Debit\",\n                    \"EDesc2\": \"Debit\",\n                    \"ADesc\": \"سحب نقدي\",\n                    \"ADesc2\": \"سحب\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 38,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"38\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-01T14:42:17.313\",\n                    \"DateValue\": \"2018-11-22T14:42:17.313\",\n                    \"Amt\": 100,\n                    \"AmtFC\": 100,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 1050.77,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Debit\",\n                    \"EDesc2\": \"Debit\",\n                    \"ADesc\": \"سحب نقدي\",\n                    \"ADesc2\": \"سحب\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 40,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"40\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-01T14:47:13.313\",\n                    \"DateValue\": \"2018-11-22T14:47:13.313\",\n                    \"Amt\": 50,\n                    \"AmtFC\": 50,\n                    \"TransType\": \"0288\",\n                    \"AvBal\": 1000.77,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Debit\",\n                    \"EDesc2\": \"Debit\",\n                    \"ADesc\": \"سحب نقدي\",\n                    \"ADesc2\": \"سحب\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 42,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"42\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-01T14:50:27.437\",\n                    \"DateValue\": \"2018-11-22T14:50:27.437\",\n                    \"Amt\": 18,\n                    \"AmtFC\": 18,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 982.77,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Update Available Balance\",\n                    \"EDesc2\": \"Debit\",\n                    \"ADesc\": \"سحب نقدي\",\n                    \"ADesc2\": \"سحب\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 44,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"44\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-01T15:03:50.307\",\n                    \"DateValue\": \"2018-11-22T15:03:50.307\",\n                    \"Amt\": 25,\n                    \"AmtFC\": 25,\n                    \"TransType\": \"0288\",\n                    \"AvBal\": 957.77,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Update Available Balance\",\n                    \"EDesc2\": \"Update Available Balance\",\n                    \"ADesc\": \"تحديث الرصيد المتوفر\",\n                    \"ADesc2\": \"تحديث الرصيد المتوفر\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 47,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"47\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-01T15:09:33.203\",\n                    \"DateValue\": \"2018-11-22T15:09:33.203\",\n                    \"Amt\": 7,\n                    \"AmtFC\": 7,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 948.62,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Update Available Balance\",\n                    \"EDesc2\": \"Update Available Balance\",\n                    \"ADesc\": \"تحديث الرصيد المتوفر\",\n                    \"ADesc2\": \"تحديث الرصيد المتوفر\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 50,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"50\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-04T10:08:07.707\",\n                    \"DateValue\": \"2018-11-25T10:08:07.707\",\n                    \"Amt\": 55.7,\n                    \"AmtFC\": 55.7,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 882.91,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Update Available Balance\",\n                    \"EDesc2\": \"Update Available Balance\",\n                    \"ADesc\": \"تحديث الرصيد المتوفر\",\n                    \"ADesc2\": \"تحديث الرصيد المتوفر\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 51,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"51\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-04T10:08:12.127\",\n                    \"DateValue\": \"2018-11-25T10:08:12.127\",\n                    \"Amt\": 55.7,\n                    \"AmtFC\": 55.7,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 827.2,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Update Available Balance\",\n                    \"EDesc2\": \"Update Available Balance\",\n                    \"ADesc\": \"تحديث الرصيد المتوفر\",\n                    \"ADesc2\": \"تحديث الرصيد المتوفر\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 52,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"52\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-04T17:14:52.347\",\n                    \"DateValue\": \"2018-11-25T17:14:52.347\",\n                    \"Amt\": 55.7,\n                    \"AmtFC\": 55.7,\n                    \"TransType\": \"0001\",\n                    \"AvBal\": 771.49,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Update Available Balance\",\n                    \"EDesc2\": \"Update Available Balance\",\n                    \"ADesc\": \"تحديث الرصيد المتوفر\",\n                    \"ADesc2\": \"تحديث الرصيد المتوفر\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 54,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"54\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-05T14:55:33.593\",\n                    \"DateValue\": \"2018-11-26T14:55:33.593\",\n                    \"Amt\": 32,\n                    \"AmtFC\": 32,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 4968,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Update Available Balance\",\n                    \"EDesc2\": \"Update Available Balance\",\n                    \"ADesc\": \"تحديث الرصيد المتوفر\",\n                    \"ADesc2\": \"تحديث الرصيد المتوفر\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 55,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"55\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-06T17:20:03.747\",\n                    \"DateValue\": \"2018-11-27T17:20:03.747\",\n                    \"Amt\": 55.7,\n                    \"AmtFC\": 55.7,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 4912.29,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Update Available Balance\",\n                    \"EDesc2\": \"Update Available Balance\",\n                    \"ADesc\": \"تحديث الرصيد المتوفر\",\n                    \"ADesc2\": \"تحديث الرصيد المتوفر\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 58,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"58\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-07T12:37:55.693\",\n                    \"DateValue\": \"2018-11-28T12:37:55.693\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 10,\n                    \"TransType\": \"Zara Online Payment\",\n                    \"AvBal\": 4902.29,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Update Available Balance\",\n                    \"EDesc2\": \"Update Available Balance\",\n                    \"ADesc\": \"تحديث الرصيد المتوفر\",\n                    \"ADesc2\": \"تحديث الرصيد المتوفر\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 59,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"59\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-07T12:40:25.613\",\n                    \"DateValue\": \"2018-11-28T12:40:25.613\",\n                    \"Amt\": 10,\n                    \"AmtFC\": 10,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 4892.29,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Update Available Balance\",\n                    \"EDesc2\": \"Update Available Balance\",\n                    \"ADesc\": \"تحديث الرصيد المتوفر\",\n                    \"ADesc2\": \"تحديث الرصيد المتوفر\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 60,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"60\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-07T13:03:29.07\",\n                    \"DateValue\": \"2018-11-28T13:03:29.07\",\n                    \"Amt\": 11,\n                    \"AmtFC\": 11,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 4881.29,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Update Available Balance\",\n                    \"EDesc2\": \"Update Available Balance\",\n                    \"ADesc\": \"تحديث الرصيد المتوفر\",\n                    \"ADesc2\": \"تحديث الرصيد المتوفر\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 73,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"73\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-15T09:21:55.323\",\n                    \"DateValue\": \"2018-12-06T09:21:55.323\",\n                    \"Amt\": 2.15,\n                    \"AmtFC\": 2.15,\n                    \"TransType\": \"Carrefour Payment\",\n                    \"AvBal\": 4879.14,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Debit\",\n                    \"EDesc2\": \"Debit\",\n                    \"ADesc\": \"سحب نقدي\",\n                    \"ADesc2\": \"سحب\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 77,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"John Kelvin Smith\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-11-15T11:26:34.037\",\n                    \"DateValue\": \"2018-12-06T11:26:34.037\",\n                    \"Amt\": 2.15,\n                    \"AmtFC\": 2.15,\n                    \"TransType\": \"Orange Online Payment\",\n                    \"AvBal\": 4876.99,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Debit\",\n                    \"EDesc2\": \"Debit\",\n                    \"ADesc\": \"سحب نقدي\",\n                    \"ADesc2\": \"سحب\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 194,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"JohnKelvinSmith2018-12-19 16:53:44.397\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-12-09T17:27:15.177\",\n                    \"DateValue\": \"2018-12-30T17:27:15.177\",\n                    \"Amt\": 18,\n                    \"AmtFC\": 18,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 4858.99,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Debit\",\n                    \"EDesc2\": \"Debit\",\n                    \"ADesc\": \"سحب نقدي\",\n                    \"ADesc2\": \"سحب\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 1205,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"John Kelvin Smith\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-12-13T11:07:03.653\",\n                    \"DateValue\": \"2019-01-03T11:07:03.653\",\n                    \"Amt\": 7,\n                    \"AmtFC\": 7,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 4851.99,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Update Available Balance\",\n                    \"EDesc2\": \"Update Available Balance\",\n                    \"ADesc\": \"تحديث الرصيد المتوفر\",\n                    \"ADesc2\": \"تحديث الرصيد المتوفر\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 1206,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Dr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"John Kelvin Smith\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-12-13T11:08:03.763\",\n                    \"DateValue\": \"2019-01-03T11:08:03.763\",\n                    \"Amt\": 1000,\n                    \"AmtFC\": 1000,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 3851.99,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Update Available Balance\",\n                    \"EDesc2\": \"Update Available Balance\",\n                    \"ADesc\": \"تحديث الرصيد المتوفر\",\n                    \"ADesc2\": \"تحديث الرصيد المتوفر\",\n                    \"BlockBal\": 0\n                },\n                {\n                    \"ID\": 1207,\n                    \"Owner\": \"John\",\n                    \"Branch\": \"001\",\n                    \"Curr\": null,\n                    \"Type\": \"Cr\",\n                    \"SubNo\": \"001\",\n                    \"Code\": \"001\",\n                    \"ISOCode\": \"001\",\n                    \"VoiceFile\": \"1\",\n                    \"Reference\": \"John Kelvin Smith\",\n                    \"TransIndex\": 2,\n                    \"DatePost\": \"2018-12-13T11:08:38.547\",\n                    \"DateValue\": \"2019-01-03T11:08:38.547\",\n                    \"Amt\": 1000,\n                    \"AmtFC\": 1000,\n                    \"TransType\": \"1\",\n                    \"AvBal\": 2851.99,\n                    \"CurBal\": 9500,\n                    \"AvBalFC\": 0,\n                    \"CurBalFC\": 1500,\n                    \"EDesc\": \"Update Available Balance\",\n                    \"EDesc2\": \"Update Available Balance\",\n                    \"ADesc\": \"تحديث الرصيد المتوفر\",\n                    \"ADesc2\": \"تحديث الرصيد المتوفر\",\n                    \"BlockBal\": 0\n                }\n            ],\n            \"Branch\": null,\n            \"Curr\": null,\n            \"Reference\": null,\n            \"HostHeader\": null,\n            \"RegionCode\": null,\n            \"LogID\": 0,\n            \"AccountNumber\": null,\n            \"BillStatus\": 0,\n            \"CustID\": 0,\n            \"ReqChannelCore\": null,\n            \"ReqChannelUserCore\": null,\n            \"ReqChannelCodeCore\": null,\n            \"A2AConnChannelID\": null,\n            \"A2AConnUserID\": null,\n            \"A2AConnUserPWD\": null,\n            \"Channel\": null,\n            \"Language\": null,\n            \"AccAttr\": null,\n            \"CustAttr\": null,\n            \"LoanID\": null,\n            \"DateTrans\": \"0001-01-01T00:00:00\",\n            \"ErrorCode\": 0,\n            \"Error\": null,\n            \"ErrorEDesc\": null,\n            \"ErrorADesc\": null\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Stop Cheque Request",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "1fcc2934-c3f5-43c3-9259-c49bc1baaca8",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":215, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"ibk\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t    \t\"Channel\": \"A2A\",\r\n\t\t\t    \"AccountNumber\": \"0021899400105001\",\r\n\t\t\t    \"FromPage\": \"1\",\r\n\t\t\t    \"ToPage\": \"43\"\r\n\t\t\t    \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Stop Cheque Request",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":215, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"ibk\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t    \t\"Channel\": \"A2A\",\r\n\t\t\t    \"AccountNumber\": \"0021899400105001\",\r\n\t\t\t    \"FromPage\": \"1\",\r\n\t\t\t    \"ToPage\": \"43\"\r\n\t\t\t    \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 08:55:26 GMT"
								},
								{
									"key": "Content-Length",
									"value": "840"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 215,\n            \"guidID\": \"c231e70d-5966-4047-bb8c-ad1104d3bc4c\",\n            \"timeStamp\": \"2019-01-13T10:55:26.7561781+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"ChequeNo\": null,\n            \"CustomerAccount\": null,\n            \"FromPage\": 0,\n            \"ToPage\": 0,\n            \"RespCode\": 0,\n            \"Branch\": null,\n            \"Curr\": null,\n            \"Reference\": null,\n            \"HostHeader\": null,\n            \"RegionCode\": null,\n            \"LogID\": 0,\n            \"AccountNumber\": null,\n            \"BillStatus\": 0,\n            \"CustID\": 0,\n            \"ReqChannelCore\": null,\n            \"ReqChannelUserCore\": null,\n            \"ReqChannelCodeCore\": null,\n            \"A2AConnChannelID\": null,\n            \"A2AConnUserID\": null,\n            \"A2AConnUserPWD\": null,\n            \"Channel\": \"A2A\",\n            \"Language\": null,\n            \"AccAttr\": null,\n            \"CustAttr\": null,\n            \"LoanID\": null,\n            \"DateTrans\": \"0001-01-01T00:00:00\",\n            \"ErrorCode\": 0,\n            \"Error\": null,\n            \"ErrorEDesc\": \"Stop Cheque Request has been processed\",\n            \"ErrorADesc\": \"تم تنفيذ طلبكم\"\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Loan Request",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "1e352157-411f-4c2f-9981-8cb0877b072b",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":216, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Loan Request",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":216, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 09:00:51 GMT"
								},
								{
									"key": "Content-Length",
									"value": "2617"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 216,\n            \"guidID\": \"a54c1d08-cd3c-4342-b186-2afb1d48c0e1\",\n            \"timeStamp\": \"2019-01-13T11:00:51.294507+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"Type\": null,\n            \"Branch\": null,\n            \"Loans\": [\n                {\n                    \"LoanNo\": \"10350\",\n                    \"LoanAcc\": \"0261457374410840003\",\n                    \"Curr\": \"JOD\",\n                    \"InterestRate\": 20,\n                    \"Fees\": 2.5,\n                    \"Amt\": 100,\n                    \"AmtFC\": 0,\n                    \"Bal\": 500,\n                    \"Installment\": 120,\n                    \"DateLoan\": \"2018-04-16T00:00:00\",\n                    \"DateNextPayment\": \"2018-04-16T00:00:00\",\n                    \"DateLastPayment\": \"2018-04-16T00:00:00\",\n                    \"Tenor\": 50,\n                    \"EDesc\": \"Car Loan\",\n                    \"ADesc\": \"قرض سيارة\",\n                    \"LoanType\": \"1\",\n                    \"LoanID\": \"10020\",\n                    \"LoanAmount\": \"15000\",\n                    \"ClosingDate\": \"2019-04-16T00:00:00\",\n                    \"NumofInstallment\": \"200\",\n                    \"LoanInstallment\": \"120\",\n                    \"Status\": \"1\"\n                },\n                {\n                    \"LoanNo\": \"620031\",\n                    \"LoanAcc\": \"0261457374410840003\",\n                    \"Curr\": \"JOD\",\n                    \"InterestRate\": 8,\n                    \"Fees\": 1,\n                    \"Amt\": 80,\n                    \"AmtFC\": 0,\n                    \"Bal\": 300,\n                    \"Installment\": 100,\n                    \"DateLoan\": \"2018-04-16T00:00:00\",\n                    \"DateNextPayment\": \"2018-04-16T00:00:00\",\n                    \"DateLastPayment\": \"2018-04-16T00:00:00\",\n                    \"Tenor\": 40,\n                    \"EDesc\": \"Investment Loan\",\n                    \"ADesc\": \"قرض استثماري\\r\\n\",\n                    \"LoanType\": \"2\",\n                    \"LoanID\": \"10021\",\n                    \"LoanAmount\": \"12000\",\n                    \"ClosingDate\": \"2020-04-16T00:00:00\",\n                    \"NumofInstallment\": \"150\",\n                    \"LoanInstallment\": \"150\",\n                    \"Status\": \"1\"\n                },\n                {\n                    \"LoanNo\": \"10350\",\n                    \"LoanAcc\": \"0261457374410840003\",\n                    \"Curr\": \"JOD\",\n                    \"InterestRate\": 20,\n                    \"Fees\": 2.5,\n                    \"Amt\": 100,\n                    \"AmtFC\": 0,\n                    \"Bal\": 500,\n                    \"Installment\": 120,\n                    \"DateLoan\": \"2018-04-16T00:00:00\",\n                    \"DateNextPayment\": \"2017-04-16T00:00:00\",\n                    \"DateLastPayment\": \"2018-04-16T00:00:00\",\n                    \"Tenor\": 50,\n                    \"EDesc\": \"Car Loan\",\n                    \"ADesc\": \"قرض سيارة\",\n                    \"LoanType\": \"1\",\n                    \"LoanID\": \"10022\",\n                    \"LoanAmount\": \"1000\",\n                    \"ClosingDate\": \"2021-04-16T00:00:00\",\n                    \"NumofInstallment\": \"250\",\n                    \"LoanInstallment\": \"500\",\n                    \"Status\": \"1\"\n                },\n                {\n                    \"LoanNo\": \"620031\",\n                    \"LoanAcc\": \"0261457374410840003\",\n                    \"Curr\": \"JOD\",\n                    \"InterestRate\": 8,\n                    \"Fees\": 1,\n                    \"Amt\": 80,\n                    \"AmtFC\": 0,\n                    \"Bal\": 300,\n                    \"Installment\": 100,\n                    \"DateLoan\": \"2018-04-16T00:00:00\",\n                    \"DateNextPayment\": \"2018-04-16T00:00:00\",\n                    \"DateLastPayment\": \"2018-04-16T00:00:00\",\n                    \"Tenor\": 40,\n                    \"EDesc\": \"Investment Loan\",\n                    \"ADesc\": \"قرض استثماري\\r\\n\",\n                    \"LoanType\": \"2\",\n                    \"LoanID\": \"10023\",\n                    \"LoanAmount\": \"9000\",\n                    \"ClosingDate\": \"2022-04-16T00:00:00\",\n                    \"NumofInstallment\": \"180\",\n                    \"LoanInstallment\": \"340\",\n                    \"Status\": \"1\"\n                }\n            ],\n            \"HostHeader\": null,\n            \"RegionCode\": null,\n            \"LogID\": 0,\n            \"AccountNumber\": null,\n            \"BillStatus\": 0,\n            \"CustID\": 0,\n            \"ReqChannelCore\": null,\n            \"ReqChannelUserCore\": null,\n            \"ReqChannelCodeCore\": null,\n            \"A2AConnChannelID\": null,\n            \"A2AConnUserID\": null,\n            \"A2AConnUserPWD\": null,\n            \"Channel\": null,\n            \"Language\": null,\n            \"AccAttr\": null,\n            \"CustAttr\": null,\n            \"LoanID\": null,\n            \"DateTrans\": \"0001-01-01T00:00:00\",\n            \"ErrorCode\": 0,\n            \"Error\": null,\n            \"ErrorEDesc\": null,\n            \"ErrorADesc\": null\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "FX Rate",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "6d8926fc-6c7e-4916-a51a-64410a9f8a44",
								"exec": [
									" "
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":217, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CurrAgCode\": \"001\",\r\n\t\t\t\"CurrAgISOCode\": \"001\"\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "FX Rate",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":217, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CurrAgCode\": \"001\",\r\n\t\t\t\"CurrAgISOCode\": \"001\"\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 09:27:54 GMT"
								},
								{
									"key": "Content-Length",
									"value": "2123"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 217,\n            \"guidID\": \"ddcfd68e-fbaf-49e1-aee5-03c15a460e09\",\n            \"timeStamp\": \"2019-01-13T11:27:54.7546187+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"Branch\": null,\n            \"CurrAgType\": null,\n            \"CurrAgCode\": null,\n            \"CurrAgISOCode\": null,\n            \"DateRate\": \"0001-01-01T00:00:00\",\n            \"Rates\": [\n                {\n                    \"CurrAbbr\": \"665012\",\n                    \"CurrType\": \"1\",\n                    \"CurrCode\": \"JOD\",\n                    \"CurrISOCode\": \"JOD\",\n                    \"EDesc\": \"Jordanian Dinar\\r\\n\",\n                    \"ADesc\": \"دينار اردني\",\n                    \"BuyRate\": 1,\n                    \"SellRate\": 1,\n                    \"MidRate\": 1,\n                    \"MinRate\": 1,\n                    \"MaxRate\": 1,\n                    \"DateRate\": \"2018-10-27T11:34:06.93\",\n                    \"DecimalPoints\": 920\n                },\n                {\n                    \"CurrAbbr\": \"665012\",\n                    \"CurrType\": \"2\",\n                    \"CurrCode\": \"ss\",\n                    \"CurrISOCode\": \"ss\",\n                    \"EDesc\": \"American dollar\\r\\n\",\n                    \"ADesc\": \"دولار امريكي\",\n                    \"BuyRate\": 0.71,\n                    \"SellRate\": 0.71,\n                    \"MidRate\": 1,\n                    \"MinRate\": 3,\n                    \"MaxRate\": 9,\n                    \"DateRate\": \"2018-10-27T11:34:06.93\",\n                    \"DecimalPoints\": 740\n                },\n                {\n                    \"CurrAbbr\": \"665012\",\n                    \"CurrType\": \"3\",\n                    \"CurrCode\": \"EUR\",\n                    \"CurrISOCode\": \"EUR\",\n                    \"EDesc\": \"Euro Euro\\r\\n\",\n                    \"ADesc\": \"يورو اوروبي\",\n                    \"BuyRate\": 1.24,\n                    \"SellRate\": 1.24,\n                    \"MidRate\": 0.75,\n                    \"MinRate\": 2,\n                    \"MaxRate\": 7,\n                    \"DateRate\": \"2018-10-27T11:34:06.93\",\n                    \"DecimalPoints\": 800\n                },\n                {\n                    \"CurrAbbr\": \"665012\",\n                    \"CurrType\": \"5\",\n                    \"CurrCode\": \"TI\",\n                    \"CurrISOCode\": \"TI\",\n                    \"EDesc\": \"Turkish lire\\r\\n\",\n                    \"ADesc\": \"ليرة تركية\",\n                    \"BuyRate\": 7.82101,\n                    \"SellRate\": 7.80101,\n                    \"MidRate\": 7.8,\n                    \"MinRate\": 5,\n                    \"MaxRate\": 8,\n                    \"DateRate\": \"2018-10-27T11:34:06.93\",\n                    \"DecimalPoints\": 600\n                },\n                {\n                    \"CurrAbbr\": \"665012\",\n                    \"CurrType\": \"1\",\n                    \"CurrCode\": \"USD\",\n                    \"CurrISOCode\": \"USD\",\n                    \"EDesc\": \"American dollar\\r\\n\",\n                    \"ADesc\": \"American dollar\\r\\n\",\n                    \"BuyRate\": 0.71,\n                    \"SellRate\": 0.71,\n                    \"MidRate\": 0.71,\n                    \"MinRate\": 0.71,\n                    \"MaxRate\": 0.71,\n                    \"DateRate\": \"2018-01-01T00:00:00\",\n                    \"DecimalPoints\": 920\n                }\n            ],\n            \"ChannelID\": 0,\n            \"CurrencyList\": null,\n            \"HostHeader\": null,\n            \"RegionCode\": null,\n            \"LogID\": 0,\n            \"AccountNumber\": null,\n            \"BillStatus\": 0,\n            \"CustID\": 0,\n            \"ReqChannelCore\": null,\n            \"ReqChannelUserCore\": null,\n            \"ReqChannelCodeCore\": null,\n            \"A2AConnChannelID\": null,\n            \"A2AConnUserID\": null,\n            \"A2AConnUserPWD\": null,\n            \"Channel\": null,\n            \"Language\": null,\n            \"AccAttr\": null,\n            \"CustAttr\": null,\n            \"LoanID\": null,\n            \"DateTrans\": \"0001-01-01T00:00:00\",\n            \"ErrorCode\": 0,\n            \"Error\": null,\n            \"ErrorEDesc\": null,\n            \"ErrorADesc\": null\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Intrst Rate",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "3e7a2b5f-c3e1-4087-aed1-360d23e70abc",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":218, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Intrst Rate",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":218, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 09:44:30 GMT"
								},
								{
									"key": "Content-Length",
									"value": "1420"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 218,\n            \"guidID\": \"7ef72305-b2ac-416d-910e-1bdd4adea280\",\n            \"timeStamp\": \"2019-01-13T11:44:30.6333788+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"CurrAgCode\": null,\n            \"Branch\": null,\n            \"Country\": null,\n            \"DateRate\": \"0001-01-01T00:00:00\",\n            \"InterestRates\": [\n                {\n                    \"CurrAbbr\": \"313\",\n                    \"CurrType\": \"1\",\n                    \"MidRate\": 5,\n                    \"MinRate\": 1,\n                    \"MaxRate\": 10,\n                    \"CurrCode\": \"001\",\n                    \"EDesc\": \"JOD\",\n                    \"ADesc\": \"JOD\",\n                    \"IntHigh\": 20,\n                    \"IntLow\": 5,\n                    \"AccType\": \"410\",\n                    \"AccSubType\": \"1\",\n                    \"DateRate\": \"1995-04-16T00:00:00\"\n                },\n                {\n                    \"CurrAbbr\": \"313\",\n                    \"CurrType\": \"2\",\n                    \"MidRate\": 5,\n                    \"MinRate\": 1,\n                    \"MaxRate\": 10,\n                    \"CurrCode\": \"001\",\n                    \"EDesc\": \"$$\",\n                    \"ADesc\": \"$$\",\n                    \"IntHigh\": 45,\n                    \"IntLow\": 2,\n                    \"AccType\": \"510\",\n                    \"AccSubType\": \"1\",\n                    \"DateRate\": \"1995-04-16T00:00:00\"\n                },\n                {\n                    \"CurrAbbr\": \"313\",\n                    \"CurrType\": \"3\",\n                    \"MidRate\": 5,\n                    \"MinRate\": 1,\n                    \"MaxRate\": 10,\n                    \"CurrCode\": \"001\",\n                    \"EDesc\": \"UR\",\n                    \"ADesc\": \"UR\",\n                    \"IntHigh\": 35,\n                    \"IntLow\": 10,\n                    \"AccType\": \"412\",\n                    \"AccSubType\": \"1\",\n                    \"DateRate\": \"1995-04-16T00:00:00\"\n                }\n            ],\n            \"CurrRates\": null,\n            \"HostHeader\": null,\n            \"RegionCode\": null,\n            \"LogID\": 0,\n            \"AccountNumber\": null,\n            \"BillStatus\": 0,\n            \"CustID\": 0,\n            \"ReqChannelCore\": null,\n            \"ReqChannelUserCore\": null,\n            \"ReqChannelCodeCore\": null,\n            \"A2AConnChannelID\": null,\n            \"A2AConnUserID\": null,\n            \"A2AConnUserPWD\": null,\n            \"Channel\": null,\n            \"Language\": null,\n            \"AccAttr\": null,\n            \"CustAttr\": null,\n            \"LoanID\": null,\n            \"DateTrans\": \"0001-01-01T00:00:00\",\n            \"ErrorCode\": 0,\n            \"Error\": null,\n            \"ErrorEDesc\": null,\n            \"ErrorADesc\": null\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Get OTP",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":219, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Get OTP",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":219, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 11:46:23 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 219,\n            \"guidID\": \"eccb2464-f7da-4ade-a8ac-335af3ad7b58\",\n            \"timeStamp\": \"2019-01-13T13:46:23.2158419+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Get TRX",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":220, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Get TRX",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":220, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 13:23:52 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 220,\n            \"guidID\": \"69249801-a8ee-482e-bcc1-82040f43752e\",\n            \"timeStamp\": \"2019-01-13T15:23:52.0329258+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Update Recored",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":221, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Update Recored",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":221, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 14:00:31 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 221,\n            \"guidID\": \"376b8e30-31a4-4367-ba0f-287639ac02d9\",\n            \"timeStamp\": \"2019-01-13T16:00:31.1419819+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Update Tran Record Bulk",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":222, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Update Tran Record Bulk",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":222, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 14:02:56 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 222,\n            \"guidID\": \"7e762bd6-6400-48d4-894e-441ed6ed421a\",\n            \"timeStamp\": \"2019-01-13T16:02:56.7665482+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Open New Account",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":223, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n \r\n\t\t\t    \"CustID\" : \"04167491\",\r\n\t\t\t    \"AccNumber\" : \"0020017672510400014\",\r\n\t\t\t    \"AccType\" : \"410\",\r\n\t\t\t    \"AccCurr\" : \"JOD\",\r\n\t\t\t    \"AccBranch\" : \"001\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Open New Account",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":223, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n \r\n\t\t\t    \"CustID\" : \"0002209\",\r\n\t\t\t    \"AccNumber\" : \"0002209002123000\",\r\n\t\t\t    \"AccType\" : \"411\",\r\n\t\t\t    \"AccCurr\" : \"JOD\",\r\n\t\t\t    \"AccBranch\" : \"001\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 14:11:06 GMT"
								},
								{
									"key": "Content-Length",
									"value": "455"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 223,\n            \"guidID\": \"02a96099-1855-4a6e-a46b-0652e5a3a2e3\",\n            \"timeStamp\": \"2019-01-13T16:11:06.2552982+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"CustID\": \"0002209\",\n            \"AccNumber\": \"0002209002123000\",\n            \"AccType\": \"411\",\n            \"AccCurr\": \"JOD\",\n            \"AccBranch\": \"001\",\n            \"ErrorCode\": 0,\n            \"Error\": \"Success\",\n            \"ErrorEDesc\": \"Done successfully\",\n            \"ErrorADesc\": \"عملية ناجحة\"\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Transfer Account",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":224, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"CB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n \r\n\t\t\t    \"AccountFrom\": \"000220900251082393\",\r\n\t           \"AccountTo\": \"000220900251040956\",\r\n            \t\"TransferAmount\": 10\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Transfer Account",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":224, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"CB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n \r\n\t\t\t    \"AccountFrom\": \"000220900251082393\",\r\n\t           \"AccountTo\": \"000220900251040956\",\r\n            \t\"TransferAmount\": 2\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 14:53:55 GMT"
								},
								{
									"key": "Content-Length",
									"value": "580"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 224,\n            \"guidID\": \"233c1a36-a276-40be-a310-fac09459baab\",\n            \"timeStamp\": \"2019-01-13T16:53:55.2610918+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"AccountFrom\": \"000220900251082393\",\n            \"AccountTo\": \"000220900251040956\",\n            \"TransferAmount\": 2,\n            \"RegionCode\": null,\n            \"CustID\": 0,\n            \"Channel\": null,\n            \"AccAttr\": null,\n            \"CustAttr\": null,\n            \"Reference\": \"Emad1/13/2019 4:53:55 PM\",\n            \"ReqChannelCore\": null,\n            \"ErrorCode\": 0,\n            \"Error\": \"Success\",\n            \"ErrorEDesc\": \"Done successfully\",\n            \"ErrorADesc\": \"عملية ناجحة\"\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Updat Account Aval Balance",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n        \"a2ARequest\": {\r\n                        \"header\": {\r\n                            \"connectorID\": \"CB\",\r\n                            \"srvID\":225, \r\n                            \"UserID\":\"IBKUser\",\r\n                            \"Password\": \"123\",\r\n                            \"channel\": \"IBK\",\r\n                            \"BankCode\":\"A2A\"\r\n                        },\r\n                        \"body\":{\r\n                                          \r\n                                \"AccountNumber\": \"000220900251082393\",\r\n                                \"Amount\": \"85000\"\r\n                        },\r\n                        \"footer\": {\r\n                                        \"signature\": null\r\n                                        }              \r\n                            }\r\n}\r\n\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Updat Account Aval Balance",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n        \"a2ARequest\": {\r\n                        \"header\": {\r\n                            \"connectorID\": \"CB\",\r\n                            \"srvID\":225, \r\n                            \"UserID\":\"IBKUser\",\r\n                            \"Password\": \"123\",\r\n                            \"channel\": \"IBK\",\r\n                            \"BankCode\":\"A2A\"\r\n                        },\r\n                        \"body\":{\r\n                                          \r\n                                \"AccountNumber\": \"000220900251082393\",\r\n                                \"Amount\": \"150000\"\r\n                        },\r\n                        \"footer\": {\r\n                                        \"signature\": null\r\n                                        }              \r\n                            }\r\n}\r\n\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 15:04:25 GMT"
								},
								{
									"key": "Content-Length",
									"value": "421"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 225,\n            \"guidID\": \"9dd2b5eb-e0d4-4501-bac4-b9efafc49119\",\n            \"timeStamp\": \"2019-01-13T17:04:25.2747664+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"AccountNumber\": \"000220900251082393\",\n            \"Amount\": 150000,\n            \"CustID\": 0,\n            \"ErrorCode\": 0,\n            \"Error\": \"Success\",\n            \"ErrorEDesc\": \"Done successfully\",\n            \"ErrorADesc\": \"عملية ناجحة\"\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Exchange Rate",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"a2ARequest\": {\r\n                    \"header\": {\r\n                            \"connectorID\": \"CB\",\r\n                            \"srvID\":226, \r\n                            \"UserID\":\"IBKUser\",\r\n                            \"Password\": \"123\",\r\n                            \"channel\": \"IBK\",\r\n                            \"BankCode\":\"A2A\"\r\n                    },\r\n                    \"body\":{\r\n                          \r\n                            \"FromCurr\": \"JOD\",\r\n                             \"ToCurr\": \"EUR\",\r\n                            \"Amount\": \"15\"\r\n                    },\r\n                    \"footer\": {\r\n                        \"signature\": null\r\n                                    }              \r\n                        }\r\n}\r\n\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Exchange Rate",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"a2ARequest\": {\r\n                    \"header\": {\r\n                            \"connectorID\": \"CB\",\r\n                            \"srvID\":226, \r\n                            \"UserID\":\"IBKUser\",\r\n                            \"Password\": \"123\",\r\n                            \"channel\": \"IBK\",\r\n                            \"BankCode\":\"A2A\"\r\n                    },\r\n                    \"body\":{\r\n                          \r\n                            \"FromCurr\": \"USD\",\r\n                             \"ToCurr\": \"EUR\",\r\n                              \"Amount\": \"15\"\r\n                    },\r\n                    \"footer\": {\r\n                        \"signature\": null\r\n                                    }              \r\n                        }\r\n}\r\n\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 15:17:47 GMT"
								},
								{
									"key": "Content-Length",
									"value": "317"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 226,\n            \"guidID\": \"85c6aeaf-cbee-4ef2-88bf-21e1bf3905f6\",\n            \"timeStamp\": \"2019-01-13T17:17:47.9330222+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"FromCurr\": \"USD\",\n            \"ToCurr\": \"EUR\",\n            \"Amount\": \"15\",\n            \"EXAmount\": 13.206\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Get Cust Profile",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\"a2ARequest\": {\r\n                \"header\": {\r\n                        \"connectorID\": \"CB\",\r\n                        \"srvID\":227, \r\n                        \"UserID\":\"IBKUser\",\r\n                        \"Password\": \"123\",\r\n                        \"channel\": \"IBK\",\r\n                        \"BankCode\":\"A2A\"\r\n                },\r\n                \"body\":{\r\n                                  \r\n                    \"CustID\": \"0002209\"\r\n                                     \r\n                },\r\n                \"footer\": {\r\n                                \"signature\": null\r\n                                }              \r\n                    }\r\n}\r\n\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Get Cust Profile",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\"a2ARequest\": {\r\n                \"header\": {\r\n                        \"connectorID\": \"CB\",\r\n                        \"srvID\":227, \r\n                        \"UserID\":\"IBKUser\",\r\n                        \"Password\": \"123\",\r\n                        \"channel\": \"IBK\",\r\n                        \"BankCode\":\"A2A\"\r\n                },\r\n                \"body\":{\r\n                                  \r\n                    \"CustID\": \"0002209\"\r\n                                     \r\n                },\r\n                \"footer\": {\r\n                                \"signature\": null\r\n                                }              \r\n                    }\r\n}\r\n\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Sun, 13 Jan 2019 15:42:00 GMT"
								},
								{
									"key": "Content-Length",
									"value": "2234"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 227,\n            \"guidID\": \"ae28c036-d7dd-4ced-8170-770f0633e28d\",\n            \"timeStamp\": \"2019-01-13T17:42:00.4411597+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"CustProfile\": {\n                \"CustID\": \"0002209\",\n                \"Type\": \"510\",\n                \"TypeEDesc\": \"Saving Account\",\n                \"TypeADesc\": \"حساب توفير\",\n                \"Status\": \"2\",\n                \"Branch\": \"Branch 01\",\n                \"EmployerCode\": null,\n                \"Priority\": null,\n                \"Lang\": \"EN\",\n                \"ETitle\": null,\n                \"ATitle\": null,\n                \"EName\": \"Smith1990\",\n                \"EFName\": \"Emad\",\n                \"EMName\": \"mohammad\",\n                \"ELName\": \"Khalifa\",\n                \"AName\": \"عماد خليفة\",\n                \"AFName\": \"عماد\",\n                \"AMName\": \"محمد\",\n                \"ALName\": \"خليفة\",\n                \"DocDesc1\": \"1\",\n                \"DocNo1\": \"1\",\n                \"DocDesc2\": null,\n                \"DocNo2\": \"1\",\n                \"Country\": null,\n                \"City\": null,\n                \"Nationality\": \"Jordanian\",\n                \"PostBox\": null,\n                \"PostZip\": null,\n                \"EMail\": \"eKahlifa@access2arabia.com\",\n                \"Gender\": \"Male\",\n                \"MaritalStatus\": \"Single\",\n                \"DateBirth\": \"1995-04-16T00:00:00\",\n                \"JobSector\": null,\n                \"JobSubSector\": null,\n                \"JobPosition\": \".Net Develpoer\",\n                \"Salary\": null,\n                \"SalaryAdditional\": null,\n                \"Occupation\": \"1\",\n                \"PhoneCnty\": null,\n                \"PhoneArea\": null,\n                \"PhoneNo\": null,\n                \"MobCnty\": \"0000\",\n                \"MobArea\": \"00962\",\n                \"MobNo\": \"0785061643\",\n                \"FaxCnty\": null,\n                \"FaxArea\": null,\n                \"FaxNo\": null,\n                \"WorkPhoneCnty\": null,\n                \"WorkPhoneArea\": null,\n                \"WorkPhoneNo\": null,\n                \"EAddress1\": \"Amman\",\n                \"EAddress2\": \"Al Shimsani\",\n                \"EAddress3\": null,\n                \"AAddress1\": \"-\",\n                \"AAddress2\": \"-\",\n                \"AAddress3\": null,\n                \"ResidencyIndicator\": \"Residency Indicator\",\n                \"AreUSCitizen\": \"Yes\",\n                \"AreUSGreenCardHolder\": \"Yes\",\n                \"AreResidentUS\": \"Yes\",\n                \"AreUSTaxpayer\": \"Yes\",\n                \"CountryBirth\": null,\n                \"NumberChildren\": null,\n                \"CarOwnership\": \"No\",\n                \"NearestLandmark\": null,\n                \"Area\": null,\n                \"ResidenceType\": null,\n                \"CompanyName\": \"A2A\",\n                \"WorkEmailAddress\": \"anas@as.com\",\n                \"YearlyTransactionsCurrency\": null,\n                \"OtherSourceIncome\": null,\n                \"OtherIncomeAmount\": null,\n                \"DoeshavePowerAttorney\": null,\n                \"AreBeneficialOwner\": null,\n                \"ArePoliticallyExposed\": null,\n                \"PoliticallyExposed\": null,\n                \"NationalResidentNumber\": \"33256589494\",\n                \"MainDocumentType\": null,\n                \"MainDocumentNumber\": null,\n                \"IssuanceDate\": \"2018-01-06T00:00:00\",\n                \"MainDocumentPlaceIssuance\": null,\n                \"ExpiryDate\": \"2018-01-06T00:00:00\",\n                \"LastUpdate\": \"2019-01-13T12:58:34.27\"\n            },\n            \"RegionCode\": null,\n            \"CustID\": null,\n            \"Channel\": null,\n            \"AccAttr\": null,\n            \"CustAttr\": null,\n            \"ReqChannelCore\": null,\n            \"ErrorCode\": 0,\n            \"Error\": null,\n            \"ErrorEDesc\": null,\n            \"ErrorADesc\": null\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Get List Of Cheques",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":228, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccID\": \"1\"\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Get List Of Cheques",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":228, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccID\": \"1\"\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 07:08:19 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 228,\n            \"guidID\": \"db88dee3-9af2-4a05-8797-a06ec519382b\",\n            \"timeStamp\": \"2019-01-14T09:08:19.8322609+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Get Cheque Status",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":229, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccID\": \"1\",\r\n\t\t\t\"ChequeNo\": \"1\"\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Get Cheque Status",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":229, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccID\": \"1\",\r\n\t\t\t\"ChequeNo\": \"1\"\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 07:21:58 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 229,\n            \"guidID\": \"32ce6eb4-b5ed-459b-b6e9-db4f96b55bd0\",\n            \"timeStamp\": \"2019-01-14T09:21:58.9126396+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Find Transactions",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":230, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccID\": \"1\",\r\n\t\t\t\"TransReference\": \"1\",\r\n\t\t\t\"TransAmount\": \"1\"\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Find Transactions",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":230, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccID\": \"1\",\r\n\t\t\t\"TransReference\": \"1\",\r\n\t\t\t\"TransAmount\": \"1\"\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 07:26:22 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 230,\n            \"guidID\": \"c502b2e7-7de9-4d00-9307-1789f47bb19d\",\n            \"timeStamp\": \"2019-01-14T09:26:22.9959962+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "New Customer IDs",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":231, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "New Customer IDs",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":231, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 07:33:42 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 231,\n            \"guidID\": \"545823db-417a-4bcd-bfbf-1205555b0865\",\n            \"timeStamp\": \"2019-01-14T09:33:42.1307364+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Updated Customer IDs",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":232, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Updated Customer IDs",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":232, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 07:36:48 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 232,\n            \"guidID\": \"07541719-a87a-4817-b63e-fee937b52ebf\",\n            \"timeStamp\": \"2019-01-14T09:36:48.5695917+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Update Cust Ret Status",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":233, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"1\",\r\n\t\t\t\"Status\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Update Cust Ret Status",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":233, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"1\",\r\n\t\t\t\"Status\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 07:39:42 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 233,\n            \"guidID\": \"c909ed01-c881-40f3-8b2c-55918a313e3b\",\n            \"timeStamp\": \"2019-01-14T09:39:42.7728725+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "New SMS Customer IDs",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":234, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "New SMS Customer IDs",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":234, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 07:43:43 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 234,\n            \"guidID\": \"c2e1ebb8-c2fe-43b2-94e5-e2da0f87267c\",\n            \"timeStamp\": \"2019-01-14T09:43:43.9311929+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Updated SMS Customer IDs",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":235, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Updated SMS Customer IDs",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":235, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 07:46:01 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 235,\n            \"guidID\": \"d8b88b45-e05b-4636-9cd1-3b414a673433\",\n            \"timeStamp\": \"2019-01-14T09:46:01.4797905+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Update SMS Cust Ret Status",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":236, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"1\",\r\n\t\t\t\"Status\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Update SMS Cust Ret Status",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":236, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"1\",\r\n\t\t\t\"Status\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 07:48:39 GMT"
								},
								{
									"key": "Content-Length",
									"value": "386"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 236,\n            \"guidID\": \"5af9d007-765f-4253-bcfd-d1b894098d8a\",\n            \"timeStamp\": \"2019-01-14T09:48:39.935178+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Cross Currency",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":237, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"SourceCurrency\": \"10000\",\r\n\t\t\t\"DestinationCurrency\": \"25\",\r\n\t\t\t\"Amount\": \"100\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Cross Currency",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":237, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"SourceCurrency\": \"10000\",\r\n\t\t\t\"DestinationCurrency\": \"25\",\r\n\t\t\t\"Amount\": \"100\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 07:51:58 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 237,\n            \"guidID\": \"862823ab-cda4-4844-a8ad-927fec9d8f8e\",\n            \"timeStamp\": \"2019-01-14T09:51:58.7359064+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Check Account Number",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":238, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccNo\": \"210040020031612\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Check Account Number",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":238, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccNo\": \"210040020031612\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 07:57:49 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 238,\n            \"guidID\": \"5d7a2579-2aac-4be7-bd09-c114a96d7385\",\n            \"timeStamp\": \"2019-01-14T09:57:49.2894489+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Pin Mailer Cust ID",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":239, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Pin Mailer Cust ID",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":239, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 08:00:35 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 239,\n            \"guidID\": \"acd067a4-2aa6-40c6-8a16-1073164da213\",\n            \"timeStamp\": \"2019-01-14T10:00:35.1676407+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Language Cust ID",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":240, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Language Cust ID",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":240, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 08:03:31 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 240,\n            \"guidID\": \"44684533-3183-463b-a6ca-9b70095ae5e8\",\n            \"timeStamp\": \"2019-01-14T10:03:31.9366117+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Pin Customer Status",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":241, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"02210\",\r\n\t\t\t\"Status\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Pin Customer Status",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":241, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"02210\",\r\n\t\t\t\"Status\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 08:08:16 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 241,\n            \"guidID\": \"831f2caa-5759-4465-a08f-fdb315d241d3\",\n            \"timeStamp\": \"2019-01-14T10:08:16.8330777+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Lang Customer Status",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":242, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"02210\",\r\n\t\t\t\"Status\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Lang Customer Status",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":242, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"02210\",\r\n\t\t\t\"Status\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 08:10:51 GMT"
								},
								{
									"key": "Content-Length",
									"value": "387"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 242,\n            \"guidID\": \"b724db93-6254-4e5b-a45a-6ea79ae3bf38\",\n            \"timeStamp\": \"2019-01-14T10:10:51.6646127+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 1010,\n                \"eDesc\": \"Response status code does not indicate success: 404 (Not Found).\",\n                \"aDesc\": \"Response status code does not indicate success: 404 (Not Found).\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Domestic Transfer",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":731, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n \r\n\t\t\t    \"AccountFrom\": \"000220900251082393\",\r\n\t           \"IBAN\": \"000220900251040956\",\r\n            \t\"TransferAmount\": 5\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Domestic Transfer",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":731, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n \r\n\t\t\t    \"AccountFrom\": \"000220900251082393\",\r\n\t           \"IBAN\": \"000220900251040956\",\r\n            \t\"TransferAmount\": 5\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Tue, 22 Jan 2019 10:35:36 GMT"
								},
								{
									"key": "Content-Length",
									"value": "577"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 731,\n            \"guidID\": \"5ce87456-53ed-4da8-b627-2b4e71a11853\",\n            \"timeStamp\": \"2019-01-22T12:35:19.8800103+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"AccountFrom\": \"000220900251082393\",\n            \"IBAN\": \"000220900251040956\",\n            \"TransferAmount\": 5,\n            \"RegionCode\": null,\n            \"CustID\": 0,\n            \"Channel\": null,\n            \"AccAttr\": null,\n            \"CustAttr\": null,\n            \"Reference\": \"Emad 1/22/2019 12:35:35 PM\",\n            \"ReqChannelCore\": null,\n            \"ErrorCode\": 0,\n            \"Error\": \"Success\",\n            \"ErrorEDesc\": \"Done successfully\",\n            \"ErrorADesc\": \"عملية ناجحة\"\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "EALB",
			"item": [
				{
					"name": "Card Payment",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":700, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccountNumber\": \"41002300600412\",\r\n\t\t\t\"AmtNorm\": \"1\",\r\n\t\t\t\"CardNo\": \"4035020500005010\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Card Payment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":700, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccountNumber\": \"41002300600412\",\r\n\t\t\t\"AmtNorm\": \"1\",\r\n\t\t\t\"CardNo\": \"4035020500005010\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 08:14:54 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 700,\n            \"guidID\": \"f93bc002-2d03-42e8-a88e-449f8e0c5327\",\n            \"timeStamp\": \"2019-01-14T10:14:54.3577548+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Loan Payment",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":701, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccountNumber\": \"41002300600412\",\r\n\t\t\t\"LoanNo\": \"1\",\r\n\t\t\t\"CustID\": \"10020\",\r\n\t\t\t\"Type\": \"10020\",\r\n\t\t\t\"AmtTo\": \"50\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Loan Payment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":701, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccountNumber\": \"41002300600412\",\r\n\t\t\t\"LoanNo\": \"1\",\r\n\t\t\t\"CustID\": \"10020\",\r\n\t\t\t\"Type\": \"10020\",\r\n\t\t\t\"AmtTo\": \"50\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 08:28:16 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 701,\n            \"guidID\": \"dd67167d-e99f-4cf3-81b0-001520c531e6\",\n            \"timeStamp\": \"2019-01-14T10:28:16.6870308+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "FawaterCom Payment Hold",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":702, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"Channel\": \"CB\",\r\n\t\t\t\"CustID\": \"10020\",\r\n\t\t\t\"AccountNumber\": \"41002300600412\",\r\n\t\t\t\"AccountTo\": \"41002300600302\",\r\n\t\t\t\"AccountToFees\": \"20\",\r\n\t\t\t\"AmtFrom\": \"500\",\r\n\t\t\t\"Fees\": \"8\",\r\n\t\t\t\"CurrCodeFrom\": \"JOD\",\r\n\t\t\t\"A2AReference\": \"001\",\r\n\t\t\t\"BillingNo\": \"163\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "FawaterCom Payment Hold",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":702, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"Channel\": \"CB\",\r\n\t\t\t\"CustID\": \"10020\",\r\n\t\t\t\"AccountNumber\": \"41002300600412\",\r\n\t\t\t\"AccountTo\": \"41002300600302\",\r\n\t\t\t\"AccountToFees\": \"20\",\r\n\t\t\t\"AmtFrom\": \"500\",\r\n\t\t\t\"Fees\": \"8\",\r\n\t\t\t\"CurrCodeFrom\": \"JOD\",\r\n\t\t\t\"A2AReference\": \"001\",\r\n\t\t\t\"BillingNo\": \"163\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 08:36:54 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 702,\n            \"guidID\": \"2702692d-4915-4be3-8d6b-4dc944a03bdf\",\n            \"timeStamp\": \"2019-01-14T10:36:54.7615957+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "FawaterCom Payment Release",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":703, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"Channel\": \"CB\",\r\n\t\t\t\"AccountNumber\": \"41002300600412\",\r\n\t\t\t\"A2AReference\": \"001\",\r\n\t\t\t\"Reference\": \"15030\",\r\n\t\t\t\"BillingNo\": \"163\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "FawaterCom Payment Release",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":703, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"Channel\": \"CB\",\r\n\t\t\t\"AccountNumber\": \"41002300600412\",\r\n\t\t\t\"A2AReference\": \"001\",\r\n\t\t\t\"Reference\": \"15030\",\r\n\t\t\t\"BillingNo\": \"163\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 08:43:54 GMT"
								},
								{
									"key": "Content-Length",
									"value": "254"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 703,\n            \"guidID\": \"e93210af-8964-4bf5-9184-8dc1ef696125\",\n            \"timeStamp\": \"2019-01-14T10:43:54.16123+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "FawaterCom Payment",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":704, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"Channel\": \"CB\",\r\n\t\t\t\"CustID\": \"102030\",\r\n\t\t\t\"AccountNumber\": \"4120006010514000\",\r\n\t\t\t\"AccountTo\": \"4120006010514003\",\r\n\t\t\t\"AccountToFees\": \"13\",\r\n\t\t\t\"AmtFrom\": \"50\",\r\n\t\t\t\"Fees\": \"5\",\r\n\t\t\t\"A2AReference\": \"1020\",\r\n\t\t\t\"CurrCodeFrom\": \"JOD\",\r\n\t\t\t\"Reference\": \"403010\",\r\n\t\t\t\"HoldFlag\": \"1\",\r\n\t\t\t\"BillingNo\": \"163\",\r\n\t\t\t\"ADesc\": \"ANAS\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "FawaterCom Payment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":704, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"Channel\": \"CB\",\r\n\t\t\t\"CustID\": \"102030\",\r\n\t\t\t\"AccountNumber\": \"4120006010514000\",\r\n\t\t\t\"AccountTo\": \"4120006010514003\",\r\n\t\t\t\"AccountToFees\": \"13\",\r\n\t\t\t\"AmtFrom\": \"50\",\r\n\t\t\t\"Fees\": \"5\",\r\n\t\t\t\"A2AReference\": \"1020\",\r\n\t\t\t\"CurrCodeFrom\": \"JOD\",\r\n\t\t\t\"Reference\": \"403010\",\r\n\t\t\t\"HoldFlag\": \"1\",\r\n\t\t\t\"BillingNo\": \"163\",\r\n\t\t\t\"ADesc\": \"ANAS\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 08:50:47 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 704,\n            \"guidID\": \"45721754-f2f2-4999-a1c9-4207b10b6223\",\n            \"timeStamp\": \"2019-01-14T10:50:47.7484216+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "List Card",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":705, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Card",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":705, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 08:58:36 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 705,\n            \"guidID\": \"50fac54b-3987-4ddc-8ce7-f6ef5d64acbe\",\n            \"timeStamp\": \"2019-01-14T10:58:37.4308219+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "List Card Statement",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":706, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\",\r\n\t\t\t\"CardNo\": \"5177270096994233\",\r\n\t\t\t\"DateFrom\": \"10/12/2018\",\r\n\t\t\t\"DateTo\": \"24/12/2018\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Card Statement",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":706, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\",\r\n\t\t\t\"CardNo\": \"5177270096994233\",\r\n\t\t\t\"DateFrom\": \"10/12/2018\",\r\n\t\t\t\"DateTo\": \"24/12/2018\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 09:03:21 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 706,\n            \"guidID\": \"bcf3e08c-48db-45ed-93b2-664e1c5c9415\",\n            \"timeStamp\": \"2019-01-14T11:03:21.0462905+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "List Card Trans",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":707, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Card Trans",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":707, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 09:10:49 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 707,\n            \"guidID\": \"6056c388-a7cd-4f86-b4f7-10a56ae2ee63\",\n            \"timeStamp\": \"2019-01-14T11:10:49.5874279+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "List Loan",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":708, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\",\r\n\t\t\t\"AccountNumber\": \"522021152010\",\r\n\t\t\t\"Type\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Loan",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":708, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\",\r\n\t\t\t\"AccountNumber\": \"522021152010\",\r\n\t\t\t\"Type\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 09:18:18 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 708,\n            \"guidID\": \"85f87bdc-775b-4d15-aa9d-459a41265841\",\n            \"timeStamp\": \"2019-01-14T11:18:18.5885782+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "List Loan Statement",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":709, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccountNumber\": \"522021152010\",\r\n\t\t\t\"LoanNo\": \"16030\",\r\n\t\t\t\"DateFrom\": \"10/12/2018\",\r\n\t\t\t\"DateTo\": \"24/12/2018\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Loan Statement",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":709, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccountNumber\": \"522021152010\",\r\n\t\t\t\"LoanNo\": \"16030\",\r\n\t\t\t\"DateFrom\": \"10/12/2018\",\r\n\t\t\t\"DateTo\": \"24/12/2018\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 09:22:58 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 709,\n            \"guidID\": \"d89b95da-985a-48fc-b2f5-e479691e9d3e\",\n            \"timeStamp\": \"2019-01-14T11:22:58.2636443+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "List Loan Trans",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":710, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\",\r\n\t\t\t\"LoanNo\": \"16030\",\r\n\t\t\t\"TransCount\": \"5\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Loan Trans",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":710, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\",\r\n\t\t\t\"LoanNo\": \"16030\",\r\n\t\t\t\"TransCount\": \"5\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 09:30:01 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 710,\n            \"guidID\": \"6706c48c-a963-46bb-9022-3cb3cac13569\",\n            \"timeStamp\": \"2019-01-14T11:30:01.5678881+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "List Loan Details",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":711, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccountNumber\": \"15020032010\",\r\n\t\t\t\"LoanNo\": \"16030\",\r\n\t\t\t\"LoanYear\": \"2018\",\r\n\t\t\t\"Type\": \"3\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Loan Details",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":711, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccountNumber\": \"15020032010\",\r\n\t\t\t\"LoanNo\": \"16030\",\r\n\t\t\t\"LoanYear\": \"2018\",\r\n\t\t\t\"Type\": \"3\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 10:00:29 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 711,\n            \"guidID\": \"d1f3b9e5-6dd8-40f6-84d4-509f9c545a68\",\n            \"timeStamp\": \"2019-01-14T12:00:29.5902851+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "List Loan Calculator",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":712, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"LoanAMT\": \"1\",\r\n\t\t\t\"Period\": \"2\",\r\n\t\t\t\"InterestRate\": \"9\",\r\n\t\t\t\"fees\": \"3\",\r\n\t\t\t\"LoanDate\": \"2018\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Loan Calculator",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":712, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"LoanAMT\": \"1\",\r\n\t\t\t\"Period\": \"2\",\r\n\t\t\t\"InterestRate\": \"9\",\r\n\t\t\t\"fees\": \"3\",\r\n\t\t\t\"LoanDate\": \"2018\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 10:04:25 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 712,\n            \"guidID\": \"353e32c2-2c54-45e1-92d3-d9b55c10b031\",\n            \"timeStamp\": \"2019-01-14T12:04:24.9548718+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "List Deposit",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":713, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"Type\": \"1\",\r\n\t\t\t\"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Deposit",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":713, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"Type\": \"1\",\r\n\t\t\t\"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 10:09:46 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 713,\n            \"guidID\": \"54b3a8cd-d391-4a02-afa0-9ff8f0123ab8\",\n            \"timeStamp\": \"2019-01-14T12:09:46.6337541+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "List Deposit Statement",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":714, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccountNumber\": \"5620205202010\",\r\n\t\t\t\"DepositNo\": \"15\",\r\n\t\t\t\"DateFrom\": \"10/12/2018\",\r\n\t\t\t\"DateTo\": \"24/12/2018\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Deposit Statement",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":714, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccountNumber\": \"5620205202010\",\r\n\t\t\t\"DepositNo\": \"15\",\r\n\t\t\t\"DateFrom\": \"10/12/2018\",\r\n\t\t\t\"DateTo\": \"24/12/2018\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 10:16:40 GMT"
								},
								{
									"key": "Content-Length",
									"value": "255"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 714,\n            \"guidID\": \"6555c6b3-195e-4e4e-a922-c9f29def25f9\",\n            \"timeStamp\": \"2019-01-14T12:16:40.064807+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "List Deposit Trans",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":715, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Deposit Trans",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":715, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 10:24:56 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 715,\n            \"guidID\": \"adaad6ab-abee-40d8-86de-4fe55c3b96f1\",\n            \"timeStamp\": \"2019-01-14T12:24:56.4975147+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "List Disc Bill",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":716, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Disc Bill",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":716, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 10:21:14 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 716,\n            \"guidID\": \"031875c7-3d59-408d-89b6-4268cb86249a\",\n            \"timeStamp\": \"2019-01-14T12:21:14.8989404+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "List Facility",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":717, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Facility",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":717, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 10:31:53 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 717,\n            \"guidID\": \"9be7a884-4fb3-45a7-8f7b-b5f6ff543834\",\n            \"timeStamp\": \"2019-01-14T12:31:53.6159274+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Credit Details Total",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":718, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Credit Details Total",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":718, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 10:34:17 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 718,\n            \"guidID\": \"d0e182a6-1e59-4bd6-8b84-278b35887b17\",\n            \"timeStamp\": \"2019-01-14T12:34:17.6972286+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "List LG",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":719, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List LG",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":719, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 10:58:54 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 719,\n            \"guidID\": \"00ebea16-8b59-4497-a971-5f8c5e177ded\",\n            \"timeStamp\": \"2019-01-14T12:58:54.8118968+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "List LC",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":720, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List LC",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":720, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 11:01:07 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 720,\n            \"guidID\": \"fc32c857-2033-4665-bf77-c1154c35bb4e\",\n            \"timeStamp\": \"2019-01-14T13:01:08.4855704+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "List Guarantee",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":721, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Guarantee",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":721, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 11:02:27 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 721,\n            \"guidID\": \"61ac858b-34dd-42d5-9314-ad808706e0b1\",\n            \"timeStamp\": \"2019-01-14T13:02:27.8777265+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Request Card Stop",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":722, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CardNo\": \"412006500100800\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Req Card Stop",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":722, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CardNo\": \"412006500100800\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 11:04:53 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 722,\n            \"guidID\": \"352f8db9-1989-4c43-9fe9-e68d62e0c8e9\",\n            \"timeStamp\": \"2019-01-14T13:04:53.7097015+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Request Deposit",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":723, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccountNumber\": \"412006500100800\",\r\n\t\t\t\"CertificateNo\": \"9511320\",\r\n\t\t\t\"Period\": \"17\",\r\n\t\t\t\"AmtFrom\": \"600\",\r\n\t\t\t\"InterestPeriod\": \"13\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Req Deposit",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":723, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"AccountNumber\": \"412006500100800\",\r\n\t\t\t\"CertificateNo\": \"9511320\",\r\n\t\t\t\"Period\": \"17\",\r\n\t\t\t\"AmtFrom\": \"600\",\r\n\t\t\t\"InterestPeriod\": \"13\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 11:08:08 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 723,\n            \"guidID\": \"d1b66c86-3d76-445e-98f3-265522b69e8f\",\n            \"timeStamp\": \"2019-01-14T13:08:08.5092157+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Update Statment Status",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":724, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\",\r\n\t\t\t\"AccountNumber\": \"951132040006010\",\r\n\t\t\t\"Subscribe\": \"anas\",\r\n\t\t\t\"Type\": \"410\",\r\n\t\t\t\"VoucherType\": \"610\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Update Statment Status",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":724, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\",\r\n\t\t\t\"AccountNumber\": \"951132040006010\",\r\n\t\t\t\"Subscribe\": \"anas\",\r\n\t\t\t\"Type\": \"410\",\r\n\t\t\t\"VoucherType\": \"610\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 11:15:12 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 724,\n            \"guidID\": \"85247407-fc84-4e81-9d0a-b50f4d69d253\",\n            \"timeStamp\": \"2019-01-14T13:15:12.1422916+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Status Bank",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":725, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Status Bank",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":725, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 11:24:04 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 725,\n            \"guidID\": \"56274181-7ec3-4ade-8375-a111fdce4e6e\",\n            \"timeStamp\": \"2019-01-14T13:24:04.2628055+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Get Bus Date",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":726, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Get Bus Date",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":726, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 11:27:12 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 726,\n            \"guidID\": \"77038ca0-99b5-4b94-b34d-08e89c5d1a42\",\n            \"timeStamp\": \"2019-01-14T13:27:12.8451624+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Sub Get New Custs",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":727, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"No1\": \"618200\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Sub Get New Custs",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":727, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"No1\": \"618200\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 11:29:19 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 727,\n            \"guidID\": \"99a111cc-abb6-4e51-afc7-2c2ea54f0778\",\n            \"timeStamp\": \"2019-01-14T13:29:19.4729419+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Sub Cust",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":728, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"Status\": \"2\",\r\n\t\t\t\"CustID\": \"608010\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Sub Cust",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":728, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"Status\": \"2\",\r\n\t\t\t\"CustID\": \"608010\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 11:31:43 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 728,\n            \"guidID\": \"28ac6468-0cc6-4b0c-bee0-50d89ccdb3e0\",\n            \"timeStamp\": \"2019-01-14T13:31:42.9919107+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Util Deposit Calculate",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":729, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\",\r\n\t\t\t\"CurrFrom\": \"100\",\r\n\t\t\t\"AmtFrom\": \"750\",\r\n\t\t\t\"Period\": \"7\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Util Depoist Calculate",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":729, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"0002209\",\r\n\t\t\t\"CurrFrom\": \"100\",\r\n\t\t\t\"AmtFrom\": \"750\",\r\n\t\t\t\"Period\": \"7\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 11:35:15 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 729,\n            \"guidID\": \"8b5be67a-8fea-4c87-ae3f-ac9be2475b80\",\n            \"timeStamp\": \"2019-01-14T13:35:14.9338759+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Util Interest",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":730, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"Curr\": \"608010\",\r\n\t\t\t\"AmtBase\": \"1400\",\r\n\t\t\t\"Period\": \"7\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Util Interest",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"CB\",\r\n\t\t\t\"srvID\":730, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"Curr\": \"608010\",\r\n\t\t\t\"AmtBase\": \"1400\",\r\n\t\t\t\"Period\": \"7\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 14 Jan 2019 11:40:10 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"CB\",\n            \"srvID\": 730,\n            \"guidID\": \"4a5c40fa-8074-4a5c-b7ea-1891a3567d47\",\n            \"timeStamp\": \"2019-01-14T13:40:09.9247437+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "eFAWATEERcom",
			"item": [
				{
					"name": "Account Remove",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":10, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"Channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"00218994\",\r\n             \"BillerCode\": \"163\",\r\n             \"ServiceType\": \"1\",\r\n             \"BillingNo\": \"06\"\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Account Remove",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":10, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"FC\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"00218994\",\r\n             \"BillerCode\": \"163\",\r\n             \"ServiceType\": \"1\",\r\n             \"BillingNo\": \"06\"\r\n\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "648",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Sun, 22 Jul 2018 06:54:40 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":10,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"FC\",\"timeStamp\":\"2018-07-22T09:54:40.718373+03:00\",\"guidID\":\"7908e00f-de53-4968-b320-cf3406b16a90\"},\"body\":{\"CustID\":\"00218994\",\"BillerCode\":\"163\",\"ServiceType\":\"1\",\"BillingNo\":\"06\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"7908e00f-de53-4968-b320-cf3406b16a90\",\"timeStamp\":\"2018-07-22T09:54:40.7652241+03:00\",\"result\":{\"errorCode\":10027,\"eDesc\":\"ErrorCode : 10027 No error found in database\",\"aDesc\":\"ErrorCode : 10027 No error found in database\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Billers List",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"a2ARequest\": {\r\n    \"header\": {\r\n      \"connectorID\": \"FC\",\r\n      \"srvID\":11, \r\n      \"UserID\":\"IBKUser\",\r\n      \"Password\": \"123\",\r\n      \"channel\": \"IBK\",\r\n      \"BankCode\": \"A2A\"\r\n    },\r\n    \"body\":{\r\n \r\n\r\n    },\r\n    \"footer\": {\r\n      \"signature\": null\r\n      }  \r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Billers List",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"a2ARequest\": {\r\n    \"header\": {\r\n      \"connectorID\": \"FC\",\r\n      \"srvID\":11, \r\n      \"UserID\":\"00011\",\r\n      \"Password\": \"ydrwFD5AqOA=\",\r\n      \"channel\": \"FC\"\r\n    },\r\n    \"body\":{\r\n \r\n\r\n    },\r\n    \"footer\": {\r\n      \"signature\": null\r\n      }  \r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "552",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 10:38:04 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":11,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"FC\",\"timeStamp\":\"2018-07-11T13:38:05.6269102+03:00\",\"guidID\":\"2bcc65b4-af2c-4065-9996-ce244ce19585\"},\"body\":{},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"2bcc65b4-af2c-4065-9996-ce244ce19585\",\"timeStamp\":\"2018-07-11T13:38:05.6894006+03:00\",\"result\":{\"errorCode\":10025,\"eDesc\":\"No fees for the selected service\",\"aDesc\":\"No fees for the selected service\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Add Standing Order",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":12, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"00218994\",\r\n\t\t\t\"BillerCode\": \"1\",\r\n\t\t\t\"ServiceType\": \"2\",\r\n\t\t\t\"BillingNo\": \"163\",\r\n\t\t\t\"AccountNo\": \"200365510580051\",\r\n\t\t\t\"StartDate\": \"20180103\",\r\n\t\t\t\"EndDate\": \"20200306\",\r\n\t\t\t\"Period\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Add Standing Order",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":12, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"FC\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"1003222155220\",\r\n\t\t\t\"BillerCode\": \"1\",\r\n\t\t\t\"ServiceType\": \"2\",\r\n\t\t\t\"BillingNo\": \"163\",\r\n\t\t\t\"AccountNo\": \"200365510580051\",\r\n\t\t\t\"StartDate\": \"20180103\",\r\n\t\t\t\"EndDate\": \"20200306\",\r\n\t\t\t\"Period\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "728",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 08:34:27 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":12,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"FC\",\"timeStamp\":\"2018-07-11T11:34:27.3419069+03:00\",\"guidID\":\"33256869-4934-4eca-b2c7-650533aea406\"},\"body\":{\"CustID\":\"1003222155220\",\"BillerCode\":\"1\",\"ServiceType\":\"2\",\"BillingNo\":\"163\",\"AccountNo\":\"200365510580051\",\"StartDate\":\"20180103\",\"EndDate\":\"20200306\",\"Period\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"33256869-4934-4eca-b2c7-650533aea406\",\"timeStamp\":\"2018-07-11T11:34:27.3731582+03:00\",\"result\":{\"errorCode\":2,\"eDesc\":\"ErrorCode : 2 No error found in database\",\"aDesc\":\"ErrorCode : 2 No error found in database\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Bill Payment Advance",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":13, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"1003222155220\",\r\n\t\t\t\"BillerCode\": \"1\",\r\n\t\t\t\"ServiceType\": \"2\",\r\n\t\t\t\"BillingNo\": \"163\",\r\n\t\t\t\"DateFlag\": \"0\",\r\n\t\t\t\"StartDate\": \"20180103\",\r\n\t\t\t\"EndDate\": \"20200306\",\r\n\t\t\t\"CustInfoFlag\": \"1\",\r\n\t\t\t\"IdType\": \"1\",\r\n\t\t\t\"ID\": \"1035\",\r\n\t\t\t\"Nation\": \"JO\",\r\n\t\t\t\"Name\": \"anas\",\r\n\t\t\t\"Phone\": \"0785061643\",\r\n\t\t\t\"Address\": \"Amman\",\r\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\",\r\n\t\t\t\"PmtStatus\": \"1\",\r\n\t\t\t\"DueAmt\": \"1050\",\r\n\t\t\t\"PaidAmt\": \"430\",\r\n\t\t\t\"Fees\": \"20\",\r\n\t\t\t\"Currency\": \"5600\",\r\n\t\t\t\"AccessChannel\": \"1\",\r\n\t\t\t\"PaymentMethod\":\"1\",\r\n\t\t\t\"SendSMSFlag\":\"1\",\r\n\t\t\t\"MobileNo\":\"06501324\",\r\n\t\t\t\"MSGLang\":\"1\",\r\n\t\t\t\"InqRefNo\":\"1\",\r\n\t\t\t\"Attr\":\"3\"\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Bill Payment Advance",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":13, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"FC\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"1003222155220\",\r\n\t\t\t\"BillerCode\": \"1\",\r\n\t\t\t\"ServiceType\": \"2\",\r\n\t\t\t\"BillingNo\": \"163\",\r\n\t\t\t\"DateFlag\": \"0\",\r\n\t\t\t\"StartDate\": \"20180103\",\r\n\t\t\t\"EndDate\": \"20200306\",\r\n\t\t\t\"CustInfoFlag\": \"1\",\r\n\t\t\t\"IdType\": \"1\",\r\n\t\t\t\"ID\": \"1035\",\r\n\t\t\t\"Nation\": \"JO\",\r\n\t\t\t\"Name\": \"anas\",\r\n\t\t\t\"Address\": \"Amman\",\r\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\",\r\n\t\t\t\"PmtStatus\": \"1\",\r\n\t\t\t\"DueAmt\": \"1050\",\r\n\t\t\t\"PaidAmt\": \"430\",\r\n\t\t\t\"Fees\": \"20\",\r\n\t\t\t\"Currency\": \"5600\",\r\n\t\t\t\"AccessChannel\": \"1\",\r\n\t\t\t\"PaymentMethod\":\"1\",\r\n\t\t\t\"SendSMSFlag\":\"1\",\r\n\t\t\t\"MobileNo\":\"06501324\",\r\n\t\t\t\"MSGLang\":\"1\",\r\n\t\t\t\"InqRefNo\":\"1\",\r\n\t\t\t\"Attr\":\"3\"\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "1135",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 09:15:42 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":13,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"FC\",\"timeStamp\":\"2018-07-11T12:15:42.2206985+03:00\",\"guidID\":\"853762d9-6e3f-4e67-8bc9-10487ad2c871\"},\"body\":{\"CustID\":\"1003222155220\",\"BillerCode\":\"1\",\"ServiceType\":\"2\",\"BillingNo\":\"163\",\"DateFlag\":\"0\",\"StartDate\":\"20180103\",\"EndDate\":\"20200306\",\"CustInfoFlag\":\"1\",\"IdType\":\"1\",\"ID\":\"1035\",\"Nation\":\"JO\",\"Name\":\"anas\",\"Address\":\"Amman\",\"eMail\":\"adefallah@access2arabia.com\",\"PmtStatus\":\"1\",\"DueAmt\":\"1050\",\"PaidAmt\":\"430\",\"Fees\":\"20\",\"Currency\":\"5600\",\"AccessChannel\":\"1\",\"PaymentMethod\":\"1\",\"SendSMSFlag\":\"1\",\"MobileNo\":\"06501324\",\"MSGLang\":\"1\",\"InqRefNo\":\"1\",\"Attr\":\"3\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"853762d9-6e3f-4e67-8bc9-10487ad2c871\",\"timeStamp\":\"2018-07-11T12:15:42.2831864+03:00\",\"result\":{\"errorCode\":-1,\"eDesc\":\"The best overloaded method match for 'string.IsNullOrEmpty(string)' has some invalid arguments\",\"aDesc\":\"The best overloaded method match for 'string.IsNullOrEmpty(string)' has some invalid arguments\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Bulk Bill Inquiry",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":14, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n            \"Password\": \"123\",\r\n            \"Channel\": \"IBK\",\r\n            \"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"1003222155220\",\r\n\t\t\t\"IdType\": \"M\",\r\n\t\t\t\"ID\": \"1035\",\r\n\t\t\t\"Nation\": \"JO\",\r\n\t\t\t\"Name\": \"anas\",\r\n\t\t\t\"Phone\": \"0785061643\",\r\n\t\t\t\"Address\": \"Amman\",\r\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\"\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Bulk Bill Inquiry",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":14, \r\n\t\t\t\"UserID\":\"MobUser\",\r\n            \"Password\": \"A2A@Bank\",\r\n            \"Channel\": \"MOB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"1003222155220\",\r\n\t\t\t\"IdType\": \"M\",\r\n\t\t\t\"ID\": \"1035\",\r\n\t\t\t\"Nation\": \"JO\",\r\n\t\t\t\"Name\": \"anas\",\r\n\t\t\t\"Phone\": \"0785061643\",\r\n\t\t\t\"Address\": \"Amman\",\r\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\"\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "935",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Thu, 30 Aug 2018 07:10:34 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":14,\"bankCode\":\"0\",\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-08-30T10:10:22.4260525+03:00\",\"guidID\":\"62de938b-9a59-4cac-a48d-57f4cea4402d\"},\"body\":{\"CustID\":\"1003222155220\",\"IdType\":\"M\",\"ID\":\"1035\",\"Nation\":\"JO\",\"Name\":\"anas\",\"Phone\":\"0785061643\",\"Address\":\"Amman\",\"eMail\":\"adefallah@access2arabia.com\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"62de938b-9a59-4cac-a48d-57f4cea4402d\",\"timeStamp\":\"2018-08-30T10:10:22.7385607+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"custID\":\"1003222155220\",\"idType\":null,\"id\":null,\"nation\":null,\"name\":null,\"phone\":null,\"address\":null,\"eMail\":null,\"billInfo\":null,\"errorCode\":2006,\"errorEDesc\":\"Invalid Official ID Type\",\"errorADesc\":null,\"a2aChannel\":\"MOB\",\"a2aUserID\":\"MobUser\",\"a2apwd\":\"A2A@Bank\",\"regionCode\":null},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Delete Standing Order",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":15, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n            \"Password\": \"123\",\r\n            \"Channel\": \"IBK\",\r\n            \"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"1003222155220\",\r\n\t\t\t\"BillerCode\": \"163\",\r\n\t\t\t\"ServiceType\": \"1\",\r\n\t\t\t\"BillingNo\": \"02052\",\r\n\t\t\t\"BillNo\": \"2042\"\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Delete Standing Order",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":15, \r\n\t\t\t\"UserID\":\"MobUser\",\r\n            \"Password\": \"A2A@Bank\",\r\n            \"Channel\": \"MOB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"1003222155220\",\r\n\t\t\t\"BillerCode\": 163,\r\n\t\t\t\"ServiceType\": \"1\",\r\n\t\t\t\"BillingNo\": \"02052\",\r\n\t\t\t\"BillNo\": \"2042\"\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "766",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 10:38:27 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":15,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T13:38:27.9243483+03:00\",\"guidID\":\"5af714b1-c27a-4c02-b785-0b12a5ba2ef9\"},\"body\":{\"CustID\":\"1003222155220\",\"BillerCode\":163,\"ServiceType\":\"1\",\"BillingNo\":\"02052\",\"BillNo\":\"2042\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"5af714b1-c27a-4c02-b785-0b12a5ba2ef9\",\"timeStamp\":\"2018-07-11T13:38:27.955558+03:00\",\"result\":{\"errorCode\":-1,\"eDesc\":\"The best overloaded method match for 'string.IsNullOrEmpty(string)' has some invalid arguments\",\"aDesc\":\"The best overloaded method match for 'string.IsNullOrEmpty(string)' has some invalid arguments\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Get Reg Billing",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":16, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n            \"Password\": \"123\",\r\n            \"Channel\": \"IBK\",\r\n            \"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"1003222155220\"\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Get Reg Billing",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":16, \r\n\t\t\t\"UserID\":\"MobUser\",\r\n            \"Password\": \"A2A@Bank\",\r\n            \"Channel\": \"MOB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"1003222155220\"\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "701",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 10:38:40 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":16,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T13:38:40.8621383+03:00\",\"guidID\":\"0fb7391f-2ae8-48d9-a459-f98183f33d99\"},\"body\":{\"CustID\":\"1003222155220\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"0fb7391f-2ae8-48d9-a459-f98183f33d99\",\"timeStamp\":\"2018-07-11T13:38:40.8777654+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"custID\":\"1003222155220\",\"billings\":[],\"manageBillsFlag\":false,\"errorCode\":0,\"errorEDesc\":\"Success\",\"errorADesc\":null,\"a2aChannel\":\"MOB\",\"a2aUserID\":\"MobUser\",\"a2apwd\":\"A2A@Bank\",\"regionCode\":null},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "List Biller Enum",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":17, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n            \"Password\": \"123\",\r\n            \"Channel\": \"IBK\",\r\n            \"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"Type\": \"1\",\r\n\t\t\t\"Code\": \"001\",\r\n\t\t\t\"Category\": \"19\"\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Biller Enum",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":17, \r\n\t\t\t\"UserID\":\"MobUser\",\r\n            \"Password\": \"A2A@Bank\",\r\n            \"Channel\": \"MOB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"Type\": \"1\",\r\n\t\t\t\"Code\": \"001\",\r\n\t\t\t\"Category\": \"19\"\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "710",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 10:38:57 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":17,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T13:38:57.5188123+03:00\",\"guidID\":\"b1fd7131-ed9f-4da8-9986-68aa9f4ee601\"},\"body\":{\"Type\":\"1\",\"Code\":\"001\",\"Category\":\"19\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"b1fd7131-ed9f-4da8-9986-68aa9f4ee601\",\"timeStamp\":\"2018-07-11T13:38:57.565689+03:00\",\"result\":{\"errorCode\":-1,\"eDesc\":\"The best overloaded method match for 'string.IsNullOrEmpty(string)' has some invalid arguments\",\"aDesc\":\"The best overloaded method match for 'string.IsNullOrEmpty(string)' has some invalid arguments\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "List Enum",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":18, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n            \"Password\": \"123\",\r\n            \"Channel\": \"IBK\",\r\n            \"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"Type\": \"119\",\r\n\t\t\t\"Code\": \" \"\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Enum",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":18, \r\n\t\t\t\"UserID\":\"MobUser\",\r\n            \"Password\": \"A2A@Bank\",\r\n            \"Channel\": \"MOB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"Type\": \"1\",\r\n\t\t\t\"Code\": \"001\"\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "695",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 10:39:17 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":18,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T13:39:17.4099476+03:00\",\"guidID\":\"2fdff552-f520-479f-bd35-f8145a4df849\"},\"body\":{\"Type\":\"1\",\"Code\":\"001\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"2fdff552-f520-479f-bd35-f8145a4df849\",\"timeStamp\":\"2018-07-11T13:39:17.4411988+03:00\",\"result\":{\"errorCode\":-1,\"eDesc\":\"The best overloaded method match for 'string.IsNullOrEmpty(string)' has some invalid arguments\",\"aDesc\":\"The best overloaded method match for 'string.IsNullOrEmpty(string)' has some invalid arguments\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "List Service Type",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":19, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n            \"Password\": \"123\",\r\n            \"Channel\": \"IBK\",\r\n            \"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"BillerCode\": 163\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Service Type",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":19, \r\n\t\t\t\"UserID\":\"MobUser\",\r\n            \"Password\": \"A2A@Bank\",\r\n            \"Channel\": \"MOB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"BillerCode\": 163\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "909",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 10:44:04 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":19,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T13:44:04.7168485+03:00\",\"guidID\":\"af8efa5c-af2f-4158-89f4-8f1bf56bc252\"},\"body\":{\"BillerCode\":163},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"af8efa5c-af2f-4158-89f4-8f1bf56bc252\",\"timeStamp\":\"2018-07-11T13:44:04.7298087+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"billerCode\":\"163\",\"srvTypes\":[{\"code\":\"Ibrahim\",\"eDesc\":\"barhoom\",\"aDesc\":\"برهووم\",\"eLabel\":\"\",\"aLabel\":\"\",\"enShortDesc\":\"\",\"arShortDesc\":\"\",\"enLblShortDesc\":\"barhoom\",\"arLblShortDesc\":\"برهووم\",\"enImg\":\"\",\"arImg\":\"\",\"mEnMsg\":\"\",\"mArMsg\":\"\",\"mEnImg\":\"\",\"mArImg\":\"\"}],\"errorCode\":0,\"errorEDesc\":\"Success\",\"errorADesc\":null,\"a2aChannel\":\"MOB\",\"a2aUserID\":\"MobUser\",\"a2apwd\":\"A2A@Bank\",\"regionCode\":null},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "List Service Type Pre Paid",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":20, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n            \"Password\": \"123\",\r\n            \"Channel\": \"IBK\",\r\n            \"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"BillerCode\": 163\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Service Type Pre Paid",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"name": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":20, \r\n\t\t\t\"UserID\":\"MobUser\",\r\n            \"Password\": \"A2A@Bank\",\r\n            \"Channel\": \"MOB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"BillerCode\": 163\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "680",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 10:42:43 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":20,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T13:42:43.1964962+03:00\",\"guidID\":\"283d436f-5495-4654-8a24-0e21859cb4b3\"},\"body\":{\"BillerCode\":163},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"283d436f-5495-4654-8a24-0e21859cb4b3\",\"timeStamp\":\"2018-07-11T13:42:43.1964962+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"billerCode\":\"163\",\"srvTypes\":null,\"errorCode\":2003,\"errorEDesc\":\"Invalid Biller Code\",\"errorADesc\":null,\"a2aChannel\":\"MOB\",\"a2aUserID\":\"MobUser\",\"a2apwd\":\"A2A@Bank\",\"regionCode\":null},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "List Standing Order",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":21, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n            \"Password\": \"123\",\r\n            \"Channel\": \"IBK\",\r\n            \"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"20050012005\"\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Standing Order",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":21, \r\n\t\t\t\"UserID\":\"MobUser\",\r\n            \"Password\": \"A2A@Bank\",\r\n            \"Channel\": \"MOB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"CustID\": \"20050012005\"\r\n\t\t\t\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "724",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 10:48:44 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":21,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T13:48:43.9706153+03:00\",\"guidID\":\"805d1b63-f306-4a3c-b152-4d29e25a4a62\"},\"body\":{\"CustID\":\"20050012005\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"805d1b63-f306-4a3c-b152-4d29e25a4a62\",\"timeStamp\":\"2018-07-11T13:48:43.9862346+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"custID\":\"20050012005\",\"standingOrderList\":null,\"errorCode\":2024,\"errorEDesc\":\"No Standing Order found\",\"errorADesc\":\"No Standing Order found\",\"a2aChannel\":\"MOB\",\"a2aUserID\":\"MobUser\",\"a2apwd\":\"A2A@Bank\",\"regionCode\":null},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Payment Inquiry",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":22, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n            \"Password\": \"IBKUser\",\r\n            \"Channel\": \"IBK\",\r\n            \"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"PmtGuid\": \"1\",\r\n\t\t\t\"TRXRefNo\": \"1005500562\"\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Payment Inquiry",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"FC\",\r\n\t\t\t\"srvID\":22, \r\n\t\t\t\"UserID\":\"MobUser\",\r\n            \"Password\": \"A2A@Bank\",\r\n            \"Channel\": \"MOB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"PmtGuid\": \"1\",\r\n\t\t\t\"TRXRefNo\": \"1005500562\"\r\n\t\t\t\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "1036",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 10:53:54 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":22,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T13:53:54.4150354+03:00\",\"guidID\":\"37ab9323-4db4-43ce-b486-760b9fd868fc\"},\"body\":{\"PmtGuid\":\"1\",\"TRXRefNo\":\"1005500562\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"37ab9323-4db4-43ce-b486-760b9fd868fc\",\"timeStamp\":\"2018-07-11T13:53:54.4306612+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"pmtGuid\":\"1\",\"billerCode\":0,\"serviceType\":null,\"billingNo\":null,\"billNo\":null,\"prepaidCategory\":null,\"validationCode\":null,\"parTrxID\":\"1005500562\",\"pmtStatus\":null,\"dueAmt\":0.0,\"paidAmt\":0.0,\"fees\":0.0,\"processDate\":\"0001-01-01T00:00:00\",\"stmtDate\":\"0001-01-01T00:00:00\",\"joebppsTrx\":null,\"accessChannel\":null,\"paymentMethod\":null,\"paymentType\":null,\"status\":null,\"errorCode\":2022,\"errorEDesc\":\"Invalid PmtGuid/TRXRefNo\",\"errorADesc\":null,\"a2aChannel\":\"MOB\",\"a2aUserID\":\"MobUser\",\"a2apwd\":\"A2A@Bank\",\"regionCode\":null},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Prepaid Payment",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"a2ARequest\": {\n\t\t\"header\": {\n\t\t\t\"connectorID\": \"FC\",\n\t\t\t\"srvID\":23, \n\t\t\t\"UserID\":\"IBKUser\",\n            \"Password\": \"123\",\n            \"Channel\": \"IBK\",\n            \"BankCode\": \"A2A\"\n\t\t},\n\t\t\"body\":{\n\t\t\t\"CustID\": \"0132561\",\n\t\t\t\"BillerCode\": \"20\",\n\t\t\t\"ServiceType\": \"M\",\n\t\t\t\"BillingNo\": \"57756\",\n\t\t\t\"Denomination\": \"11\",\n\t\t\t\"PaidAmt\": \"100\",\n\t\t\t\"ValidationCode\": \"001\",\n\t\t\t\"DueAmt\": \"30\",\n\t\t\t\"Fees\": \"8\",\n\t\t\t\"AccessChannel\": \"A2A\",\n\t\t\t\"PaymentMethod\": \"1\",\n\t\t\t\"SendSMSFlag\": \"SMS\",\n\t\t\t\"MobileNo\": \"06215648\",\n\t\t\t\"MSGLang\": \"EN\",\n\t\t\t\"CustInfoFlag\": \"1\",\n\t\t\t\"IdType\": \"1\",\n\t\t\t\"ID\": \"9951032532\",\n\t\t\t\"Nation\": \"JO\",\n\t\t\t\"Name\": \"anas\",\n\t\t\t\"Phone\": \"07850616433\",\n\t\t\t\"Address\": \"Amman\",\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\"\n\t\t\t\n\t\t},\n\t\t\"footer\": {\n\t\t\t\"signature\": null\n\t\t\t}\t\n                                    }\n}\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Prepaid Payment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"a2ARequest\": {\n\t\t\"header\": {\n\t\t\t\"connectorID\": \"FC\",\n\t\t\t\"srvID\":23, \n\t\t\t\"UserID\":\"MobUser\",\n            \"Password\": \"A2A@Bank\",\n            \"Channel\": \"MOB\"\n\t\t},\n\t\t\"body\":{\n\t\t\t\"CustID\": \"CustID\",\n\t\t\t\"BillerCode\": 20,\n\t\t\t\"ServiceType\": \"Orange\",\n\t\t\t\"BillingNo\": \"57756\",\n\t\t\t\"Denomination\": \"11\",\n\t\t\t\"PaidAmt\": \"100\",\n\t\t\t\"ValidationCode\": \"001\",\n\t\t\t\"DueAmt\": \"30\",\n\t\t\t\"Fees\": \"8\",\n\t\t\t\"AccessChannel\": \"A2A\",\n\t\t\t\"PaymentMethod\": \"1\",\n\t\t\t\"SendSMSFlag\": \"SMS\",\n\t\t\t\"MobileNo\": \"06215648\",\n\t\t\t\"MSGLang\": \"EN\",\n\t\t\t\"CustInfoFlag\": \"1\",\n\t\t\t\"IdType\": \"1\",\n\t\t\t\"ID\": \"9951032532\",\n\t\t\t\"Nation\": \"JO\",\n\t\t\t\"Name\": \"anas\",\n\t\t\t\"Phone\": \"07850616433\",\n\t\t\t\"Address\": \"Amman\",\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\"\n\t\t\t\n\t\t},\n\t\t\"footer\": {\n\t\t\t\"signature\": null\n\t\t\t}\t\n                                    }\n}\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "1565",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 12:02:36 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":23,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T15:02:35.9135873+03:00\",\"guidID\":\"13e31390-94d4-41bf-8f32-e77fac35dbff\"},\"body\":{\"CustID\":\"CustID\",\"BillerCode\":20,\"ServiceType\":\"Orange\",\"BillingNo\":\"57756\",\"Denomination\":\"11\",\"PaidAmt\":\"100\",\"ValidationCode\":\"001\",\"DueAmt\":\"30\",\"Fees\":\"8\",\"AccessChannel\":\"A2A\",\"PaymentMethod\":\"1\",\"SendSMSFlag\":\"SMS\",\"MobileNo\":\"06215648\",\"MSGLang\":\"EN\",\"CustInfoFlag\":\"1\",\"IdType\":\"1\",\"ID\":\"9951032532\",\"Nation\":\"JO\",\"Name\":\"anas\",\"Phone\":\"07850616433\",\"Address\":\"Amman\",\"eMail\":\"adefallah@access2arabia.com\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"13e31390-94d4-41bf-8f32-e77fac35dbff\",\"timeStamp\":\"2018-07-11T15:02:35.9291658+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"custID\":\"CustID\",\"billerCode\":20,\"serviceType\":\"Orange\",\"billingNo\":\"57756\",\"denomination\":\"11\",\"validationCode\":\"001\",\"pmtStatus\":\"PmtNew\",\"dueAmt\":30.0,\"paidAmt\":30.0,\"fees\":8.0,\"accessChannel\":\"A2A\",\"paymentMethod\":\"1\",\"trxRefNo\":null,\"sendSMSFlag\":false,\"mobileNo\":\"6215648\",\"msgLang\":\"EN\",\"custInfoFlag\":true,\"idType\":\"1\",\"id\":\"9951032532\",\"nation\":\"JO\",\"name\":\"anas\",\"phone\":\"07850616433\",\"address\":\"Amman\",\"eMail\":\"adefallah@access2arabia.com\",\"joebppsTrx\":null,\"pmtGuid\":null,\"processDate\":null,\"stmtDate\":null,\"errorCode\":2004,\"errorEDesc\":\"Invalid Service Type\",\"errorADesc\":null,\"a2aChannel\":\"MOB\",\"a2aUserID\":\"MobUser\",\"a2apwd\":\"A2A@Bank\",\"regionCode\":null},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Prepaid Payment Advance",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"a2ARequest\": {\n\t\t\"header\": {\n\t\t\t\"connectorID\": \"FC\",\n\t\t\t\"srvID\":24, \n\t\t\t\"UserID\":\"IBKUser\",\n            \"Password\": \"123\",\n            \"Channel\": \"IBK\",\n            \"BankCode\": \"A2A\"\n\t\t},\n\t\t\"body\":{\n\t\t\t\"CustID\": \"10202020\",\n\t\t\t\"BillerCode\": \"20\",\n\t\t\t\"ServiceType\": \"M\",\n\t\t\t\"BillingNo\": \"57756\",\n\t\t\t\"Denomination\": \"11\",\n\t\t\t\"PaidAmt\": \"100\",\n\t\t\t\"ValidationCode\": \"001\",\n\t\t\t\"DueAmt\": \"30\",\n\t\t\t\"Fees\": \"8\",\n\t\t\t\"AccessChannel\": \"A2A\",\n\t\t\t\"PaymentMethod\": \"1\",\n\t\t\t\"SendSMSFlag\": \"SMS\",\n\t\t\t\"MobileNo\": \"06215648\",\n\t\t\t\"MSGLang\": \"EN\",\n\t\t\t\"CustInfoFlag\": \"1\",\n\t\t\t\"IdType\": \"1\",\n\t\t\t\"ID\": \"9951032532\",\n\t\t\t\"Nation\": \"JO\",\n\t\t\t\"Name\": \"anas\",\n\t\t\t\"Phone\": \"07850616433\",\n\t\t\t\"Address\": \"Amman\",\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\",\n\t\t\t\"Attr\": \"111\"\n\t\t\t\n\t\t},\n\t\t\"footer\": {\n\t\t\t\"signature\": null\n\t\t\t}\t\n                                    }\n}\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Prepaid Payment Advance",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"a2ARequest\": {\n\t\t\"header\": {\n\t\t\t\"connectorID\": \"FC\",\n\t\t\t\"srvID\":24, \n\t\t\t\"UserID\":\"MobUser\",\n            \"Password\": \"A2A@Bank\",\n            \"Channel\": \"MOB\"\n\t\t},\n\t\t\"body\":{\n\t\t\t\"CustID\": \"CustID\",\n\t\t\t\"BillerCode\": 20,\n\t\t\t\"ServiceType\": \"Orange\",\n\t\t\t\"BillingNo\": \"57756\",\n\t\t\t\"Denomination\": \"11\",\n\t\t\t\"PaidAmt\": \"100\",\n\t\t\t\"ValidationCode\": \"001\",\n\t\t\t\"DueAmt\": \"30\",\n\t\t\t\"Fees\": \"8\",\n\t\t\t\"AccessChannel\": \"A2A\",\n\t\t\t\"PaymentMethod\": \"1\",\n\t\t\t\"SendSMSFlag\": \"SMS\",\n\t\t\t\"MobileNo\": \"06215648\",\n\t\t\t\"MSGLang\": \"EN\",\n\t\t\t\"CustInfoFlag\": \"1\",\n\t\t\t\"IdType\": \"1\",\n\t\t\t\"ID\": \"9951032532\",\n\t\t\t\"Nation\": \"JO\",\n\t\t\t\"Name\": \"anas\",\n\t\t\t\"Phone\": \"07850616433\",\n\t\t\t\"Address\": \"Amman\",\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\",\n\t\t\t\"Attr\": \"111\"\n\t\t\t\n\t\t},\n\t\t\"footer\": {\n\t\t\t\"signature\": null\n\t\t\t}\t\n                                    }\n}\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "1577",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 12:09:17 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":24,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T15:09:17.219434+03:00\",\"guidID\":\"9ba540e4-b2bd-4ba0-8bab-bbf2d67f65c5\"},\"body\":{\"CustID\":\"CustID\",\"BillerCode\":20,\"ServiceType\":\"Orange\",\"BillingNo\":\"57756\",\"Denomination\":\"11\",\"PaidAmt\":\"100\",\"ValidationCode\":\"001\",\"DueAmt\":\"30\",\"Fees\":\"8\",\"AccessChannel\":\"A2A\",\"PaymentMethod\":\"1\",\"SendSMSFlag\":\"SMS\",\"MobileNo\":\"06215648\",\"MSGLang\":\"EN\",\"CustInfoFlag\":\"1\",\"IdType\":\"1\",\"ID\":\"9951032532\",\"Nation\":\"JO\",\"Name\":\"anas\",\"Phone\":\"07850616433\",\"Address\":\"Amman\",\"eMail\":\"adefallah@access2arabia.com\",\"Attr\":\"111\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"9ba540e4-b2bd-4ba0-8bab-bbf2d67f65c5\",\"timeStamp\":\"2018-07-11T15:09:17.219434+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"custID\":\"CustID\",\"billerCode\":20,\"serviceType\":\"Orange\",\"billingNo\":\"57756\",\"denomination\":\"11\",\"validationCode\":\"001\",\"pmtStatus\":\"PmtNew\",\"dueAmt\":30.0,\"paidAmt\":30.0,\"fees\":8.0,\"accessChannel\":\"A2A\",\"paymentMethod\":\"1\",\"trxRefNo\":\"111\",\"sendSMSFlag\":false,\"mobileNo\":\"6215648\",\"msgLang\":\"EN\",\"custInfoFlag\":true,\"idType\":\"1\",\"id\":\"9951032532\",\"nation\":\"JO\",\"name\":\"anas\",\"phone\":\"07850616433\",\"address\":\"Amman\",\"eMail\":\"adefallah@access2arabia.com\",\"joebppsTrx\":null,\"pmtGuid\":null,\"processDate\":null,\"stmtDate\":null,\"errorCode\":2004,\"errorEDesc\":\"Invalid Service Type\",\"errorADesc\":null,\"a2aChannel\":\"MOB\",\"a2aUserID\":\"MobUser\",\"a2apwd\":\"A2A@Bank\",\"regionCode\":null},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Prepaid Validation",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"a2ARequest\": {\n\t\t\"header\": {\n\t\t\t\"connectorID\": \"FC\",\n\t\t\t\"srvID\":25, \n\t\t\t\"UserID\":\"IBKUser\",\n            \"Password\": \"123\",\n            \"Channel\": \"IBK\",\n            \"BankCode\": \"A2A\"\n\t\t},\n\t\t\"body\":{\n\t\t\t\"CustID\": \"00000012\",\n\t\t\t\"BillerCode\": \"60\",\n\t\t\t\"ServiceType\": \"Mobilecard\",\n\t\t\t\"BillingNo\": \"0123489512357\",\n\t\t\t\"Denomination\": \"Mobile_1\",\n\t\t\t\"PaidAmt\": \"100\",\n\t\t\t\"CustInfoFlag\": \"1\",\n\t\t\t\"IdType\": \"NAT\",\n\t\t\t\"ID\": \"9851058703\",\n\t\t\t\"Nation\": \"JO\",\n\t\t\t\"Name\": \"anas\",\n\t\t\t\"Phone\": \"0785061643\",\n\t\t\t\"Address\": \"Amman\",\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\"\n\t\t\t\n\t\t},\n\t\t\"footer\": {\n\t\t\t\"signature\": null\n\t\t\t}\t\n                                    }\n}\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Prepaid Validation",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"a2ARequest\": {\n\t\t\"header\": {\n\t\t\t\"connectorID\": \"FC\",\n\t\t\t\"srvID\":25, \n\t\t\t\"UserID\":\"MobUser\",\n            \"Password\": \"A2A@Bank\",\n            \"Channel\": \"MOB\"\n\t\t},\n\t\t\"body\":{\n\t\t\t\"CustID\": \"021052052052\",\n\t\t\t\"BillerCode\": 20,\n\t\t\t\"ServiceType\": \"CashIn\",\n\t\t\t\"BillingNo\": \"57756\",\n\t\t\t\"Denomination\": \"11\",\n\t\t\t\"PaidAmt\": \"100\",\n\t\t\t\"CustInfoFlag\": \"1\",\n\t\t\t\"IdType\": \"1\",\n\t\t\t\"ID\": \"9951032532\",\n\t\t\t\"Nation\": \"JO\",\n\t\t\t\"Name\": \"anas\",\n\t\t\t\"Phone\": \"07850616433\",\n\t\t\t\"Address\": \"Amman\",\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\"\n\t\t\t\n\t\t},\n\t\t\"footer\": {\n\t\t\t\"signature\": null\n\t\t\t}\t\n                                    }\n}\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "1228",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 12:41:03 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":25,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T15:41:02.7777233+03:00\",\"guidID\":\"1388aa49-96c5-4279-be16-99f45652cd9b\"},\"body\":{\"CustID\":\"021052052052\",\"BillerCode\":20,\"ServiceType\":\"CashIn\",\"BillingNo\":\"57756\",\"Denomination\":\"11\",\"PaidAmt\":\"100\",\"CustInfoFlag\":\"1\",\"IdType\":\"1\",\"ID\":\"9951032532\",\"Nation\":\"JO\",\"Name\":\"anas\",\"Phone\":\"07850616433\",\"Address\":\"Amman\",\"eMail\":\"adefallah@access2arabia.com\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"1388aa49-96c5-4279-be16-99f45652cd9b\",\"timeStamp\":\"2018-07-11T15:41:02.7777233+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"custID\":\"021052052052\",\"billerCode\":20,\"serviceType\":\"CashIn\",\"billingNo\":\"57756\",\"denomination\":\"11\",\"dueAmt\":100.0,\"custInfoFlag\":true,\"idType\":\"1\",\"id\":\"9951032532\",\"nation\":\"JO\",\"name\":\"anas\",\"phone\":\"07850616433\",\"address\":\"Amman\",\"eMail\":\"adefallah@access2arabia.com\",\"fees\":0.0,\"validationCode\":null,\"msgLabel\":null,\"errorCode\":2004,\"errorEDesc\":\"Invalid Service Type\",\"errorADesc\":null,\"a2aChannel\":\"MOB\",\"a2aUserID\":\"MobUser\",\"a2apwd\":\"A2A@Bank\",\"regionCode\":null},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Register Customer",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"a2ARequest\": {\n\t\t\"header\": {\n\t\t\t\"connectorID\": \"FC\",\n\t\t\t\"srvID\":26, \n\t\t\t\"UserID\":\"IBKUser\",\n            \"Password\": \"123\",\n            \"Channel\": \"IBK\",\n            \"BankCode\": \"A2A\"\n\t\t},\n\t\t\"body\":{\n\t\t\t\"CustID\": \"1051502050\",\n\t\t\t\"IdType\": \"1\",\n\t\t\t\"ID\": \"9951032532\",\n\t\t\t\"Nation\": \"JO\",\n\t\t\t\"Name\": \"anas\",\n\t\t\t\"Phone\": \"07850616433\",\n\t\t\t\"Address\": \"Amman\",\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\",\n\t\t\t\"AccStatus\": \"1\"\n\t\t\t\n\t\t},\n\t\t\"footer\": {\n\t\t\t\"signature\": null\n\t\t\t}\t\n                                    }\n}\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Register Customer",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"a2ARequest\": {\n\t\t\"header\": {\n\t\t\t\"connectorID\": \"FC\",\n\t\t\t\"srvID\":26, \n\t\t\t\"UserID\":\"MobUser\",\n            \"Password\": \"A2A@Bank\",\n            \"Channel\": \"MOB\"\n\t\t},\n\t\t\"body\":{\n\t\t\t\"CustID\": \"1051502050\",\n\t\t\t\"IdType\": \"1\",\n\t\t\t\"ID\": \"9951032532\",\n\t\t\t\"Nation\": \"JO\",\n\t\t\t\"Name\": \"anas\",\n\t\t\t\"Phone\": \"07850616433\",\n\t\t\t\"Address\": \"Amman\",\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\",\n\t\t\t\"AccStatus\": \"1\"\n\t\t\t\n\t\t},\n\t\t\"footer\": {\n\t\t\t\"signature\": null\n\t\t\t}\t\n                                    }\n}\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "1066",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 13:01:29 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":26,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T16:01:29.7894826+03:00\",\"guidID\":\"f39ae2e8-c86c-466e-ba79-c719c9f9d9dd\"},\"body\":{\"CustID\":\"1051502050\",\"IdType\":\"1\",\"ID\":\"9951032532\",\"Nation\":\"JO\",\"Name\":\"anas\",\"Phone\":\"07850616433\",\"Address\":\"Amman\",\"eMail\":\"adefallah@access2arabia.com\",\"AccStatus\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"f39ae2e8-c86c-466e-ba79-c719c9f9d9dd\",\"timeStamp\":\"2018-07-11T16:01:29.8051068+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"custID\":\"1051502050\",\"idType\":\"1\",\"id\":\"9951032532\",\"nation\":\"JO\",\"name\":\"anas\",\"phone\":\"7850616433\",\"address\":\"Amman\",\"eMail\":\"adefallah@access2arabia.com\",\"billerCode\":0,\"serviceType\":null,\"billingNo\":null,\"accStatus\":\"1\",\"nickName\":null,\"joebppsNo\":null,\"errorCode\":2006,\"errorEDesc\":\"Invalid Official ID Type\",\"errorADesc\":null,\"a2aChannel\":\"MOB\",\"a2aUserID\":\"MobUser\",\"a2apwd\":\"A2A@Bank\",\"regionCode\":null},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Bill Inquiry",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"a2ARequest\": {\n\t\t\"header\": {\n\t\t\t\"connectorID\": \"FC\",\n\t\t\t\"srvID\":27, \n\t\t\t\"UserID\":\"IBKUser\",\n            \"Password\": \"123\",\n            \"Channel\": \"IBK\",\n            \"BankCode\": \"A2A\"\n\t\t},\n\t\t\"body\":{\n\t\t\t\"CustID\": \"0202230\",\n\t\t\t\"BillerCode\": \"163\",\n\t\t\t\"ServiceType\": \"Ibrahim\",\n\t\t\t\"BillingNo\": \"0140198367424\",\n\t\t\t\"BillNo\": \"0140198367424\",\n\t\t\t\"DateFlag\": \"20180101\",\n\t\t\t\"StartDate\": \"20180101\",\n\t\t\t\"EndDate\": \"20190101\",\n\t\t\t\"CustInfoFlag\": \"EN\",\n\t\t\t\"IdType\": \"NAT\",\n\t\t\t\"ID\": \"9951032532\",\n\t\t\t\"Nation\": \"JO\",\n\t\t\t\"Name\": \"anas\",\n\t\t\t\"Phone\": \"07850616433\",\n\t\t\t\"Address\": \"Amman\",\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\",\n\t\t\t\"IncPayments\": \"1\"\n\t\t\t\n\t\t},\n\t\t\"footer\": {\n\t\t\t\"signature\": null\n\t\t\t}\t\n                                    }\n}\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Bill Inquiry",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"a2ARequest\": {\n\t\t\"header\": {\n\t\t\t\"connectorID\": \"FC\",\n\t\t\t\"srvID\":27, \n\t\t\t\"UserID\":\"MobUser\",\n            \"Password\": \"A2A@Bank\",\n            \"Channel\": \"MOB\"\n\t\t},\n\t\t\"body\":{\n\t\t\t\"CustID\": \"1051502050\",\n\t\t\t\"BillerCode\": 163,\n\t\t\t\"ServiceType\": \"1\",\n\t\t\t\"BillingNo\": \"123\",\n\t\t\t\"BillgNo\": \"021\",\n\t\t\t\"DateFlag\": \"20180101\",\n\t\t\t\"StartDate\": \"20180101\",\n\t\t\t\"EndDate\": \"20190101\",\n\t\t\t\"CustInfoFlag\": \"EN\",\n\t\t\t\"IdType\": \"1\",\n\t\t\t\"ID\": \"9951032532\",\n\t\t\t\"Nation\": \"JO\",\n\t\t\t\"Name\": \"anas\",\n\t\t\t\"Phone\": \"07850616433\",\n\t\t\t\"Address\": \"Amman\",\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\",\n\t\t\t\"IncPayments\": \"1\"\n\t\t\t\n\t\t},\n\t\t\"footer\": {\n\t\t\t\"signature\": null\n\t\t\t}\t\n                                    }\n}\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "1003",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 13:06:46 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":27,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T16:06:46.4528209+03:00\",\"guidID\":\"ea97c415-dc14-42e3-ad80-357e253f1855\"},\"body\":{\"CustID\":\"1051502050\",\"BillerCode\":163,\"ServiceType\":\"1\",\"BillingNo\":\"123\",\"BillgNo\":\"021\",\"DateFlag\":\"20180101\",\"StartDate\":\"20180101\",\"EndDate\":\"20190101\",\"CustInfoFlag\":\"EN\",\"IdType\":\"1\",\"ID\":\"9951032532\",\"Nation\":\"JO\",\"Name\":\"anas\",\"Phone\":\"07850616433\",\"Address\":\"Amman\",\"eMail\":\"adefallah@access2arabia.com\",\"IncPayments\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"ea97c415-dc14-42e3-ad80-357e253f1855\",\"timeStamp\":\"2018-07-11T16:06:46.6871999+03:00\",\"result\":{\"errorCode\":-1,\"eDesc\":\"The best overloaded method match for 'string.IsNullOrEmpty(string)' has some invalid arguments\",\"aDesc\":\"The best overloaded method match for 'string.IsNullOrEmpty(string)' has some invalid arguments\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Bill Payment",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"a2ARequest\": {\n\t\t\"header\": {\n\t\t\t\"connectorID\": \"FC\",\n\t\t\t\"srvID\":28, \n\t\t\t\"UserID\":\"IBKUser\",\n            \"Password\": \"123\",\n            \"Channel\": \"IBK\",\n            \"BankCode\": \"A2A\"\n\t\t},\n\t\t\"body\":{\n\t\t\t\"CustID\": \"1051502050\",\n\t\t\t\"BillerCode\": \"163\",\n\t\t\t\"ServiceType\": \"1\",\n\t\t\t\"BillingNo\": \"123\",\n\t\t\t\"BillgNo\": \"021\",\n\t\t\t\"DateFlag\": \"20180101\",\n\t\t\t\"StartDate\": \"20180101\",\n\t\t\t\"EndDate\": \"20190101\",\n\t\t\t\"CustInfoFlag\": \"EN\",\n\t\t\t\"IdType\": \"1\",\n\t\t\t\"ID\": \"9951032532\",\n\t\t\t\"Nation\": \"JO\",\n\t\t\t\"Name\": \"anas\",\n\t\t\t\"Phone\": \"07850616433\",\n\t\t\t\"Address\": \"Amman\",\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\",\n\t\t\t\"PmtStatus\": \"1\",\n\t\t\t\"DueAmt\": \"1000\",\n\t\t\t\"PaidAmt\": \"20\",\n\t\t\t\"Fees\": \"500\",\n\t\t\t\"Currency\": \"1600\",\n\t\t\t\"AccessChannel\": \"A2A\",\n\t\t\t\"PaymentMethod\": \"1\",\n\t\t\t\"SendSMSFlag\": \"Um\",\n\t\t\t\"MobileNo\": \"0785061643\",\n\t\t\t\"MSGLang\": \"EN\",\n\t\t\t\"InqRefNo\": \"10022122112\"\n\t\t\t\n\t\t},\n\t\t\"footer\": {\n\t\t\t\"signature\": null\n\t\t\t}\t\n                                    }\n}\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Bill Payment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"a2ARequest\": {\n\t\t\"header\": {\n\t\t\t\"connectorID\": \"FC\",\n\t\t\t\"srvID\":28, \n\t\t\t\"UserID\":\"MobUser\",\n            \"Password\": \"A2A@Bank\",\n            \"Channel\": \"MOB\"\n\t\t},\n\t\t\"body\":{\n\t\t\t\"CustID\": \"1051502050\",\n\t\t\t\"BillerCode\": 163,\n\t\t\t\"ServiceType\": \"1\",\n\t\t\t\"BillingNo\": \"123\",\n\t\t\t\"BillgNo\": \"021\",\n\t\t\t\"DateFlag\": \"20180101\",\n\t\t\t\"StartDate\": \"20180101\",\n\t\t\t\"EndDate\": \"20190101\",\n\t\t\t\"CustInfoFlag\": \"EN\",\n\t\t\t\"IdType\": \"1\",\n\t\t\t\"ID\": \"9951032532\",\n\t\t\t\"Nation\": \"JO\",\n\t\t\t\"Name\": \"anas\",\n\t\t\t\"Phone\": \"07850616433\",\n\t\t\t\"Address\": \"Amman\",\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\",\n\t\t\t\"PmtStatus\": \"1\",\n\t\t\t\"DueAmt\": \"1000\",\n\t\t\t\"PaidAmt\": \"20\",\n\t\t\t\"Fees\": \"500\",\n\t\t\t\"Currency\": \"1600\",\n\t\t\t\"AccessChannel\": \"A2A\",\n\t\t\t\"PaymentMethod\": \"1\",\n\t\t\t\"SendSMSFlag\": \"Um\",\n\t\t\t\"MobileNo\": \"0785061643\",\n\t\t\t\"MSGLang\": \"EN\",\n\t\t\t\"InqRefNo\": \"10022122112\"\n\t\t\t\n\t\t},\n\t\t\"footer\": {\n\t\t\t\"signature\": null\n\t\t\t}\t\n                                    }\n}\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "1186",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 13:44:51 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":28,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T16:44:51.159146+03:00\",\"guidID\":\"f0734f31-41f4-451a-abc4-933b83d8bab8\"},\"body\":{\"CustID\":\"1051502050\",\"BillerCode\":163,\"ServiceType\":\"1\",\"BillingNo\":\"123\",\"BillgNo\":\"021\",\"DateFlag\":\"20180101\",\"StartDate\":\"20180101\",\"EndDate\":\"20190101\",\"CustInfoFlag\":\"EN\",\"IdType\":\"1\",\"ID\":\"9951032532\",\"Nation\":\"JO\",\"Name\":\"anas\",\"Phone\":\"07850616433\",\"Address\":\"Amman\",\"eMail\":\"adefallah@access2arabia.com\",\"PmtStatus\":\"1\",\"DueAmt\":\"1000\",\"PaidAmt\":\"20\",\"Fees\":\"500\",\"Currency\":\"1600\",\"AccessChannel\":\"A2A\",\"PaymentMethod\":\"1\",\"SendSMSFlag\":\"Um\",\"MobileNo\":\"0785061643\",\"MSGLang\":\"EN\",\"InqRefNo\":\"10022122112\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"f0734f31-41f4-451a-abc4-933b83d8bab8\",\"timeStamp\":\"2018-07-11T16:44:51.206024+03:00\",\"result\":{\"errorCode\":-1,\"eDesc\":\"The best overloaded method match for 'string.IsNullOrEmpty(string)' has some invalid arguments\",\"aDesc\":\"The best overloaded method match for 'string.IsNullOrEmpty(string)' has some invalid arguments\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Account Upload",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"a2ARequest\": {\n\t\t\"header\": {\n\t\t\t\"connectorID\": \"FC\",\n\t\t\t\"srvID\":29, \n\t\t\t\"UserID\":\"IBKUser\",\n            \"Password\": \"123\",\n            \"Channel\": \"IBK\",\n            \"BankCode\": \"A2A\"\n\t\t},\n\t\t\"body\":{\n\t\t\t\"CustID\": \"1051502050\",\n\t\t\t\"BillerCode\": \"163\",\n\t\t\t\"ServiceType\": \"Ibrahim\",\n\t\t\t\"BillingNo\": \"123\",\n\t\t\t\"IdType\": \"1\",\n\t\t\t\"ID\": \"9951032532\",\n\t\t\t\"Nation\": \"JO\",\n\t\t\t\"Name\": \"anas\",\n\t\t\t\"Phone\": \"0785061643\",\n\t\t\t\"Address\": \"Amman\",\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\",\n\t\t\t\"AccStatus\": \"1\",\n\t\t\t\"NickName\": \"anas\"\n\t\t\t\n\t\t},\n\t\t\"footer\": {\n\t\t\t\"signature\": null\n\t\t\t}\t\n                                    }\n}\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Account Upload",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"a2ARequest\": {\n\t\t\"header\": {\n\t\t\t\"connectorID\": \"FC\",\n\t\t\t\"srvID\":29, \n\t\t\t\"UserID\":\"MobUser\",\n            \"Password\": \"A2A@Bank\",\n            \"Channel\": \"MOB\"\n\t\t},\n\t\t\"body\":{\n\t\t\t\"CustID\": \"1051502050\",\n\t\t\t\"BillerCode\": 163,\n\t\t\t\"ServiceType\": \"1\",\n\t\t\t\"BillingNo\": \"123\",\n\t\t\t\"IdType\": \"1\",\n\t\t\t\"ID\": \"9951032532\",\n\t\t\t\"Nation\": \"JO\",\n\t\t\t\"Name\": \"anas\",\n\t\t\t\"Phone\": \"07850616433\",\n\t\t\t\"Address\": \"Amman\",\n\t\t\t\"eMail\": \"adefallah@access2arabia.com\",\n\t\t\t\"AccStatus\": \"1\",\n\t\t\t\"NickName\": \"anas\"\n\t\t\t\n\t\t},\n\t\t\"footer\": {\n\t\t\t\"signature\": null\n\t\t\t}\t\n                                    }\n}\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "917",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 11 Jul 2018 13:49:31 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"FC\",\"srvID\":29,\"userID\":\"MobUser\",\"password\":\"A2A@Bank\",\"channel\":\"MOB\",\"timeStamp\":\"2018-07-11T16:49:31.9007128+03:00\",\"guidID\":\"a14486a9-1551-4070-a8d7-d88ad539ef98\"},\"body\":{\"CustID\":\"1051502050\",\"BillerCode\":163,\"ServiceType\":\"1\",\"BillingNo\":\"123\",\"IdType\":\"1\",\"ID\":\"9951032532\",\"Nation\":\"JO\",\"Name\":\"anas\",\"Phone\":\"07850616433\",\"Address\":\"Amman\",\"eMail\":\"adefallah@access2arabia.com\",\"AccStatus\":\"1\",\"NickName\":\"anas\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"a14486a9-1551-4070-a8d7-d88ad539ef98\",\"timeStamp\":\"2018-07-11T16:49:31.9788408+03:00\",\"result\":{\"errorCode\":-1,\"eDesc\":\"The best overloaded method match for 'string.IsNullOrEmpty(string)' has some invalid arguments\",\"aDesc\":\"The best overloaded method match for 'string.IsNullOrEmpty(string)' has some invalid arguments\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				}
			]
		},
		{
			"name": "EBS - old",
			"item": [
				{
					"name": "Echo Test",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":350, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Echo Test",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":350, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \" EB \"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":123,\r\n\t\t\t    \"tranDateTime\" : \"201801001\",\r\n\t\t                    \"UUID\":\"001\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "546",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 16 Jul 2018 07:42:25 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":350,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\" EB \",\"timeStamp\":\"2018-07-16T10:42:25.6901565+03:00\",\"guidID\":\"621714f7-0aaf-4305-bc03-8926436300f2\"},\"body\":{\"applicationld\":123,\"tranDateTime\":\"201801001\",\"UUID\":\"001\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"621714f7-0aaf-4305-bc03-8926436300f2\",\"timeStamp\":\"2018-07-16T10:42:25.7057659+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Get Public Key",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":351, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":1,\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Get Public Key",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":351, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \" EB \"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":123,\r\n\t\t\t    \"tranDateTime\" : \"201801001\",\r\n\t\t                    \"UUID\":\"001\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "546",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 16 Jul 2018 07:42:44 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":351,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\" EB \",\"timeStamp\":\"2018-07-16T10:42:44.0186376+03:00\",\"guidID\":\"770e55dc-eaea-429d-ba00-bc1b53581f82\"},\"body\":{\"applicationld\":123,\"tranDateTime\":\"201801001\",\"UUID\":\"001\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"770e55dc-eaea-429d-ba00-bc1b53581f82\",\"timeStamp\":\"2018-07-16T10:42:44.0342664+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Transaction Status",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":352, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":1,\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"originalTranUUID\": \"\",\r\n\t\t        \"applicationPassword\": \"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Transaction Status",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":352, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \" EB \"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":123,\r\n\t\t\t    \"tranDateTime\" : \"201801001\",\r\n\t\t        \"UUID\":\"001\",\r\n\t\t        \"originalTranUUID\": \"1111\",\r\n\t\t        \"applicationPassword\": \"1201201\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "604",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 16 Jul 2018 07:42:59 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":352,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\" EB \",\"timeStamp\":\"2018-07-16T10:42:59.5033955+03:00\",\"guidID\":\"eeb2208f-fcdd-423e-a192-4e44b4cde718\"},\"body\":{\"applicationld\":123,\"tranDateTime\":\"201801001\",\"UUID\":\"001\",\"originalTranUUID\":\"1111\",\"applicationPassword\":\"1201201\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"eeb2208f-fcdd-423e-a192-4e44b4cde718\",\"timeStamp\":\"2018-07-16T10:42:59.5033955+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Consumer Self Registration",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":353, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"consumerldentifier\": \"\",\r\n\t\t        \"serviceProviderld\": \"\",\r\n\t\t        \"fullName\": \"\",\r\n\t\t        \"dateOfBirth\": \"\",\r\n\t\t        \"kycType\": \"\",\r\n\t\t        \"kycValue\": \"\",\r\n\t\t        \"extraData\": \"\",\r\n\t\t        \"notifyConsumer\": \"\",\r\n\t\t        \"tranFeeAmount\": \"\",\r\n\t\t        \"feeSource\": \"\",\r\n\t\t        \"cspShare\": \"\",\r\n\t\t        \"agentShare\": \"\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Consumer Self Registration",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":353, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \" EB \"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"consumerldentifier\": \"\",\r\n\t\t        \"serviceProviderld\": \"\",\r\n\t\t        \"fullName\": \"\",\r\n\t\t        \"dateOfBirth\": \"\",\r\n\t\t        \"kycType\": \"\",\r\n\t\t        \"kycValue\": \"\",\r\n\t\t        \"extraData\": \"\",\r\n\t\t        \"notifyConsumer\": \"\",\r\n\t\t        \"tranFeeAmount\": \"\",\r\n\t\t        \"feeSource\": \"\",\r\n\t\t        \"cspShare\": \"\",\r\n\t\t        \"agentShare\": \"\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "762",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 16 Jul 2018 07:43:13 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":353,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\" EB \",\"timeStamp\":\"2018-07-16T10:43:13.0349082+03:00\",\"guidID\":\"30fc2d16-325a-496b-a572-7e5021fe5f89\"},\"body\":{\"applicationld\":\"\",\"applicationPassword\":\"\",\"tranDateTime\":\"\",\"UUID\":\"\",\"consumerldentifier\":\"\",\"serviceProviderld\":\"\",\"fullName\":\"\",\"dateOfBirth\":\"\",\"kycType\":\"\",\"kycValue\":\"\",\"extraData\":\"\",\"notifyConsumer\":\"\",\"tranFeeAmount\":\"\",\"feeSource\":\"\",\"cspShare\":\"\",\"agentShare\":\"\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"30fc2d16-325a-496b-a572-7e5021fe5f89\",\"timeStamp\":\"2018-07-16T10:43:13.0349082+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Payment",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"a2ARequest\": {\r\n    \"header\": {\r\n      \"connectorID\": \"EB\",\r\n      \"srvID\":354, \r\n      \"UserID\":\"00011\",\r\n      \"Password\": \"123\",\r\n      \"channel\": \"EB\"\r\n    },\r\n    \"body\":{\r\n          \"ConsumerID\":\"0002512051\",\r\n          \"ConsumerPIN\": \"57568\",\r\n          \"PayeeID\" : \"202022\",\r\n          \"CustPayeeID\" : \"5120200\",\r\n          \"BillID\":\"163\",\r\n          \"PaymentExtraInfo\": \"0211\",\r\n          \"BillDueDate\": \"2018/08/08\",\r\n          \"PostedDate\": \"2018/08/08\"\r\n            \r\n    },\r\n    \"footer\": {\r\n      \"signature\": null\r\n      }  \r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Payment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"a2ARequest\": {\r\n    \"header\": {\r\n      \"connectorID\": \"EB\",\r\n      \"srvID\":354, \r\n      \"UserID\":\"00011\",\r\n      \"Password\": \"123\",\r\n      \"channel\": \"EB\"\r\n    },\r\n    \"body\":{\r\n          \"ConsumerID\":\"0002512051\",\r\n          \"ConsumerPIN\": \"57568\",\r\n          \"PayeeID\" : \"202022\",\r\n          \"CustPayeeID\" : \"5120200\",\r\n          \"BillID\":\"163\",\r\n          \"PaymentExtraInfo\": \"0211\",\r\n          \"BillDueDate\": \"2018/08/08\",\r\n          \"PostedDate\": \"2018/08/08\"\r\n            \r\n    },\r\n    \"footer\": {\r\n      \"signature\": null\r\n      }  \r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "683",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 06 Aug 2018 13:07:41 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":354,\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-08-06T16:07:41.3314434+03:00\",\"guidID\":\"59a23f3f-d7ea-40d2-acb7-a7c9227a3fb2\"},\"body\":{\"ConsumerID\":\"0002512051\",\"ConsumerPIN\":\"57568\",\"PayeeID\":\"202022\",\"CustPayeeID\":\"5120200\",\"BillID\":\"163\",\"PaymentExtraInfo\":\"0211\",\"BillDueDate\":\"2018/08/08\",\"PostedDate\":\"2018/08/08\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"59a23f3f-d7ea-40d2-acb7-a7c9227a3fb2\",\"timeStamp\":\"2018-08-06T16:07:41.47512+03:00\",\"result\":{\"errorCode\":1013,\"eDesc\":\"Invalid Amount Value\",\"aDesc\":null}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Money Transfer To Other",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":355, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"00002220\",\r\n\t\t\t    \"ConsumerPIN\": \"1\",\r\n\t\t\t    \"DestID\" : \"249121122022\",\r\n\t\t        \"Amount\":\"100\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Money Transfer To Other",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":355, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \" EB \"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"consumerldentifier\": \"\",\r\n\t\t        \"transactionAmount\": \"\",\r\n\t\t        \"consumerPIN\": \"\",\r\n\t\t        \"destinationIdentifier\": \"\",\r\n\t\t        \"extraData\": \"\",\r\n\t\t        \"notifyConsumer\": \"\",\r\n\t\t        \"tranFeeAmount\": \"\",\r\n\t\t        \"feeSource\": \"\",\r\n\t\t        \"cspShare\": \"\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "732",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 16 Jul 2018 07:43:28 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":355,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\" EB \",\"timeStamp\":\"2018-07-16T10:43:28.4259558+03:00\",\"guidID\":\"d9afc29d-be0e-475c-97a7-8873930c07db\"},\"body\":{\"applicationld\":\"\",\"applicationPassword\":\"\",\"tranDateTime\":\"\",\"UUID\":\"\",\"consumerldentifier\":\"\",\"transactionAmount\":\"\",\"consumerPIN\":\"\",\"destinationIdentifier\":\"\",\"extraData\":\"\",\"notifyConsumer\":\"\",\"tranFeeAmount\":\"\",\"feeSource\":\"\",\"cspShare\":\"\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"d9afc29d-be0e-475c-97a7-8873930c07db\",\"timeStamp\":\"2018-07-16T10:43:28.4259558+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Cash Out",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":356, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\": \"1\",\r\n\t\t\t    \"DestID\" : \"1\",\r\n\t\t        \"Amount\": 100.00,\r\n\t\t        \"CashOutAll\": 0\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Cash Out",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":356, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \" EB \"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"consumerldentifier\": \"\",\r\n\t\t        \"transactionAmount\": \"\",\r\n\t\t        \"consumerPIN\": \"\",\r\n\t\t        \"cashOutAll\": \"\",\r\n\t\t        \"extraData\": \"\",\r\n\t\t        \"notifyConsumer\": \"\",\r\n\t\t        \"tranFeeAmount\": \"\",\r\n\t\t        \"feeSource\": \"\",\r\n\t\t        \"cspShare\": \"\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "720",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 16 Jul 2018 07:43:40 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":356,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\" EB \",\"timeStamp\":\"2018-07-16T10:43:40.957416+03:00\",\"guidID\":\"ab300e8e-9005-4462-b8be-0b3dea563354\"},\"body\":{\"applicationld\":\"\",\"applicationPassword\":\"\",\"tranDateTime\":\"\",\"UUID\":\"\",\"consumerldentifier\":\"\",\"transactionAmount\":\"\",\"consumerPIN\":\"\",\"cashOutAll\":\"\",\"extraData\":\"\",\"notifyConsumer\":\"\",\"tranFeeAmount\":\"\",\"feeSource\":\"\",\"cspShare\":\"\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"ab300e8e-9005-4462-b8be-0b3dea563354\",\"timeStamp\":\"2018-07-16T10:43:40.9730603+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Purchase",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":357, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\": \"1\",\r\n\t\t\t    \"DestID\" : \"1\",\r\n\t\t        \"Amount\":100.00,\r\n\t\t        \"TransName\": \"11\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/Connector/A2AProcess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"Connector",
								"A2AProcess"
							]
						}
					},
					"response": [
						{
							"name": "Purchase",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":357, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\": \"1\",\r\n\t\t\t    \"DestID\" : \"1\",\r\n\t\t        \"Amount\":\"100.00\",\r\n\t\t        \"TransName\": \"11\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/Connector/A2AProcess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"Connector",
										"A2AProcess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "565",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Sun, 05 Aug 2018 14:28:49 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":357,\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-08-05T17:28:48.1965262+03:00\",\"guidID\":\"5197d65c-4c3b-4b8e-8126-1526654eb1eb\"},\"body\":{\"ConsumerID\":\"1\",\"ConsumerPIN\":\"1\",\"DestID\":\"1\",\"Amount\":\"100.00\",\"TransName\":\"11\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"5197d65c-4c3b-4b8e-8126-1526654eb1eb\",\"timeStamp\":\"2018-08-05T17:28:50.0772467+03:00\",\"result\":{\"errorCode\":1010,\"eDesc\":null,\"aDesc\":null}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Transfer Account To Wallet",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":358, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\": \"1\",\r\n\t\t\t    \"IPIN\" : \"1\",\r\n\t\t        \"ExpiryDate\":\"01/08/2018\",\r\n\t\t        \"Amount\": \"1\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Transfer Account To Wallet",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":358, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \" EB \"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"consumerldentifier\": \"\",\r\n\t\t        \"consumerPIN\": \"\",\r\n\t\t        \"ipin\": \"\",\r\n\t\t        \"transactionAmount\": \"\",\r\n\t\t        \"expDate\": \"\",\r\n\t\t        \"extraData\": \"\",\r\n\t\t        \"notifyConsumer\": \"\",\r\n\t\t        \"tranFeeAmount\": \"\",\r\n\t\t        \"feeSource\": \"\",\r\n\t\t        \"cspShare\": \"\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "728",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Tue, 17 Jul 2018 12:42:11 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":358,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\" EB \",\"timeStamp\":\"2018-07-17T15:42:08.2193926+03:00\",\"guidID\":\"829cfad7-cc34-4c26-b3fa-3c31e8e8503d\"},\"body\":{\"applicationld\":\"\",\"applicationPassword\":\"\",\"tranDateTime\":\"\",\"UUID\":\"\",\"consumerldentifier\":\"\",\"consumerPIN\":\"\",\"ipin\":\"\",\"transactionAmount\":\"\",\"expDate\":\"\",\"extraData\":\"\",\"notifyConsumer\":\"\",\"tranFeeAmount\":\"\",\"feeSource\":\"\",\"cspShare\":\"\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"829cfad7-cc34-4c26-b3fa-3c31e8e8503d\",\"timeStamp\":\"2018-07-17T15:42:08.5319342+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Transfer Wallet To Account",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":359, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerPIN\":\"1\",\r\n\t\t\t    \"ConsumerID\": \"1\",\r\n\t\t\t    \"Amount\" : \"100.00\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Transfer Wallet To Account",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":359, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \" EB \"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"consumerldentifier\": \"\",\r\n\t\t        \"consumerPIN\": \"\",\r\n\t\t        \"transactionAmount\": \"\",\r\n\t\t        \"extraData\": \"\",\r\n\t\t        \"notifyConsumer\": \"\",\r\n\t\t        \"tranFeeAmount\": \"\",\r\n\t\t        \"feeSource\": \"\",\r\n\t\t        \"cspShare\": \"\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "704",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Tue, 17 Jul 2018 12:42:58 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":359,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\" EB \",\"timeStamp\":\"2018-07-17T15:42:59.4237915+03:00\",\"guidID\":\"4864ef4e-e4ec-471f-8a72-e139be2aceaf\"},\"body\":{\"applicationld\":\"\",\"applicationPassword\":\"\",\"tranDateTime\":\"\",\"UUID\":\"\",\"consumerldentifier\":\"\",\"consumerPIN\":\"\",\"transactionAmount\":\"\",\"extraData\":\"\",\"notifyConsumer\":\"\",\"tranFeeAmount\":\"\",\"feeSource\":\"\",\"cspShare\":\"\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"4864ef4e-e4ec-471f-8a72-e139be2aceaf\",\"timeStamp\":\"2018-07-17T15:42:59.455047+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Self Lock",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":360, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\": \"1\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Self Unlock",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"a2ARequest\": {\r\n    \"header\": {\r\n      \"connectorID\": \"EB\",\r\n      \"srvID\":361, \r\n      \"UserID\":\"00011\",\r\n      \"Password\": \"123\",\r\n      \"channel\": \"EB\"\r\n    },\r\n    \"body\":{\r\n          \"ConsumerID\":\"1\",\r\n          \"ConsumerPIN\": \"1\"\r\n            \r\n    },\r\n    \"footer\": {\r\n      \"signature\": null\r\n      }  \r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Register Consumer At Merchant",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"a2ARequest\": {\r\n    \"header\": {\r\n      \"connectorID\": \"EB\",\r\n      \"srvID\":362, \r\n      \"UserID\":\"00011\",\r\n      \"Password\": \"123\",\r\n      \"channel\": \"EB\"\r\n    },\r\n    \"body\":{\r\n          \"ManagerMSISDN\":\"1\",\r\n          \"ManagerPIN\": \"1\",\r\n          \"ConsumerID\" : \"1\"\r\n            \r\n    },\r\n    \"footer\": {\r\n      \"signature\": null\r\n      }  \r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Complete Register At Merchant",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":363, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"consumerldentifier\": \"\",\r\n\t\t        \"managerMISIDN\": \"\",\r\n\t\t        \"mangerPIN\": \"\",\r\n\t\t         \"serviceProviderId\":\"\",\r\n\t\t         \"kycValue\":\"\",\r\n\t\t         \"kycType\":\"\",\r\n\t\t         \"tan\":\"\",\r\n\t\t         \"userName\":\"\",\r\n\t\t         \"fullName\":\"\",\r\n\t\t         \"dateOfBirth\":\"\",\r\n\t\t         \"bankAccountNumber\":\"\",\r\n\t\t         \"bankAccountType\":\"\",\r\n\t\t         \"bankBranchId\":\"\",\r\n\t\t         \"bankId\":\"\",\r\n\t\t         \"primaryAccountNumber\":\"\",\r\n\t\t         \"flowId\":\"\",\r\n\t\t         \"extraData\":\"\",\r\n\t\t         \"notifyConsumer\":\"\",\r\n\t\t         \"tranFeeAmount\":\"\",\r\n\t\t         \"feeSource\":\"\",\r\n\t\t         \"agentShare\":\"\",\r\n\t\t         \"cspShare\":\"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Consumer Information",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"a2ARequest\": {\r\n    \"header\": {\r\n      \"connectorID\": \"EB\",\r\n      \"srvID\":364, \r\n      \"UserID\":\"00011\",\r\n      \"Password\": \"123\",\r\n      \"channel\": \"EB\"\r\n    },\r\n    \"body\":{\r\n          \"ManagerMSISDN\":\"1\",\r\n          \"ManagerPIN\": \"1\",\r\n          \"ConsumerID\" : \"1\"\r\n    },\r\n    \"footer\": {\r\n      \"signature\": null\r\n      }  \r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Consumer Information",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":365, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ManagerMSISDN\":\"1\",\r\n\t\t\t    \"ManagerPIN\": \"1\",\r\n\t\t\t    \"ConsumerID\" : \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Distribute EMoney",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":366, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ManagerMSISDN\":\"1\",\r\n\t\t\t    \"ManagerPIN\": \"1\",\r\n\t\t\t    \"DestID\" : \"1\",\r\n\t\t        \"Amount\":\"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cash In",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":367, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ManagerMSISDN\":\"1\",\r\n\t\t\t    \"ManagerPIN\": \"1\",\r\n\t\t\t    \"DestID\" : \"1\",\r\n\t\t        \"Amount\":\"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Complete Cash Out At Merchant",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":368, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ManagerMSISDN\":\"1\",\r\n\t\t\t    \"ManagerPIN\": \"1\",\r\n\t\t\t    \"TAN\" : \"1\",\r\n\t\t        \"TransID\":\"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Wallet Balance",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":369, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\": \"1\",\r\n\t\t\t    \"isConsumer\" : 0\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Last Transactions",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":370, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"consumerPIN\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Change PIN",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":371, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\": \"1\",\r\n\t\t\t    \"isConsumer\" : 0,\r\n\t\t        \"NewConsumerPIN\":\"1\",\r\n\t\t        \"TransID\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Transaction Info",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":372, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"transactionId\": \"\",\r\n\t\t        \"extraData\":\"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Resend TAN",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":373, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\": \"1\",\r\n\t\t\t    \"TransID\" : \"1\",\r\n\t\t        \"OriginatorType\":\"1\",\r\n\t\t        \"TranType\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Self Retirement",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":374, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Self Retirement",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":374, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "526",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 06 Aug 2018 08:18:33 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":374,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"EB\",\"timeStamp\":\"2018-08-06T11:18:29.2339768+03:00\",\"guidID\":\"8b46b569-730a-4c6b-ae4d-e126b2aa7885\"},\"body\":{\"ConsumerID\":\"1\",\"ConsumerPIN\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"8b46b569-730a-4c6b-ae4d-e126b2aa7885\",\"timeStamp\":\"2018-08-06T11:18:33.7544362+03:00\",\"result\":{\"errorCode\":1010,\"eDesc\":null,\"aDesc\":null}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Complete Retirement",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":375, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"OriginalTranUUID\": \"\",\r\n\t\t        \"conumerIdentifier\": \"\",\r\n\t\t        \"consumerOTP\": \"\",\r\n\t\t        \"extraData\":\"\",\r\n\t\t        \"notifyConsumer\":\"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Link Account",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":376, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\": \"1\",\r\n\t\t\t    \"PrimaryAccNo\" : \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Complete Link Account",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":377, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\": \"1\",\r\n\t\t\t    \"PrimaryAccNo\" : \"1\",\r\n\t\t        \"OriginalTranUUID\":\"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Mony Transfer To Agent",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":378, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\": \"1\",\r\n\t\t\t    \"AgentID\" : \"1\",\r\n\t\t        \"Amount\":\"100.00\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Refund",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":379, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"conumerIdentifier\": \"\",\r\n\t\t        \"transactionAmount\": \"\",\r\n\t\t        \"consumerPIN\": \"\",\r\n\t\t        \"transactionName\": \"\",\r\n\t\t        \"refundType\": \"\",\r\n\t\t        \"extraData\":\"\",\r\n\t\t        \"notifyConsumer\":\"\",\r\n\t\t        \"tranFeeAmount\":\"\",\r\n\t\t        \"feeSource\":\"\",\r\n\t\t        \"cspShare\":\"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Money Transfer Customer To Customer",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":380, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"conumerIdentifier\": \"\",\r\n\t\t        \"transactionAmount\": \"\",\r\n\t\t        \"consumerPIN\": \"\",\r\n\t\t        \"destinationIdentifier\": \"\",\r\n\t\t        \"extraData\":\"\",\r\n\t\t        \"notifyConsumer\":\"\",\r\n\t\t        \"tranFeeAmount\":\"\",\r\n\t\t        \"feeSource\":\"\",\r\n\t\t        \"cspShare\":\"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Consumer Registration With PIN",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":381, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"conumerIdentifier\": \"\",\r\n\t\t        \"consumerPIN\": \"\",\r\n\t\t        \"serviceProviderId\": \"\",\r\n\t\t        \"fullName\": \"\",\r\n\t\t        \"dateOfBirth\": \"\",\r\n\t\t        \"kycType\": \"\",\r\n\t\t        \"kycValue\": \"\",\r\n\t\t        \"extraData\":\"\",\r\n\t\t        \"notifyConsumer\":\"\",\r\n\t\t        \"tranFeeAmount\":\"\",\r\n\t\t        \"feeSource\":\"\",\r\n\t\t        \"cspShare\":\"\",\r\n\t\t        \"agentShare\": \"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Rigistration Of Agent",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t              \"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":382, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"parentIdentifier\": \"\",\r\n\t\t        \"parentPIN\": \"\",\r\n\t\t        \"merchantName\": \"\",\r\n\t\t        \"merchantCOS\": \"\",\r\n\t\t        \"merchantLanguage\": \"\",\r\n\t\t        \"merchantNotification\": \"\",\r\n\t\t        \"merchantMISIDN\": \"\",\r\n\t\t        \"merchantEmail\":\"\",\r\n\t\t        \"country\":\"\",\r\n\t\t        \"street\":\"\",\r\n\t\t        \"city\":\"\",\r\n\t\t        \"state\":\"\",\r\n\t\t        \"postalCode\": \"\",\r\n\t\t        \"managerUserName\": \"\",\r\n\t\t        \"managerFullName\": \"\",\r\n\t\t        \"managerNotification\": \"\",\r\n\t\t        \"managerMSISDN\": \"\",\r\n\t\t        \"managerPIN\": \"\",\r\n\t\t        \"managerEmail\": \"\",\r\n\t\t        \"managerRole\": \"\",\r\n\t\t        \"managerLanguage\": \"\",\r\n\t\t        \"bankAccountNumber\": \"\",\r\n\t\t        \"bankAccountType\": \"\",\r\n\t\t        \"bankBranchId\": \"\",\r\n\t\t        \"bankId\": \"\",\r\n\t\t        \"primaryAccountNumber\": \"\",\r\n\t\t        \"extraData\": \"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Transfer From Agent To Agent",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":383, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"sourceAgentIdentifier\": \"\",\r\n\t\t        \"transactionAmount\": \"\",\r\n\t\t        \"sourceAgentPIN\": \"\",\r\n\t\t        \"destinationAgentIdentifier\": \"\",\r\n\t\t        \"extraData\": \"\",\r\n\t\t        \"notifyConsumer\": \"\",\r\n\t\t        \"tranFeeAmount\": \"\",\r\n\t\t        \"feeSource\":\"\",\r\n\t\t        \"cspShare\":\"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Generate PIN",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":384, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"adminUsername\": \"\",\r\n\t\t        \"adminPassword\": \"\",\r\n\t\t        \"consumerIdentifier\": \"\",\r\n\t\t        \"extraData\": \"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Suspend",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":385, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"adminUsername\": \"\",\r\n\t\t        \"adminPassword\": \"\",\r\n\t\t        \"consumerIdentifier\": \"\",\r\n\t\t        \"susbendReason\": \"\",\r\n\t\t        \"extraData\": \"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "UnSuspend",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":386, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"adminUsername\": \"\",\r\n\t\t        \"adminPassword\": \"\",\r\n\t\t        \"consumerIdentifier\": \"\",\r\n\t\t        \"releaseReason\": \"\",\r\n\t\t        \"extraData\": \"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Unlock",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":387, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"adminUsername\": \"\",\r\n\t\t        \"adminPassword\": \"\",\r\n\t\t        \"consumerIdentifier\": \"\",\r\n\t\t        \"unlockReason\": \"\",\r\n\t\t        \"extraData\": \"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Retire",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":388, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":\"\",\r\n\t\t\t    \"applicationPassword\": \"\",\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\",\r\n\t\t        \"adminUsername\": \"\",\r\n\t\t        \"adminPassword\": \"\",\r\n\t\t        \"consumerIdentifier\": \"\",\r\n\t\t        \"retireReason\": \"\",\r\n\t\t        \"extraData\": \"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "List Enum",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":389, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"Code\":351\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Enum",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":389, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"Code\":351\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "562",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 06 Aug 2018 12:27:56 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":389,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"EB\",\"timeStamp\":\"2018-08-06T15:27:56.0125084+03:00\",\"guidID\":\"04d758e6-06e4-4321-b4db-19ba0d956ee8\"},\"body\":{\"Code\":351},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"04d758e6-06e4-4321-b4db-19ba0d956ee8\",\"timeStamp\":\"2018-08-06T15:27:56.0438142+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"type\":0,\"errorCode\":0,\"errorEDesc\":\"Success\",\"code\":\"351\",\"enums\":[]},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Self Switch",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":390, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\":\"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Self Switch",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":390, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\":\"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "526",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 06 Aug 2018 12:44:45 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":390,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"EB\",\"timeStamp\":\"2018-08-06T15:44:45.6906124+03:00\",\"guidID\":\"37585a96-470e-4059-ad7d-518ec8a3aba2\"},\"body\":{\"ConsumerID\":\"1\",\"ConsumerPIN\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"37585a96-470e-4059-ad7d-518ec8a3aba2\",\"timeStamp\":\"2018-08-06T15:44:46.0053498+03:00\",\"result\":{\"errorCode\":1010,\"eDesc\":null,\"aDesc\":null}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Complete Self Switch",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":391, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerOTP\":\"1\",\r\n\t\t\t    \"OriginalTranUUID\":\"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Complete Self Switch",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":391, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerOTP\":\"1\",\r\n\t\t\t    \"OriginalTranUUID\":\"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "549",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 06 Aug 2018 12:45:39 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":391,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"EB\",\"timeStamp\":\"2018-08-06T15:45:39.0101624+03:00\",\"guidID\":\"39c460db-609c-4d8e-ad73-1c28dad8274d\"},\"body\":{\"ConsumerID\":\"1\",\"ConsumerOTP\":\"1\",\"OriginalTranUUID\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"39c460db-609c-4d8e-ad73-1c28dad8274d\",\"timeStamp\":\"2018-08-06T15:45:39.2928908+03:00\",\"result\":{\"errorCode\":1010,\"eDesc\":null,\"aDesc\":null}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Get Public Key",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":351, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"applicationld\":1,\r\n\t\t\t    \"tranDateTime\" : \"\",\r\n\t\t        \"UUID\":\"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"id": "19aa341a-6f8c-467b-b373-89499807a872",
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"id": "41b223a0-64c0-46db-a005-977e4aed47f9",
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "EBS - New",
			"item": [
				{
					"name": "Echo Test",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":350, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Echo Test",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":350, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "485",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Aug 2018 12:45:48 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":350,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"EB\",\"timeStamp\":\"2018-08-13T15:45:48.4526925+03:00\",\"guidID\":\"01939e0a-84ce-4ad6-bbe6-d95579b9b2ac\"},\"body\":{},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"01939e0a-84ce-4ad6-bbe6-d95579b9b2ac\",\"timeStamp\":\"2018-08-13T15:45:48.4526925+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Payment",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"a2ARequest\": {\n    \"header\": {\n      \"connectorID\": \"EB\",\n      \"srvID\":354, \n      \"UserID\":\"00011\",\n      \"Password\": \"123\",\n      \"channel\": \"EB\",\n      \"BankCode\": \"A2A\"\n    },\n    \"body\":{\n          \"ConsumerID\":\"249915513503\",\n          \"ConsumerPIN\": \"2019\",\n          \"PayeeID\" : \"202022\",\n          \"CustPayeeID\" : \"5120200\",\n          \"BillID\":\"163\",\n          \"PaymentExtraInfo\": \"0211\",\n          \"BillDueDate\": \"01/08/2018\",\n          \"PostedDate\": \"01/08/2018\",\n          \"Amount\": \"20\"\n    },\n    \"footer\": {\n      \"signature\": null\n      }  \n                                    }\n}\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Payment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"a2ARequest\": {\n    \"header\": {\n      \"connectorID\": \"EB\",\n      \"srvID\":354, \n      \"UserID\":\"00011\",\n      \"Password\": \"123\",\n      \"channel\": \"EB\"\n    },\n    \"body\":{\n          \"ConsumerID\":\"249915513503\",\n          \"ConsumerPIN\": \"2019\",\n          \"PayeeID\" : \"202022\",\n          \"CustPayeeID\" : \"5120200\",\n          \"BillID\":\"163\",\n          \"PaymentExtraInfo\": \"0211\",\n          \"BillDueDate\": \"01/08/2018\",\n          \"PostedDate\": \"01/08/2018\",\n          \"Amount\": \"20\"\n    },\n    \"footer\": {\n      \"signature\": null\n      }  \n                                    }\n}\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "690",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Tue, 04 Sep 2018 13:56:18 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":354,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-04T16:56:18.2514022+03:00\",\"guidID\":\"848f1fb2-57eb-4b4f-9510-13ea0e4640e2\"},\"body\":{\"ConsumerID\":\"249915513503\",\"ConsumerPIN\":\"2019\",\"PayeeID\":\"202022\",\"CustPayeeID\":\"5120200\",\"BillID\":\"163\",\"PaymentExtraInfo\":\"0211\",\"BillDueDate\":\"01/08/2018\",\"PostedDate\":\"01/08/2018\",\"Amount\":\"20\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"848f1fb2-57eb-4b4f-9510-13ea0e4640e2\",\"timeStamp\":\"2018-09-04T16:56:18.2514022+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Money Transfer To Other",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":355, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2019\",\r\n\t\t\t    \"DestID\" : \"249915513502\",\r\n\t\t        \"Amount\":\"1\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Money Transfer To Other",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":355, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2019\",\r\n\t\t\t    \"DestID\" : \"249915513502\",\r\n\t\t        \"Amount\":\"1\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "576",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Tue, 04 Sep 2018 14:01:10 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":355,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-04T17:01:10.2668998+03:00\",\"guidID\":\"110efef7-c3de-434f-a0c6-27d9b461e005\"},\"body\":{\"ConsumerID\":\"249915513503\",\"ConsumerPIN\":\"2019\",\"DestID\":\"249915513502\",\"Amount\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"110efef7-c3de-434f-a0c6-27d9b461e005\",\"timeStamp\":\"2018-09-04T17:01:10.2668998+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Cash Out",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":356, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\": \"1\",\r\n\t\t\t    \"DestID\" : \"1\",\r\n\t\t        \"Amount\": 100.00,\r\n\t\t        \"CashOutAll\": 0\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Cash Out",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":356, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\": \"1\",\r\n\t\t\t    \"DestID\" : \"1\",\r\n\t\t        \"Amount\": 100.00,\r\n\t\t        \"CashOutAll\": 0\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "553",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Aug 2018 12:47:44 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":356,\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-08-13T15:47:44.9313612+03:00\",\"guidID\":\"8a479f5f-3a4f-49d1-a244-632e6630c119\"},\"body\":{\"ConsumerID\":\"1\",\"ConsumerPIN\":\"1\",\"DestID\":\"1\",\"Amount\":100.0,\"CashOutAll\":0},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"8a479f5f-3a4f-49d1-a244-632e6630c119\",\"timeStamp\":\"2018-08-13T15:47:44.9470205+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Purchase",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":357, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2019\",\r\n\t\t\t    \"DestID\" : \"643718\",\r\n\t\t        \"Amount\":\"1\",\r\n\t\t        \"TransName\": \"11\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/Connector/A2AProcess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"Connector",
								"A2AProcess"
							]
						}
					},
					"response": [
						{
							"name": "Purchase",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":357, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2019\",\r\n\t\t\t    \"DestID\" : \"643718\",\r\n\t\t        \"Amount\":\"1\",\r\n\t\t        \"TransName\": \"11\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/Connector/A2AProcess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"Connector",
										"A2AProcess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "587",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Tue, 04 Sep 2018 14:14:04 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":357,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-04T17:14:04.2815558+03:00\",\"guidID\":\"845e763a-f0c2-4c75-a840-dd391b5943fe\"},\"body\":{\"ConsumerID\":\"249915513503\",\"ConsumerPIN\":\"2019\",\"DestID\":\"643718\",\"Amount\":\"1\",\"TransName\":\"11\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"845e763a-f0c2-4c75-a840-dd391b5943fe\",\"timeStamp\":\"2018-09-04T17:14:04.2815558+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Transfer Account To Wallet",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":358, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2019\",\r\n\t\t\t    \"IPIN\" : \"2019\",\r\n\t\t        \"ExpiryDate\":\"01/08/2018\",\r\n\t\t        \"Amount\": \"1\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Transfer Account To Wallet",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":358, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2019\",\r\n\t\t\t    \"IPIN\" : \"2019\",\r\n\t\t        \"ExpiryDate\":\"01/08/2018\",\r\n\t\t        \"Amount\": \"1\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "591",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Tue, 04 Sep 2018 14:18:53 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":358,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-04T17:18:53.2130048+03:00\",\"guidID\":\"d8914779-f046-4a51-8932-7dabd72e340c\"},\"body\":{\"ConsumerID\":\"249915513503\",\"ConsumerPIN\":\"2019\",\"IPIN\":\"2019\",\"ExpiryDate\":\"01/08/2018\",\"Amount\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"d8914779-f046-4a51-8932-7dabd72e340c\",\"timeStamp\":\"2018-09-04T17:18:53.228821+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Transfer Wallet To Account",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":359, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerPIN\":\"2019\",\r\n\t\t\t    \"ConsumerID\": \"249915513503\",\r\n\t\t\t    \"Amount\" : \"1\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Transfer Wallet To Account",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":359, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerPIN\":\"2019\",\r\n\t\t\t    \"ConsumerID\": \"249915513503\",\r\n\t\t\t    \"Amount\" : \"1\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "561",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Tue, 04 Sep 2018 14:22:47 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":359,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-04T17:22:48.1631876+03:00\",\"guidID\":\"74f95b53-6602-49cb-b192-db9676b5e013\"},\"body\":{\"ConsumerPIN\":\"2019\",\"ConsumerID\":\"249915513503\",\"Amount\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"74f95b53-6602-49cb-b192-db9676b5e013\",\"timeStamp\":\"2018-09-04T17:22:48.1631876+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Self Lock",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":360, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2019\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Self Lock",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":360, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2019\"\r\n\t\t        \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "539",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Tue, 04 Sep 2018 14:28:09 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":360,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-04T17:28:09.8136041+03:00\",\"guidID\":\"f266fc3f-014c-4b0c-9727-bedcd910b1f5\"},\"body\":{\"ConsumerID\":\"249915513503\",\"ConsumerPIN\":\"2019\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"f266fc3f-014c-4b0c-9727-bedcd910b1f5\",\"timeStamp\":\"2018-09-04T17:28:09.8136041+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Self Unlock",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"a2ARequest\": {\r\n    \"header\": {\r\n      \"connectorID\": \"EB\",\r\n      \"srvID\":361, \r\n      \"UserID\":\"00011\",\r\n      \"Password\": \"123\",\r\n      \"channel\": \"EB\",\r\n      \"BankCode\": \"A2A\"\r\n    },\r\n    \"body\":{\r\n          \"ConsumerID\":\"249915513503\",\r\n          \"ConsumerPIN\": \"2019\"\r\n            \r\n    },\r\n    \"footer\": {\r\n      \"signature\": null\r\n      }  \r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Self Unlock",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"a2ARequest\": {\r\n    \"header\": {\r\n      \"connectorID\": \"EB\",\r\n      \"srvID\":361, \r\n      \"UserID\":\"00011\",\r\n      \"Password\": \"123\",\r\n      \"channel\": \"EB\"\r\n    },\r\n    \"body\":{\r\n          \"ConsumerID\":\"249915513503\",\r\n          \"ConsumerPIN\": \"2019\"\r\n            \r\n    },\r\n    \"footer\": {\r\n      \"signature\": null\r\n      }  \r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "539",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 05 Sep 2018 06:11:19 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":361,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-05T09:11:19.4371775+03:00\",\"guidID\":\"a4499a35-4663-4ecd-827d-895f26628fe9\"},\"body\":{\"ConsumerID\":\"249915513503\",\"ConsumerPIN\":\"2019\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"a4499a35-4663-4ecd-827d-895f26628fe9\",\"timeStamp\":\"2018-09-05T09:11:19.4371775+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Register Consumer At Merchant",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"a2ARequest\": {\r\n    \"header\": {\r\n      \"connectorID\": \"EB\",\r\n      \"srvID\":362, \r\n      \"UserID\":\"00011\",\r\n      \"Password\": \"123\",\r\n      \"channel\": \"EB\",\r\n      \"BankCode\": \"A2A\"\r\n    },\r\n    \"body\":{\r\n          \"ManagerMSISDN\":\"249915513500\",\r\n          \"ManagerPIN\": \"2018\",\r\n          \"ConsumerID\" : \"249915513504\"\r\n            \r\n    },\r\n    \"footer\": {\r\n      \"signature\": null\r\n      }  \r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Register Consumer At Merchant",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"a2ARequest\": {\r\n    \"header\": {\r\n      \"connectorID\": \"EB\",\r\n      \"srvID\":362, \r\n      \"UserID\":\"00011\",\r\n      \"Password\": \"123\",\r\n      \"channel\": \"EB\"\r\n    },\r\n    \"body\":{\r\n          \"ManagerMSISDN\":\"249915513500\",\r\n          \"ManagerPIN\": \"2018\",\r\n          \"ConsumerID\" : \"249915513504\"\r\n            \r\n    },\r\n    \"footer\": {\r\n      \"signature\": null\r\n      }  \r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "569",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 05 Sep 2018 06:16:00 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":362,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-05T09:16:00.8333218+03:00\",\"guidID\":\"239c9eca-8500-4889-8cfa-4c18067c56c5\"},\"body\":{\"ManagerMSISDN\":\"249915513500\",\"ManagerPIN\":\"2018\",\"ConsumerID\":\"249915513504\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"239c9eca-8500-4889-8cfa-4c18067c56c5\",\"timeStamp\":\"2018-09-05T09:16:00.8353223+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Complete Register At Merchant",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"a2ARequest\": {\r\n    \"header\": {\r\n      \"connectorID\": \"EB\",\r\n      \"srvID\":363, \r\n      \"UserID\":\"00011\",\r\n      \"Password\": \"ydrwFD5AqOA=\",\r\n      \"channel\": \"EB\",\r\n      \"BankCode\": \"A2A\"\r\n    },\r\n    \"body\":{\r\n          \"applicationld\":\"\",\r\n          \"applicationPassword\": \"\",\r\n          \"tranDateTime\" : \"\",\r\n            \"UUID\":\"\",\r\n            \"ConsumerID\": \"249915513504\",\r\n            \"ManagerMSISDN\": \"249915513500\",\r\n            \"ManagerPIN\": \"2018\",\r\n             \"serviceProviderId\":\"792\",\r\n             \"KycValue\":\"1\",\r\n             \"KycType\":\"\",\r\n             \"TAN\":\"99677897\",\r\n             \"UserName\":\"tareq\",\r\n             \"FullName\":\"tareq marji\",\r\n             \"DateOfBirth\":\"\",\r\n             \"BankAccNo\":\"\",\r\n             \"BankAccountType\":\"\",\r\n             \"BankBranchID\":\"\",\r\n             \"BankID\":\"\",\r\n             \"PrimaryAccNo\":\"\",\r\n             \"FlowID\":\"190991839298\",\r\n             \"extraData\":\"\",\r\n             \"notifyConsumer\":\"\",\r\n             \"tranFeeAmount\":\"5\",\r\n             \"feeSource\":\"\",\r\n             \"agentShare\":\"\",\r\n             \"cspShare\":\"\"\r\n    },\r\n    \"footer\": {\r\n      \"signature\": null\r\n      }  \r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Complete Register At Merchant",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"a2ARequest\": {\r\n    \"header\": {\r\n      \"connectorID\": \"EB\",\r\n      \"srvID\":363, \r\n      \"UserID\":\"00011\",\r\n      \"Password\": \"ydrwFD5AqOA=\",\r\n      \"channel\": \"EB\"\r\n    },\r\n    \"body\":{\r\n          \"applicationld\":\"\",\r\n          \"applicationPassword\": \"\",\r\n          \"tranDateTime\" : \"\",\r\n            \"UUID\":\"\",\r\n            \"ConsumerID\": \"249915513504\",\r\n            \"ManagerMSISDN\": \"249915513500\",\r\n            \"ManagerPIN\": \"2018\",\r\n             \"serviceProviderId\":\"792\",\r\n             \"KycValue\":\"1\",\r\n             \"KycType\":\"\",\r\n             \"TAN\":\"99677897\",\r\n             \"UserName\":\"tareq\",\r\n             \"FullName\":\"tareq marji\",\r\n             \"DateOfBirth\":\"\",\r\n             \"BankAccNo\":\"\",\r\n             \"BankAccountType\":\"\",\r\n             \"BankBranchID\":\"\",\r\n             \"BankID\":\"\",\r\n             \"PrimaryAccNo\":\"\",\r\n             \"FlowID\":\"190991839298\",\r\n             \"extraData\":\"\",\r\n             \"notifyConsumer\":\"\",\r\n             \"tranFeeAmount\":\"5\",\r\n             \"feeSource\":\"\",\r\n             \"agentShare\":\"\",\r\n             \"cspShare\":\"\"\r\n    },\r\n    \"footer\": {\r\n      \"signature\": null\r\n      }  \r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "990",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 05 Sep 2018 06:23:30 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":363,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-05T09:23:30.7662523+03:00\",\"guidID\":\"d0dfcb97-d578-4084-ba71-a6365f180c7e\"},\"body\":{\"applicationld\":\"\",\"applicationPassword\":\"\",\"tranDateTime\":\"\",\"UUID\":\"\",\"ConsumerID\":\"249915513504\",\"ManagerMSISDN\":\"249915513500\",\"ManagerPIN\":\"2018\",\"serviceProviderId\":\"792\",\"KycValue\":\"1\",\"KycType\":\"\",\"TAN\":\"99677897\",\"UserName\":\"tareq\",\"FullName\":\"tareq marji\",\"DateOfBirth\":\"\",\"BankAccNo\":\"\",\"BankAccountType\":\"\",\"BankBranchID\":\"\",\"BankID\":\"\",\"PrimaryAccNo\":\"\",\"FlowID\":\"190991839298\",\"extraData\":\"\",\"notifyConsumer\":\"\",\"tranFeeAmount\":\"5\",\"feeSource\":\"\",\"agentShare\":\"\",\"cspShare\":\"\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"d0dfcb97-d578-4084-ba71-a6365f180c7e\",\"timeStamp\":\"2018-09-05T09:23:30.7662523+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Get Consumer Information",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"a2ARequest\": {\r\n    \"header\": {\r\n      \"connectorID\": \"EB\",\r\n      \"srvID\":364, \r\n      \"UserID\":\"00011\",\r\n      \"Password\": \"123\",\r\n      \"channel\": \"EB\",\r\n      \"BankCode\": \"A2A\"\r\n    },\r\n    \"body\":{\r\n          \"ManagerMSISDN\":\"249915513500\",\r\n          \"ManagerPIN\": \"2018\",\r\n          \"ConsumerID\" : \"249915513503\"\r\n    },\r\n    \"footer\": {\r\n      \"signature\": null\r\n      }  \r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Get Consumer Information",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"a2ARequest\": {\r\n    \"header\": {\r\n      \"connectorID\": \"EB\",\r\n      \"srvID\":364, \r\n      \"UserID\":\"00011\",\r\n      \"Password\": \"123\",\r\n      \"channel\": \"EB\"\r\n    },\r\n    \"body\":{\r\n          \"ManagerMSISDN\":\"249915513500\",\r\n          \"ManagerPIN\": \"2018\",\r\n          \"ConsumerID\" : \"249915513503\"\r\n    },\r\n    \"footer\": {\r\n      \"signature\": null\r\n      }  \r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "569",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 05 Sep 2018 06:20:01 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":364,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-05T09:20:01.3035269+03:00\",\"guidID\":\"31817cf7-788d-4ea8-9a4b-129cb9d61bf3\"},\"body\":{\"ManagerMSISDN\":\"249915513500\",\"ManagerPIN\":\"2018\",\"ConsumerID\":\"249915513503\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"31817cf7-788d-4ea8-9a4b-129cb9d61bf3\",\"timeStamp\":\"2018-09-05T09:20:01.3035269+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Update Consumer Information",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":365, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ManagerMSISDN\":\"249915513500\",\r\n\t\t\t    \"ManagerPIN\": \"2018\",\r\n\t\t\t    \"ConsumerID\" : \"249915513503\",\r\n\t\t\t    \"Street\":\"\",\r\n\t\t\t    \"City\":\"\",\r\n\t\t\t    \"State\":\"\",\r\n\t\t\t    \"Nationality\":\"\",\r\n\t\t\t    \"FullName\":\"\",\r\n\t\t\t    \"DateOfBirth\":\"\",\r\n\t\t\t    \"BankAccNo\":\"\",\r\n\t\t\t    \"BankAccountType\":\"\",\r\n\t\t\t    \"BankBranchID\":\"\",\r\n\t\t\t    \"BankID\":\"\",\r\n\t\t\t    \"PrimaryAccNo\":\"\"\r\n\t\t\t    \r\n\t\t\t    },\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Update Consumer Information",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":365, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ManagerMSISDN\":\"249915513500\",\r\n\t\t\t    \"ManagerPIN\": \"2018\",\r\n\t\t\t    \"ConsumerID\" : \"249915513503\",\r\n\t\t\t    \"Street\":\"\",\r\n\t\t\t    \"City\":\"\",\r\n\t\t\t    \"State\":\"\",\r\n\t\t\t    \"Nationality\":\"\",\r\n\t\t\t    \"FullName\":\"\",\r\n\t\t\t    \"DateOfBirth\":\"\",\r\n\t\t\t    \"BankAccNo\":\"\",\r\n\t\t\t    \"BankAccountType\":\"\",\r\n\t\t\t    \"BankBranchID\":\"\",\r\n\t\t\t    \"BankID\":\"\",\r\n\t\t\t    \"PrimaryAccNo\":\"\"\r\n\t\t\t    \r\n\t\t\t    },\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "734",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 05 Sep 2018 07:08:52 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":365,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-05T10:08:52.4917161+03:00\",\"guidID\":\"17c07475-5e22-4f44-a10a-fd2d3ee9862e\"},\"body\":{\"ManagerMSISDN\":\"249915513500\",\"ManagerPIN\":\"2018\",\"ConsumerID\":\"249915513503\",\"Street\":\"\",\"City\":\"\",\"State\":\"\",\"Nationality\":\"\",\"FullName\":\"\",\"DateOfBirth\":\"\",\"BankAccNo\":\"\",\"BankAccountType\":\"\",\"BankBranchID\":\"\",\"BankID\":\"\",\"PrimaryAccNo\":\"\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"17c07475-5e22-4f44-a10a-fd2d3ee9862e\",\"timeStamp\":\"2018-09-05T10:08:52.5072824+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Distribute EMoney",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":366, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ManagerMSISDN\":\"249915513500\",\r\n\t\t\t    \"ManagerPIN\": \"2018\",\r\n\t\t\t    \"DestID\" : \"249915513501\",\r\n\t\t        \"Amount\":\"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Distribute EMoney",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":366, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ManagerMSISDN\":\"1\",\r\n\t\t\t    \"ManagerPIN\": \"1\",\r\n\t\t\t    \"DestID\" : \"1\",\r\n\t\t        \"Amount\":\"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "538",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Aug 2018 12:51:49 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":366,\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-08-13T15:51:49.1077091+03:00\",\"guidID\":\"e3f70ce6-679d-4cb4-8f77-6f5b89c62aae\"},\"body\":{\"ManagerMSISDN\":\"1\",\"ManagerPIN\":\"1\",\"DestID\":\"1\",\"Amount\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"e3f70ce6-679d-4cb4-8f77-6f5b89c62aae\",\"timeStamp\":\"2018-08-13T15:51:49.1097052+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Cash In",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":367, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ManagerMSISDN\":\"249915513500\",\r\n\t\t\t    \"ManagerPIN\": \"2018\",\r\n\t\t\t    \"DestID\" : \"249915513503\",\r\n\t\t        \"Amount\":\"10\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Cash In",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":367, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ManagerMSISDN\":\"249915513500\",\r\n\t\t\t    \"ManagerPIN\": \"2018\",\r\n\t\t\t    \"DestID\" : \"249915513503\",\r\n\t\t        \"Amount\":\"10\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "579",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 05 Sep 2018 07:23:57 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":367,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-05T10:23:57.3913167+03:00\",\"guidID\":\"7b7b22c7-73ce-4d04-9924-b5416eacb8ea\"},\"body\":{\"ManagerMSISDN\":\"249915513500\",\"ManagerPIN\":\"2018\",\"DestID\":\"249915513503\",\"Amount\":\"10\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"7b7b22c7-73ce-4d04-9924-b5416eacb8ea\",\"timeStamp\":\"2018-09-05T10:23:57.3913167+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Complete Cash Out At Merchant",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":368, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ManagerMSISDN\":\"249915513500\",\r\n\t\t\t    \"ManagerPIN\": \"2018\",\r\n\t\t\t    \"TAN\" : \"99828492\",\r\n\t\t        \"TransID\":\"750271185417\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Complete Cash Out At Merchant",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":368, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ManagerMSISDN\":\"249915513500\",\r\n\t\t\t    \"ManagerPIN\": \"2018\",\r\n\t\t\t    \"TAN\" : \"99828492\",\r\n\t\t        \"TransID\":\"750271185417\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "583",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 05 Sep 2018 07:27:01 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":368,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-05T10:27:01.2188543+03:00\",\"guidID\":\"02393a80-bf96-4bb8-9fa1-b35edada21e5\"},\"body\":{\"ManagerMSISDN\":\"249915513500\",\"ManagerPIN\":\"2018\",\"TAN\":\"99828492\",\"TransID\":\"750271185417\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"02393a80-bf96-4bb8-9fa1-b35edada21e5\",\"timeStamp\":\"2018-09-05T10:27:01.2188543+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Get Wallet Balance",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":369, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2019\",\r\n\t\t\t    \"isConsumer\" : 1\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Get Wallet Balance",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":369, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2019\",\r\n\t\t\t    \"isConsumer\" : 1\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "554",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 05 Sep 2018 07:40:00 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":369,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-05T10:40:00.6274501+03:00\",\"guidID\":\"7e5b1783-3279-4a22-bdcb-a04b1faca54f\"},\"body\":{\"ConsumerID\":\"249915513503\",\"ConsumerPIN\":\"2019\",\"isConsumer\":1},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"7e5b1783-3279-4a22-bdcb-a04b1faca54f\",\"timeStamp\":\"2018-09-05T10:40:00.6274501+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Get Last Transactions",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":370, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"consumerPIN\": \"2019\",\r\n\t\t\t    \"isConsumer\":1\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Get Last Transactions",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":370, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"consumerPIN\": \"2019\",\r\n\t\t\t    \"isConsumer\":1\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "554",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 05 Sep 2018 07:44:59 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":370,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-05T10:44:59.6649822+03:00\",\"guidID\":\"865cfa39-1fd0-4a62-98f1-179755d80769\"},\"body\":{\"ConsumerID\":\"249915513503\",\"consumerPIN\":\"2019\",\"isConsumer\":1},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"865cfa39-1fd0-4a62-98f1-179755d80769\",\"timeStamp\":\"2018-09-05T10:44:59.6649822+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Change PIN",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":371, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2018\",\r\n\t\t\t    \"isConsumer\" : 1,\r\n\t\t        \"NewConsumerPIN\":\"2019\",\r\n\t\t        \"TransID\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Change PIN",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":371, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2018\",\r\n\t\t\t    \"isConsumer\" : 1,\r\n\t\t        \"NewConsumerPIN\":\"2019\",\r\n\t\t        \"TransID\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "592",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 05 Sep 2018 07:48:47 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":371,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-05T10:48:46.9880063+03:00\",\"guidID\":\"526fd2cc-e1ac-4e1c-885d-8fc9e15f407f\"},\"body\":{\"ConsumerID\":\"249915513503\",\"ConsumerPIN\":\"2018\",\"isConsumer\":1,\"NewConsumerPIN\":\"2019\",\"TransID\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"526fd2cc-e1ac-4e1c-885d-8fc9e15f407f\",\"timeStamp\":\"2018-09-05T10:48:46.9880063+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Resend TAN",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":373, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2019\",\r\n\t\t\t    \"TransID\" : \"1\",\r\n\t\t        \"OriginatorType\":\"1\",\r\n\t\t        \"TranType\": \"1\",\r\n\t\t        \"CSPAdminUser\":\"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Resend TAN",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":373, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2019\",\r\n\t\t\t    \"TransID\" : \"1\",\r\n\t\t        \"OriginatorType\":\"1\",\r\n\t\t        \"TranType\": \"1\",\r\n\t\t        \"CSPAdminUser\":\"\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "607",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 05 Sep 2018 07:52:55 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":373,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-05T10:52:55.6625549+03:00\",\"guidID\":\"eaf127d4-d39f-46d8-bca6-b6fb891f7fe7\"},\"body\":{\"ConsumerID\":\"249915513503\",\"ConsumerPIN\":\"2019\",\"TransID\":\"1\",\"OriginatorType\":\"1\",\"TranType\":\"1\",\"CSPAdminUser\":\"\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"eaf127d4-d39f-46d8-bca6-b6fb891f7fe7\",\"timeStamp\":\"2018-09-05T10:52:55.6625549+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Self Retirement",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":374, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2019\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Self Retirement",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":374, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2019\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "548",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 05 Sep 2018 07:59:07 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":374,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-05T10:59:07.8034939+03:00\",\"guidID\":\"74d71d58-ac6c-4606-933e-8bdb5802357d\"},\"body\":{\"ConsumerID\":\"249915513503\",\"ConsumerPIN\":\"2019\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"74d71d58-ac6c-4606-933e-8bdb5802357d\",\"timeStamp\":\"2018-09-05T10:59:07.8034939+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Link Account",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":376, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2019\",\r\n\t\t\t    \"PrimaryAccNo\" : \"9888061010278130000\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Link Account",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":376, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2019\",\r\n\t\t\t    \"PrimaryAccNo\" : \"9888061010278130000\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "576",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 05 Sep 2018 08:02:11 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":376,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-05T11:02:11.6767965+03:00\",\"guidID\":\"43d40bed-b045-4be0-badd-939777d1371f\"},\"body\":{\"ConsumerID\":\"249915513503\",\"ConsumerPIN\":\"2019\",\"PrimaryAccNo\":\"9888061010278130000\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"43d40bed-b045-4be0-badd-939777d1371f\",\"timeStamp\":\"2018-09-05T11:02:11.6767965+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Complete Link Account",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":377, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerOTP\": \"78796\",\r\n\t\t\t    \"PrimaryAccNo\" : \"9888061010278130000\",\r\n\t\t        \"OriginalTranUUID\":\"b964d472-1b9e-4cf9-9a7b-da11829d6ba0\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Complete Link Account",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":377, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerOTP\": \"78796\",\r\n\t\t\t    \"PrimaryAccNo\" : \"9888061010278130000\",\r\n\t\t        \"OriginalTranUUID\":\"b964d472-1b9e-4cf9-9a7b-da11829d6ba0\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "635",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Wed, 05 Sep 2018 08:04:45 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":377,\"bankCode\":\"0\",\"userID\":\"00011\",\"password\":\"123\",\"channel\":\"EB\",\"timeStamp\":\"2018-09-05T11:04:45.2926155+03:00\",\"guidID\":\"65412b31-ec91-444b-8f9f-5754f0187837\"},\"body\":{\"ConsumerID\":\"249915513503\",\"ConsumerOTP\":\"78796\",\"PrimaryAccNo\":\"9888061010278130000\",\"OriginalTranUUID\":\"b964d472-1b9e-4cf9-9a7b-da11829d6ba0\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"65412b31-ec91-444b-8f9f-5754f0187837\",\"timeStamp\":\"2018-09-05T11:04:45.2926155+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Mony Transfer To Agent",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":378, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"249915513503\",\r\n\t\t\t    \"ConsumerPIN\": \"2019\",\r\n\t\t\t    \"AgentID\" : \"249915513501\",\r\n\t\t        \"Amount\":\"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Mony Transfer To Agent",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":378, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\": \"1\",\r\n\t\t\t    \"AgentID\" : \"1\",\r\n\t\t        \"Amount\": 100.00\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "548",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Aug 2018 12:58:06 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":378,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"EB\",\"timeStamp\":\"2018-08-13T15:58:06.7548863+03:00\",\"guidID\":\"25e91d0d-33f7-4828-af83-b87a721816c3\"},\"body\":{\"ConsumerID\":\"1\",\"ConsumerPIN\":\"1\",\"AgentID\":\"1\",\"Amount\":100.0},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"25e91d0d-33f7-4828-af83-b87a721816c3\",\"timeStamp\":\"2018-08-13T15:58:06.7548863+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "List Enum",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":389, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"Code\":351\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Enum",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":389, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"Code\":351\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "493",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Aug 2018 12:58:21 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":389,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"EB\",\"timeStamp\":\"2018-08-13T15:58:21.264585+03:00\",\"guidID\":\"5f55c26c-1363-4fb4-af1d-7852b8a7d88a\"},\"body\":{\"Code\":351},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"5f55c26c-1363-4fb4-af1d-7852b8a7d88a\",\"timeStamp\":\"2018-08-13T15:58:21.264585+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Self Switch",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":390, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\":\"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Self Switch",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":390, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerPIN\":\"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "519",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Aug 2018 12:58:43 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":390,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"EB\",\"timeStamp\":\"2018-08-13T15:58:43.2548722+03:00\",\"guidID\":\"9fa71dbc-fb8e-47cb-b4be-0be65e9df225\"},\"body\":{\"ConsumerID\":\"1\",\"ConsumerPIN\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"9fa71dbc-fb8e-47cb-b4be-0be65e9df225\",\"timeStamp\":\"2018-08-13T15:58:43.2703259+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Complete Self Switch",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":391, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerOTP\":\"1\",\r\n\t\t\t    \"OriginalTranUUID\":\"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Complete Self Switch",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"EB\",\r\n\t\t\t\"srvID\":391, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"EB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"ConsumerID\":\"1\",\r\n\t\t\t    \"ConsumerOTP\":\"1\",\r\n\t\t\t    \"OriginalTranUUID\":\"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache",
									"name": "Cache-Control",
									"description": "Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"
								},
								{
									"key": "Content-Length",
									"value": "542",
									"name": "Content-Length",
									"description": "The length of the response body in octets (8-bit bytes)"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8",
									"name": "Content-Type",
									"description": "The mime type of this content"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Aug 2018 12:59:01 GMT",
									"name": "Date",
									"description": "The date and time that the message was sent"
								},
								{
									"key": "Expires",
									"value": "-1",
									"name": "Expires",
									"description": "Gives the date/time after which the response is considered stale"
								},
								{
									"key": "Pragma",
									"value": "no-cache",
									"name": "Pragma",
									"description": "Implementation-specific headers that may have various effects anywhere along the request-response chain."
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319",
									"name": "X-AspNet-Version",
									"description": "Custom header"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET",
									"name": "X-Powered-By",
									"description": "Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"
								}
							],
							"cookie": [],
							"body": "{\"a2aRequest\":{\"header\":{\"connectorID\":\"EB\",\"srvID\":391,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"EB\",\"timeStamp\":\"2018-08-13T15:59:01.8477791+03:00\",\"guidID\":\"f9de5d6d-2171-4edd-9784-e15678c3564e\"},\"body\":{\"ConsumerID\":\"1\",\"ConsumerOTP\":\"1\",\"OriginalTranUUID\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"f9de5d6d-2171-4edd-9784-e15678c3564e\",\"timeStamp\":\"2018-08-13T15:59:01.8477791+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				}
			]
		},
		{
			"name": "Rainbow",
			"item": [
				{
					"name": "List Product",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"RB\",\r\n\t\t\t\"srvID\":500, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Product",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"RB\",\r\n\t\t\t\"srvID\":500, \r\n\t\t\t\"UserID\":\"00011\",\r\n\t\t\t\"Password\": \"ydrwFD5AqOA=\",\r\n\t\t\t\"channel\": \"RB\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://localhost:6333/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "6333",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "Server",
									"value": "Microsoft-IIS/10.0"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-SourceFiles",
									"value": "=?UTF-8?B?QzpcQTJBUHJvamVjdHNcQ29ubmVjdG9yQVBJXEEyQUNvbm5lY3RvckFQSVxDb25uZWN0b3JBUElcYXBpXGNvbm5lY3RvclxhMmFwcm9jZXNz?="
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 03 Dec 2018 09:00:11 GMT"
								},
								{
									"key": "Content-Length",
									"value": "257"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"RB\",\n            \"srvID\": 500,\n            \"guidID\": \"feb9033e-9164-45b5-bf45-5504bd9f998a\",\n            \"timeStamp\": \"2018-12-03T11:00:11.2444133+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": -1,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Request Check Account",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"a2ARequest\": {\n    \"header\": {\n      \"connectorID\": \"RB\",\n      \"srvID\":501, \n      \"UserID\":\"00011\",\n      \"Password\": \"123\",\n      \"channel\": \"IBK\",\n      \"BankCode\": \"A2A\"\n    },\n    \"body\":{\n          \"MobileNo\":\"0785061643\"\n    },\n    \"footer\": {\n      \"signature\": null\n      }  \n                                    }\n}\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Request Register Account",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"a2ARequest\": {\n    \"header\": {\n      \"connectorID\": \"RB\",\n      \"srvID\":502, \n      \"UserID\":\"00011\",\n      \"Password\": \"123\",\n      \"channel\": \"IBK\",\n      \"BankCode\": \"A2A\"\n    },\n    \"body\":{\n          \"MobileNo\":\"0785061643\"\n    },\n    \"footer\": {\n      \"signature\": null\n      }  \n                                    }\n}\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				},
				{
					"name": "Request Recharge Balance",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"a2ARequest\": {\n    \"header\": {\n      \"connectorID\": \"RB\",\n      \"srvID\":503, \n      \"UserID\":\"00011\",\n      \"Password\": \"123\",\n      \"channel\": \"IBK\",\n      \"BankCode\": \"A2A\"\n    },\n    \"body\":{\n          \"MobileNo\":\"0785061643\",\n          \"Amount\": 1500\n    },\n    \"footer\": {\n      \"signature\": null\n      }  \n                                    }\n}\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Money Gram",
			"item": [
				{
					"name": "Save Customer Profile",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":550, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"CustomerCode\": \"1\",\r\n\t\t \"FieldNameValueType\":[{\"FieldName\":\"tareq\",\"FieldValue\":\"1\",\"FieldType\":\"1\"},\r\n\t\t                       {\"FieldName\":\"tareq1\",\"FieldValue\":\"2\",\"FieldType\":\"2\"}\r\n\t\t \r\n\t\t                        ]\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess?",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							],
							"query": [
								{
									"key": "",
									"value": "",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "Save Customer Profile",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":550, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"CustomerCode\": \"1\",\r\n\t\t \"FieldNameValueType\":[{\"FieldName\":\"tareq\",\"FieldValue\":\"1\",\"FieldType\":\"1\"},\r\n\t\t                       {\"FieldName\":\"tareq1\",\"FieldValue\":\"2\",\"FieldType\":\"2\"}\r\n\t\t \r\n\t\t                        ]\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess?",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									],
									"query": [
										{
											"key": "",
											"value": "",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 07 Jan 2019 10:26:49 GMT"
								},
								{
									"key": "Content-Length",
									"value": "998"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"MG\",\n            \"srvID\": 550,\n            \"guidID\": \"a1465988-1507-4994-b4d3-ab8428944497\",\n            \"timeStamp\": \"2019-01-07T12:26:42.8877419+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"operation\": 0,\n            \"fieldNameValueType\": [\n                {\n                    \"fieldName\": \"tareq\",\n                    \"fieldValue\": \"1\",\n                    \"fieldType\": \"1\"\n                },\n                {\n                    \"fieldName\": \"tareq1\",\n                    \"fieldValue\": \"2\",\n                    \"fieldType\": \"2\"\n                }\n            ],\n            \"machineID\": null,\n            \"machineName\": null,\n            \"agent_ID\": null,\n            \"agent_PIN\": null,\n            \"custRegToken\": null,\n            \"customerCode\": 1,\n            \"cuid\": 0,\n            \"idType\": null,\n            \"idNumber\": null,\n            \"agentID\": null,\n            \"deviceID\": null,\n            \"deviceName\": null,\n            \"token\": null,\n            \"verificationCode\": null,\n            \"sendAmount\": 0,\n            \"sendCurrency\": null,\n            \"receiveCurrency\": null,\n            \"receiveCountry\": null,\n            \"delieveryOption\": null,\n            \"code\": 0,\n            \"description\": \"Description\",\n            \"detailedDescription\": \"DetailedDescription\",\n            \"dateAndtime\": \"0001-01-01T00:00:00\",\n            \"errorCode\": 1000,\n            \"error\": null,\n            \"errorEDesc\": \"Description: Description ,DetailedDescription: DetailedDescription\",\n            \"errorADesc\": null,\n            \"logID\": 0\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Get Customer Profile",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":551, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"CustomerCode\": \"0\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Get Customer Profile",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":551, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"CustomerCode\": \"0\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 07 Jan 2019 12:47:14 GMT"
								},
								{
									"key": "Content-Length",
									"value": "274"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"MG\",\n            \"srvID\": 551,\n            \"guidID\": \"7642e5a8-ed83-47d6-a4d9-cd8ffc2ba505\",\n            \"timeStamp\": \"2019-01-07T14:47:14.342232+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": -99,\n                \"eDesc\": \"General Exception\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Validate Customer Code",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":552, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"FirstName\": \"anas\",\r\n\t\t \"MiddleName\": \"riad\",\r\n\t\t \"LastName\": \"defallah\",\r\n\t\t \"MobileNumber\": \"0785061643\",\r\n\t\t \"CUID\": \"012200\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Validate Customer Code",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":552, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"FirstName\": \"anas\",\r\n\t\t \"MiddleName\": \"riad\",\r\n\t\t \"LastName\": \"defallah\",\r\n\t\t \"MobileNumber\": \"0785061643\",\r\n\t\t \"CUID\": \"012200\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Mon, 07 Jan 2019 12:55:16 GMT"
								},
								{
									"key": "Content-Length",
									"value": "959"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"MG\",\n            \"srvID\": 552,\n            \"guidID\": \"69ce9600-eccf-4956-97ec-3b6e1ddeda1d\",\n            \"timeStamp\": \"2019-01-07T14:55:16.6948474+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"firstName\": \"anas\",\n            \"middleName\": \"riad\",\n            \"lastName\": \"defallah\",\n            \"mobileNumber\": \"0785061643\",\n            \"isValid\": false,\n            \"machineID\": null,\n            \"machineName\": null,\n            \"agent_ID\": null,\n            \"agent_PIN\": null,\n            \"custRegToken\": null,\n            \"customerCode\": 0,\n            \"cuid\": 12200,\n            \"idType\": null,\n            \"idNumber\": null,\n            \"agentID\": null,\n            \"deviceID\": null,\n            \"deviceName\": null,\n            \"token\": null,\n            \"verificationCode\": null,\n            \"sendAmount\": 0,\n            \"sendCurrency\": null,\n            \"receiveCurrency\": null,\n            \"receiveCountry\": null,\n            \"delieveryOption\": null,\n            \"code\": 0,\n            \"description\": \"Description\",\n            \"detailedDescription\": \"DetailedDescription\",\n            \"dateAndtime\": \"0001-01-01T00:00:00\",\n            \"errorCode\": 1000,\n            \"error\": null,\n            \"errorEDesc\": \"Description: Description ,DetailedDescription: DetailedDescription\",\n            \"errorADesc\": null,\n            \"logID\": 0\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Upload Customer ID",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":553, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"CUID\": \"1\",\r\n\t\t \"IDType\": \"112\",\r\n\t\t \"IDNumber\": \"01120\",\r\n\t\t \"IDImageFace\": \"1\",\r\n\t\t \"IDImage\": \"120\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Upload Customer ID",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":553, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"CUID\": \"1\",\r\n\t\t \"IDType\": \"112\",\r\n\t\t \"IDNumber\": \"01120\",\r\n\t\t \"IDImageFace\": \"1\",\r\n\t\t \"IDImage\": \"120\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 07:05:36 GMT"
								},
								{
									"key": "Content-Length",
									"value": "887"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"MG\",\n            \"srvID\": 553,\n            \"guidID\": \"96627519-9520-4fd5-9495-99d93a78294e\",\n            \"timeStamp\": \"2019-01-10T09:05:29.8077212+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"idImageFace\": 1,\n            \"idImage\": \"MTIw\",\n            \"machineID\": null,\n            \"machineName\": null,\n            \"agent_ID\": null,\n            \"agent_PIN\": null,\n            \"custRegToken\": null,\n            \"customerCode\": 0,\n            \"cuid\": 1,\n            \"idType\": \"112\",\n            \"idNumber\": \"01120\",\n            \"agentID\": null,\n            \"deviceID\": null,\n            \"deviceName\": null,\n            \"token\": null,\n            \"verificationCode\": null,\n            \"sendAmount\": 0,\n            \"sendCurrency\": null,\n            \"receiveCurrency\": null,\n            \"receiveCountry\": null,\n            \"delieveryOption\": null,\n            \"code\": 0,\n            \"description\": \"Description\",\n            \"detailedDescription\": \"DetailedDescription\",\n            \"dateAndtime\": \"0001-01-01T00:00:00\",\n            \"errorCode\": 1000,\n            \"error\": null,\n            \"errorEDesc\": \"Description: Description ,DetailedDescription: DetailedDescription\",\n            \"errorADesc\": null,\n            \"logID\": 0\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Add New Customer ID",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":554, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"CustomerCode\": \"1\",\r\n\t\t \"IDType\": \"112\",\r\n\t\t \"IDNumber\": \"01120\",\r\n\t\t \"IDCountry\": \"11\",\r\n\t\t \"IDState\": \"120\",\r\n\t\t \"IDIssueDate\": \"01-01-2018\",\r\n\t\t \"IDExpiryDate\": \"01-01-2019\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Add New Customer ID",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":554, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"CustomerCode\": \"1\",\r\n\t\t \"IDType\": \"112\",\r\n\t\t \"IDNumber\": \"01120\",\r\n\t\t \"IDCountry\": \"11\",\r\n\t\t \"IDState\": \"120\",\r\n\t\t \"IDIssueDate\": \"01-01-2018\",\r\n\t\t \"IDExpiryDate\": \"01-01-2019\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 07:44:09 GMT"
								},
								{
									"key": "Content-Length",
									"value": "960"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"MG\",\n            \"srvID\": 554,\n            \"guidID\": \"9acaa2eb-576e-4ac0-bbe4-d2f10755197e\",\n            \"timeStamp\": \"2019-01-10T09:44:06.9042444+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"idCountry\": \"11\",\n            \"idState\": \"120\",\n            \"idIssueDate\": \"2018-01-01T00:00:00\",\n            \"idExpiryDate\": \"2019-01-01T00:00:00\",\n            \"machineID\": null,\n            \"machineName\": null,\n            \"agent_ID\": null,\n            \"agent_PIN\": null,\n            \"custRegToken\": null,\n            \"customerCode\": 1,\n            \"cuid\": 0,\n            \"idType\": \"112\",\n            \"idNumber\": \"01120\",\n            \"agentID\": null,\n            \"deviceID\": null,\n            \"deviceName\": null,\n            \"token\": null,\n            \"verificationCode\": null,\n            \"sendAmount\": 0,\n            \"sendCurrency\": null,\n            \"receiveCurrency\": null,\n            \"receiveCountry\": null,\n            \"delieveryOption\": null,\n            \"code\": 0,\n            \"description\": \"Description\",\n            \"detailedDescription\": \"DetailedDescription\",\n            \"dateAndtime\": \"0001-01-01T00:00:00\",\n            \"errorCode\": 1000,\n            \"error\": null,\n            \"errorEDesc\": \"Description: Description ,DetailedDescription: DetailedDescription\",\n            \"errorADesc\": null,\n            \"logID\": 0\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Get Customers List",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":555, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"FirstName\": \"anas\",\r\n\t\t \"MiddleName\": \"riad\",\r\n\t\t \"LastName\": \"defallah\",\r\n\t\t \"YearOfBirth\": \"1995\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Get Customers List",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":555, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"FirstName\": \"anas\",\r\n\t\t \"MiddleName\": \"riad\",\r\n\t\t \"LastName\": \"defallah\",\r\n\t\t \"YearOfBirth\": \"1995\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 08:30:29 GMT"
								},
								{
									"key": "Content-Length",
									"value": "275"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"MG\",\n            \"srvID\": 555,\n            \"guidID\": \"da0b13f5-a395-40c9-81a4-71dd7ae9beec\",\n            \"timeStamp\": \"2019-01-10T10:30:30.0144883+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": -99,\n                \"eDesc\": \"General Exception\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Save Customer ID Data",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":556, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"OriginalIDNumber\": \"0100310\",\r\n\t\t \"IDSaveType\": \"f\",\r\n\t\t \"CustomerCode\": \"101\",\r\n\t\t \"IDCountry\": \"13\",\r\n\t\t \"IDType\": \"123\",\r\n\t\t \"IDState\": \"1\",\r\n\t\t  \"Data\":[\r\n\t\t  \t      {\"FieldName\":\"anas\",\"FieldValue\":\"1\",\"FieldType\":\"1\"},\r\n\t\t          {\"FieldName\":\"tareq1\",\"FieldValue\":\"2\",\"FieldType\":\"2\"}\r\n\t\t \t\t ]\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Save Customer ID Data",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":556, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"OriginalIDNumber\": \"0100310\",\r\n\t\t \"IDSaveType\": \"f\",\r\n\t\t \"CustomerCode\": \"101\",\r\n\t\t \"IDCountry\": \"13\",\r\n\t\t \"IDType\": \"123\",\r\n\t\t \"IDState\": \"1\",\r\n\t\t  \"Data\":[\r\n\t\t  \t      {\"FieldName\":\"anas\",\"FieldValue\":\"1\",\"FieldType\":\"1\"},\r\n\t\t          {\"FieldName\":\"tareq1\",\"FieldValue\":\"2\",\"FieldType\":\"2\"}\r\n\t\t \t\t ]\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 09:15:54 GMT"
								},
								{
									"key": "Content-Length",
									"value": "1047"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"MG\",\n            \"srvID\": 556,\n            \"guidID\": \"1046cda4-4afc-4f98-a57d-e6656965e2b6\",\n            \"timeStamp\": \"2019-01-10T11:15:54.6587919+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"originalIDNumber\": \"0100310\",\n            \"idSaveType\": \"f\",\n            \"idCountry\": \"13\",\n            \"idState\": \"1\",\n            \"data\": [\n                {\n                    \"fieldName\": \"anas\",\n                    \"fieldValue\": \"1\",\n                    \"fieldType\": \"1\"\n                },\n                {\n                    \"fieldName\": \"tareq1\",\n                    \"fieldValue\": \"2\",\n                    \"fieldType\": \"2\"\n                }\n            ],\n            \"machineID\": null,\n            \"machineName\": null,\n            \"agent_ID\": null,\n            \"agent_PIN\": null,\n            \"custRegToken\": null,\n            \"customerCode\": 0,\n            \"cuid\": 0,\n            \"idType\": \"123\",\n            \"idNumber\": null,\n            \"agentID\": null,\n            \"deviceID\": null,\n            \"deviceName\": null,\n            \"token\": null,\n            \"verificationCode\": null,\n            \"sendAmount\": 0,\n            \"sendCurrency\": null,\n            \"receiveCurrency\": null,\n            \"receiveCountry\": null,\n            \"delieveryOption\": null,\n            \"code\": 0,\n            \"description\": \"Description\",\n            \"detailedDescription\": \"DetailedDescription\",\n            \"dateAndtime\": \"0001-01-01T00:00:00\",\n            \"errorCode\": 1000,\n            \"error\": null,\n            \"errorEDesc\": \"Description: Description ,DetailedDescription: DetailedDescription\",\n            \"errorADesc\": null,\n            \"logID\": 0\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Upload ID INFO",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":557, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"CUID\": \"0100310\",\r\n\t\t \"IDType\": \"001\",\r\n\t\t \"IDNumber\": \"02021002110\",\r\n\t\t \"IDImage\":\"1521\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Upload ID INFO",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":557, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"CUID\": \"0100310\",\r\n\t\t \"IDType\": \"001\",\r\n\t\t \"IDNumber\": \"02021002110\",\r\n\t\t \"IDImage\":\"1521\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 09:37:32 GMT"
								},
								{
									"key": "Content-Length",
									"value": "902"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"MG\",\n            \"srvID\": 557,\n            \"guidID\": \"8a8f51b6-a346-475c-800c-f10e75cedbdd\",\n            \"timeStamp\": \"2019-01-10T11:37:32.4873013+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"idImageFace\": 0,\n            \"idImage\": \"MTUyMQ==\",\n            \"machineID\": null,\n            \"machineName\": null,\n            \"agent_ID\": null,\n            \"agent_PIN\": null,\n            \"custRegToken\": null,\n            \"customerCode\": 0,\n            \"cuid\": 100310,\n            \"idType\": \"001\",\n            \"idNumber\": \"02021002110\",\n            \"agentID\": null,\n            \"deviceID\": null,\n            \"deviceName\": null,\n            \"token\": null,\n            \"verificationCode\": null,\n            \"sendAmount\": 0,\n            \"sendCurrency\": null,\n            \"receiveCurrency\": null,\n            \"receiveCountry\": null,\n            \"delieveryOption\": null,\n            \"code\": 0,\n            \"description\": \"Description\",\n            \"detailedDescription\": \"DetailedDescription\",\n            \"dateAndtime\": \"0001-01-01T00:00:00\",\n            \"errorCode\": 1000,\n            \"error\": null,\n            \"errorEDesc\": \"Description: Description ,DetailedDescription: DetailedDescription\",\n            \"errorADesc\": null,\n            \"logID\": 0\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Code Tables",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":558, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Code Tables",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":558, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 09:42:47 GMT"
								},
								{
									"key": "Content-Length",
									"value": "899"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"MG\",\n            \"srvID\": 558,\n            \"guidID\": \"872fecd8-9319-4904-8555-1b6b3354e743\",\n            \"timeStamp\": \"2019-01-10T11:42:46.295922+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"countryCurrencyInfo\": [\n                {\n                    \"currCode\": \"USD\"\n                }\n            ],\n            \"countryInfo\": [\n                {\n                    \"counInfo\": \"Jordan\"\n                }\n            ],\n            \"currencyInfo\": [\n                {\n                    \"currInfo\": \"USD\"\n                }\n            ],\n            \"deliveryOptionInfo\": [\n                {\n                    \"deliveryInfo\": \"3rd floor\"\n                }\n            ],\n            \"stateProvinceInfo\": [\n                {\n                    \"statProvInfo\": \"state\"\n                }\n            ],\n            \"agentID\": null,\n            \"deviceID\": null,\n            \"deviceName\": null,\n            \"token\": null,\n            \"verificationCode\": null,\n            \"sendAmount\": 0,\n            \"sendCurrency\": null,\n            \"receiveCurrency\": null,\n            \"receiveCountry\": null,\n            \"delieveryOption\": null,\n            \"code\": 0,\n            \"description\": \"Description\",\n            \"detailedDescription\": \"Detailed Description\",\n            \"dateAndtime\": \"2019-01-10T11:42:47.3584849+02:00\",\n            \"errorCode\": 1000,\n            \"error\": null,\n            \"errorEDesc\": \"UnknownError :Detailed Description\",\n            \"errorADesc\": null,\n            \"logID\": 0\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Quote Transaction",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":559, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"SendAmount\": \"1000\",\r\n\t\t \"SendCurrency\": \"JOD\",\r\n\t\t \"ReceiveCountry\": \"113\",\r\n\t\t \"PromoCodeValues\": [\"001\",\"test\"],\r\n\t\t \"AmountExcludingFee\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Quote Transaction",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":559, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"SendAmount\": \"1000\",\r\n\t\t \"SendCurrency\": \"JOD\",\r\n\t\t \"ReceiveCountry\": \"113\",\r\n\t\t \"PromoCodeValues\": [\"001\",\"test\"],\r\n\t\t \"AmountExcludingFee\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 09:59:23 GMT"
								},
								{
									"key": "Content-Length",
									"value": "294"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"MG\",\n            \"srvID\": 559,\n            \"guidID\": \"68bcf9c3-29d8-4719-a998-eb893e92bdd3\",\n            \"timeStamp\": \"2019-01-10T11:59:23.6726498+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 100,\n                \"eDesc\": \"String 3 Characters length violation\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Get Send Fields",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":560, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"SendAmount\": \"1000\",\r\n\t\t \"SendCurrency\": \"JOD\",\r\n\t\t \"ReceiveCountry\": \"113\",\r\n\t\t \"ReceiveCurrency\": \"USD\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Get Send Fields",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":560, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"SendAmount\": \"1000\",\r\n\t\t \"SendCurrency\": \"JOD\",\r\n\t\t \"ReceiveCountry\": \"113\",\r\n\t\t \"ReceiveCurrency\": \"USD\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 10:08:22 GMT"
								},
								{
									"key": "Content-Length",
									"value": "2266"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"MG\",\n            \"srvID\": 560,\n            \"guidID\": \"dae66e59-dd41-439f-bc6f-702ab856ddad\",\n            \"timeStamp\": \"2019-01-10T12:08:21.7314083+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"fqdoInfo\": {\n                \"receiveCountry\": \"JO1\",\n                \"deliveryOption\": \"Will_Call\",\n                \"receiveAgentID\": \"12312312\",\n                \"receiveCurrency\": \"JOD\",\n                \"receiveAgentName\": \"Hamsa\",\n                \"receiveAgentAbbr\": \"121Ag\",\n                \"deliveryOptionDiaplayName\": \"DelOp Dis Name\",\n                \"registrationAuthorizationText\": \"reg AuthorizationText\",\n                \"speedOfDeliveryText\": \"speed Of Delivery Text\"\n            },\n            \"productFieldInfo\": [\n                {\n                    \"xmlTag\": \"<tag>\",\n                    \"visibility\": 3,\n                    \"fieldMax\": 737382929,\n                    \"fieldMin\": 2322222,\n                    \"scale\": 2322222,\n                    \"dataType\": 8\n                },\n                {\n                    \"xmlTag\": \"<tag1>\",\n                    \"visibility\": 1,\n                    \"fieldMax\": 212,\n                    \"fieldMin\": 22,\n                    \"scale\": 22,\n                    \"dataType\": 5\n                }\n            ],\n            \"dynamicFieldInfo\": [\n                {\n                    \"xmlTag\": \"<1>\",\n                    \"dataTypeCode\": 4,\n                    \"enumerated\": true,\n                    \"fieldLabel\": \"label\",\n                    \"fieldMin\": 2,\n                    \"fieldMinSpecified\": true,\n                    \"fieldMinSpecified1\": true,\n                    \"fieldMax\": 10,\n                    \"fieldMaxSpecified\": true,\n                    \"fieldMaxSpecified1\": true,\n                    \"fieldScale\": 5,\n                    \"fieldScaleSpecified\": true,\n                    \"fieldScaleSpecified1\": true,\n                    \"defaultValue\": \"Default Value\",\n                    \"validationRegEx\": \"+/d\",\n                    \"displayOrder\": 3,\n                    \"displayOrderSpecified\": true,\n                    \"displayOrderSpecified1\": true,\n                    \"exampleFormat\": \"format\",\n                    \"enumeratedValues\": [\n                        {\n                            \"value\": \"Value1\",\n                            \"label\": \"Label1\"\n                        },\n                        {\n                            \"value\": \"Value2\",\n                            \"label\": \"Label2\"\n                        }\n                    ]\n                },\n                {\n                    \"xmlTag\": \"<2>\",\n                    \"dataTypeCode\": 0,\n                    \"enumerated\": true,\n                    \"fieldLabel\": \"label2\",\n                    \"fieldMinSpecified\": false,\n                    \"fieldMinSpecified1\": false,\n                    \"fieldMaxSpecified\": false,\n                    \"fieldMaxSpecified1\": false,\n                    \"fieldScaleSpecified\": false,\n                    \"fieldScaleSpecified1\": false,\n                    \"defaultValue\": \"Default Value2\",\n                    \"validationRegEx\": \"+/d\",\n                    \"displayOrderSpecified\": false,\n                    \"displayOrderSpecified1\": false,\n                    \"exampleFormat\": \"format\",\n                    \"enumeratedValues\": [\n                        {\n                            \"value\": \"Value1\",\n                            \"label\": \"Label1\"\n                        },\n                        {\n                            \"value\": \"Value2\",\n                            \"label\": \"Label2\"\n                        }\n                    ]\n                }\n            ],\n            \"agentID\": null,\n            \"deviceID\": null,\n            \"deviceName\": null,\n            \"token\": null,\n            \"verificationCode\": null,\n            \"sendAmount\": 1000,\n            \"sendCurrency\": \"JOD\",\n            \"receiveCurrency\": \"USD\",\n            \"receiveCountry\": \"113\",\n            \"delieveryOption\": null,\n            \"code\": 0,\n            \"description\": \"Description\",\n            \"detailedDescription\": \"DetailedDescription\",\n            \"dateAndtime\": \"2019-01-10T12:08:21.9189683+02:00\",\n            \"errorCode\": 1000,\n            \"error\": null,\n            \"errorEDesc\": \"Description: Description ,DetailedDescription: DetailedDescription\",\n            \"errorADesc\": null,\n            \"logID\": 0\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Process Send Transaction",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":561, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"CustomerCode\": \"001\",\r\n         \"RefNo\": \"00202350\",\r\n         \"Amount\": \"54\",\r\n         \"SendCurrency\": \"JOD\",\r\n         \"ReceiveCurrency\": \"USD\",\r\n         \"SenderFirstName\": \"tareq\",\r\n         \"SenderMiddleInitial\": \"marji\",\r\n         \"SenderLastName\": \"marji\",\r\n         \"SenderAddress\": \"Khalda\",\r\n         \"SenderCity\": \"amman\",\r\n         \"SenderZipCode\": \"006\",\r\n         \"SenderCountry\": \"Jordan\",\r\n         \"ReceiverFirstName\": \"anas\",\r\n         \"ReceiverMiddleInitial\": \"riad\",\r\n         \"ReceiverLastName\": \"defallah\",\r\n         \"ReceiveCountry\": \"Turky\",\r\n         \"SenderPhotoIdType\": \"1\",\r\n         \"SenderPhotoIdNumber\": \"0201\",\r\n         \"SenderPhotoIdCountry\": \"1050\",\r\n         \"SenderLegalIdNumber\": \"500\",\r\n         \"SenderDOB\": \"01-01-1990\",\r\n         \"SenderOccupation\": \"money gram\",\r\n         \"SenderBirthCountry\": \"1926\",\r\n         \"PurposeOfTransaction\": \"Jordanian\",\r\n         \"RelationToReceiver\": \"brother\",\r\n         \"SenderPhotoIdState\": \"1\",\r\n         \"SenderHomePhone\": \"0785061643\",\r\n         \"PromoCode\": \"001\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Process Send Transaction",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":561, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"CustomerCode\": \"001\",\r\n         \"RefNo\": \"00202350\",\r\n         \"Amount\": \"54\",\r\n         \"SendCurrency\": \"JOD\",\r\n         \"ReceiveCurrency\": \"USD\",\r\n         \"SenderFirstName\": \"tareq\",\r\n         \"SenderMiddleInitial\": \"marji\",\r\n         \"SenderLastName\": \"marji\",\r\n         \"SenderAddress\": \"Khalda\",\r\n         \"SenderCity\": \"amman\",\r\n         \"SenderZipCode\": \"006\",\r\n         \"SenderCountry\": \"Jordan\",\r\n         \"ReceiverFirstName\": \"anas\",\r\n         \"ReceiverMiddleInitial\": \"riad\",\r\n         \"ReceiverLastName\": \"defallah\",\r\n         \"ReceiveCountry\": \"Turky\",\r\n         \"SenderPhotoIdType\": \"1\",\r\n         \"SenderPhotoIdNumber\": \"0201\",\r\n         \"SenderPhotoIdCountry\": \"1050\",\r\n         \"SenderLegalIdNumber\": \"500\",\r\n         \"SenderDOB\": \"01-01-1990\",\r\n         \"SenderOccupation\": \"money gram\",\r\n         \"SenderBirthCountry\": \"1926\",\r\n         \"PurposeOfTransaction\": \"Jordanian\",\r\n         \"RelationToReceiver\": \"brother\",\r\n         \"SenderPhotoIdState\": \"1\",\r\n         \"SenderHomePhone\": \"0785061643\",\r\n         \"PromoCode\": \"001\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 10:48:46 GMT"
								},
								{
									"key": "Content-Length",
									"value": "324"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"MG\",\n            \"srvID\": 561,\n            \"guidID\": \"238c66e3-e701-442c-9b81-74ca18081926\",\n            \"timeStamp\": \"2019-01-10T12:48:46.8526878+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 100,\n                \"eDesc\": \"String 3 Characters violation >> (Request wrProcessSendTransaction\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Send Transaction Status",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":562, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"ReferenceNumber\": \"00202350\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Send Transaction Status",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":562, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"ReferenceNumber\": \"00202350\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 11:06:49 GMT"
								},
								{
									"key": "Content-Length",
									"value": "801"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"MG\",\n            \"srvID\": 562,\n            \"guidID\": \"90ea6932-aeb4-4bba-bb87-683448876144\",\n            \"timeStamp\": \"2019-01-10T13:06:49.5374226+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"referenceNumber\": \"00202350\",\n            \"status\": \"success\",\n            \"authorizationNumber\": \"AuthNo0911930\",\n            \"agentID\": null,\n            \"deviceID\": null,\n            \"deviceName\": null,\n            \"token\": null,\n            \"verificationCode\": null,\n            \"sendAmount\": 0,\n            \"sendCurrency\": null,\n            \"receiveCurrency\": null,\n            \"receiveCountry\": null,\n            \"delieveryOption\": null,\n            \"code\": 0,\n            \"description\": \"Description\",\n            \"detailedDescription\": \"DetailedDescription\",\n            \"dateAndtime\": \"2019-01-10T13:06:49.6154606+02:00\",\n            \"errorCode\": 1000,\n            \"error\": null,\n            \"errorEDesc\": \"Description: Description ,DetailedDescription: DetailedDescription\",\n            \"errorADesc\": null,\n            \"logID\": 0\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Get Transaction Reference Number",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":563, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"TransactionID\": \"102330010\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Get Transaction Reference Number",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":563, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"TransactionID\": \"102330010\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 11:18:51 GMT"
								},
								{
									"key": "Content-Length",
									"value": "769"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"MG\",\n            \"srvID\": 563,\n            \"guidID\": \"f6ae9be3-4b1d-47b2-924e-0b3711f4ba23\",\n            \"timeStamp\": \"2019-01-10T13:18:51.431101+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"transactionID\": \"102330010\",\n            \"referenceNumber\": \"123456\",\n            \"agentID\": null,\n            \"deviceID\": null,\n            \"deviceName\": null,\n            \"token\": null,\n            \"verificationCode\": null,\n            \"sendAmount\": 0,\n            \"sendCurrency\": null,\n            \"receiveCurrency\": null,\n            \"receiveCountry\": null,\n            \"delieveryOption\": null,\n            \"code\": 0,\n            \"description\": \"Description\",\n            \"detailedDescription\": \"DetailedDescription\",\n            \"dateAndtime\": \"2019-01-10T13:18:51.5404729+02:00\",\n            \"errorCode\": 1000,\n            \"error\": null,\n            \"errorEDesc\": \"Description: Description ,DetailedDescription: DetailedDescription\",\n            \"errorADesc\": null,\n            \"logID\": 0\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Send Transaction Cancel",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":564, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"Reference_Number\": \"102330010\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Send Transaction Cancel",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":564, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"Reference_Number\": \"102330010\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 11:55:39 GMT"
								},
								{
									"key": "Content-Length",
									"value": "1181"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"MG\",\n            \"srvID\": 564,\n            \"guidID\": \"abbdb423-0df3-44ad-9a87-99790e012376\",\n            \"timeStamp\": \"2019-01-10T13:55:36.5591873+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": {\n            \"reference_Number\": \"102330010\",\n            \"sendReversalResponse\": {\n                \"transactionDateTimeSpecified\": false,\n                \"transactionDateTimeSpecified1\": false,\n                \"refundTotalAmountSpecified\": false,\n                \"refundTotalAmountSpecified1\": false,\n                \"refundFaceAmountSpecified\": false,\n                \"refundFaceAmountSpecified1\": false,\n                \"refundFeeAmountSpecified\": false,\n                \"refundFeeAmountSpecified1\": false,\n                \"totalCheckAmountSpecified\": false,\n                \"totalCheckAmountSpecified1\": false,\n                \"reversalType\": \"D\",\n                \"agentCheckAuthorizationNumber\": \"12345\"\n            },\n            \"agentID\": null,\n            \"deviceID\": null,\n            \"deviceName\": null,\n            \"token\": null,\n            \"verificationCode\": null,\n            \"sendAmount\": 0,\n            \"sendCurrency\": null,\n            \"receiveCurrency\": null,\n            \"receiveCountry\": null,\n            \"delieveryOption\": null,\n            \"code\": 0,\n            \"description\": \"Description\",\n            \"detailedDescription\": \"DetailedDescription\",\n            \"dateAndtime\": \"2019-01-10T13:55:38.9806673+02:00\",\n            \"errorCode\": 1000,\n            \"error\": null,\n            \"errorEDesc\": \"Description: Description ,DetailedDescription: DetailedDescription\",\n            \"errorADesc\": null,\n            \"logID\": 0\n        },\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Send Transaction Details",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":565, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"Reference_Number\": \"102330010\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Send Transaction Details",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"MG\",\r\n\t\t\t\"srvID\":565, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t \"Reference_Number\": \"102330010\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 12:24:31 GMT"
								},
								{
									"key": "Content-Length",
									"value": "294"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"MG\",\n            \"srvID\": 565,\n            \"guidID\": \"e355e3df-32c9-41b7-b164-dd5abf506494\",\n            \"timeStamp\": \"2019-01-10T14:24:32.4932137+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 100,\n                \"eDesc\": \"String 3 Characters length violation\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "A2ATopUp",
			"item": [
				{
					"name": "List Operator",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"AT\",\r\n\t\t\t\"srvID\":600, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "List Operator",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"AT\",\r\n\t\t\t\"srvID\":600, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 13:22:21 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"AT\",\n            \"srvID\": 600,\n            \"guidID\": \"fc355626-551b-4020-a400-d531149bce0f\",\n            \"timeStamp\": \"2019-01-10T15:22:20.6168714+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Request Card Purchase",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"AT\",\r\n\t\t\t\"srvID\":601, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\r\n\t\t\t\"CustID\": \"0012\",\r\n\t\t\t\"TypeID\": \"001\",\r\n\t\t\t\"MobileNo\": \"0785061643\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Request Card Purchase",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"AT\",\r\n\t\t\t\"srvID\":601, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\r\n\t\t\t\"CustID\": \"0012\",\r\n\t\t\t\"TypeID\": \"001\",\r\n\t\t\t\"MobileNo\": \"0785061643\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 13:29:07 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"AT\",\n            \"srvID\": 601,\n            \"guidID\": \"90a878ba-d296-4918-8873-f139df9176e2\",\n            \"timeStamp\": \"2019-01-10T15:29:07.8613261+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Request Is Card Available",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"AT\",\r\n\t\t\t\"srvID\":602, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\r\n\t\t\t\"CustID\": \"0012\",\r\n\t\t\t\"TypeID\": \"001\",\r\n\t\t\t\"MobileNo\": \"0785061643\",\r\n\t\t\t\"CardIntID\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Request Is Card Available",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"AT\",\r\n\t\t\t\"srvID\":602, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\r\n\t\t\t\"CustID\": \"0012\",\r\n\t\t\t\"TypeID\": \"001\",\r\n\t\t\t\"MobileNo\": \"0785061643\",\r\n\t\t\t\"CardIntID\": \"1\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 13:38:38 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"AT\",\n            \"srvID\": 602,\n            \"guidID\": \"4d967f25-c1a2-4452-be51-44d1caa4e399\",\n            \"timeStamp\": \"2019-01-10T15:38:38.2653599+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Push Notification ",
			"item": [
				{
					"name": "Send Bulk Notification",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"PN\",\r\n\t\t\t\"srvID\":650, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"MobileAppID\": \"1\",\r\n\t\t\t\"Title\": \"A2A\",\r\n\t\t\t\"SenderID\": \"1025800\",\r\n\t\t\t\"MSGS\": [{\"DevType\":\"1\", \"DevID\":\"1\",\"DevToken\":\"1\",\"Text\":\"1\",\"Priority\":\"1\",\"NoUnreadMsgs\":\"1\",\"Online\":\"1\",\"UTRRefNo\":\"1\"},\r\n                     { \"DevType\":\"2\", \"DevID\":\"2\",\"DevToken\":\"2\",\"Text\":\"2\",\"Priority\":\"2\",\"NoUnreadMsgs\":\"21\",\"Online\":\"2\",\"UTRRefNo\":\"2\"}]\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Send Bulk Notification",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"PN\",\r\n\t\t\t\"srvID\":650, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"MobileAppID\": \"1\",\r\n\t\t\t\"Title\": \"A2A\",\r\n\t\t\t\"SenderID\": \"1025800\",\r\n\t\t\t\"MSGS\": [{\"DevType\":\"1\", \"DevID\":\"1\",\"DevToken\":\"1\",\"Text\":\"1\",\"Priority\":\"1\",\"NoUnreadMsgs\":\"1\",\"Online\":\"1\",\"UTRRefNo\":\"1\"},\r\n                     { \"DevType\":\"2\", \"DevID\":\"2\",\"DevToken\":\"2\",\"Text\":\"2\",\"Priority\":\"2\",\"NoUnreadMsgs\":\"21\",\"Online\":\"2\",\"UTRRefNo\":\"2\"}]\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 14:16:50 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"PN\",\n            \"srvID\": 650,\n            \"guidID\": \"40473bf6-566e-4776-8293-86488bfaf28a\",\n            \"timeStamp\": \"2019-01-10T16:16:50.3757428+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "Send Notification",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"PN\",\r\n\t\t\t\"srvID\":651, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"MobileAppID\": \"1\",\r\n\t\t\t\"Title\": \"A2A\",\r\n\t\t\t\"SenderID\": \"1025800\",\r\n\t\t\t\"DevType\": \"6\",\r\n\t\t\t\"DevID\": \"12\",\r\n\t\t\t\"DevToken\": \"5613200\",\r\n\t\t\t\"Priority\": \"0\",\r\n\t\t\t\"NoUnreadMsgs\": \"0\",\r\n\t\t\t\"Online\": true,\r\n\t\t\t\"UTRRefNo\": \"4360\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						}
					},
					"response": [
						{
							"name": "Send Notification",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"PN\",\r\n\t\t\t\"srvID\":651, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"IBK\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\"MobileAppID\": \"1\",\r\n\t\t\t\"Title\": \"A2A\",\r\n\t\t\t\"SenderID\": \"1025800\",\r\n\t\t\t\"DevType\": \"6\",\r\n\t\t\t\"DevID\": \"12\",\r\n\t\t\t\"DevToken\": \"5613200\",\r\n\t\t\t\"Priority\": \"0\",\r\n\t\t\t\"NoUnreadMsgs\": \"0\",\r\n\t\t\t\"Online\": true,\r\n\t\t\t\"UTRRefNo\": \"4360\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\r\n}\r\n"
								},
								"url": {
									"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
									"protocol": "http",
									"host": [
										"a2a-dev"
									],
									"port": "2000",
									"path": [
										"api",
										"connector",
										"a2aprocess"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Thu, 10 Jan 2019 14:31:18 GMT"
								},
								{
									"key": "Content-Length",
									"value": "256"
								}
							],
							"cookie": [],
							"body": "{\n    \"a2aResponse\": {\n        \"header\": {\n            \"connectorID\": \"PN\",\n            \"srvID\": 651,\n            \"guidID\": \"9cfe642c-b28b-4d55-a19b-fbe27d1f2aec\",\n            \"timeStamp\": \"2019-01-10T16:31:18.5989509+02:00\",\n            \"a2acmFees\": 0,\n            \"result\": {\n                \"errorCode\": 0,\n                \"eDesc\": \"\",\n                \"aDesc\": \"\"\n            }\n        },\n        \"body\": null,\n        \"footer\": {\n            \"signature\": \"\"\n        }\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Queue",
			"item": [
				{
					"name": "GetRegions",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"a2ARequest\": {\n\t\t\"header\": {\n\t\t\t\"connectorID\": \"QU\",\n\t\t\t\"srvID\":800, \n\t\t\t\"UserID\":\"IBKUser\",\n\t\t\t\"Password\": \"123\",\n\t\t\t\"channel\": \"QU\",\n\t\t\t\"BankCode\": \"A2A\"\n\t\t},\n\t\t\"body\":{ \n\t\t\t\"LanguagePrefix\":\"EN\"\n\t\t} ,\n\t\t\"footer\": {\n\t\t\t\"signature\": null\n\t\t\t}\t\n                                    }\n}\n\n\n"
						},
						"url": {
							"raw": "http://a2a-dev:2000/api/connector/a2aprocess",
							"protocol": "http",
							"host": [
								"a2a-dev"
							],
							"port": "2000",
							"path": [
								"api",
								"connector",
								"a2aprocess"
							]
						},
						"description": "GetRegions"
					},
					"response": [
						{
							"name": "GetRegions",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"a2ARequest\": {\n\t\t\"header\": {\n\t\t\t\"connectorID\": \"QU\",\n\t\t\t\"srvID\":800, \n\t\t\t\"UserID\":\"IBKUser\",\n\t\t\t\"Password\": \"123\",\n\t\t\t\"channel\": \"QU\",\n\t\t\t\"BankCode\": \"A2A\"\n\t\t},\n\t\t\"body\":{ \n\t\t\t\"LanguagePrefix\":\"EN\"\n\t\t} ,\n\t\t\"footer\": {\n\t\t\t\"signature\": null\n\t\t\t}\t\n      }\n}\n\n\n"
								},
								"url": {
									"raw": "http://localhost:60544/api/QueueInquiry/wrGetRegions",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "60544",
									"path": [
										"api",
										"QueueInquiry",
										"wrGetRegions"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "Server",
									"value": "Microsoft-IIS/10.0"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-SourceFiles",
									"value": "=?UTF-8?B?QzpcVXNlcnNcYXlvdW5pc3Ncc291cmNlXHJlcG9zXFF1ZXVlQXBpXFF1ZXVlQXBpXGFwaVxRdWV1ZUlucXVpcnlcd3JHZXRSZWdpb25z?="
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Wed, 16 Jan 2019 07:55:04 GMT"
								},
								{
									"key": "Content-Length",
									"value": "134"
								}
							],
							"cookie": [],
							"body": "{\n    \"GetRegionsResult\": {\n        \"Code\": -1,\n        \"Description\": \"Success\"\n    },\n    \"Regions\": [\n        {\n            \"ID\": 19,\n            \"Name\": \"Western Region\"\n        },\n        {\n            \"ID\": 20,\n            \"Name\": \"North Region\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "wrGetCities",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":801, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t\t  \"Cities\": null,\r\n\t\t\t\t  \"RegionID\": null\r\n\t\t} ,\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n"
						},
						"url": {
							"raw": "http://localhost:60544/api/QueueInquiry/wrGetCities",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "60544",
							"path": [
								"api",
								"QueueInquiry",
								"wrGetCities"
							]
						},
						"description": "wrGetCities Without Region"
					},
					"response": [
						{
							"name": "wrGetCities Without Region (Region Is Optional)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":801, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t\t  \"Cities\": null,\r\n\t\t\t\t  \"RegionID\": null\r\n\t\t} ,\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n"
								},
								"url": {
									"raw": "http://localhost:60544/api/QueueInquiry/wrGetCities",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "60544",
									"path": [
										"api",
										"QueueInquiry",
										"wrGetCities"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "Server",
									"value": "Microsoft-IIS/10.0"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-SourceFiles",
									"value": "=?UTF-8?B?QzpcVXNlcnNcYXlvdW5pc3Ncc291cmNlXHJlcG9zXFF1ZXVlQXBpXFF1ZXVlQXBpXGFwaVxRdWV1ZUlucXVpcnlcd3JHZXRDaXRpZXM=?="
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Wed, 16 Jan 2019 08:25:48 GMT"
								},
								{
									"key": "Content-Length",
									"value": "104"
								}
							],
							"cookie": [],
							"body": "{\n    \"GetCitiesResult\": {\n        \"Code\": 0,\n        \"Description\": \"Success\"\n    },\n    \"Cities\": [\n        {\n            \"ID\": 26,\n            \"Name\": \"amman\",\n            \"RegionID\": 19\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "wrGetDepartments",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":802, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t  \"Departments\": null\r\n\t\t} ,\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n"
						},
						"url": {
							"raw": "http://localhost:60544/api/QueueInquiry/wrGetDepartments",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "60544",
							"path": [
								"api",
								"QueueInquiry",
								"wrGetDepartments"
							]
						},
						"description": "wrGetDepartments"
					},
					"response": [
						{
							"name": "wrGetDepartments",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":802, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t  \"Departments\": null\r\n\t\t} ,\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n"
								},
								"url": {
									"raw": "http://localhost:60544/api/QueueInquiry/wrGetDepartments",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "60544",
									"path": [
										"api",
										"QueueInquiry",
										"wrGetDepartments"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "Server",
									"value": "Microsoft-IIS/10.0"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-SourceFiles",
									"value": "=?UTF-8?B?QzpcVXNlcnNcYXlvdW5pc3Ncc291cmNlXHJlcG9zXFF1ZXVlQXBpXFF1ZXVlQXBpXGFwaVxRdWV1ZUlucXVpcnlcd3JHZXREZXBhcnRtZW50cw==?="
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Wed, 16 Jan 2019 11:24:07 GMT"
								},
								{
									"key": "Content-Length",
									"value": "179"
								}
							],
							"cookie": [],
							"body": "{\n    \"GetDepartmentsResult\": {\n        \"Code\": 0,\n        \"Description\": \"Success\"\n    },\n    \"Departments\": [\n        {\n            \"ID\": 1,\n            \"Name\": \"Main\"\n        },\n        {\n            \"ID\": 62,\n            \"Name\": \"Secondary Departments\"\n        },\n        {\n            \"ID\": 16798,\n            \"Name\": \"Police Department\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "wrGetBranches",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":803, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t  \"CityID\": 0,\r\n\t\t\t  \"DepartmentID\": 0,\r\n\t\t\t  \"CurrentLongitude\": 25.9884010280805,\r\n\t\t\t  \"CurrentLatitude\": 43.9947370955413,\r\n\t\t\t  \"MaxNumberBranchesToReturn\": 2,\r\n\t\t\t  \"MaxDistanceOfBranchesToReturn\": 0,\r\n\t\t\t  \"ServiceIDForWalkin\": 0,\r\n\t\t\t  \"ServiceIDForAppointment\": 0,\r\n\t\t\t  \"Branches\": null\r\n\t\t\t} ,\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://localhost:60544/api/QueueInquiry/wrGetBranches",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "60544",
							"path": [
								"api",
								"QueueInquiry",
								"wrGetBranches"
							]
						},
						"description": "wrGetBranches"
					},
					"response": [
						{
							"name": "wrGetBranches",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":803, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t  \"CityID\": 0,\r\n\t\t\t  \"DepartmentID\": 0,\r\n\t\t\t  \"CurrentLongitude\": 25.9884010280805,\r\n\t\t\t  \"CurrentLatitude\": 43.9947370955413,\r\n\t\t\t  \"MaxNumberBranchesToReturn\": 2,\r\n\t\t\t  \"MaxDistanceOfBranchesToReturn\": 0,\r\n\t\t\t  \"ServiceIDForWalkin\": 0,\r\n\t\t\t  \"ServiceIDForAppointment\": 0,\r\n\t\t\t  \"Branches\": null\r\n\t\t\t} ,\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://localhost:60544/api/QueueInquiry/wrGetBranches",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "60544",
									"path": [
										"api",
										"QueueInquiry",
										"wrGetBranches"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "Server",
									"value": "Microsoft-IIS/10.0"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-SourceFiles",
									"value": "=?UTF-8?B?QzpcVXNlcnNcYXlvdW5pc3Ncc291cmNlXHJlcG9zXFF1ZXVlQXBpXFF1ZXVlQXBpXGFwaVxRdWV1ZUlucXVpcnlcd3JHZXRCcmFuY2hlcw==?="
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Wed, 16 Jan 2019 11:30:36 GMT"
								},
								{
									"key": "Content-Length",
									"value": "615"
								}
							],
							"cookie": [],
							"body": "{\n    \"GetBranchesResult\": {\n        \"Code\": 0,\n        \"Description\": \"Success\"\n    },\n    \"Branches\": [\n        {\n            \"Id\": 201,\n            \"Name\": \"Main Branch\",\n            \"CityId\": 26,\n            \"DepartmentID\": 1,\n            \"Longitude\": 44.67214,\n            \"Latitude\": 25.641825,\n            \"Distance\": 2646352.76,\n            \"Identity\": \"BR1\",\n            \"TodayWorkingShifts\": [\n                {\n                    \"From\": \"00:00\",\n                    \"To\": \"23:59\"\n                }\n            ],\n            \"IsWorkingNow\": true\n        },\n        {\n            \"Id\": 17482,\n            \"Name\": \"Down Town Branch\",\n            \"CityId\": 26,\n            \"DepartmentID\": 1,\n            \"Longitude\": 0,\n            \"Latitude\": 0,\n            \"Distance\": 5527210.09,\n            \"Identity\": \"BR2\",\n            \"TodayWorkingShifts\": [\n                {\n                    \"From\": \"06:00\",\n                    \"To\": \"07:30\"\n                },\n                {\n                    \"From\": \"08:00\",\n                    \"To\": \"12:00\"\n                },\n                {\n                    \"From\": \"13:00\",\n                    \"To\": \"17:00\"\n                },\n                {\n                    \"From\": \"18:00\",\n                    \"To\": \"20:00\"\n                },\n                {\n                    \"From\": \"21:00\",\n                    \"To\": \"23:00\"\n                }\n            ],\n            \"IsWorkingNow\": true\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "wrGetServices",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":804, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t  \"SegmentIdentificaton\": \"\" ,\r\n\t\t\t  \"ServiceGroupID\": 0,\r\n\t\t\t  \"MustAvailableforAppointment\": false,\r\n\t\t\t  \"MustAvailableforWalkin\": false,\r\n\t\t\t  \"DepartmentID\": 0,\r\n\t\t\t  \"BranchID\": 39,\r\n\t\t\t  \"Services\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://localhost:60544/api/QueueInquiry/wrGetServices",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "60544",
							"path": [
								"api",
								"QueueInquiry",
								"wrGetServices"
							]
						},
						"description": "wrGetServices"
					},
					"response": [
						{
							"name": "wrGetServices",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":804, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t  \"SegmentIdentificaton\": \"\" ,\r\n\t\t\t  \"ServiceGroupID\": 0,\r\n\t\t\t  \"MustAvailableforAppointment\": false,\r\n\t\t\t  \"MustAvailableforWalkin\": false,\r\n\t\t\t  \"DepartmentID\": 0,\r\n\t\t\t  \"BranchID\": 39,\r\n\t\t\t  \"Services\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://localhost:60544/api/QueueInquiry/wrGetServices",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "60544",
									"path": [
										"api",
										"QueueInquiry",
										"wrGetServices"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "Server",
									"value": "Microsoft-IIS/10.0"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-SourceFiles",
									"value": "=?UTF-8?B?QzpcVXNlcnNcYXlvdW5pc3Ncc291cmNlXHJlcG9zXFF1ZXVlQXBpXFF1ZXVlQXBpXGFwaVxRdWV1ZUlucXVpcnlcd3JHZXRTZXJ2aWNlcw==?="
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Wed, 16 Jan 2019 11:33:24 GMT"
								},
								{
									"key": "Content-Length",
									"value": "362"
								}
							],
							"cookie": [],
							"body": "{\n    \"GetServicesResult\": {\n        \"Code\": 0,\n        \"Description\": \"Success\"\n    },\n    \"Services\": [\n        {\n            \"ID\": 53,\n            \"Name\": \"Checks Deposit\",\n            \"ServiceGroupID\": 0,\n            \"DepartmentID\": 1,\n            \"BranchID\": 0,\n            \"AvailableForWalkin\": true,\n            \"AvailableforAppointment\": true\n        },\n        {\n            \"ID\": 55,\n            \"Name\": \"Deposit and Withdrawal\",\n            \"ServiceGroupID\": 16899,\n            \"DepartmentID\": 1,\n            \"BranchID\": 0,\n            \"AvailableForWalkin\": true,\n            \"AvailableforAppointment\": false\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "wrGetServiceGroups",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":805, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t\t  \"SegmentIdentificaton\": \"\" ,\r\n\t\t\t\t  \"MustAvailableforAppointment\": false,\r\n\t\t\t\t  \"MustAvailableforWalkin\": false,\r\n\t\t\t\t  \"DepartmentID\": 0,\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"ServiceGroups\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://localhost:60544/api/QueueInquiry/wrGetServiceGroups",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "60544",
							"path": [
								"api",
								"QueueInquiry",
								"wrGetServiceGroups"
							]
						},
						"description": "wrGetServiceGroups"
					},
					"response": [
						{
							"name": "wrGetServiceGroups",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":805, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t\t  \"SegmentIdentificaton\": \"\" ,\r\n\t\t\t\t  \"MustAvailableforAppointment\": false,\r\n\t\t\t\t  \"MustAvailableforWalkin\": false,\r\n\t\t\t\t  \"DepartmentID\": 0,\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"ServiceGroups\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://localhost:60544/api/QueueInquiry/wrGetServiceGroups",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "60544",
									"path": [
										"api",
										"QueueInquiry",
										"wrGetServiceGroups"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "Server",
									"value": "Microsoft-IIS/10.0"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-SourceFiles",
									"value": "=?UTF-8?B?QzpcVXNlcnNcYXlvdW5pc3Ncc291cmNlXHJlcG9zXFF1ZXVlQXBpXFF1ZXVlQXBpXGFwaVxRdWV1ZUlucXVpcnlcd3JHZXRTZXJ2aWNlR3JvdXBz?="
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Wed, 16 Jan 2019 11:34:50 GMT"
								},
								{
									"key": "Content-Length",
									"value": "150"
								}
							],
							"cookie": [],
							"body": "{\n    \"GetServiceGroupsResult\": {\n        \"Code\": 0,\n        \"Description\": \"Success\"\n    },\n    \"ServiceGroups\": [\n        {\n            \"ID\": 16899,\n            \"Name\": \"Group 1\"\n        },\n        {\n            \"ID\": 16982,\n            \"Name\": \"Service Group 1 En\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "wrGetServicesOnBranchInfo",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":806, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t\t  \"SegmentIdentificaton\": \"\",\r\n\t\t\t\t  \"ServiceGroupID\": 0,\r\n\t\t\t\t  \"MustAvailableforAppointment\": false,\r\n\t\t\t\t  \"MustAvailableforWalkin\": false,\r\n\t\t\t\t  \"DepartmentID\": 0,\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"ServicesOnBranchInfo\" : null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://localhost:60544/api/QueueInquiry/wrGetServicesOnBranchInfo",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "60544",
							"path": [
								"api",
								"QueueInquiry",
								"wrGetServicesOnBranchInfo"
							]
						},
						"description": "wrGetServicesOnBranchInfo"
					},
					"response": [
						{
							"name": "wrGetServicesOnBranchInfo",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":806, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t\t  \"SegmentIdentificaton\": \"\",\r\n\t\t\t\t  \"ServiceGroupID\": 0,\r\n\t\t\t\t  \"MustAvailableforAppointment\": false,\r\n\t\t\t\t  \"MustAvailableforWalkin\": false,\r\n\t\t\t\t  \"DepartmentID\": 0,\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"ServicesOnBranchInfo\" : null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://localhost:60544/api/QueueInquiry/wrGetServicesOnBranchInfo",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "60544",
									"path": [
										"api",
										"QueueInquiry",
										"wrGetServicesOnBranchInfo"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "Server",
									"value": "Microsoft-IIS/10.0"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-SourceFiles",
									"value": "=?UTF-8?B?QzpcVXNlcnNcYXlvdW5pc3Ncc291cmNlXHJlcG9zXFF1ZXVlQXBpXFF1ZXVlQXBpXGFwaVxRdWV1ZUlucXVpcnlcd3JHZXRTZXJ2aWNlc09uQnJhbmNoSW5mbw==?="
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Wed, 16 Jan 2019 11:39:34 GMT"
								},
								{
									"key": "Content-Length",
									"value": "392"
								}
							],
							"cookie": [],
							"body": "{\n    \"GetServicesOnBranchInfoResult\": {\n        \"Code\": 0,\n        \"Description\": \"Success\"\n    },\n    \"ServicesOnBranchInfo\": [\n        {\n            \"OnBranchID\": 0,\n            \"ServiceID\": 53,\n            \"Name\": \"Checks Deposit\",\n            \"ServiceGroupID\": 0,\n            \"DepartmentID\": 1,\n            \"AvailableForWalkin\": true,\n            \"AvailableforAppointment\": true,\n            \"AverageServiceTime\": 15.5,\n            \"AverageWaitingTimeForWalkIn\": 0,\n            \"NumberOfWaitingCustomersForWalkIn\": 0,\n            \"TodayWorkingHours\": [\n                {\n                    \"From\": \"00:00\",\n                    \"To\": \"23:59\"\n                }\n            ]\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "wrGetAvailableDaysToTakeAppointment",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":807, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"ServiceID\": 53,\r\n\t\t\t\t  \"ValidAppointmentDays\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://localhost:60544/api/QueueInquiry/wrGetAvailableDaysToTakeAppointment",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "60544",
							"path": [
								"api",
								"QueueInquiry",
								"wrGetAvailableDaysToTakeAppointment"
							]
						},
						"description": "wrGetAvailableDaysToTakeAppointment"
					},
					"response": [
						{
							"name": "wrGetAvailableDaysToTakeAppointment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":807, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"ServiceID\": 53,\r\n\t\t\t\t  \"ValidAppointmentDays\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://localhost:60544/api/QueueInquiry/wrGetAvailableDaysToTakeAppointment",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "60544",
									"path": [
										"api",
										"QueueInquiry",
										"wrGetAvailableDaysToTakeAppointment"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "Server",
									"value": "Microsoft-IIS/10.0"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-SourceFiles",
									"value": "=?UTF-8?B?QzpcVXNlcnNcYXlvdW5pc3Ncc291cmNlXHJlcG9zXFF1ZXVlQXBpXFF1ZXVlQXBpXGFwaVxRdWV1ZUlucXVpcnlcd3JHZXRBdmFpbGFibGVEYXlzVG9UYWtlQXBwb2ludG1lbnQ=?="
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Wed, 16 Jan 2019 11:42:16 GMT"
								},
								{
									"key": "Content-Length",
									"value": "168"
								}
							],
							"cookie": [],
							"body": "{\n    \"GetAvailableDaysToTakeAppointmentResult\": {\n        \"Code\": 0,\n        \"Description\": \"Success\"\n    },\n    \"ValidAppointmentDays\": [\n        \"19/09/2016\",\n        \"20/09/2016\",\n        \"21/09/2016\",\n        \"22/09/2016\",\n        \"25/09/2016\"\n    ]\n}"
						}
					]
				},
				{
					"name": "wrGetDayAvailableTimesToTakeAppointment",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":808, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"ServiceID\": 53,\r\n\t\t\t\t  \"AppointmentDay\": \"19/09/2016\",\r\n\t\t\t\t  \"ValidDayAppointmentTimes\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://localhost:60544/api/QueueInquiry/wrGetDayAvailableTimesToTakeAppointment",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "60544",
							"path": [
								"api",
								"QueueInquiry",
								"wrGetDayAvailableTimesToTakeAppointment"
							]
						},
						"description": "wrGetDayAvailableTimesToTakeAppointment"
					},
					"response": [
						{
							"name": "wrGetDayAvailableTimesToTakeAppointment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":808, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"ServiceID\": 53,\r\n\t\t\t\t  \"AppointmentDay\": \"19/09/2016\",\r\n\t\t\t\t  \"ValidDayAppointmentTimes\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://localhost:60544/api/QueueInquiry/wrGetDayAvailableTimesToTakeAppointment",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "60544",
									"path": [
										"api",
										"QueueInquiry",
										"wrGetDayAvailableTimesToTakeAppointment"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "Server",
									"value": "Microsoft-IIS/10.0"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-SourceFiles",
									"value": "=?UTF-8?B?QzpcVXNlcnNcYXlvdW5pc3Ncc291cmNlXHJlcG9zXFF1ZXVlQXBpXFF1ZXVlQXBpXGFwaVxRdWV1ZUlucXVpcnlcd3JHZXREYXlBdmFpbGFibGVUaW1lc1RvVGFrZUFwcG9pbnRtZW50?="
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Wed, 16 Jan 2019 11:44:13 GMT"
								},
								{
									"key": "Content-Length",
									"value": "151"
								}
							],
							"cookie": [],
							"body": "{\n    \"GetDayAvailableTimesToTakeAppointmentResult\": {\n        \"Code\": 0,\n        \"Description\": \"Success\"\n    },\n    \"ValidDayAppointmentTimes\": [\n        \"13:00\",\n        \"14:00\",\n        \"16:00\",\n        \"18:00\",\n        \"20:00\"\n    ]\n}"
						}
					]
				},
				{
					"name": "wrTakeAppointment",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":809, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"ServiceID\": 53,\r\n\t\t\t\t  \"SegmentIdentification\": \"9\",\r\n\t\t\t\t  \"AppointmentDay\": \"19/09/2016\",\r\n\t\t\t\t  \"AppointmentTime\": \"19:00\",\r\n\t\t\t\t  \"CustomerInfo\": {\r\n\t\t\t\t    \"AdditionalInfo\": null,\r\n\t\t\t\t    \"CustomerID\": 9,\r\n\t\t\t\t    \"CustomerMobileNo\": \"\" ,\r\n\t\t\t\t    \"CustomerName\": \"\"\r\n\t\t\t\t  },\r\n\t\t\t\t  \"AppointmentTicketInfo\": null,\r\n\t\t\t\t  \"NearestAppointmentTimes\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://localhost:60544/api/QueueAppointment/wrTakeAppointment",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "60544",
							"path": [
								"api",
								"QueueAppointment",
								"wrTakeAppointment"
							]
						},
						"description": "wrTakeAppointment"
					},
					"response": [
						{
							"name": "wrTakeAppointment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":809, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"ServiceID\": 53,\r\n\t\t\t\t  \"SegmentIdentification\": \"9\",\r\n\t\t\t\t  \"AppointmentDay\": \"19/09/2016\",\r\n\t\t\t\t  \"AppointmentTime\": \"19:00\",\r\n\t\t\t\t  \"CustomerInfo\": {\r\n\t\t\t\t    \"AdditionalInfo\": null,\r\n\t\t\t\t    \"CustomerID\": 9,\r\n\t\t\t\t    \"CustomerMobileNo\": \"\" ,\r\n\t\t\t\t    \"CustomerName\": \"\"\r\n\t\t\t\t  },\r\n\t\t\t\t  \"AppointmentTicketInfo\": null,\r\n\t\t\t\t  \"NearestAppointmentTimes\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://localhost:60544/api/QueueAppointment/wrTakeAppointment",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "60544",
									"path": [
										"api",
										"QueueAppointment",
										"wrTakeAppointment"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "Server",
									"value": "Microsoft-IIS/10.0"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-SourceFiles",
									"value": "=?UTF-8?B?QzpcVXNlcnNcYXlvdW5pc3Ncc291cmNlXHJlcG9zXFF1ZXVlQXBpXFF1ZXVlQXBpXGFwaVxRdWV1ZUFwcG9pbnRtZW50XHdyVGFrZUFwcG9pbnRtZW50?="
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Wed, 16 Jan 2019 11:47:31 GMT"
								},
								{
									"key": "Content-Length",
									"value": "317"
								}
							],
							"cookie": [],
							"body": "{\n    \"TakeAppointmentResult\": {\n        \"Code\": 0,\n        \"Description\": \"Success\"\n    },\n    \"AppointmentTicketInfo\": {\n        \"TicketNumber\": \"z-008\",\n        \"AppointmentDay\": \"19/09/2016\",\n        \"AppointmentTime\": \"19:00\",\n        \"Service\": {\n            \"ID\": 53,\n            \"Name\": \"Checks Deposit\",\n            \"ServiceGroupID\": 0,\n            \"DepartmentID\": 0,\n            \"BranchID\": 0,\n            \"AvailableForWalkin\": false,\n            \"AvailableforAppointment\": false\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "wrGetCustomerAppointments",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":810, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"CustomerID\": 9,\r\n\t\t\t\t  \"CustomerMobileNo\": \"\" ,\r\n\t\t\t\t  \"AppointmentTicketInfo\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://localhost:60544/api/QueueAppointment/wrGetCustomerAppointments",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "60544",
							"path": [
								"api",
								"QueueAppointment",
								"wrGetCustomerAppointments"
							]
						},
						"description": "wrGetCustomerAppointments"
					},
					"response": [
						{
							"name": "wrGetCustomerAppointments",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":810, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"CustomerID\": 9,\r\n\t\t\t\t  \"CustomerMobileNo\": \"\" ,\r\n\t\t\t\t  \"AppointmentTicketInfo\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://localhost:60544/api/QueueAppointment/wrGetCustomerAppointments",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "60544",
									"path": [
										"api",
										"QueueAppointment",
										"wrGetCustomerAppointments"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "Server",
									"value": "Microsoft-IIS/10.0"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-SourceFiles",
									"value": "=?UTF-8?B?QzpcVXNlcnNcYXlvdW5pc3Ncc291cmNlXHJlcG9zXFF1ZXVlQXBpXFF1ZXVlQXBpXGFwaVxRdWV1ZUFwcG9pbnRtZW50XHdyR2V0Q3VzdG9tZXJBcHBvaW50bWVudHM=?="
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Wed, 16 Jan 2019 11:50:54 GMT"
								},
								{
									"key": "Content-Length",
									"value": "948"
								}
							],
							"cookie": [],
							"body": "{\n    \"GetCustomerAppointmentsResult\": {\n        \"Code\": 0,\n        \"Description\": \"Success\"\n    },\n    \"AppointmentTicketInfo\": [\n        {\n            \"TicketNumber\": \"z-008\",\n            \"AppointmentDay\": \"19/09/2016\",\n            \"AppointmentTime\": \"19:00\",\n            \"Service\": {\n                \"ID\": 53,\n                \"Name\": \"Checks Deposit\",\n                \"ServiceGroupID\": 0,\n                \"DepartmentID\": 1,\n                \"BranchID\": 0,\n                \"AvailableForWalkin\": false,\n                \"AvailableforAppointment\": false\n            },\n            \"Branch\": {\n                \"Id\": 39,\n                \"Name\": \"Ala Branch\",\n                \"CityId\": 26,\n                \"DepartmentID\": 1,\n                \"Longitude\": 34.870693,\n                \"Latitude\": 43.9947370955413,\n                \"Distance\": 0,\n                \"Identity\": \"ALAEngine\",\n                \"TodayWorkingShifts\": [\n                    {\n                        \"From\": \"08:00\",\n                        \"To\": \"15:00\"\n                    },\n                    {\n                        \"From\": \"16:00\",\n                        \"To\": \"22:00\"\n                    }\n                ],\n                \"IsWorkingNow\": true\n            },\n            \"CustomerInfo\": {\n                \"CustomerID\": \"9\",\n                \"CustomerName\": null,\n                \"CustomerMobileNo\": \"\",\n                \"AdditionalInfo\": [\n                    {\n                        \"Key\": \"MobileNumber\",\n                        \"Value\": \"\"\n                    },\n                    {\n                        \"Key\": \"MobileNumber1\",\n                        \"Value\": \"\"\n                    },\n                    {\n                        \"Key\": \"CustCIC\",\n                        \"Value\": \"9\"\n                    },\n                    {\n                        \"Key\": \"ClientName\",\n                        \"Value\": \"\"\n                    },\n                    {\n                        \"Key\": \"PhotoURL\",\n                        \"Value\": \"\"\n                    },\n                    {\n                        \"Key\": \"RelationManager\",\n                        \"Value\": \"\"\n                    },\n                    {\n                        \"Key\": \"AccountNumber\",\n                        \"Value\": \"\"\n                    },\n                    {\n                        \"Key\": \"GreetingName\",\n                        \"Value\": \"\"\n                    }\n                ]\n            }\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "wrCheckInAppointment",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":811, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"CustomerID\": 1,\r\n\t\t\t\t  \"CustomerMobileNo\": \"\" ,\r\n\t\t\t\t  \"AppointmentTicketInfo\": null,\r\n\t\t\t\t  \"NearestCheckInTime\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://localhost:60544/api/QueueAppointment/wrCheckInAppointment",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "60544",
							"path": [
								"api",
								"QueueAppointment",
								"wrCheckInAppointment"
							]
						},
						"description": "wrCheckInAppointment"
					},
					"response": [
						{
							"name": "wrCheckInAppointment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":811, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"CustomerID\": 1,\r\n\t\t\t\t  \"CustomerMobileNo\": \"\" ,\r\n\t\t\t\t  \"AppointmentTicketInfo\": null,\r\n\t\t\t\t  \"NearestCheckInTime\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://localhost:60544/api/QueueAppointment/wrCheckInAppointment",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "60544",
									"path": [
										"api",
										"QueueAppointment",
										"wrCheckInAppointment"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "Server",
									"value": "Microsoft-IIS/10.0"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-SourceFiles",
									"value": "=?UTF-8?B?QzpcVXNlcnNcYXlvdW5pc3Ncc291cmNlXHJlcG9zXFF1ZXVlQXBpXFF1ZXVlQXBpXGFwaVxRdWV1ZUFwcG9pbnRtZW50XHdyQ2hlY2tJbkFwcG9pbnRtZW50?="
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Wed, 16 Jan 2019 11:52:10 GMT"
								},
								{
									"key": "Content-Length",
									"value": "604"
								}
							],
							"cookie": [],
							"body": "{\n    \"CheckInAppointmentResult\": {\n        \"Code\": -17,\n        \"Description\": \"Branch is disconnected\"\n    },\n    \"AppointmentTicketInfo\": {\n        \"TicketNumber\": null,\n        \"AppointmentDay\": null,\n        \"AppointmentTime\": null,\n        \"Service\": {\n            \"ID\": 0,\n            \"Name\": null,\n            \"ServiceGroupID\": 0,\n            \"DepartmentID\": 0,\n            \"BranchID\": 0,\n            \"AvailableForWalkin\": false,\n            \"AvailableforAppointment\": false\n        },\n        \"Branch\": {\n            \"Id\": 0,\n            \"Name\": null,\n            \"CityId\": 0,\n            \"DepartmentID\": 0,\n            \"Longitude\": 0,\n            \"Latitude\": 0,\n            \"Distance\": 0,\n            \"Identity\": null,\n            \"TodayWorkingShifts\": null,\n            \"IsWorkingNow\": false\n        },\n        \"CustomerInfo\": {\n            \"CustomerID\": null,\n            \"CustomerName\": null,\n            \"CustomerMobileNo\": null,\n            \"AdditionalInfo\": null\n        }\n    },\n    \"NearestCheckInTime\": null\n}"
						}
					]
				},
				{
					"name": "wrDeleteAppointment",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":812, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"CustomerID\": 1,\r\n\t\t\t\t  \"ServiceID\": 53,\r\n\t\t\t\t  \"CustomerMobileNo\": \"\" ,\r\n\t\t\t\t  \"AppointmentDay\": \"19\\/09\\/2016\",\r\n\t\t\t\t  \"AppointmentTime\": \"18:00\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://localhost:60544/api/QueueAppointment/wrDeleteAppointment",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "60544",
							"path": [
								"api",
								"QueueAppointment",
								"wrDeleteAppointment"
							]
						},
						"description": "wrDeleteAppointment"
					},
					"response": [
						{
							"name": "wrDeleteAppointment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":812, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"CustomerID\": 1,\r\n\t\t\t\t  \"ServiceID\": 53,\r\n\t\t\t\t  \"CustomerMobileNo\": \"\" ,\r\n\t\t\t\t  \"AppointmentDay\": \"19\\/09\\/2016\",\r\n\t\t\t\t  \"AppointmentTime\": \"18:00\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://localhost:60544/api/QueueAppointment/wrDeleteAppointment",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "60544",
									"path": [
										"api",
										"QueueAppointment",
										"wrDeleteAppointment"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "Server",
									"value": "Microsoft-IIS/10.0"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-SourceFiles",
									"value": "=?UTF-8?B?QzpcVXNlcnNcYXlvdW5pc3Ncc291cmNlXHJlcG9zXFF1ZXVlQXBpXFF1ZXVlQXBpXGFwaVxRdWV1ZUFwcG9pbnRtZW50XHdyRGVsZXRlQXBwb2ludG1lbnQ=?="
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Wed, 16 Jan 2019 11:53:32 GMT"
								},
								{
									"key": "Content-Length",
									"value": "117"
								}
							],
							"cookie": [],
							"body": "{\n    \"DeleteAppointmentResult\": {\n        \"Code\": 0,\n        \"Description\": \"Success\"\n    },\n    \"AppointmentTicketInfo\": null,\n    \"NearestCheckInTime\": null\n}"
						}
					]
				},
				{
					"name": "wrIssueTicket",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":813, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t\t  \"ServiceID\": 53,\r\n\t\t\t\t  \"SegmentIdentification\": \"\" ,\r\n\t\t\t\t  \"CustomerInfo\" : {\r\n\t\t\t\t\t\"AdditionalInfo\" : null,\r\n\t\t\t\t\t\"CustomerID\" : 7,\r\n\t\t\t\t\t\"CustomerMobileNo\" : null,\r\n\t\t\t\t\t\"CustomerName\" : null\r\n\t\t\t\t\t},\r\n\t\t\t\t  \"TicketInfo\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://localhost:60544/api/QueueTicket/wrIssueTicket",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "60544",
							"path": [
								"api",
								"QueueTicket",
								"wrIssueTicket"
							]
						},
						"description": "wrIssueTicket"
					},
					"response": [
						{
							"name": "wrIssueTicket",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":813, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \"BranchID\": 39,\r\n\t\t\t\t  \"LanguagePrefix\": \"en\",\r\n\t\t\t\t  \"ServiceID\": 53,\r\n\t\t\t\t  \"SegmentIdentification\": \"\" ,\r\n\t\t\t\t  \"CustomerInfo\" : {\r\n\t\t\t\t\t\"AdditionalInfo\" : null,\r\n\t\t\t\t\t\"CustomerID\" : 7,\r\n\t\t\t\t\t\"CustomerMobileNo\" : null,\r\n\t\t\t\t\t\"CustomerName\" : null\r\n\t\t\t\t\t},\r\n\t\t\t\t  \"TicketInfo\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://localhost:60544/api/QueueTicket/wrIssueTicket",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "60544",
									"path": [
										"api",
										"QueueTicket",
										"wrIssueTicket"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "Server",
									"value": "Microsoft-IIS/10.0"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-SourceFiles",
									"value": "=?UTF-8?B?QzpcVXNlcnNcYXlvdW5pc3Ncc291cmNlXHJlcG9zXFF1ZXVlQXBpXFF1ZXVlQXBpXGFwaVxRdWV1ZVRpY2tldFx3cklzc3VlVGlja2V0?="
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Wed, 16 Jan 2019 11:59:30 GMT"
								},
								{
									"key": "Content-Length",
									"value": "1018"
								}
							],
							"cookie": [],
							"body": "{\n    \"IssueTicketResult\": {\n        \"Code\": 0,\n        \"Description\": \"Success\"\n    },\n    \"TicketInfo\": {\n        \"TicketNumber\": \"N-004\",\n        \"Segment\": {\n            \"ID\": 30475,\n            \"Identification\": null,\n            \"Name1\": {\n                \"Name\": \"Normal segment\",\n                \"Language\": \"EN\"\n            },\n            \"Name2\": {\n                \"Name\": \"شريحة عادية\",\n                \"Language\": \"AR\"\n            },\n            \"Name3\": {\n                \"Name\": \"Normal segment\",\n                \"Language\": \"FR\"\n            },\n            \"Name4\": {\n                \"Name\": \"Normal segment\",\n                \"Language\": \"\"\n            }\n        },\n        \"Service\": {\n            \"ID\": 21191,\n            \"Name1\": {\n                \"Name\": \"loans and facilities\",\n                \"Language\": \"EN\"\n            },\n            \"Name2\": {\n                \"Name\": \"القروض والتسهيلات\",\n                \"Language\": \"AR\"\n            },\n            \"Name3\": {\n                \"Name\": \"2\",\n                \"Language\": \"FR\"\n            },\n            \"Name4\": {\n                \"Name\": \"2\",\n                \"Language\": \"\"\n            }\n        },\n        \"Hall\": {\n            \"Name1\": {\n                \"Name\": \"Main Hall\",\n                \"Language\": \"EN\"\n            },\n            \"Name2\": {\n                \"Name\": \"القاعة الرئيسية\",\n                \"Language\": \"AR\"\n            },\n            \"Name3\": {\n                \"Name\": \"Main Hall\",\n                \"Language\": \"FR\"\n            },\n            \"Name4\": {\n                \"Name\": \"Main Hall\",\n                \"Language\": \"\"\n            }\n        },\n        \"NumberOfWaitingCustomers\": 3,\n        \"CustomerInformation\": [\n            {\n                \"Key\": \"CustomerName\",\n                \"Value\": \"\"\n            },\n            {\n                \"Key\": \"Segment\",\n                \"Value\": \"\"\n            },\n            {\n                \"Key\": \"CustCIC\",\n                \"Value\": \"\"\n            },\n            {\n                \"Key\": \"PINType\",\n                \"Value\": \"\"\n            },\n            {\n                \"Key\": \"PINValue\",\n                \"Value\": \"\"\n            },\n            {\n                \"Key\": \"IDInfo\",\n                \"Value\": \"\"\n            }\n        ],\n        \"CustomMsg\": \"\"\n    }\n}"
						}
					]
				},
				{
					"name": "wrIssueTicketWithIdentification",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":814, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \t\"BranchID\": 29916,\r\n\t\t\t\t\t\"IdentificationConfiguration\": \"ATMorSID\",\r\n\t\t\t\t\t\"IdentificationKey\": \"CardNumber\",\r\n\t\t\t\t\t\"IdentificationValue\": \"784197515425045\",\r\n\t\t\t\t\t\"ServiceID\": 21191,\r\n\t\t\t\t\t\"SegmentIdentification\": 11,\r\n\t\t\t\t\t\"LanguagePrerfix\": \"en\",\r\n\t\t\t\t\t\"CustomerInfo\": {\r\n\t\t\t\t\t\t\"AdditionalInfo\": null,\r\n\t\t\t\t\t\t\"CustomerID\": null,\r\n\t\t\t\t\t\t\"CustomerMobileNo\": null,\r\n\t\t\t\t\t\t\"CustomerName\": null\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"TicketInfo\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://localhost:60544/api/QueueTicket/wrIssueTicketWithIdentification",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "60544",
							"path": [
								"api",
								"QueueTicket",
								"wrIssueTicketWithIdentification"
							]
						},
						"description": "wrIssueTicketWithIdentification"
					},
					"response": [
						{
							"name": "wrIssueTicketWithIdentification",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":814, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t\t  \t\"BranchID\": 29916,\r\n\t\t\t\t\t\"IdentificationConfiguration\": \"ATMorSID\",\r\n\t\t\t\t\t\"IdentificationKey\": \"CardNumber\",\r\n\t\t\t\t\t\"IdentificationValue\": \"784197515425045\",\r\n\t\t\t\t\t\"ServiceID\": 21191,\r\n\t\t\t\t\t\"SegmentIdentification\": 11,\r\n\t\t\t\t\t\"LanguagePrerfix\": \"en\",\r\n\t\t\t\t\t\"CustomerInfo\": {\r\n\t\t\t\t\t\t\"AdditionalInfo\": null,\r\n\t\t\t\t\t\t\"CustomerID\": null,\r\n\t\t\t\t\t\t\"CustomerMobileNo\": null,\r\n\t\t\t\t\t\t\"CustomerName\": null\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"TicketInfo\": null\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://localhost:60544/api/QueueTicket/wrIssueTicketWithIdentification",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "60544",
									"path": [
										"api",
										"QueueTicket",
										"wrIssueTicketWithIdentification"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Cache-Control",
									"value": "no-cache"
								},
								{
									"key": "Pragma",
									"value": "no-cache"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Expires",
									"value": "-1"
								},
								{
									"key": "Server",
									"value": "Microsoft-IIS/10.0"
								},
								{
									"key": "X-AspNet-Version",
									"value": "4.0.30319"
								},
								{
									"key": "X-SourceFiles",
									"value": "=?UTF-8?B?QzpcVXNlcnNcYXlvdW5pc3Ncc291cmNlXHJlcG9zXFF1ZXVlQXBpXFF1ZXVlQXBpXGFwaVxRdWV1ZVRpY2tldFx3cklzc3VlVGlja2V0V2l0aElkZW50aWZpY2F0aW9u?="
								},
								{
									"key": "X-Powered-By",
									"value": "ASP.NET"
								},
								{
									"key": "Date",
									"value": "Wed, 16 Jan 2019 12:05:26 GMT"
								},
								{
									"key": "Content-Length",
									"value": "1070"
								}
							],
							"cookie": [],
							"body": "{\n    \"IssueTicketWithIdentificationResult\": {\n        \"Code\": 0,\n        \"Description\": \"Success\"\n    },\n    \"TicketInfo\": {\n        \"TicketNumber\": \"N-010\",\n        \"Segment\": {\n            \"ID\": 30475,\n            \"Identification\": null,\n            \"Name1\": {\n                \"Name\": \"Normal segment\",\n                \"Language\": \"EN\"\n            },\n            \"Name2\": {\n                \"Name\": \"شريحة عادية\",\n                \"Language\": \"AR\"\n            },\n            \"Name3\": {\n                \"Name\": \"Normal segment\",\n                \"Language\": \"FR\"\n            },\n            \"Name4\": {\n                \"Name\": \"Normal segment\",\n                \"Language\": \"\"\n            }\n        },\n        \"Service\": {\n            \"ID\": 21191,\n            \"Name1\": {\n                \"Name\": \"loans and facilities\",\n                \"Language\": \"EN\"\n            },\n            \"Name2\": {\n                \"Name\": \"القروض والتسهيلات\",\n                \"Language\": \"AR\"\n            },\n            \"Name3\": {\n                \"Name\": \"2\",\n                \"Language\": \"FR\"\n            },\n            \"Name4\": {\n                \"Name\": \"2\",\n                \"Language\": \"\"\n            }\n        },\n        \"Hall\": {\n            \"Name1\": {\n                \"Name\": \"Main Hall\",\n                \"Language\": \"EN\"\n            },\n            \"Name2\": {\n                \"Name\": \"القاعة الرئيسية\",\n                \"Language\": \"AR\"\n            },\n            \"Name3\": {\n                \"Name\": \"Main Hall\",\n                \"Language\": \"FR\"\n            },\n            \"Name4\": {\n                \"Name\": \"Main Hall\",\n                \"Language\": \"\"\n            }\n        },\n        \"NumberOfWaitingCustomers\": 9,\n        \"CustomerInformation\": [\n            {\n                \"Key\": \"CustomerName\",\n                \"Value\": \"Tom Smith\"\n            },\n            {\n                \"Key\": \"Segment\",\n                \"Value\": \"0\"\n            },\n            {\n                \"Key\": \"CustCIC\",\n                \"Value\": \"78419725045\"\n            },\n            {\n                \"Key\": \"PINType\",\n                \"Value\": \"EID\"\n            },\n            {\n                \"Key\": \"PINValue\",\n                \"Value\": \"7841925045\"\n            },\n            {\n                \"Key\": \"IDInfo\",\n                \"Value\": \"\"\n            }\n        ],\n        \"CustomMsg\": \"\"\n    }\n}"
						}
					]
				},
				{
					"name": "wrIssueTicketWithPreTakenAppointment",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":815, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t  \t\t\"BranchID\": 29916,\r\n\t\t\t\t\"ServiceID\": 21191,\r\n\t\t\t\t\"SegmentIdentification\": 11,\r\n\t\t\t\t\"AppointmentTime\": \"29/12/2014 16:00:53\",\r\n\t\t\t\t\"AppointmentTicketOffset\": 52,\r\n\t\t\t\t\"CustomerInfo\": {\r\n\t\t\t\t\t\"AdditionalInfo\": null,\r\n\t\t\t\t\t\"CustomerID\": 784197515425045,\r\n\t\t\t\t\t\"CustomerMobileNo\": null ,\r\n\t\t\t\t\t\"CustomerName\": null \r\n\t\t\t\t},\r\n\t\t\t\t\"LanguagePrefix\": \"en\",\r\n\t\t\t\t\"TicketInfo\": null \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"
						},
						"url": {
							"raw": "http://localhost:60544/api/QueueTicket/wrIssueTicketWithPreTakenAppointment",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "60544",
							"path": [
								"api",
								"QueueTicket",
								"wrIssueTicketWithPreTakenAppointment"
							]
						},
						"description": "wrIssueTicketWithPreTakenAppointment"
					},
					"response": [
						{
							"name": "wrIssueTicketWithPreTakenAppointment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\t\"a2ARequest\": {\r\n\t\t\"header\": {\r\n\t\t\t\"connectorID\": \"QU\",\r\n\t\t\t\"srvID\":815, \r\n\t\t\t\"UserID\":\"IBKUser\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"QU\",\r\n\t\t\t\"BankCode\": \"A2A\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t  \t\t\"BranchID\": 29916,\r\n\t\t\t\t\"ServiceID\": 21191,\r\n\t\t\t\t\"SegmentIdentification\": 11,\r\n\t\t\t\t\"AppointmentTime\": \"29/12/2014 16:00:53\",\r\n\t\t\t\t\"AppointmentTicketOffset\": 52,\r\n\t\t\t\t\"CustomerInfo\": {\r\n\t\t\t\t\t\"AdditionalInfo\": null,\r\n\t\t\t\t\t\"CustomerID\": 784197515425045,\r\n\t\t\t\t\t\"CustomerMobileNo\": null ,\r\n\t\t\t\t\t\"CustomerName\": null \r\n\t\t\t\t},\r\n\t\t\t\t\"LanguagePrefix\": \"en\",\r\n\t\t\t\t\"TicketInfo\": null \r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n      }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"
								},
								"url": {
									"raw": "http://localhost:60544/api/QueueTicket/wrIssueTicketWithPreTakenAppointment",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"port": "60544",
									"path": [
										"api",
										"QueueTicket",
										"wrIssueTicketWithPreTakenAppointment"
									]
								}
							},
							"_postman_previewlanguage": "Text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				}
			]
		}
	]
}