{
	"info": {
		"_postman_id": "c8e76c44-0949-45a1-b3d8-b9373bcdb3fb",
		"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",
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					],
					"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},\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					],
					"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},\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					],
					"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},\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					],
					"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},\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					],
					"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},\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					],
					"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},\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					],
					"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\":\"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    \"ProcessingCode\" : \"5223115\",\r\n\t\t        \"PayType\":\"1\",\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.Emad\",\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					],
					"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\":\"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\" : \"11003621\",\r\n                \"PayType \":\"Cash\",\r\n                \"JoMoPayType\":\"Mobile\",\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					],
					"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\":\"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\" : \"11003621\",\r\n                \"PayType \":\"Cash\",\r\n                \"JoMoPayType\":\"Mobile\",\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 Change Alias",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					],
					"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},\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					],
					"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\":\"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\" : \"00002220\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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\":\"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\" : \"00002220\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					],
					"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\":\"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\" : \"10002222\",\r\n                \"CustName\":\"Mr Emad\",\r\n                 \"JoMoPayType\":\"M\",\r\n                 \"JoMoPayID\":\"44442\",\r\n                 \"Alias\":\"Emad\",\r\n                 \"CityCode\":\"1\",\r\n                 \"NatCode\":\"400\",\r\n                 \"Date\":\"20180707\",\r\n                 \"CustType\":\"150\",\r\n                 \"CustIDType\":\"190\",\r\n                 \"NationalID\":\"96201\",\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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},\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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\":\"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\" : \"00002221\",\r\n                \"CustName \":\"Mr Anas\",\r\n                 \"JoMoPayType\":\"M\",\r\n                 \"JoMoPayID\":\"3725\",\r\n                 \"Alias \":\"Defallah1\",\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"
							]
						}
					},
					"response": [
						{
							"name": "Cust Update Info",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "List Enum",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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\":\"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 \":\"M\",\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"
							]
						}
					},
					"response": [
						{
							"name": "Payment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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\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 \":\"M\",\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"
							]
						}
					},
					"response": [
						{
							"name": "Payment Validate",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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\":\"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\": \"01\",\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"
							]
						}
					},
					"response": [
						{
							"name": "Authenticate Token",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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\":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"
							]
						}
					},
					"response": [
						{
							"name": "Generate Token",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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},\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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                                },\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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                                },\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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                                },\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					],
					"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "List Card",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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                                },\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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                                },\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"
							]
						}
					},
					"response": [
						{
							"name": "List Card Trx",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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": "EMP",
			"item": [
				{
					"name": "List Card Holder Statment",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "9ec656db-3eae-40aa-b3ad-b6cfd905c443",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "List Card Holder Statment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "List Cards",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "List Trans His",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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                                },\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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                                },\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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                                },\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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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                                },\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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                                },\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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                                },\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",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					],
					"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                                },\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",
										"disabled": false
									}
								],
								"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": "Host",
			"item": [
				{
					"name": "Account Statement",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "c6526f4b-84d2-4732-9b6e-bc464c2b312e",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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\":\"00011\",\r\n\t\t\t\"Password\": \"123\",\r\n\t\t\t\"channel\": \"CB\"\r\n\t\t},\r\n\t\t\"body\":{\r\n\t\t\t    \"CustID\": \"0017672\",\r\n\t\t\t    \"DateFrom\" : \"2017-01-01\",\r\n\t\t\t    \"DateTo\" : \"2018-01-01\",\r\n\t\t\t    \"FAmt\" : \"150\",\r\n\t\t\t    \"TAmt\" : \"180\",\r\n\t\t\t    \"Group\" : \"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": "Account Statement",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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    \"CustID\": \"0017672\",\r\n\t\t\t    \"DateFrom\" : \"2017-01-01\",\r\n\t\t\t    \"DateTo\" : \"2018-01-01\",\r\n\t\t\t    \"FAmt\" : \"150\",\r\n\t\t\t    \"TAmt\" : \"180\",\r\n\t\t\t    \"Group\" : \"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",
									"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": "14211",
									"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, 19 Jul 2018 12:12: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\":\"CB\",\"srvID\":208,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"CB\",\"timeStamp\":\"2018-07-19T15:12:00.767922+03:00\",\"guidID\":\"afa42a90-93fc-455d-925d-afca94d5d705\"},\"body\":{\"CustID\":\"0017672\",\"DateFrom\":\"2017-01-01\",\"DateTo\":\"2018-01-01\",\"FAmt\":\"150\",\"TAmt\":\"180\",\"Group\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"afa42a90-93fc-455d-925d-afca94d5d705\",\"timeStamp\":\"2018-07-19T15:12:00.8147901+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"Language\":null,\"HistoricalTransactions\":null,\"DateFrom\":\"2017-01-01T00:00:00\",\"DateTo\":\"2018-01-01T00:00:00\",\"TransCount\":0,\"DrCrIndecator\":null,\"Group\":\"1\",\"FAmt\":150.0,\"TAmt\":180.0,\"Reference\":null,\"Amt\":0.0,\"ProviderID\":null,\"Transactions\":[{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"0\",\"TransIndex\":0,\"DatePost\":\"2018-07-19T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-19T15:12:09.7376629+03:00\",\"Amt\":0.0,\"AmtFC\":0.0,\"AvBal\":0.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc0\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc0\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"9\",\"TransIndex\":0,\"DatePost\":\"2018-07-18T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-18T15:12:09.7376629+03:00\",\"Amt\":5.0,\"AmtFC\":0.0,\"AvBal\":7.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc1\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc1\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"18\",\"TransIndex\":0,\"DatePost\":\"2018-07-17T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-17T15:12:09.7376629+03:00\",\"Amt\":10.0,\"AmtFC\":0.0,\"AvBal\":14.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc2\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc2\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"27\",\"TransIndex\":0,\"DatePost\":\"2018-07-16T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-16T15:12:09.7376629+03:00\",\"Amt\":15.0,\"AmtFC\":0.0,\"AvBal\":21.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc3\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc3\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"36\",\"TransIndex\":0,\"DatePost\":\"2018-07-15T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-15T15:12:09.7376629+03:00\",\"Amt\":20.0,\"AmtFC\":0.0,\"AvBal\":28.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc4\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc4\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"45\",\"TransIndex\":0,\"DatePost\":\"2018-07-14T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-14T15:12:09.7376629+03:00\",\"Amt\":25.0,\"AmtFC\":0.0,\"AvBal\":35.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc5\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc5\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"54\",\"TransIndex\":0,\"DatePost\":\"2018-07-13T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-13T15:12:09.7376629+03:00\",\"Amt\":30.0,\"AmtFC\":0.0,\"AvBal\":42.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc6\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc6\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"63\",\"TransIndex\":0,\"DatePost\":\"2018-07-12T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-12T15:12:09.7376629+03:00\",\"Amt\":35.0,\"AmtFC\":0.0,\"AvBal\":49.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc7\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc7\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"72\",\"TransIndex\":0,\"DatePost\":\"2018-07-11T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-11T15:12:09.7376629+03:00\",\"Amt\":40.0,\"AmtFC\":0.0,\"AvBal\":56.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc8\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc8\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"81\",\"TransIndex\":0,\"DatePost\":\"2018-07-10T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-10T15:12:09.7376629+03:00\",\"Amt\":45.0,\"AmtFC\":0.0,\"AvBal\":63.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc9\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc9\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"90\",\"TransIndex\":0,\"DatePost\":\"2018-07-09T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-09T15:12:09.7376629+03:00\",\"Amt\":50.0,\"AmtFC\":0.0,\"AvBal\":70.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc10\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc10\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"99\",\"TransIndex\":0,\"DatePost\":\"2018-07-08T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-08T15:12:09.7376629+03:00\",\"Amt\":55.0,\"AmtFC\":0.0,\"AvBal\":77.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc11\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc11\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"108\",\"TransIndex\":0,\"DatePost\":\"2018-07-07T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-07T15:12:09.7376629+03:00\",\"Amt\":60.0,\"AmtFC\":0.0,\"AvBal\":84.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc12\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc12\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"117\",\"TransIndex\":0,\"DatePost\":\"2018-07-06T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-06T15:12:09.7376629+03:00\",\"Amt\":65.0,\"AmtFC\":0.0,\"AvBal\":91.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc13\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc13\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"126\",\"TransIndex\":0,\"DatePost\":\"2018-07-05T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-05T15:12:09.7376629+03:00\",\"Amt\":70.0,\"AmtFC\":0.0,\"AvBal\":98.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc14\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc14\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"135\",\"TransIndex\":0,\"DatePost\":\"2018-07-04T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-04T15:12:09.7376629+03:00\",\"Amt\":75.0,\"AmtFC\":0.0,\"AvBal\":105.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc15\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc15\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"144\",\"TransIndex\":0,\"DatePost\":\"2018-07-03T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-03T15:12:09.7376629+03:00\",\"Amt\":80.0,\"AmtFC\":0.0,\"AvBal\":112.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc16\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc16\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"153\",\"TransIndex\":0,\"DatePost\":\"2018-07-02T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-02T15:12:09.7376629+03:00\",\"Amt\":85.0,\"AmtFC\":0.0,\"AvBal\":119.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc17\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc17\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"162\",\"TransIndex\":0,\"DatePost\":\"2018-07-01T15:12:09.7376629+03:00\",\"DateValue\":\"2018-07-01T15:12:09.7376629+03:00\",\"Amt\":90.0,\"AmtFC\":0.0,\"AvBal\":126.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc18\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc18\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"171\",\"TransIndex\":0,\"DatePost\":\"2018-06-30T15:12:09.7376629+03:00\",\"DateValue\":\"2018-06-30T15:12:09.7376629+03:00\",\"Amt\":95.0,\"AmtFC\":0.0,\"AvBal\":133.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc19\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc19\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"180\",\"TransIndex\":0,\"DatePost\":\"2018-06-29T15:12:09.7376629+03:00\",\"DateValue\":\"2018-06-29T15:12:09.7376629+03:00\",\"Amt\":100.0,\"AmtFC\":0.0,\"AvBal\":140.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc20\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc20\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"189\",\"TransIndex\":0,\"DatePost\":\"2018-06-28T15:12:09.7376629+03:00\",\"DateValue\":\"2018-06-28T15:12:09.7376629+03:00\",\"Amt\":105.0,\"AmtFC\":0.0,\"AvBal\":147.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc21\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc21\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"198\",\"TransIndex\":0,\"DatePost\":\"2018-06-27T15:12:09.7376629+03:00\",\"DateValue\":\"2018-06-27T15:12:09.7376629+03:00\",\"Amt\":110.0,\"AmtFC\":0.0,\"AvBal\":154.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc22\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc22\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"207\",\"TransIndex\":0,\"DatePost\":\"2018-06-26T15:12:09.7376629+03:00\",\"DateValue\":\"2018-06-26T15:12:09.7376629+03:00\",\"Amt\":115.0,\"AmtFC\":0.0,\"AvBal\":161.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc23\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc23\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"216\",\"TransIndex\":0,\"DatePost\":\"2018-06-25T15:12:09.7376629+03:00\",\"DateValue\":\"2018-06-25T15:12:09.7376629+03:00\",\"Amt\":120.0,\"AmtFC\":0.0,\"AvBal\":168.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc24\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc24\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"225\",\"TransIndex\":0,\"DatePost\":\"2018-06-24T15:12:09.7376629+03:00\",\"DateValue\":\"2018-06-24T15:12:09.7376629+03:00\",\"Amt\":125.0,\"AmtFC\":0.0,\"AvBal\":175.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc25\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc25\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"234\",\"TransIndex\":0,\"DatePost\":\"2018-06-23T15:12:09.7376629+03:00\",\"DateValue\":\"2018-06-23T15:12:09.7376629+03:00\",\"Amt\":130.0,\"AmtFC\":0.0,\"AvBal\":182.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc26\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc26\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"243\",\"TransIndex\":0,\"DatePost\":\"2018-06-22T15:12:09.7376629+03:00\",\"DateValue\":\"2018-06-22T15:12:09.7376629+03:00\",\"Amt\":135.0,\"AmtFC\":0.0,\"AvBal\":189.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc27\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc27\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"252\",\"TransIndex\":0,\"DatePost\":\"2018-06-21T15:12:09.7376629+03:00\",\"DateValue\":\"2018-06-21T15:12:09.7376629+03:00\",\"Amt\":140.0,\"AmtFC\":0.0,\"AvBal\":196.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc28\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc28\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"261\",\"TransIndex\":0,\"DatePost\":\"2018-06-20T15:12:09.7376629+03:00\",\"DateValue\":\"2018-06-20T15:12:09.7376629+03:00\",\"Amt\":145.0,\"AmtFC\":0.0,\"AvBal\":203.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"transaction from your acc29\",\"EDesc2\":null,\"ADesc\":\"transaction from your acc29\",\"ADesc2\":null,\"BlockBal\":0.0}],\"BillUtil\":null,\"HostHeader\":null,\"RegionCode\":null,\"AccountNumber\":null,\"BillStatus\":0,\"CustID\":\"0017672\",\"ReqChannelCore\":null,\"ReqChannelUserCore\":null,\"ReqChannelCodeCore\":null,\"A2AConnChannelID\":null,\"A2AConnUserID\":null,\"A2AConnUserPWD\":null,\"Channel\":null,\"AccAttr\":null,\"CustAttr\":null,\"LoanID\":null,\"DateTrans\":\"0001-01-01T00:00:00\",\"ErrorCode\":0,\"Error\":null,\"ErrorEDesc\":null,\"ErrorADesc\":null},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Int Fund",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "55e188bb-395e-45a5-8de9-336924fc986d",
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					],
					"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "Int Fund",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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",
								"type": "text/javascript",
								"exec": [
									"  "
								]
							}
						}
					],
					"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "Ext Fund",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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": "1794",
									"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:50 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\":210,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"CB\",\"timeStamp\":\"2018-07-11T10:48:49.855829+03:00\",\"guidID\":\"4c81d4ce-a86f-462e-8c30-5fe9bc87c08d\"},\"body\":{\"ReqChannelCore\":\"1\",\"AccountNumber\":\"520120\",\"AmtFrom\":\"150\",\"AccountTo\":\"300\",\"BHLT_Nature\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"4c81d4ce-a86f-462e-8c30-5fe9bc87c08d\",\"timeStamp\":\"2018-07-11T10:48:49.9026979+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"Teller\":null,\"TransTypeCode\":null,\"TransCode\":null,\"AccFeeFrom\":null,\"AccFeeTo\":null,\"CompanyID\":0,\"InoviceNo\":null,\"AccountTo\":\"300\",\"AmtAfter\":0.0,\"AmtExtra\":0.0,\"DestMailBox\":null,\"Rate\":0.0,\"DecimalPoints\":0,\"Position\":0,\"NarativeLines\":0,\"MultiplyDivideFlag\":null,\"ForceFlag\":null,\"BillerCode\":null,\"SrvType\":null,\"BillNo\":null,\"JobTrx\":null,\"BankRef\":null,\"Fees\":0.0,\"PaidAmt\":0.0,\"TRXRefNo\":null,\"ProcessDate\":\"0001-01-01T00:00:00\",\"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\":\"10074999\",\"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,\"Channel\":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": "Last N Trans",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "d58b755e-590c-4605-b276-0701272ee7b8",
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					],
					"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\":\"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    \"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",
										"disabled": false
									}
								],
								"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\":\"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    \"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",
									"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": "5003",
									"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:49: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\":\"CB\",\"srvID\":211,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"CB\",\"timeStamp\":\"2018-07-11T10:49:46.91952+03:00\",\"guidID\":\"75383cb0-7a58-4d55-aa87-03c8b9ce0a39\"},\"body\":{\"ReqChannelCore\":\"1\",\"AccountNumber\":\"520120\",\"TransCount\":\"150\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"75383cb0-7a58-4d55-aa87-03c8b9ce0a39\",\"timeStamp\":\"2018-07-11T10:49:46.966377+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"TransCount\":150,\"IndexFrom\":0,\"IndexTo\":0,\"Options\":null,\"Transactions\":[{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"0\",\"TransIndex\":0,\"DatePost\":\"2018-07-11T10:49:46.966377+03:00\",\"DateValue\":\"2018-07-11T10:49:46.966377+03:00\",\"Amt\":0.0,\"AmtFC\":0.0,\"AvBal\":0.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"TransEdesc0\",\"EDesc2\":null,\"ADesc\":\"TransAdesc0\",\"ADesc2\":null,\"BlockBal\":0.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"9\",\"TransIndex\":0,\"DatePost\":\"2018-07-10T10:49:46.966377+03:00\",\"DateValue\":\"2018-07-10T10:49:46.966377+03:00\",\"Amt\":5.0,\"AmtFC\":0.0,\"AvBal\":7.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"TransEdesc1\",\"EDesc2\":null,\"ADesc\":\"TransAdesc1\",\"ADesc2\":null,\"BlockBal\":9.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"18\",\"TransIndex\":0,\"DatePost\":\"2018-07-09T10:49:46.966377+03:00\",\"DateValue\":\"2018-07-09T10:49:46.966377+03:00\",\"Amt\":10.0,\"AmtFC\":0.0,\"AvBal\":14.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"TransEdesc2\",\"EDesc2\":null,\"ADesc\":\"TransAdesc2\",\"ADesc2\":null,\"BlockBal\":18.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"27\",\"TransIndex\":0,\"DatePost\":\"2018-07-08T10:49:46.966377+03:00\",\"DateValue\":\"2018-07-08T10:49:46.966377+03:00\",\"Amt\":15.0,\"AmtFC\":0.0,\"AvBal\":21.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"TransEdesc3\",\"EDesc2\":null,\"ADesc\":\"TransAdesc3\",\"ADesc2\":null,\"BlockBal\":27.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"36\",\"TransIndex\":0,\"DatePost\":\"2018-07-07T10:49:46.966377+03:00\",\"DateValue\":\"2018-07-07T10:49:46.966377+03:00\",\"Amt\":20.0,\"AmtFC\":0.0,\"AvBal\":28.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"TransEdesc4\",\"EDesc2\":null,\"ADesc\":\"TransAdesc4\",\"ADesc2\":null,\"BlockBal\":36.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"45\",\"TransIndex\":0,\"DatePost\":\"2018-07-06T10:49:46.966377+03:00\",\"DateValue\":\"2018-07-06T10:49:46.966377+03:00\",\"Amt\":25.0,\"AmtFC\":0.0,\"AvBal\":35.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"TransEdesc5\",\"EDesc2\":null,\"ADesc\":\"TransAdesc5\",\"ADesc2\":null,\"BlockBal\":45.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"54\",\"TransIndex\":0,\"DatePost\":\"2018-07-05T10:49:46.966377+03:00\",\"DateValue\":\"2018-07-05T10:49:46.966377+03:00\",\"Amt\":30.0,\"AmtFC\":0.0,\"AvBal\":42.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"TransEdesc6\",\"EDesc2\":null,\"ADesc\":\"TransAdesc6\",\"ADesc2\":null,\"BlockBal\":54.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"63\",\"TransIndex\":0,\"DatePost\":\"2018-07-04T10:49:46.966377+03:00\",\"DateValue\":\"2018-07-04T10:49:46.966377+03:00\",\"Amt\":35.0,\"AmtFC\":0.0,\"AvBal\":49.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"TransEdesc7\",\"EDesc2\":null,\"ADesc\":\"TransAdesc7\",\"ADesc2\":null,\"BlockBal\":63.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Cr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"72\",\"TransIndex\":0,\"DatePost\":\"2018-07-03T10:49:46.966377+03:00\",\"DateValue\":\"2018-07-03T10:49:46.966377+03:00\",\"Amt\":40.0,\"AmtFC\":0.0,\"AvBal\":56.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"TransEdesc8\",\"EDesc2\":null,\"ADesc\":\"TransAdesc8\",\"ADesc2\":null,\"BlockBal\":72.0},{\"Owner\":null,\"Branch\":null,\"Curr\":null,\"Type\":\"Dr\",\"SubNo\":null,\"Code\":\"\",\"ISOCode\":null,\"VoiceFile\":null,\"Reference\":\"81\",\"TransIndex\":0,\"DatePost\":\"2018-07-02T10:49:46.966377+03:00\",\"DateValue\":\"2018-07-02T10:49:46.966377+03:00\",\"Amt\":45.0,\"AmtFC\":0.0,\"AvBal\":63.0,\"CurBal\":0.0,\"AvBalFC\":0.0,\"CurBalFC\":0.0,\"EDesc\":\"TransEdesc9\",\"EDesc2\":null,\"ADesc\":\"TransAdesc9\",\"ADesc2\":null,\"BlockBal\":81.0}],\"HostHeader\":null,\"RegionCode\":null,\"AccountNumber\":\"520120\",\"BillStatus\":0,\"CustID\":null,\"ReqChannelCore\":\"1\",\"ReqChannelUserCore\":null,\"ReqChannelCodeCore\":null,\"A2AConnChannelID\":null,\"A2AConnUserID\":null,\"A2AConnUserPWD\":null,\"Channel\":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": "Account List",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "65329f89-b426-4a9f-a508-2a99426675cd",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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\":\"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    \"CustID\": \"1125\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\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": "Acc List",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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    \"CustID\": \"1125\"\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\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": "4094",
									"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:50: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\":\"CB\",\"srvID\":212,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"CB\",\"timeStamp\":\"2018-07-11T10:50:05.4198558+03:00\",\"guidID\":\"cb53b7c1-b361-46e8-82da-9907df98e5e6\"},\"body\":{\"CustID\":\"1125\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"cb53b7c1-b361-46e8-82da-9907df98e5e6\",\"timeStamp\":\"2018-07-11T10:50:05.4666989+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"AccType\":null,\"Branch\":null,\"Status\":null,\"Accounts\":[{\"AccountNumberA2A\":null,\"AccountNumber\":\"0020017672410400002\",\"CustID\":\"0017672\",\"Branch\":\"002\",\"Curr\":\"400\",\"CurrISOCode\":null,\"Type\":\"410\",\"SubNo\":null,\"Attr\":null,\"EDesc\":\"Acc1\",\"EDesc2\":null,\"ADesc\":\"Acc1\",\"ADesc2\":null,\"CurBal\":200.0,\"SignedCurBal\":323.0,\"AvBal\":300.0,\"BlockBal\":100.0,\"CurBalFC\":0.0,\"AvBalFC\":0.0,\"BlockBalFC\":0.0,\"AmtHold\":0.0,\"AmtCredit\":0.0,\"AmtDebit\":0.0,\"AmtFloat\":2.0,\"ClearBal\":0.0,\"ReservedBal\":0.0,\"NonClearBal\":0.0,\"EquivBal\":0.0,\"Status\":null,\"DateOpen\":\"0001-01-01T00:00:00\",\"DateMaturity\":\"0001-01-01T00:00:00\",\"MaturityDays\":0,\"TransCount\":0,\"IsNavigate\":false,\"IsDormant\":false,\"IsBlocking\":false,\"HasPassword\":false,\"CardNo\":null,\"CardType\":null,\"Officer\":null,\"CommerceType\":null,\"Serial\":\"1\",\"Check\":\"1\"},{\"AccountNumberA2A\":null,\"AccountNumber\":\"0020017672510400004\",\"CustID\":\"5555555\",\"Branch\":\"002\",\"Curr\":\"400\",\"CurrISOCode\":null,\"Type\":\"510\",\"SubNo\":null,\"Attr\":null,\"EDesc\":\"Acc2\",\"EDesc2\":null,\"ADesc\":\"Acc2\",\"ADesc2\":null,\"CurBal\":50.0,\"SignedCurBal\":400.0,\"AvBal\":444.0,\"BlockBal\":20.0,\"CurBalFC\":0.0,\"AvBalFC\":0.0,\"BlockBalFC\":0.0,\"AmtHold\":0.0,\"AmtCredit\":0.0,\"AmtDebit\":0.0,\"AmtFloat\":3.0,\"ClearBal\":0.0,\"ReservedBal\":0.0,\"NonClearBal\":0.0,\"EquivBal\":0.0,\"Status\":null,\"DateOpen\":\"0001-01-01T00:00:00\",\"DateMaturity\":\"0001-01-01T00:00:00\",\"MaturityDays\":0,\"TransCount\":0,\"IsNavigate\":false,\"IsDormant\":false,\"IsBlocking\":false,\"HasPassword\":false,\"CardNo\":null,\"CardType\":null,\"Officer\":null,\"CommerceType\":null,\"Serial\":\"1\",\"Check\":\"1\"},{\"AccountNumberA2A\":null,\"AccountNumber\":\"0200017672412400006\",\"CustID\":\"5555555\",\"Branch\":\"002\",\"Curr\":\"400\",\"CurrISOCode\":null,\"Type\":\"412\",\"SubNo\":null,\"Attr\":null,\"EDesc\":\"Acc3\",\"EDesc2\":null,\"ADesc\":\"Acc3\",\"ADesc2\":null,\"CurBal\":25.0,\"SignedCurBal\":88.0,\"AvBal\":85.0,\"BlockBal\":56.0,\"CurBalFC\":0.0,\"AvBalFC\":0.0,\"BlockBalFC\":0.0,\"AmtHold\":0.0,\"AmtCredit\":0.0,\"AmtDebit\":0.0,\"AmtFloat\":4.0,\"ClearBal\":0.0,\"ReservedBal\":0.0,\"NonClearBal\":0.0,\"EquivBal\":0.0,\"Status\":null,\"DateOpen\":\"0001-01-01T00:00:00\",\"DateMaturity\":\"0001-01-01T00:00:00\",\"MaturityDays\":0,\"TransCount\":0,\"IsNavigate\":false,\"IsDormant\":false,\"IsBlocking\":false,\"HasPassword\":false,\"CardNo\":null,\"CardType\":null,\"Officer\":null,\"CommerceType\":null,\"Serial\":\"1\",\"Check\":\"1\"},{\"AccountNumberA2A\":null,\"AccountNumber\":\"0261457374410840003\",\"CustID\":\"5555555\",\"Branch\":\"002\",\"Curr\":\"840\",\"CurrISOCode\":null,\"Type\":\"410\",\"SubNo\":null,\"Attr\":null,\"EDesc\":\"Acc4\",\"EDesc2\":null,\"ADesc\":\"Acc4\",\"ADesc2\":null,\"CurBal\":2564.0,\"SignedCurBal\":555.0,\"AvBal\":100.0,\"BlockBal\":400.0,\"CurBalFC\":0.0,\"AvBalFC\":0.0,\"BlockBalFC\":0.0,\"AmtHold\":0.0,\"AmtCredit\":0.0,\"AmtDebit\":0.0,\"AmtFloat\":23.0,\"ClearBal\":0.0,\"ReservedBal\":0.0,\"NonClearBal\":0.0,\"EquivBal\":0.0,\"Status\":null,\"DateOpen\":\"0001-01-01T00:00:00\",\"DateMaturity\":\"0001-01-01T00:00:00\",\"MaturityDays\":0,\"TransCount\":0,\"IsNavigate\":false,\"IsDormant\":false,\"IsBlocking\":false,\"HasPassword\":false,\"CardNo\":null,\"CardType\":null,\"Officer\":null,\"CommerceType\":null,\"Serial\":\"1\",\"Check\":\"1\"}],\"PageNo\":null,\"PageFlag\":null,\"Curr\":null,\"CED\":null,\"TotalDr\":0.0,\"TotalCr\":0.0,\"AllAmt\":0.0,\"Channel\":null,\"DateFrm\":\"0001-01-01T00:00:00\",\"DateTo\":\"0001-01-01T00:00:00\",\"HostHeader\":null,\"RegionCode\":null,\"AccountNumber\":null,\"BillStatus\":0,\"CustID\":null,\"ReqChannelCore\":null,\"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": "Cheque Request",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "724e743b-8012-439b-b1b6-d6d5f84f3a28",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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\":\"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\": \"CB\",\r\n\t\t\t    \"AccountNumber\": \"0021899400105001\",\r\n\t\t\t    \"NoPages\": \"1\",\r\n\t\t\t    \"NoBooks\": \"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": "Chq Req",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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\": \"0021899400105001\",\r\n\t\t\t    \"NoPages\": \"1\",\r\n\t\t\t    \"NoBooks\": \"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": "1172",
									"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:52:23 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\":213,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"CB\",\"timeStamp\":\"2018-07-11T10:52:23.5167473+03:00\",\"guidID\":\"09992ee7-397d-4f3a-900d-1847ba22a231\"},\"body\":{\"ReqChannelCore\":\"1\",\"AccountNumber\":\"0021899400105001\",\"NoPages\":\"1\",\"NoBooks\":\"1\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"09992ee7-397d-4f3a-900d-1847ba22a231\",\"timeStamp\":\"2018-07-11T10:52:23.5792487+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"ChequeType\":null,\"ChequeTypeCode\":null,\"NoPages\":1,\"NoBooks\":1,\"UserType\":null,\"HolderName\":null,\"HolderTitle\":null,\"DeliveryMethod\":null,\"Fees\":null,\"Branch\":null,\"Curr\":null,\"Reference\":null,\"HostHeader\":null,\"RegionCode\":null,\"AccountNumber\":\"0021899400105001\",\"BillStatus\":0,\"CustID\":null,\"ReqChannelCore\":\"1\",\"ReqChannelUserCore\":null,\"ReqChannelCodeCore\":null,\"A2AConnChannelID\":null,\"A2AConnUserID\":null,\"A2AConnUserPWD\":null,\"Channel\":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": "Account Statement Request",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "e14772b9-14dc-477c-8118-2074dfa773fa",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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\":\"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    \"AccountNumber\": \"0021899400105001\",\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 Status Request",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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    \"AccountNumber\": \"0021899400105001\",\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",
									"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": "531",
									"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:55: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\":\"CB\",\"srvID\":214,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"CB\",\"timeStamp\":\"2018-07-11T10:55:59.7879099+03:00\",\"guidID\":\"48456f17-3632-497a-90df-a5d60fe214f7\"},\"body\":{\"AccountNumber\":\"0021899400105001\",\"Channel\":\"CB\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"48456f17-3632-497a-90df-a5d60fe214f7\",\"timeStamp\":\"2018-07-11T10:55:59.8192+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Stop Cheque Request",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "1fcc2934-c3f5-43c3-9259-c49bc1baaca8",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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\":\"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\"Channel\": \"CB\",\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",
										"disabled": false
									}
								],
								"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\":\"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\"Channel\": \"CB\",\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",
									"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": "1287",
									"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:56: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\":215,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"CB\",\"timeStamp\":\"2018-07-11T10:56:27.7260996+03:00\",\"guidID\":\"dc64da5b-5c11-4ffa-a6cf-e2cb0f44a618\"},\"body\":{\"Channel\":\"CB\",\"AccountNumber\":\"0021899400105001\",\"FromPage\":\"1\",\"ToPage\":\"43\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"dc64da5b-5c11-4ffa-a6cf-e2cb0f44a618\",\"timeStamp\":\"2018-07-11T10:56:27.7886398+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"ChequeNo\":null,\"CustomerAccount\":null,\"FromPage\":1,\"ToPage\":43,\"Channel\":0,\"RespCode\":0,\"Branch\":null,\"Curr\":null,\"Reference\":null,\"HostHeader\":null,\"RegionCode\":null,\"AccountNumber\":\"0021899400105001\",\"BillStatus\":0,\"CustID\":null,\"ReqChannelCore\":null,\"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\":999,\"Error\":\"A2A-EXC\",\"ErrorEDesc\":\"Could not load file or assembly 'Oracle.DataAccess, Version=2.112.3.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.\",\"ErrorADesc\":null},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Loan Request",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "1e352157-411f-4c2f-9981-8cb0877b072b",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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\":\"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\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\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 Cheque",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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\r\n\t\t},\r\n\t\t\"footer\": {\r\n\t\t\t\"signature\": null\r\n\t\t\t}\t\r\n                                    }\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": "2714",
									"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:56: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\":\"CB\",\"srvID\":216,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"CB\",\"timeStamp\":\"2018-07-11T10:56:42.0076442+03:00\",\"guidID\":\"09e8f3b7-ec94-4d15-a452-e0c08679807b\"},\"body\":{},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"09e8f3b7-ec94-4d15-a452-e0c08679807b\",\"timeStamp\":\"2018-07-11T10:56:42.0399286+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"Type\":null,\"Branch\":null,\"Loans\":[{\"LoanNo\":null,\"LoanAcc\":null,\"Curr\":null,\"InterestRate\":0.0,\"Fees\":0.0,\"Amt\":0.0,\"AmtFC\":0.0,\"Bal\":0.0,\"Installment\":0.0,\"DateLoan\":\"0001-01-01T00:00:00\",\"DateNextPayment\":\"0001-01-01T00:00:00\",\"DateLastPayment\":\"0001-01-01T00:00:00\",\"Tenor\":0,\"EDesc\":null,\"ADesc\":null,\"LoanType\":null,\"LoanID\":\"0020017672410400002\",\"LoanAmount\":\"5000\",\"ClosingDate\":\"2020-03-11T10:56:42.0545169+02:00\",\"NumofInstallment\":\"20\",\"LoanInstallment\":\"200\",\"Status\":\"A\"},{\"LoanNo\":null,\"LoanAcc\":null,\"Curr\":null,\"InterestRate\":0.0,\"Fees\":0.0,\"Amt\":0.0,\"AmtFC\":0.0,\"Bal\":0.0,\"Installment\":0.0,\"DateLoan\":\"0001-01-01T00:00:00\",\"DateNextPayment\":\"0001-01-01T00:00:00\",\"DateLastPayment\":\"0001-01-01T00:00:00\",\"Tenor\":0,\"EDesc\":null,\"ADesc\":null,\"LoanType\":null,\"LoanID\":\"002001767241045555\",\"LoanAmount\":\"3000\",\"ClosingDate\":\"2022-09-11T10:56:42.0545169+03:00\",\"NumofInstallment\":\"50\",\"LoanInstallment\":\"300\",\"Status\":\"A\"},{\"LoanNo\":null,\"LoanAcc\":null,\"Curr\":null,\"InterestRate\":0.0,\"Fees\":0.0,\"Amt\":0.0,\"AmtFC\":0.0,\"Bal\":0.0,\"Installment\":0.0,\"DateLoan\":\"0001-01-01T00:00:00\",\"DateNextPayment\":\"0001-01-01T00:00:00\",\"DateLastPayment\":\"0001-01-01T00:00:00\",\"Tenor\":0,\"EDesc\":null,\"ADesc\":null,\"LoanType\":null,\"LoanID\":\"002001767241048585\",\"LoanAmount\":\"60000\",\"ClosingDate\":\"2020-03-11T10:56:42.0545169+02:00\",\"NumofInstallment\":\"44\",\"LoanInstallment\":\"23\",\"Status\":\"A\"},{\"LoanNo\":null,\"LoanAcc\":null,\"Curr\":null,\"InterestRate\":0.0,\"Fees\":0.0,\"Amt\":0.0,\"AmtFC\":0.0,\"Bal\":0.0,\"Installment\":0.0,\"DateLoan\":\"0001-01-01T00:00:00\",\"DateNextPayment\":\"0001-01-01T00:00:00\",\"DateLastPayment\":\"0001-01-01T00:00:00\",\"Tenor\":0,\"EDesc\":null,\"ADesc\":null,\"LoanType\":null,\"LoanID\":\"002001767241042525\",\"LoanAmount\":\"6565\",\"ClosingDate\":\"2020-03-11T10:56:42.0545169+02:00\",\"NumofInstallment\":\"2\",\"LoanInstallment\":\"505\",\"Status\":\"C\"}],\"HostHeader\":null,\"RegionCode\":null,\"AccountNumber\":null,\"BillStatus\":0,\"CustID\":null,\"ReqChannelCore\":null,\"ReqChannelUserCore\":null,\"ReqChannelCodeCore\":null,\"A2AConnChannelID\":null,\"A2AConnUserID\":null,\"A2AConnUserPWD\":null,\"Channel\":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": "FX Rate",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "6d8926fc-6c7e-4916-a51a-64410a9f8a44",
								"type": "text/javascript",
								"exec": [
									" "
								]
							}
						}
					],
					"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\":\"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\"CurrAgCode\": \"01\",\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",
										"disabled": false
									}
								],
								"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\":\"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\"CurrAgCode\": \"01\",\r\n\t\t\t\"CurrAgISOCode\": \"001\",\r\n\t\t\t\"ChannelID\": \"CB\"\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": "1965",
									"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:57: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\":\"CB\",\"srvID\":217,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"CB\",\"timeStamp\":\"2018-07-11T10:57:09.1644986+03:00\",\"guidID\":\"fc6de630-1348-41eb-8a62-fe3ab2a17f37\"},\"body\":{\"CurrAgCode\":\"01\",\"CurrAgISOCode\":\"001\",\"ChannelID\":\"CB\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"fc6de630-1348-41eb-8a62-fe3ab2a17f37\",\"timeStamp\":\"2018-07-11T10:57:09.2270076+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":{\"Branch\":null,\"CurrAgType\":null,\"CurrAgCode\":\"01\",\"CurrAgISOCode\":\"001\",\"DateRate\":\"0001-01-01T00:00:00\",\"Rates\":[{\"CurrAbbr\":null,\"CurrType\":null,\"CurrCode\":\"JOD\",\"CurrISOCode\":null,\"EDesc\":\"JOD\",\"ADesc\":\"JOD\",\"BuyRate\":0.0,\"SellRate\":0.0,\"MidRate\":0.0,\"MinRate\":0.0,\"MaxRate\":0.0,\"DateRate\":\"0001-01-01T00:00:00\",\"DecimalPoints\":0},{\"CurrAbbr\":null,\"CurrType\":null,\"CurrCode\":\"JOD\",\"CurrISOCode\":null,\"EDesc\":\"JOD\",\"ADesc\":\"JOD\",\"BuyRate\":0.0,\"SellRate\":0.0,\"MidRate\":0.0,\"MinRate\":0.0,\"MaxRate\":0.0,\"DateRate\":\"0001-01-01T00:00:00\",\"DecimalPoints\":0},{\"CurrAbbr\":null,\"CurrType\":null,\"CurrCode\":\"JOD\",\"CurrISOCode\":null,\"EDesc\":\"JOD\",\"ADesc\":\"JOD\",\"BuyRate\":0.0,\"SellRate\":0.0,\"MidRate\":0.0,\"MinRate\":0.0,\"MaxRate\":0.0,\"DateRate\":\"0001-01-01T00:00:00\",\"DecimalPoints\":0},{\"CurrAbbr\":null,\"CurrType\":null,\"CurrCode\":\"JOD\",\"CurrISOCode\":null,\"EDesc\":\"JOD\",\"ADesc\":\"JOD\",\"BuyRate\":0.0,\"SellRate\":0.0,\"MidRate\":0.0,\"MinRate\":0.0,\"MaxRate\":0.0,\"DateRate\":\"0001-01-01T00:00:00\",\"DecimalPoints\":0}],\"ChannelID\":0,\"CurrencyList\":null,\"HostHeader\":null,\"RegionCode\":null,\"AccountNumber\":null,\"BillStatus\":0,\"CustID\":null,\"ReqChannelCore\":null,\"ReqChannelUserCore\":null,\"ReqChannelCodeCore\":null,\"A2AConnChannelID\":null,\"A2AConnUserID\":null,\"A2AConnUserPWD\":null,\"Channel\":null,\"Language\":null,\"AccAttr\":null,\"CustAttr\":null,\"LoanID\":null,\"DateTrans\":\"0001-01-01T00:00:00\",\"ErrorCode\":0,\"Error\":\"\",\"ErrorEDesc\":null,\"ErrorADesc\":null},\"footer\":{\"signature\":\"\"}}}"
						}
					]
				},
				{
					"name": "Intrst Rate",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "3e7a2b5f-c3e1-4087-aed1-360d23e70abc",
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					],
					"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\":\"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\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",
										"disabled": false
									}
								],
								"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\":\"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\"Channel\": \"CB\"\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": "499",
									"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:57: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\":\"CB\",\"srvID\":218,\"userID\":\"00011\",\"password\":\"ydrwFD5AqOA=\",\"channel\":\"CB\",\"timeStamp\":\"2018-07-11T10:57:30.6806385+03:00\",\"guidID\":\"036225d5-0e6f-4e13-b169-658a708ae3e9\"},\"body\":{\"Channel\":\"CB\"},\"footer\":{\"signature\":null}},\"a2aResponse\":{\"header\":{\"connectorID\":\"\",\"srvID\":0,\"guidID\":\"036225d5-0e6f-4e13-b169-658a708ae3e9\",\"timeStamp\":\"2018-07-11T10:57:30.7431465+03:00\",\"result\":{\"errorCode\":0,\"eDesc\":\"\",\"aDesc\":\"\"}},\"body\":null,\"footer\":{\"signature\":\"\"}}}"
						}
					]
				}
			]
		},
		{
			"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "Account Remove",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "Billers List",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "Add Standing Order",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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\"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",
										"disabled": false
									}
								],
								"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "Bulk Bill Inquiry",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "Delete Standing Order",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "Get Reg Billing",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "List Biller Enum",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "List Enum",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "List Service Type",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "List Service Type Pre Paid",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"type": "text",
										"name": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "List Standing Order",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "Payment Inquiry",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"MobUser\",\n            \"Password\": \"A2A@Bank\",\n            \"Channel\": \"MOB\"\n\t\t},\n\t\t\"body\":{\n\t\t\t\"CustID\": \"0132561\",\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"
							]
						}
					},
					"response": [
						{
							"name": "Prepaid Payment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"MobUser\",\n            \"Password\": \"A2A@Bank\",\n            \"Channel\": \"MOB\"\n\t\t},\n\t\t\"body\":{\n\t\t\t\"CustID\": \"10202020\",\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"
							]
						}
					},
					"response": [
						{
							"name": "Prepaid Payment Advance",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "Prepaid Validation",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "Register Customer",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "Bill Inquiry",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "Bill Payment",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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\":\"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"
							]
						}
					},
					"response": [
						{
							"name": "Account Upload",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"disabled": false
									}
								],
								"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",
										"disabled": false
									}
								],
								"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",
										"disabled": false
									}
								],
								"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",
										"disabled": false
									}
								],
								"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",
										"disabled": false
									}
								],
								"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",
										"disabled": false
									}
								],
								"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",
										"disabled": false
									}
								],
								"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",
										"disabled": false
									}
								],
								"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",
										"disabled": false
									}
								],
								"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",
										"disabled": false
									}
								],
								"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",
										"disabled": false
									}
								],
								"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  \"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            \"consumerldentifier\": \"\",\r\n            \"managerMISIDN\": \"\",\r\n            \"mangerPIN\": \"\",\r\n             \"serviceProviderId\":\"\",\r\n             \"kycValue\":\"\",\r\n             \"kycType\":\"\",\r\n             \"tan\":\"\",\r\n             \"userName\":\"\",\r\n             \"fullName\":\"\",\r\n             \"dateOfBirth\":\"\",\r\n             \"bankAccountNumber\":\"\",\r\n             \"bankAccountType\":\"\",\r\n             \"bankBranchId\":\"\",\r\n             \"bankId\":\"\",\r\n             \"primaryAccountNumber\":\"\",\r\n             \"flowId\":\"\",\r\n             \"extraData\":\"\",\r\n             \"notifyConsumer\":\"\",\r\n             \"tranFeeAmount\":\"\",\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": "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",
										"disabled": false
									}
								],
								"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",
										"disabled": false
									}
								],
								"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",
										"disabled": false
									}
								],
								"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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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    },\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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    },\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",
										"disabled": false
									}
								],
								"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    },\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",
										"disabled": false
									}
								],
								"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    },\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",
										"disabled": false
									}
								],
								"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    },\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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},\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",
										"disabled": false
									}
								],
								"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\":\"\"}}}"
						}
					]
				}
			]
		}
	]
}