{
	"info": {
		"_postman_id": "577f4379-c10c-4be1-9915-8ad2efd39b16",
		"name": "Kashier API test",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "30886601"
	},
	"item": [
		{
			"name": "Invoices API",
			"item": [
				{
					"name": "Create Invoice",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"paymentType\": \"professional\",\n    \"merchantId\": \"MID-3552-454\",\n    \"customerName\": \"test customer\",\n    \"dueDate\":\"2023-08-16T10:49:24.831Z\",\n    \"isSuspendedPayment\":true,\n    \"description\": \"some description\",\n    \"invoiceReferenceId\": \"258.468\",\n   \n    \"invoiceItems\": [\n        {\n            \"description\": \"invoice item description\",\n            \"quantity\": 5,\n            \"itemName\": \"laptop\",\n            \"unitPrice\": 10,\n            \"subTotal\": 50\n        }\n    ],\n    \"state\": \"submitted\",\n    \"currency\": \"EGP\",\n    \"extraFees\": [\n            {\n                \"name\": \"xxx\",\n                \"rate\": 100,\n                \"flatFee\": 100\n            }\n        ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://test-api.kashier.io/paymentRequest/?currency=EGP",
							"protocol": "https",
							"host": [
								"test-api",
								"kashier",
								"io"
							],
							"path": [
								"paymentRequest",
								""
							],
							"query": [
								{
									"key": "currency",
									"value": "EGP"
								}
							]
						}
					},
					"response": [
						{
							"name": "Create Invoice",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"paymentType\": \"professional\",\n    \"merchantId\": \"MID-3552-454\",\n    \"totalAmount\": 50,\n    \"customerName\": \"test customer\",\n    \"description\": \"some description\",\n    \"invoiceReferenceId\": \"620\",\n    \"dueDate\": \"2021-08-01\",\n    \"invoiceItems\": [\n        {\n            \"description\": \"invoice item description\",\n            \"quantity\": 5,\n            \"itemName\": \"laptop\",\n            \"unitPrice\": 10,\n            \"subTotal\": 50\n        }\n    ],\n    \"state\": \"submitted\",\n    \"currency\": \"EGP\",\n    \"tax\": 0\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://test-api.kashier.io/paymentRequest?currency=EGP",
									"protocol": "https",
									"host": [
										"test-api",
										"kashier",
										"io"
									],
									"path": [
										"paymentRequest"
									],
									"query": [
										{
											"key": "currency",
											"value": "EGP"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 21 Jun 2021 16:24:00 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "816"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALB=VrHBtUBR5mLKU34MfwFvluvSdaY4+Zf8gBtynz0aOrZ1veGuDnjgJ8+5eIUzN42br14ssC6Oq9PJRhUL6RMQTlgIi3rHsPA12miK3Be7feE2FSVW/BamgYdFc+1+; Expires=Mon, 28 Jun 2021 16:24:00 GMT; Path=/"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALBCORS=VrHBtUBR5mLKU34MfwFvluvSdaY4+Zf8gBtynz0aOrZ1veGuDnjgJ8+5eIUzN42br14ssC6Oq9PJRhUL6RMQTlgIi3rHsPA12miK3Be7feE2FSVW/BamgYdFc+1+; Expires=Mon, 28 Jun 2021 16:24:00 GMT; Path=/; SameSite=None; Secure"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "GET, POST, OPTIONS, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "authorization , refreshToken, authmerchantid, X-Requested-With,content-type"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "ETag",
									"value": "W/\"330-xXzr+BE7+UU/+GcOY0JZY8OJM48\""
								}
							],
							"cookie": [],
							"body": "{\n    \"response\": {\n        \"paymentStatus\": \"unpaid\",\n        \"currency\": \"EGP\",\n        \"_id\": \"60d0bd205931b200187aeb41\",\n        \"merchantId\": \"MID-3552-454\",\n        \"autoGeneratedId\": 217,\n        \"invoiceReferenceId\": \"620\",\n        \"paymentType\": \"professional\",\n        \"totalAmount\": 50,\n        \"availableAmountForRefund\": 50,\n        \"description\": \"some description\",\n        \"state\": \"submitted\",\n        \"dueDate\": \"2021-08-01T00:00:00.000Z\",\n        \"invoiceItems\": [\n            {\n                \"_id\": \"60d0bd205931b200187aeb42\",\n                \"description\": \"invoice item description\",\n                \"quantity\": 5,\n                \"itemName\": \"laptop\",\n                \"unitPrice\": 10,\n                \"subTotal\": 50\n            }\n        ],\n        \"customerName\": \"test customer\",\n        \"paymentRequestId\": \"INV-3552454223\",\n        \"tax\": 0,\n        \"creationDate\": \"2021-06-21T16:24:00.486Z\",\n        \"merchantInfo\": {\n            \"storeName\": \"TEST ft- MK Company\"\n        },\n        \"createdByUserId\": \"5feccc49043fa4001f599657\",\n        \"transactions\": [],\n        \"__v\": 0\n    },\n    \"messages\": {\n        \"en\": \"Payment request saved\",\n        \"ar\": \"Payment request saved\"\n    },\n    \"status\": \"SUCCESS\"\n}"
						}
					]
				},
				{
					"name": "Create Bulk Invoices",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"paymentRequests\": [\n        {\n            \"merchantId\": \"MID-3552-454\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"invoiceReferenceId\": \"450\",\n            \"paymentType\": \"professional\",\n            \"totalAmount\": 202,\n            \"description\": \"some description\",\n            \"dueDate\": \"2030-01-01\",\n            \"invoiceItems\": [\n                {\n                    \"description\": \"invoice item description\",\n                    \"quantity\": \"4\",\n                    \"unitPrice\": \"50\",\n                    \"subTotal\": 200\n                }\n            ],\n            \"customerName\": \"test custome\",\n            \"tax\": \"1\",\n            \"currency\": \"EGP\"\n        },\n        {\n            \"merchantId\": \"MID-3552-454\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"invoiceReferenceId\": \"451\",\n            \"paymentType\": \"professional\",\n            \"totalAmount\": 202,\n            \"description\": \"some description\",\n            \"dueDate\": \"2030-01-01\",\n            \"invoiceItems\": [\n                {\n                    \"description\": \"invoice item description\",\n                    \"quantity\": \"4\",\n                    \"unitPrice\": \"50\",\n                    \"subTotal\": 200\n                }\n            ],\n            \"customerName\": \"test custome\",\n            \"tax\": \"1\",\n            \"currency\": \"EGP\"\n        }\n    ],\n    \"merchantId\": \"MID-3552-454\",\n    \"currency\": \"EGP\",\n    \"paymentType\": \"professional\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://test-api.kashier.io/paymentRequest?currency=EGP",
							"protocol": "https",
							"host": [
								"test-api",
								"kashier",
								"io"
							],
							"path": [
								"paymentRequest"
							],
							"query": [
								{
									"key": "currency",
									"value": "EGP"
								}
							]
						}
					},
					"response": [
						{
							"name": "Create Bulk Invoices",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"paymentRequests\": [\n        {\n            \"merchantId\": \"MID-3552-454\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"invoiceReferenceId\": \"450\",\n            \"paymentType\": \"professional\",\n            \"totalAmount\": 202,\n            \"description\": \"some description\",\n            \"dueDate\": \"2030-01-01\",\n            \"invoiceItems\": [\n                {\n                    \"description\": \"invoice item description\",\n                    \"quantity\": \"4\",\n                    \"unitPrice\": \"50\",\n                    \"subTotal\": 200\n                }\n            ],\n            \"customerName\": \"test custome\",\n            \"tax\": \"1\",\n            \"currency\": \"EGP\"\n        },\n        {\n            \"merchantId\": \"MID-3552-454\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"invoiceReferenceId\": \"451\",\n            \"paymentType\": \"professional\",\n            \"totalAmount\": 202,\n            \"description\": \"some description\",\n            \"dueDate\": \"2030-01-01\",\n            \"invoiceItems\": [\n                {\n                    \"description\": \"invoice item description\",\n                    \"quantity\": \"4\",\n                    \"unitPrice\": \"50\",\n                    \"subTotal\": 200\n                }\n            ],\n            \"customerName\": \"test custome\",\n            \"tax\": \"1\",\n            \"currency\": \"EGP\"\n        }\n    ],\n    \"merchantId\": \"MID-3552-454\",\n    \"currency\": \"EGP\",\n    \"paymentType\": \"professional\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://test-api.kashier.io/paymentRequest?currency=EGP",
									"protocol": "https",
									"host": [
										"test-api",
										"kashier",
										"io"
									],
									"path": [
										"paymentRequest"
									],
									"query": [
										{
											"key": "currency",
											"value": "EGP"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 21 Jun 2021 16:39:21 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "1520"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALB=7UwVBusl8MNCs0oFk1TBVBCPfyFx27So7s+RZu/trXLCBNZiWxuoT84RgvIiL/oEs0dic+vKw5ybjaigSjs+la978TTc4lfKWCCt7Vb98kg4mp5JQMLFk35nry0n; Expires=Mon, 28 Jun 2021 16:39:21 GMT; Path=/"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALBCORS=7UwVBusl8MNCs0oFk1TBVBCPfyFx27So7s+RZu/trXLCBNZiWxuoT84RgvIiL/oEs0dic+vKw5ybjaigSjs+la978TTc4lfKWCCt7Vb98kg4mp5JQMLFk35nry0n; Expires=Mon, 28 Jun 2021 16:39:21 GMT; Path=/; SameSite=None; Secure"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "GET, POST, OPTIONS, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "authorization , refreshToken, authmerchantid, X-Requested-With,content-type"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "ETag",
									"value": "W/\"5f0-/kd3DPVxXwVd1ciJBl82T3Ejy8A\""
								}
							],
							"cookie": [],
							"body": "{\n    \"response\": [\n        {\n            \"paymentStatus\": \"unpaid\",\n            \"currency\": \"EGP\",\n            \"_id\": \"60d0c0b95931b200187aeb43\",\n            \"merchantId\": \"MID-3552-454\",\n            \"invoiceReferenceId\": \"450\",\n            \"paymentType\": \"professional\",\n            \"totalAmount\": 202,\n            \"availableAmountForRefund\": 202,\n            \"description\": \"some description\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"state\": \"submitted\",\n            \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n            \"invoiceItems\": [\n                {\n                    \"_id\": \"60d0c0b95931b200187aeb44\",\n                    \"description\": \"invoice item description\",\n                    \"quantity\": 4,\n                    \"unitPrice\": 50,\n                    \"subTotal\": 200\n                }\n            ],\n            \"customerName\": \"test custome\",\n            \"paymentRequestId\": \"INV-3552454228\",\n            \"tax\": 1,\n            \"creationDate\": \"2021-06-21T16:39:21.968Z\",\n            \"merchantInfo\": {\n                \"storeName\": \"TEST ft- MK Company\"\n            },\n            \"createdByUserId\": \"5feccc49043fa4001f599657\",\n            \"transactions\": [],\n            \"__v\": 0\n        },\n        {\n            \"paymentStatus\": \"unpaid\",\n            \"currency\": \"EGP\",\n            \"_id\": \"60d0c0b95931b200187aeb45\",\n            \"merchantId\": \"MID-3552-454\",\n            \"invoiceReferenceId\": \"451\",\n            \"paymentType\": \"professional\",\n            \"totalAmount\": 202,\n            \"availableAmountForRefund\": 202,\n            \"description\": \"some description\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"state\": \"submitted\",\n            \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n            \"invoiceItems\": [\n                {\n                    \"_id\": \"60d0c0b95931b200187aeb46\",\n                    \"description\": \"invoice item description\",\n                    \"quantity\": 4,\n                    \"unitPrice\": 50,\n                    \"subTotal\": 200\n                }\n            ],\n            \"customerName\": \"test custome\",\n            \"paymentRequestId\": \"INV-3552454229\",\n            \"tax\": 1,\n            \"creationDate\": \"2021-06-21T16:39:21.968Z\",\n            \"merchantInfo\": {\n                \"storeName\": \"TEST ft- MK Company\"\n            },\n            \"createdByUserId\": \"5feccc49043fa4001f599657\",\n            \"transactions\": [],\n            \"__v\": 0\n        }\n    ],\n    \"messages\": {\n        \"en\": \"Payment request saved\",\n        \"ar\": \"Payment request saved\"\n    },\n    \"status\": \"SUCCESS\"\n}"
						}
					]
				},
				{
					"name": "Get invoice",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"type": "text",
								"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee"
							},
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://test-api.kashier.io/paymentRequest/INV-3552454223?currency=EGP",
							"protocol": "https",
							"host": [
								"test-api",
								"kashier",
								"io"
							],
							"path": [
								"paymentRequest",
								"INV-3552454223"
							],
							"query": [
								{
									"key": "currency",
									"value": "EGP"
								}
							]
						}
					},
					"response": [
						{
							"name": "Get invoice",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"type": "text",
										"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee"
									},
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://test-api.kashier.io/paymentRequest/INV-3552454223?currency=EGP",
									"protocol": "https",
									"host": [
										"test-api",
										"kashier",
										"io"
									],
									"path": [
										"paymentRequest",
										"INV-3552454223"
									],
									"query": [
										{
											"key": "currency",
											"value": "EGP"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 21 Jun 2021 16:39:47 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "877"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALB=k8nH6IAUmhskM+1R9Z/n5iF7JAD1yFI/E869izAwf2Wzpc97asy6HuRFZpdb7f8OzbH6Z+T7hnDDypvg3E5580U1gyvTrUNQhpNhHJUB52uXsqsJDzNnhH2wk0cv; Expires=Mon, 28 Jun 2021 16:39:47 GMT; Path=/"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALBCORS=k8nH6IAUmhskM+1R9Z/n5iF7JAD1yFI/E869izAwf2Wzpc97asy6HuRFZpdb7f8OzbH6Z+T7hnDDypvg3E5580U1gyvTrUNQhpNhHJUB52uXsqsJDzNnhH2wk0cv; Expires=Mon, 28 Jun 2021 16:39:47 GMT; Path=/; SameSite=None; Secure"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "GET, POST, OPTIONS, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "authorization , refreshToken, authmerchantid, X-Requested-With,content-type"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "ETag",
									"value": "W/\"36d-mp1ZNlBnTKn7D+DRuqqJ870RXpc\""
								}
							],
							"cookie": [],
							"body": "{\n    \"response\": {\n        \"data\": [\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60d0bd205931b200187aeb41\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 217,\n                \"invoiceReferenceId\": \"620\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 50,\n                \"availableAmountForRefund\": 50,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-08-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60d0bd205931b200187aeb42\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 5,\n                        \"itemName\": \"laptop\",\n                        \"unitPrice\": 10,\n                        \"subTotal\": 50\n                    }\n                ],\n                \"customerName\": \"test customer\",\n                \"paymentRequestId\": \"INV-3552454223\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-21T16:24:00.486Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            }\n        ]\n    },\n    \"messages\": {\n        \"en\": \"The Payment Requests have been retrieved [success]\",\n        \"ar\": \"The Payment Requests have been retrieved [success]\"\n    },\n    \"status\": \"SUCCESS\"\n}"
						}
					]
				},
				{
					"name": "GET LIST OF INVOICES",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"type": "text",
								"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee"
							}
						],
						"url": {
							"raw": "https://test-api.kashier.io/paymentRequests/MID-3552-454?currency=EGP",
							"protocol": "https",
							"host": [
								"test-api",
								"kashier",
								"io"
							],
							"path": [
								"paymentRequests",
								"MID-3552-454"
							],
							"query": [
								{
									"key": "currency",
									"value": "EGP"
								}
							]
						}
					},
					"response": [
						{
							"name": "GET LIST OF INVOICES",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"type": "text",
										"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee"
									}
								],
								"url": {
									"raw": "https://test-api.kashier.io/paymentRequests/MID-3552-454?currency=EGP",
									"protocol": "https",
									"host": [
										"test-api",
										"kashier",
										"io"
									],
									"path": [
										"paymentRequests",
										"MID-3552-454"
									],
									"query": [
										{
											"key": "currency",
											"value": "EGP"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 21 Jun 2021 16:40:07 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "166117"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALB=mzo2gajanwByst7Viapy+gNI6zgBEC5sdTQb+BFJxPT6ewwApSZf9l+pfALbgW6uwRPqsXBiCDQxWfT356iRh6uGuOjaXwHz4rItm6WbxrKFpj7sSB7PRWOiaCcF; Expires=Mon, 28 Jun 2021 16:40:07 GMT; Path=/"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALBCORS=mzo2gajanwByst7Viapy+gNI6zgBEC5sdTQb+BFJxPT6ewwApSZf9l+pfALbgW6uwRPqsXBiCDQxWfT356iRh6uGuOjaXwHz4rItm6WbxrKFpj7sSB7PRWOiaCcF; Expires=Mon, 28 Jun 2021 16:40:07 GMT; Path=/; SameSite=None; Secure"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "GET, POST, OPTIONS, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "authorization , refreshToken, authmerchantid, X-Requested-With,content-type"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "ETag",
									"value": "W/\"288e5-QfJZeoSJrP3rOi2UjQHQrULPGfQ\""
								}
							],
							"cookie": [],
							"body": "{\n    \"response\": {\n        \"data\": [\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60d0c0b95931b200187aeb43\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"450\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 202,\n                \"availableAmountForRefund\": 202,\n                \"description\": \"some description\",\n                \"storeName\": \"TEST ft- MK Company\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60d0c0b95931b200187aeb44\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 50,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"test custome\",\n                \"paymentRequestId\": \"INV-3552454228\",\n                \"tax\": 1,\n                \"creationDate\": \"2021-06-21T16:39:21.968Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60d0c0b95931b200187aeb45\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"451\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 202,\n                \"availableAmountForRefund\": 202,\n                \"description\": \"some description\",\n                \"storeName\": \"TEST ft- MK Company\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60d0c0b95931b200187aeb46\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 50,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"test custome\",\n                \"paymentRequestId\": \"INV-3552454229\",\n                \"tax\": 1,\n                \"creationDate\": \"2021-06-21T16:39:21.968Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60d0bf45e965560018d24f05\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"650\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 202,\n                \"availableAmountForRefund\": 202,\n                \"description\": \"this is a professional payment request\",\n                \"storeName\": \"ahmed\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60d0bf45e965560018d24f06\",\n                        \"description\": \"ItemName 1\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 50,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"ahmed mahmoud\",\n                \"paymentRequestId\": \"INV-3552454226\",\n                \"tax\": 1,\n                \"creationDate\": \"2021-06-21T16:33:09.584Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60d0bf45e965560018d24f07\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"651\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 202,\n                \"availableAmountForRefund\": 202,\n                \"description\": \"this is a professional payment request\",\n                \"storeName\": \"ahmed\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60d0bf45e965560018d24f08\",\n                        \"description\": \"ItemName 1\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 50,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"ahmed mahmoud\",\n                \"paymentRequestId\": \"INV-3552454227\",\n                \"tax\": 1,\n                \"creationDate\": \"2021-06-21T16:33:09.584Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60d0bf21e965560018d24f03\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"640\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 202,\n                \"availableAmountForRefund\": 202,\n                \"description\": \"this is a professional payment request\",\n                \"storeName\": \"ahmed\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60d0bf21e965560018d24f04\",\n                        \"description\": \"ItemName 1\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 50,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"ahmed mahmoud\",\n                \"paymentRequestId\": \"INV-3552454225\",\n                \"tax\": 1,\n                \"creationDate\": \"2021-06-21T16:32:33.475Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60d0be54e965560018d24f01\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"Yyy 11900\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 202,\n                \"availableAmountForRefund\": 202,\n                \"description\": \"this is a professional payment request\",\n                \"storeName\": \"ahmed\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60d0be54e965560018d24f02\",\n                        \"description\": \"ItemName 1\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 50,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"ahmed mahmoud\",\n                \"paymentRequestId\": \"INV-3552454224\",\n                \"tax\": 1,\n                \"creationDate\": \"2021-06-21T16:29:08.586Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60d0bd205931b200187aeb41\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 217,\n                \"invoiceReferenceId\": \"620\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 50,\n                \"availableAmountForRefund\": 50,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-08-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60d0bd205931b200187aeb42\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 5,\n                        \"itemName\": \"laptop\",\n                        \"unitPrice\": 10,\n                        \"subTotal\": 50\n                    }\n                ],\n                \"customerName\": \"test customer\",\n                \"paymentRequestId\": \"INV-3552454223\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-21T16:24:00.486Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60d0bb5fe965560018d24eff\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 216,\n                \"invoiceReferenceId\": \"630\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 50,\n                \"availableAmountForRefund\": 50,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-08-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60d0bb5fe965560018d24f00\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 5,\n                        \"itemName\": \"laptop\",\n                        \"unitPrice\": 10,\n                        \"subTotal\": 50\n                    }\n                ],\n                \"customerName\": \"test customer\",\n                \"paymentRequestId\": \"INV-3552454222\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-21T16:16:31.101Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60d0b756e965560018d24efd\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 215,\n                \"invoiceReferenceId\": \"143450984\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 50,\n                \"availableAmountForRefund\": 50,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-08-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60d0b756e965560018d24efe\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 5,\n                        \"itemName\": \"laptop\",\n                        \"unitPrice\": 10,\n                        \"subTotal\": 50\n                    }\n                ],\n                \"customerName\": \"test customer\",\n                \"paymentRequestId\": \"INV-3552454221\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-21T15:59:18.064Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60d0b1f9e965560018d24ef9\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 214,\n                \"invoiceReferenceId\": \"1430221020409000erter084\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 50,\n                \"availableAmountForRefund\": 50,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-08-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60d0b1f9e965560018d24efa\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 5,\n                        \"itemName\": \"laptop\",\n                        \"unitPrice\": 10,\n                        \"subTotal\": 50\n                    }\n                ],\n                \"customerName\": \"test customer\",\n                \"paymentRequestId\": \"INV-3552454220\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-21T15:36:25.592Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-06-20T11:27:46.559Z\",\n                    \"ip\": \"154.182.45.58\",\n                    \"userAgent\": null\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60cf262b5931b200187ae78e\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 212,\n                \"invoiceReferenceId\": \"12213w\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 5,\n                \"availableAmountForRefund\": 5,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-07-15T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60cf262b5931b200187ae78f\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 5,\n                        \"subTotal\": 5\n                    }\n                ],\n                \"customerName\": \"sdfkhjsdf\",\n                \"paymentRequestId\": \"INV-3552454218\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-20T11:27:39.245Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"60cf26395931b200187ae790\",\n                        \"transactionInfoId\": \"TX-35524541266\",\n                        \"cardOrderId\": \"ab5a99a5-b807-4957-8018-ac9c7d2ee2cf\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 5,\n                        \"creationDate\": \"2021-06-20T11:27:53.443Z\",\n                        \"orderReference\": \"TEST-ORD-193296888\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60cde921e965560018d24ee5\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 211,\n                \"invoiceReferenceId\": \"1300\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 50,\n                \"availableAmountForRefund\": 50,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-08-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60cde921e965560018d24ee6\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 5,\n                        \"itemName\": \"laptop\",\n                        \"unitPrice\": 10,\n                        \"subTotal\": 50\n                    }\n                ],\n                \"customerName\": \"test customer\",\n                \"paymentRequestId\": \"INV-3552454217\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-19T12:54:57.309Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-06-17T12:47:06.463Z\",\n                    \"ip\": \"154.179.31.203\",\n                    \"userAgent\": null\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60ca9f055931b200187ae782\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 10,\n                \"availableAmountForRefund\": 10,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"PR-3552454216\",\n                \"creationDate\": \"2021-06-17T01:01:57.778Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": [\n                    {\n                        \"_id\": \"60cb4452e965560018d24ee1\",\n                        \"transactionInfoId\": \"TX-35524541254\",\n                        \"cardOrderId\": \"9dcc5f71-2f63-4943-a06b-6b0924b367d1\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 10,\n                        \"creationDate\": \"2021-06-17T12:47:13.942Z\",\n                        \"orderReference\": \"TEST-ORD-193296471\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60ca9dd0e965560018d24ed9\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 210,\n                \"invoiceReferenceId\": \"12213121\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 10,\n                \"availableAmountForRefund\": 10,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-30T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60ca9dd0e965560018d24eda\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 10,\n                        \"subTotal\": 10\n                    }\n                ],\n                \"customerName\": \"sdfkhjsdf\",\n                \"paymentRequestId\": \"INV-3552454215\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-17T00:56:48.415Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-06-14T22:36:21.329Z\",\n                    \"ip\": \"154.179.215.97\",\n                    \"userAgent\": null\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60c7d9dce965560018d24ec4\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 1000,\n                \"availableAmountForRefund\": 1000,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"customerName\": \"mohamed\",\n                \"paymentRequestId\": \"PR-3552454214\",\n                \"creationDate\": \"2021-06-14T22:36:12.930Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": [\n                    {\n                        \"_id\": \"60c7d9f3e965560018d24ec5\",\n                        \"transactionInfoId\": \"TX-35524541230\",\n                        \"cardOrderId\": \"46e1752c-a058-457c-98d8-82f3be7a5559\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 1000,\n                        \"creationDate\": \"2021-06-14T22:36:34.906Z\",\n                        \"orderReference\": \"TEST-ORD-193296041\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60c6ab2b5931b200187ae743\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 209,\n                \"invoiceReferenceId\": \"130\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 50,\n                \"availableAmountForRefund\": 50,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-08-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60c6ab2b5931b200187ae744\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 5,\n                        \"itemName\": \"laptop\",\n                        \"unitPrice\": 10,\n                        \"subTotal\": 50\n                    }\n                ],\n                \"customerName\": \"test customer\",\n                \"paymentRequestId\": \"INV-3552454213\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-14T01:04:43.591Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-06-09T15:09:59.454Z\",\n                    \"ip\": \"154.179.144.158\",\n                    \"userAgent\": null\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60c0d9b32d5d9900181d269f\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 208,\n                \"invoiceReferenceId\": \"14000\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 100,\n                \"availableAmountForRefund\": 100,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-07-10T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60c0d9b32d5d9900181d26a0\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 100,\n                        \"subTotal\": 100\n                    }\n                ],\n                \"customerName\": \"mohamd khaled\",\n                \"paymentRequestId\": \"INV-3552454212\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-09T15:09:39.485Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"60c0d9e87443180018d0f589\",\n                        \"transactionInfoId\": \"TX-35524541210\",\n                        \"cardOrderId\": \"9b23b7a3-9d97-4877-8f47-c2c0c9c4a151\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 100,\n                        \"creationDate\": \"2021-06-09T15:10:31.597Z\",\n                        \"orderReference\": \"TEST-ORD-193295228\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60bfa1177443180018d0f57c\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 207,\n                \"invoiceReferenceId\": \"1250\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 100,\n                \"availableAmountForRefund\": 100,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-07-10T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60bfa1177443180018d0f57d\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 100,\n                        \"subTotal\": 100\n                    }\n                ],\n                \"customerName\": \"test test\",\n                \"paymentRequestId\": \"INV-3552454211\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-08T16:55:51.169Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60bf9fe97443180018d0f57b\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 50,\n                \"availableAmountForRefund\": 50,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"customerName\": \"test customer\",\n                \"paymentRequestId\": \"PR-3552454210\",\n                \"creationDate\": \"2021-06-08T16:50:49.298Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60bf8d842d5d9900181d2692\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"123\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 202,\n                \"availableAmountForRefund\": 202,\n                \"description\": \"this is a professional payment request\",\n                \"storeName\": \"ahmed\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60bf8d842d5d9900181d2693\",\n                        \"description\": \"ItemName 1\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 50,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"ahmed mahmoud\",\n                \"paymentRequestId\": \"INV-3552454208\",\n                \"tax\": 1,\n                \"creationDate\": \"2021-06-08T15:32:20.899Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60bf8d842d5d9900181d2694\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"124\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 202,\n                \"availableAmountForRefund\": 202,\n                \"description\": \"this is a professional payment request\",\n                \"storeName\": \"ahmed\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60bf8d842d5d9900181d2695\",\n                        \"description\": \"ItemName 1\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 50,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"ahmed mahmoud\",\n                \"paymentRequestId\": \"INV-3552454209\",\n                \"tax\": 1,\n                \"creationDate\": \"2021-06-08T15:32:20.899Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60bf8d527443180018d0f577\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"121\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 202,\n                \"availableAmountForRefund\": 202,\n                \"description\": \"this is a professional payment request\",\n                \"storeName\": \"ahmed\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60bf8d527443180018d0f578\",\n                        \"description\": \"ItemName 1\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 50,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"ahmed mahmoud\",\n                \"paymentRequestId\": \"INV-3552454206\",\n                \"tax\": 1,\n                \"creationDate\": \"2021-06-08T15:31:30.828Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60bf8d527443180018d0f579\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"122\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 202,\n                \"availableAmountForRefund\": 202,\n                \"description\": \"this is a professional payment request\",\n                \"storeName\": \"ahmed\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60bf8d527443180018d0f57a\",\n                        \"description\": \"ItemName 1\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 50,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"ahmed mahmoud\",\n                \"paymentRequestId\": \"INV-3552454207\",\n                \"tax\": 1,\n                \"creationDate\": \"2021-06-08T15:31:30.828Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60bf8ca32d5d9900181d2690\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 206,\n                \"invoiceReferenceId\": \"120\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 50,\n                \"availableAmountForRefund\": 50,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-08-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60bf8ca32d5d9900181d2691\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 5,\n                        \"itemName\": \"laptop\",\n                        \"unitPrice\": 10,\n                        \"subTotal\": 50\n                    }\n                ],\n                \"customerName\": \"test customer\",\n                \"paymentRequestId\": \"INV-3552454205\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-08T15:28:35.041Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60bf8c0c7443180018d0f575\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 205,\n                \"invoiceReferenceId\": \"141\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 100,\n                \"availableAmountForRefund\": 100,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-25T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60bf8c0c7443180018d0f576\",\n                        \"description\": \"\",\n                        \"subTotal\": 100,\n                        \"itemName\": \"1\",\n                        \"quantity\": 10,\n                        \"unitPrice\": 10\n                    }\n                ],\n                \"customerName\": \"mohamed\",\n                \"paymentRequestId\": \"INV-3552454204\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-08T15:26:04.600Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"TEST ft- MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60bf8ab52d5d9900181d268e\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 204,\n                \"invoiceReferenceId\": \"143000409000e000rter084\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 50,\n                \"availableAmountForRefund\": 50,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-08-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60bf8ab52d5d9900181d268f\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 5,\n                        \"itemName\": \"laptop\",\n                        \"unitPrice\": 10,\n                        \"subTotal\": 50\n                    }\n                ],\n                \"customerName\": \"test customer\",\n                \"paymentRequestId\": \"INV-3552454203\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-08T15:20:21.445Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60ba7da12d5d9900181d265a\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 10,\n                \"availableAmountForRefund\": 10,\n                \"description\": \"12\",\n                \"state\": \"submitted\",\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"PR-3552454198\",\n                \"creationDate\": \"2021-06-04T19:23:13.928Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60ba7cc47443180018d0f552\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 199,\n                \"invoiceReferenceId\": \"425252\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 252,\n                \"availableAmountForRefund\": 252,\n                \"description\": \"hg\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-07-03T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60ba7cc47443180018d0f553\",\n                        \"description\": \"\",\n                        \"subTotal\": 252,\n                        \"itemName\": \"hjh\",\n                        \"quantity\": 14,\n                        \"unitPrice\": 18\n                    }\n                ],\n                \"customerName\": \"mohamed khaled\",\n                \"paymentRequestId\": \"INV-3552454197\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-04T19:19:32.105Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60b9640a2d5d9900181d2644\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"41111190\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 202,\n                \"availableAmountForRefund\": 202,\n                \"description\": \"this is a professional payment request\",\n                \"storeName\": \"ahmed\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60b9640a2d5d9900181d2645\",\n                        \"description\": \"ItemName 1\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 50,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"ahmed mahmoud\",\n                \"paymentRequestId\": \"INV-3552454195\",\n                \"tax\": 1,\n                \"creationDate\": \"2021-06-03T23:21:46.996Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"60b9642b2d5d9900181d2648\",\n                        \"transactionInfoId\": \"TX-35524541195\",\n                        \"orderReference\": \"TEST-ORD-193294371\",\n                        \"cardOrderId\": \"b4e9044b-6e5d-430a-9edf-76e08260fd62\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 202,\n                        \"currency\": \"EGP\",\n                        \"creationDate\": \"2021-06-03T23:22:19.087Z\",\n                        \"method\": \"cash\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60b9640a2d5d9900181d2646\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"45111190\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 202,\n                \"availableAmountForRefund\": 202,\n                \"description\": \"this is a professional payment request\",\n                \"storeName\": \"ahmed\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60b9640a2d5d9900181d2647\",\n                        \"description\": \"ItemName 1\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 50,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"ahmed mahmoud\",\n                \"paymentRequestId\": \"INV-3552454196\",\n                \"tax\": 1,\n                \"creationDate\": \"2021-06-03T23:21:46.996Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60b961a97443180018d0f53f\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 198,\n                \"invoiceReferenceId\": \"122135155\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 80,\n                \"availableAmountForRefund\": 80,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-07-10T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60b961a97443180018d0f540\",\n                        \"description\": \"\",\n                        \"subTotal\": 80,\n                        \"itemName\": \"rd\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 20\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-3552454194\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-03T23:11:37.897Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60b960952d5d9900181d2642\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 197,\n                \"invoiceReferenceId\": \"12213515\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 80,\n                \"availableAmountForRefund\": 80,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-07-10T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60b960952d5d9900181d2643\",\n                        \"description\": \"\",\n                        \"subTotal\": 80,\n                        \"itemName\": \"rd\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 20\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-3552454193\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-03T23:07:01.568Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60b95f512d5d9900181d2640\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 196,\n                \"invoiceReferenceId\": \"1434009084\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 50,\n                \"availableAmountForRefund\": 50,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-07-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60b95f512d5d9900181d2641\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 5,\n                        \"itemName\": \"laptop\",\n                        \"unitPrice\": 10,\n                        \"subTotal\": 50\n                    }\n                ],\n                \"customerName\": \"test customer\",\n                \"paymentRequestId\": \"INV-3552454192\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-06-03T23:01:37.276Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60b95eb02d5d9900181d263c\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"411190\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 202,\n                \"availableAmountForRefund\": 202,\n                \"description\": \"this is a professional payment request\",\n                \"storeName\": \"ahmed\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60b95eb02d5d9900181d263d\",\n                        \"description\": \"ItemName 1\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 50,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"ahmed mahmoud\",\n                \"paymentRequestId\": \"INV-3552454190\",\n                \"tax\": 1,\n                \"creationDate\": \"2021-06-03T22:58:56.334Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"60b963c47443180018d0f541\",\n                        \"transactionInfoId\": \"TX-35524541194\",\n                        \"orderReference\": \"TEST-ORD-193294370\",\n                        \"cardOrderId\": \"ab640ba3-8006-4001-8f2d-a38fa2b06fb2\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 202,\n                        \"currency\": \"EGP\",\n                        \"creationDate\": \"2021-06-03T23:20:36.744Z\",\n                        \"method\": \"cash\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60b95eb02d5d9900181d263e\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"451190\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 202,\n                \"availableAmountForRefund\": 202,\n                \"description\": \"this is a professional payment request\",\n                \"storeName\": \"ahmed\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60b95eb02d5d9900181d263f\",\n                        \"description\": \"ItemName 1\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 50,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"ahmed mahmoud\",\n                \"paymentRequestId\": \"INV-3552454191\",\n                \"tax\": 1,\n                \"creationDate\": \"2021-06-03T22:58:56.334Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60b95d947443180018d0f53b\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"Yyyy 1190\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 202,\n                \"availableAmountForRefund\": 202,\n                \"description\": \"this is a professional payment request\",\n                \"storeName\": \"ahmed\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60b95d947443180018d0f53c\",\n                        \"description\": \"ItemName 1\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 50,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"ahmed mahmoud\",\n                \"paymentRequestId\": \"INV-3552454188\",\n                \"tax\": 1,\n                \"creationDate\": \"2021-06-03T22:54:12.431Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60b95d947443180018d0f53d\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"Yyyyy 1190\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 202,\n                \"availableAmountForRefund\": 202,\n                \"description\": \"this is a professional payment request\",\n                \"storeName\": \"ahmed\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60b95d947443180018d0f53e\",\n                        \"description\": \"ItemName 1\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 50,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"ahmed mahmoud\",\n                \"paymentRequestId\": \"INV-3552454189\",\n                \"tax\": 1,\n                \"creationDate\": \"2021-06-03T22:54:12.431Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60b95d5d2d5d9900181d263a\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"Yyy 1190\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 202,\n                \"availableAmountForRefund\": 202,\n                \"description\": \"this is a professional payment request\",\n                \"storeName\": \"ahmed\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2030-01-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60b95d5d2d5d9900181d263b\",\n                        \"description\": \"ItemName 1\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 50,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"ahmed mahmoud\",\n                \"paymentRequestId\": \"INV-3552454187\",\n                \"tax\": 1,\n                \"creationDate\": \"2021-06-03T22:53:17.891Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-06-01T01:15:57.729Z\",\n                    \"ip\": \"154.179.122.1\",\n                    \"userAgent\": null\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60b58a49e33aa500195a0686\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 14,\n                \"availableAmountForRefund\": 14,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"PR-3552454186\",\n                \"creationDate\": \"2021-06-01T01:15:53.395Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": [\n                    {\n                        \"_id\": \"60b58a54a1a6280018271639\",\n                        \"transactionInfoId\": \"TX-35524541107\",\n                        \"cardOrderId\": \"27ef7b7e-2ef2-46f7-903e-2714b3852019\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 14,\n                        \"creationDate\": \"2021-06-01T01:16:03.688Z\",\n                        \"orderReference\": \"TEST-ORD-193293905\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-05-31T22:18:16.173Z\",\n                    \"ip\": \"154.179.122.1\",\n                    \"userAgent\": null\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60b560a0e33aa500195a0685\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 100,\n                \"availableAmountForRefund\": 100,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"PR-3552454185\",\n                \"creationDate\": \"2021-05-31T22:18:08.903Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": [\n                    {\n                        \"_id\": \"60b58a20a1a6280018271638\",\n                        \"transactionInfoId\": \"TX-35524541105\",\n                        \"cardOrderId\": \"f214d53b-038a-49da-a9da-3657ad688549\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 100,\n                        \"creationDate\": \"2021-06-01T01:15:12.353Z\",\n                        \"orderReference\": \"TEST-ORD-193293904\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60b3a93c3198f70019ee96c9\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 10,\n                \"availableAmountForRefund\": 10,\n                \"description\": \"rwfer\",\n                \"state\": \"submitted\",\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"PR-3552454184\",\n                \"creationDate\": \"2021-05-30T15:03:24.574Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-05-30T15:00:57.162Z\",\n                    \"ip\": \"154.179.217.193\",\n                    \"userAgent\": null\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60b3a8a5a96e2b00187c1008\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 14,\n                \"availableAmountForRefund\": 14,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"PR-3552454183\",\n                \"creationDate\": \"2021-05-30T15:00:53.138Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": [\n                    {\n                        \"_id\": \"60b3a8b1a96e2b00187c1009\",\n                        \"transactionInfoId\": \"TX-35524541095\",\n                        \"cardOrderId\": \"c474fbcc-7630-49dd-a782-7079f71c741c\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 14,\n                        \"creationDate\": \"2021-05-30T15:01:04.602Z\",\n                        \"orderReference\": \"TEST-ORD-193293770\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-05-29T12:47:16.700Z\",\n                    \"ip\": \"197.54.202.35\",\n                    \"userAgent\": null\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60b237cf3198f70019ee96c7\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 14,\n                \"availableAmountForRefund\": 14,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"PR-3552454182\",\n                \"creationDate\": \"2021-05-29T12:47:11.811Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": [\n                    {\n                        \"_id\": \"60b237dc3198f70019ee96c8\",\n                        \"transactionInfoId\": \"TX-35524541093\",\n                        \"cardOrderId\": \"bc26fd5a-4ebd-4c4d-8086-74b21af21b6e\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 14,\n                        \"creationDate\": \"2021-05-29T12:47:24.062Z\",\n                        \"orderReference\": \"TEST-ORD-193293640\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60afaecb3198f70019ee96c5\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 100,\n                \"availableAmountForRefund\": 100,\n                \"description\": \"test\",\n                \"state\": \"submitted\",\n                \"customerName\": \"fadel\",\n                \"paymentRequestId\": \"PR-3552454181\",\n                \"creationDate\": \"2021-05-27T14:38:03.472Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-05-27T14:32:10.120Z\",\n                    \"ip\": \"154.184.239.176\",\n                    \"userAgent\": null\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60afad33a96e2b00187c0ffe\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 10,\n                \"availableAmountForRefund\": 10,\n                \"description\": \"test\",\n                \"state\": \"submitted\",\n                \"customerName\": \"fadel\",\n                \"paymentRequestId\": \"PR-3552454180\",\n                \"creationDate\": \"2021-05-27T14:31:15.097Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": [\n                    {\n                        \"_id\": \"60afad93a96e2b00187c0fff\",\n                        \"transactionInfoId\": \"TX-35524541089\",\n                        \"cardOrderId\": \"b8e2bcf5-08a0-45f1-8181-147b1100b9a9\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 10,\n                        \"creationDate\": \"2021-05-27T14:32:51.205Z\",\n                        \"orderReference\": \"TEST-ORD-193293384\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-05-27T14:20:43.138Z\",\n                    \"ip\": \"197.54.159.168\",\n                    \"userAgent\": null\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60afaa54a96e2b00187c0ffc\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 195,\n                \"invoiceReferenceId\": \"1221355\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 40,\n                \"availableAmountForRefund\": 40,\n                \"description\": \"okok\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-30T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60afaa54a96e2b00187c0ffd\",\n                        \"description\": \"\",\n                        \"subTotal\": 40,\n                        \"itemName\": \"rd4345\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 10\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-3552454179\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-05-27T14:19:00.588Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"60afaad23198f70019ee96c4\",\n                        \"transactionInfoId\": \"TX-35524541087\",\n                        \"cardOrderId\": \"f1c91261-9fc6-4e5c-b6c2-be6cb46b0a63\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 40,\n                        \"creationDate\": \"2021-05-27T14:21:05.729Z\",\n                        \"orderReference\": \"TEST-ORD-193293383\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60a678dc3198f70019ee7fd4\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 10,\n                \"availableAmountForRefund\": 10,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"PR-3552454178\",\n                \"creationDate\": \"2021-05-20T14:57:32.334Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60a0725a072ea9001af3c2bf\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 4,\n                \"availableAmountForRefund\": 4,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"customerName\": \"mkrwe\",\n                \"paymentRequestId\": \"PR-3552454177\",\n                \"creationDate\": \"2021-05-16T01:16:10.365Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60a000baa96e2b00187c0fa9\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 10,\n                \"availableAmountForRefund\": 10,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"PR-3552454176\",\n                \"creationDate\": \"2021-05-15T17:11:22.961Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": [\n                    {\n                        \"_id\": \"60a000fa072ea9001af3c2be\",\n                        \"transactionInfoId\": \"TX-3552454954\",\n                        \"cardOrderId\": \"93e313b0-43d4-4ccd-a9ef-5c8b34401ca1\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 10,\n                        \"creationDate\": \"2021-05-15T17:12:26.001Z\",\n                        \"orderReference\": \"TEST-ORD-193291675\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"609550f772a1870011a9e329\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 102,\n                \"availableAmountForRefund\": 102,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"PR-3552454175\",\n                \"creationDate\": \"2021-05-07T14:38:47.045Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": [\n                    {\n                        \"_id\": \"6095510a3106520011bfd7bb\",\n                        \"transactionInfoId\": \"TX-3552454918\",\n                        \"cardOrderId\": \"159c13ec-e522-44be-abf5-397a9ae25e7a\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 102,\n                        \"creationDate\": \"2021-05-07T14:39:05.780Z\",\n                        \"orderReference\": \"TEST-ORD-193290542\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6095495a72a1870011a9e327\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 15,\n                \"availableAmountForRefund\": 15,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"PR-3552454174\",\n                \"creationDate\": \"2021-05-07T14:06:18.475Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": [\n                    {\n                        \"_id\": \"60954a3172a1870011a9e328\",\n                        \"transactionInfoId\": \"TX-3552454916\",\n                        \"cardOrderId\": \"ce8611a7-456d-4653-be04-a7c53b8743cb\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 15,\n                        \"creationDate\": \"2021-05-07T14:09:52.795Z\",\n                        \"orderReference\": \"TEST-ORD-193290541\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6095491c72a1870011a9e325\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 100,\n                \"availableAmountForRefund\": 100,\n                \"description\": \"10\",\n                \"state\": \"submitted\",\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"PR-3552454173\",\n                \"creationDate\": \"2021-05-07T14:05:16.786Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": [\n                    {\n                        \"_id\": \"6095493a72a1870011a9e326\",\n                        \"transactionInfoId\": \"TX-3552454914\",\n                        \"cardOrderId\": \"b5b9bae3-270f-40c2-82b5-56f6f6b366e5\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 100,\n                        \"creationDate\": \"2021-05-07T14:05:45.736Z\",\n                        \"orderReference\": \"TEST-ORD-193290540\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": null,\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"609330ee72a1870011a9e313\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 191,\n                \"invoiceReferenceId\": \"14111111111\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 16,\n                \"availableAmountForRefund\": 16,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-07-10T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"609330ee72a1870011a9e314\",\n                        \"description\": \"u\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 4,\n                        \"subTotal\": 16\n                    }\n                ],\n                \"customerName\": \"uuu\",\n                \"paymentRequestId\": \"INV-3552454169\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-05-05T23:57:34.468Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"609331873106520011bfd7ac\",\n                        \"transactionInfoId\": \"TX-3552454896\",\n                        \"cardOrderId\": \"5f95dc71-4ace-4b23-98eb-c3b47eba0738\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 16,\n                        \"creationDate\": \"2021-05-06T00:00:07.339Z\",\n                        \"orderReference\": \"TEST-ORD-193290243\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"609325bb72a1870011a9e30d\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 188,\n                \"invoiceReferenceId\": \"777e\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 100,\n                \"availableAmountForRefund\": 100,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-03T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"609325bb72a1870011a9e30e\",\n                        \"description\": \"re\",\n                        \"quantity\": 10,\n                        \"unitPrice\": 10,\n                        \"subTotal\": 100\n                    }\n                ],\n                \"customerName\": \"mk14\",\n                \"paymentRequestId\": \"INV-3552454166\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-05-05T23:09:47.482Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6093265d3106520011bfd7ab\",\n                        \"transactionInfoId\": \"TX-3552454894\",\n                        \"cardOrderId\": \"ab3fa980-d3d5-456d-99c0-1ec824961a25\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 100,\n                        \"creationDate\": \"2021-05-05T23:12:29.712Z\",\n                        \"orderReference\": \"TEST-ORD-193290242\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6091a71b72a1870011a9e303\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 150,\n                \"availableAmountForRefund\": 150,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"PR-3552454165\",\n                \"creationDate\": \"2021-05-04T19:57:15.630Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6091764d72a1870011a9e301\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 187,\n                \"invoiceReferenceId\": \"12213ee\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 100,\n                \"availableAmountForRefund\": 100,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-05-18T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6091764d72a1870011a9e302\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 100,\n                        \"subTotal\": 100\n                    }\n                ],\n                \"customerName\": \"sdfkhjsdf\",\n                \"paymentRequestId\": \"INV-3552454163\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-05-04T16:29:01.550Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"606dc41e37affc0018d26370\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 184,\n                \"invoiceReferenceId\": \"1434984\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 50,\n                \"availableAmountForRefund\": 50,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"606dc41e37affc0018d26371\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 5,\n                        \"itemName\": \"laptop\",\n                        \"unitPrice\": 10,\n                        \"subTotal\": 50\n                    }\n                ],\n                \"customerName\": \"test customer\",\n                \"paymentRequestId\": \"INV-3552454160\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-04-07T14:39:26.389Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-04-05T16:38:02.416Z\",\n                    \"ip\": \"196.156.15.116\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"89.0.4389.114\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"606b3ce0efceeb00180e0180\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 182,\n                \"invoiceReferenceId\": \"12213ss55558433ewe1\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 10,\n                \"availableAmountForRefund\": 10,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-05-08T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"606b3ce0efceeb00180e0181\",\n                        \"description\": \"Item1\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 10,\n                        \"subTotal\": 10\n                    }\n                ],\n                \"customerName\": \"Reg5Apr\",\n                \"paymentRequestId\": \"INV-3552454157\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-04-05T16:37:52.159Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"606b3cf537affc0018d26357\",\n                        \"transactionInfoId\": \"TX-3552454420\",\n                        \"cardOrderId\": \"86d4902b-2231-4594-8ed6-ddb275c83684\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 10,\n                        \"creationDate\": \"2021-04-05T16:38:12.727Z\",\n                        \"orderReference\": \"TEST-ORD-193285633\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"606aed9237affc0018d2634e\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 20,\n                \"availableAmountForRefund\": 20,\n                \"description\": \"dkldt\",\n                \"state\": \"submitted\",\n                \"customerName\": \"djrtogq/\",\n                \"paymentRequestId\": \"PR-3552454155\",\n                \"creationDate\": \"2021-04-05T10:59:30.778Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"606aeba8efceeb00180e017d\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 181,\n                \"invoiceReferenceId\": \"12213ss55558433ewe\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 4675,\n                \"availableAmountForRefund\": 4675,\n                \"description\": \"ppppuu\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-04-22T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"606aeba8efceeb00180e017e\",\n                        \"description\": \"\",\n                        \"subTotal\": 4675,\n                        \"itemName\": \"rdt\",\n                        \"quantity\": 55,\n                        \"unitPrice\": 85\n                    }\n                ],\n                \"customerName\": \"mkh\",\n                \"paymentRequestId\": \"INV-3552454154\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-04-05T10:51:20.280Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-04-05T10:50:35.386Z\",\n                    \"ip\": \"102.190.14.49\",\n                    \"userAgent\": {\n                        \"webkit\": true,\n                        \"version\": \"605.1.15\",\n                        \"safari\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"606aeb5e37affc0018d2634b\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 180,\n                \"invoiceReferenceId\": \"12213ss55558433ew\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 4675,\n                \"availableAmountForRefund\": 4675,\n                \"description\": \"ppppuu\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-04-22T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"606aeb5e37affc0018d2634c\",\n                        \"description\": \"\",\n                        \"subTotal\": 4675,\n                        \"itemName\": \"rdt\",\n                        \"quantity\": 55,\n                        \"unitPrice\": 85\n                    }\n                ],\n                \"customerName\": \"mkh\",\n                \"paymentRequestId\": \"INV-3552454153\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-04-05T10:50:06.599Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"606aeba2efceeb00180e017c\",\n                        \"transactionInfoId\": \"TX-3552454414\",\n                        \"cardOrderId\": \"f63e8852-5a09-4b33-bb95-49fbf46c909e\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 4675,\n                        \"creationDate\": \"2021-04-05T10:50:45.389Z\",\n                        \"orderReference\": \"TEST-ORD-193285599\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-04-05T10:49:25.996Z\",\n                    \"ip\": \"102.190.14.49\",\n                    \"userAgent\": {\n                        \"webkit\": true,\n                        \"version\": \"605.1.15\",\n                        \"safari\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"606aeb1eefceeb00180e0179\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 179,\n                \"invoiceReferenceId\": \"12213ss55558433e\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 4675,\n                \"availableAmountForRefund\": 4675,\n                \"description\": \"ppppuu\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-04-22T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"606aeb1eefceeb00180e017a\",\n                        \"description\": \"\",\n                        \"subTotal\": 4675,\n                        \"itemName\": \"rdt\",\n                        \"quantity\": 55,\n                        \"unitPrice\": 85\n                    }\n                ],\n                \"customerName\": \"mkh\",\n                \"paymentRequestId\": \"INV-3552454152\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-04-05T10:49:02.959Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"606aeb57efceeb00180e017b\",\n                        \"transactionInfoId\": \"TX-3552454412\",\n                        \"cardOrderId\": \"7e9a1b07-4cb1-4f9a-9649-f44eaf19fdf0\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 4675,\n                        \"creationDate\": \"2021-04-05T10:49:35.346Z\",\n                        \"orderReference\": \"TEST-ORD-193285598\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"606aea3737affc0018d26349\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 178,\n                \"invoiceReferenceId\": \"12213ss5555843\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 4675,\n                \"availableAmountForRefund\": 4675,\n                \"description\": \"ppppuu\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-04-22T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"606aea3737affc0018d2634a\",\n                        \"description\": \"\",\n                        \"subTotal\": 4675,\n                        \"itemName\": \"rdt\",\n                        \"quantity\": 55,\n                        \"unitPrice\": 85\n                    }\n                ],\n                \"customerName\": \"mkh\",\n                \"paymentRequestId\": \"INV-3552454151\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-04-05T10:45:11.715Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"606aea3737affc0018d26347\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 177,\n                \"invoiceReferenceId\": \"12213ss55558433\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 4675,\n                \"availableAmountForRefund\": 4675,\n                \"description\": \"ppppuu\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-04-22T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"606aea3737affc0018d26348\",\n                        \"description\": \"\",\n                        \"subTotal\": 4675,\n                        \"itemName\": \"rdt\",\n                        \"quantity\": 55,\n                        \"unitPrice\": 85\n                    }\n                ],\n                \"customerName\": \"mkh\",\n                \"paymentRequestId\": \"INV-3552454150\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-04-05T10:45:11.707Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"606ae99a37affc0018d26345\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 176,\n                \"invoiceReferenceId\": \"12213ss555584\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 4675,\n                \"availableAmountForRefund\": 4675,\n                \"description\": \"ppppuu\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-04-22T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"606ae99a37affc0018d26346\",\n                        \"description\": \"\",\n                        \"subTotal\": 4675,\n                        \"itemName\": \"rdt\",\n                        \"quantity\": 55,\n                        \"unitPrice\": 85\n                    }\n                ],\n                \"customerName\": \"mkh\",\n                \"paymentRequestId\": \"INV-3552454149\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-04-05T10:42:34.717Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-04-05T10:41:20.765Z\",\n                    \"ip\": \"102.190.14.49\",\n                    \"userAgent\": {\n                        \"webkit\": true,\n                        \"version\": \"605.1.15\",\n                        \"safari\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"606ae93137affc0018d26342\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 175,\n                \"invoiceReferenceId\": \"12213ss55558\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 4675,\n                \"availableAmountForRefund\": 4675,\n                \"description\": \"ppppuu\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-04-22T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"606ae93137affc0018d26343\",\n                        \"description\": \"\",\n                        \"subTotal\": 4675,\n                        \"itemName\": \"rdt\",\n                        \"quantity\": 55,\n                        \"unitPrice\": 85\n                    }\n                ],\n                \"customerName\": \"mkh\",\n                \"paymentRequestId\": \"INV-3552454148\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-04-05T10:40:49.213Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"606ae95a37affc0018d26344\",\n                        \"transactionInfoId\": \"TX-3552454406\",\n                        \"cardOrderId\": \"63b958b3-020a-4a7a-9400-430bfce6b717\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 4675,\n                        \"creationDate\": \"2021-04-05T10:41:30.324Z\",\n                        \"orderReference\": \"TEST-ORD-193285591\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-04-05T10:38:30.273Z\",\n                    \"ip\": \"102.190.14.49\",\n                    \"userAgent\": {\n                        \"webkit\": true,\n                        \"version\": \"605.1.15\",\n                        \"safari\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"606ae86637affc0018d26340\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 174,\n                \"invoiceReferenceId\": \"12213ss5555\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 4675,\n                \"availableAmountForRefund\": 4675,\n                \"description\": \"ppppuu\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-04-22T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"606ae86637affc0018d26341\",\n                        \"description\": \"\",\n                        \"subTotal\": 4675,\n                        \"itemName\": \"rdt\",\n                        \"quantity\": 55,\n                        \"unitPrice\": 85\n                    }\n                ],\n                \"customerName\": \"mkh\",\n                \"paymentRequestId\": \"INV-3552454147\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-04-05T10:37:26.064Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"606ae8b0efceeb00180e0178\",\n                        \"transactionInfoId\": \"TX-3552454404\",\n                        \"cardOrderId\": \"da7335ae-913c-46f3-a6ea-48e25de81395\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 4675,\n                        \"creationDate\": \"2021-04-05T10:38:39.662Z\",\n                        \"orderReference\": \"TEST-ORD-193285590\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-04-05T10:35:56.975Z\",\n                    \"ip\": \"102.190.14.49\",\n                    \"userAgent\": {\n                        \"webkit\": true,\n                        \"version\": \"605.1.15\",\n                        \"safari\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"606ae7f6efceeb00180e0175\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 173,\n                \"invoiceReferenceId\": \"12213ss555\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 4675,\n                \"availableAmountForRefund\": 4675,\n                \"description\": \"ppppuu\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-04-22T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"606ae7f6efceeb00180e0176\",\n                        \"description\": \"\",\n                        \"subTotal\": 4675,\n                        \"itemName\": \"rdt\",\n                        \"quantity\": 55,\n                        \"unitPrice\": 85\n                    }\n                ],\n                \"customerName\": \"mkh\",\n                \"paymentRequestId\": \"INV-3552454146\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-04-05T10:35:34.068Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"606ae818efceeb00180e0177\",\n                        \"transactionInfoId\": \"TX-3552454402\",\n                        \"cardOrderId\": \"22d7b4a4-458b-4c03-a3b8-dcfbc7537c00\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 4675,\n                        \"creationDate\": \"2021-04-05T10:36:08.300Z\",\n                        \"orderReference\": \"TEST-ORD-193285589\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"606ae521efceeb00180e0173\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 171,\n                \"invoiceReferenceId\": \"12213ss\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 40,\n                \"availableAmountForRefund\": 40,\n                \"description\": \"pppp\",\n                \"state\": \"submitted\",\n                \"dueDate\": null,\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"606ae521efceeb00180e0174\",\n                        \"description\": \"\",\n                        \"subTotal\": 40,\n                        \"itemName\": \"rd\",\n                        \"quantity\": 5,\n                        \"unitPrice\": 8\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-3552454145\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-04-05T10:23:29.795Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"606ae1e937affc0018d2633b\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 170,\n                \"invoiceReferenceId\": \"122134444\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 20,\n                \"availableAmountForRefund\": 20,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-04-23T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"606ae1e937affc0018d2633c\",\n                        \"description\": \"\",\n                        \"subTotal\": 20,\n                        \"itemName\": \"rd\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 5\n                    }\n                ],\n                \"customerName\": \"mohamed\",\n                \"paymentRequestId\": \"INV-3552454144\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-04-05T10:09:45.785Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"606adeb137affc0018d26338\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 169,\n                \"invoiceReferenceId\": \"23243223\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 200,\n                \"availableAmountForRefund\": 200,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"606adeb137affc0018d26339\",\n                        \"description\": \"\",\n                        \"subTotal\": 200,\n                        \"itemName\": \"lap\",\n                        \"quantity\": 10,\n                        \"unitPrice\": 20\n                    }\n                ],\n                \"customerName\": \"tom khaled\",\n                \"paymentRequestId\": \"INV-3552454143\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-04-05T09:56:01.148Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6058a4b837affc0018d262ea\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 167,\n                \"invoiceReferenceId\": \"1455\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 15,\n                \"availableAmountForRefund\": 15,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-04-02T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6058a4b837affc0018d262eb\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 15,\n                        \"subTotal\": 15\n                    }\n                ],\n                \"customerName\": \"sdfkhjsdf\",\n                \"paymentRequestId\": \"INV-3552454141\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-03-22T14:07:52.793Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-26T13:37:48.282Z\",\n                    \"ip\": \"154.179.135.222\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.190\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6038f98bc1f9bc0011d795ee\",\n                \"merchantId\": \"MID-3552-454\",\n                \"paymentType\": \"simple\",\n                \"totalAmount\": 15,\n                \"availableAmountForRefund\": 15,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"PR-3552454140\",\n                \"creationDate\": \"2021-02-26T13:37:15.160Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"invoiceItems\": [],\n                \"transactions\": [\n                    {\n                        \"_id\": \"6038f9b7c1f9bc0011d795ef\",\n                        \"transactionInfoId\": \"TX-3552454210\",\n                        \"cardOrderId\": \"a709b3cb-7eb6-4670-adfd-42f3f0454783\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 15,\n                        \"creationDate\": \"2021-02-26T13:37:59.626Z\",\n                        \"orderReference\": \"TEST-ORD-193279936\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603639fcc1f9bc0011d795c5\",\n                \"merchantId\": \"MID-3552-454\",\n                \"invoiceReferenceId\": \"1488\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 100,\n                \"availableAmountForRefund\": 100,\n                \"description\": \"\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-03-03T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603639fcc1f9bc0011d795c6\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 100,\n                        \"subTotal\": 100\n                    }\n                ],\n                \"customerName\": \"sdfkhjsdf\",\n                \"paymentRequestId\": \"INV-3552454138\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-24T11:35:24.734Z\",\n                \"createdByUserId\": null,\n                \"transactions\": [],\n                \"autoGeneratedId\": 166\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60357e2a27f8f40011a43624\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 165,\n                \"invoiceReferenceId\": \"ewe\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 450,\n                \"availableAmountForRefund\": 450,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60357e2a27f8f40011a43625\",\n                        \"description\": \"\",\n                        \"subTotal\": 450,\n                        \"itemName\": \"rdw\",\n                        \"quantity\": 45,\n                        \"unitPrice\": 10\n                    }\n                ],\n                \"customerName\": \"wrwr\",\n                \"paymentRequestId\": \"INV-3552454137\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T22:14:02.982Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60357d5227f8f40011a43622\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 164,\n                \"invoiceReferenceId\": \"s09080\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 36,\n                \"availableAmountForRefund\": 36,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60357d5227f8f40011a43623\",\n                        \"description\": \"\",\n                        \"subTotal\": 36,\n                        \"itemName\": \"rd\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 9\n                    }\n                ],\n                \"customerName\": \"mka\",\n                \"paymentRequestId\": \"INV-3552454136\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T22:10:26.032Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T16:29:53.008Z\",\n                    \"ip\": \"41.34.252.231\",\n                    \"userAgent\": {\n                        \"webkit\": true,\n                        \"version\": \"605.1.15\",\n                        \"safari\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60352d67c1f9bc0011d795a7\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 163,\n                \"invoiceReferenceId\": \"ygsdf\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 54,\n                \"availableAmountForRefund\": 54,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60352d67c1f9bc0011d795a8\",\n                        \"description\": \"\",\n                        \"subTotal\": 54,\n                        \"itemName\": \"sidhf\",\n                        \"quantity\": 6,\n                        \"unitPrice\": 9\n                    }\n                ],\n                \"customerName\": \"sherif\",\n                \"paymentRequestId\": \"INV-3552454135\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T16:29:27.563Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"60352d8ec1f9bc0011d795a9\",\n                        \"transactionInfoId\": \"TX-3552454208\",\n                        \"cardOrderId\": \"5407c465-bd94-417f-b063-ecd80a60c7c6\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 54,\n                        \"creationDate\": \"2021-02-23T16:30:05.805Z\",\n                        \"orderReference\": \"TEST-ORD-193279484\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60352500c1f9bc0011d795a5\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 162,\n                \"invoiceReferenceId\": \"we343253\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 12,\n                \"availableAmountForRefund\": 12,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60352500c1f9bc0011d795a6\",\n                        \"description\": \"\",\n                        \"subTotal\": 12,\n                        \"itemName\": \"rde\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 4\n                    }\n                ],\n                \"customerName\": \"mkd\",\n                \"paymentRequestId\": \"INV-3552454134\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T15:53:36.669Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6035233827f8f40011a4361e\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 161,\n                \"invoiceReferenceId\": \"re\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 230,\n                \"availableAmountForRefund\": 230,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6035233827f8f40011a4361f\",\n                        \"description\": \"\",\n                        \"subTotal\": 230,\n                        \"itemName\": \"rd\",\n                        \"quantity\": 23,\n                        \"unitPrice\": 10\n                    }\n                ],\n                \"customerName\": \"er\",\n                \"paymentRequestId\": \"INV-3552454133\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T15:46:00.782Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T15:25:32.497Z\",\n                    \"ip\": \"41.34.252.231\",\n                    \"userAgent\": {\n                        \"webkit\": true,\n                        \"version\": \"605.1.15\",\n                        \"safari\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60351e54c1f9bc0011d795a2\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 160,\n                \"invoiceReferenceId\": \"ee\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 320,\n                \"availableAmountForRefund\": 320,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60351e54c1f9bc0011d795a3\",\n                        \"description\": \"\",\n                        \"subTotal\": 320,\n                        \"itemName\": \"wlf\",\n                        \"quantity\": 8,\n                        \"unitPrice\": 40\n                    }\n                ],\n                \"customerName\": \"e\",\n                \"paymentRequestId\": \"INV-3552454132\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T15:25:08.135Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"60351e87c1f9bc0011d795a4\",\n                        \"transactionInfoId\": \"TX-3552454206\",\n                        \"cardOrderId\": \"108d9462-5afa-45ac-b45f-32f22c31ffa0\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 320,\n                        \"creationDate\": \"2021-02-23T15:25:57.927Z\",\n                        \"orderReference\": \"TEST-ORD-193279483\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T15:23:53.494Z\",\n                    \"ip\": \"41.34.252.231\",\n                    \"userAgent\": {\n                        \"webkit\": true,\n                        \"version\": \"605.1.15\",\n                        \"safari\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60351de227f8f40011a4361c\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 159,\n                \"invoiceReferenceId\": \"214234\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 147,\n                \"availableAmountForRefund\": 147,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60351de227f8f40011a4361d\",\n                        \"description\": \"\",\n                        \"subTotal\": 147,\n                        \"itemName\": \"rd\",\n                        \"quantity\": 49,\n                        \"unitPrice\": 3\n                    }\n                ],\n                \"customerName\": \"ewrew\",\n                \"paymentRequestId\": \"INV-3552454131\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T15:23:14.059Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"60351e1dc1f9bc0011d795a1\",\n                        \"transactionInfoId\": \"TX-3552454204\",\n                        \"cardOrderId\": \"26c04484-a575-49bf-af38-591aea54b1d4\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 147,\n                        \"creationDate\": \"2021-02-23T15:24:12.554Z\",\n                        \"orderReference\": \"TEST-ORD-193279482\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60351dadc1f9bc0011d7959f\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 158,\n                \"invoiceReferenceId\": \"12wqe4487\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 348,\n                \"availableAmountForRefund\": 348,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60351dadc1f9bc0011d795a0\",\n                        \"description\": \"\",\n                        \"subTotal\": 348,\n                        \"itemName\": \"rdr\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 87\n                    }\n                ],\n                \"customerName\": \"kkkk\",\n                \"paymentRequestId\": \"INV-3552454130\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T15:22:21.680Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60351d76c1f9bc0011d7959d\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 157,\n                \"invoiceReferenceId\": \"12wqe44\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 348,\n                \"availableAmountForRefund\": 348,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60351d76c1f9bc0011d7959e\",\n                        \"description\": \"\",\n                        \"subTotal\": 348,\n                        \"itemName\": \"rd\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 87\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-3552454129\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T15:21:26.962Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T15:19:58.764Z\",\n                    \"ip\": \"41.34.252.231\",\n                    \"userAgent\": {\n                        \"webkit\": true,\n                        \"version\": \"605.1.15\",\n                        \"safari\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60351aba27f8f40011a43616\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 156,\n                \"invoiceReferenceId\": \"12wqe4\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 348,\n                \"availableAmountForRefund\": 348,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60351aba27f8f40011a43617\",\n                        \"description\": \"\",\n                        \"subTotal\": 348,\n                        \"itemName\": \"rd\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 87\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-3552454128\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T15:09:46.695Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"60351d3f27f8f40011a4361b\",\n                        \"transactionInfoId\": \"TX-3552454202\",\n                        \"cardOrderId\": \"d63d1763-b653-4557-bec8-f18052c00068\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 348,\n                        \"creationDate\": \"2021-02-23T15:20:30.679Z\",\n                        \"orderReference\": \"TEST-ORD-193279481\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60351a8627f8f40011a43614\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 155,\n                \"invoiceReferenceId\": \"12wqe\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 348,\n                \"availableAmountForRefund\": 348,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60351a8627f8f40011a43615\",\n                        \"description\": \"\",\n                        \"subTotal\": 348,\n                        \"itemName\": \"rd\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 87\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-3552454127\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T15:08:54.377Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603519dac1f9bc0011d79597\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 154,\n                \"invoiceReferenceId\": \"0003566f09\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 803,\n                \"availableAmountForRefund\": 803,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603519dac1f9bc0011d79598\",\n                        \"description\": \"\",\n                        \"subTotal\": 117,\n                        \"itemName\": \"u\",\n                        \"quantity\": 39,\n                        \"unitPrice\": 3\n                    },\n                    {\n                        \"_id\": \"603519dac1f9bc0011d79599\",\n                        \"description\": \"\",\n                        \"subTotal\": 686,\n                        \"itemName\": \"iu\",\n                        \"quantity\": 98,\n                        \"unitPrice\": 7\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-3552454126\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T15:06:02.122Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6035196cc1f9bc0011d79594\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 153,\n                \"invoiceReferenceId\": \"0003566f0\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 803,\n                \"availableAmountForRefund\": 803,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6035196cc1f9bc0011d79595\",\n                        \"description\": \"\",\n                        \"subTotal\": 117,\n                        \"itemName\": \"u\",\n                        \"quantity\": 39,\n                        \"unitPrice\": 3\n                    },\n                    {\n                        \"_id\": \"6035196cc1f9bc0011d79596\",\n                        \"description\": \"\",\n                        \"subTotal\": 686,\n                        \"itemName\": \"iu\",\n                        \"quantity\": 98,\n                        \"unitPrice\": 7\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-3552454125\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T15:04:12.206Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603518fac1f9bc0011d79591\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 152,\n                \"invoiceReferenceId\": \"0003566fg\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 803,\n                \"availableAmountForRefund\": 803,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603518fac1f9bc0011d79592\",\n                        \"description\": \"\",\n                        \"subTotal\": 117,\n                        \"itemName\": \"u\",\n                        \"quantity\": 39,\n                        \"unitPrice\": 3\n                    },\n                    {\n                        \"_id\": \"603518fac1f9bc0011d79593\",\n                        \"description\": \"\",\n                        \"subTotal\": 686,\n                        \"itemName\": \"iu\",\n                        \"quantity\": 98,\n                        \"unitPrice\": 7\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-3552454124\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T15:02:18.631Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6035182b27f8f40011a43611\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 151,\n                \"invoiceReferenceId\": \"yuerwi\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 60,\n                \"availableAmountForRefund\": 60,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6035182b27f8f40011a43612\",\n                        \"description\": \"\",\n                        \"subTotal\": 60,\n                        \"itemName\": \"uidf\",\n                        \"quantity\": 2,\n                        \"unitPrice\": 30\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-3552454123\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T14:58:51.634Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60350caec1f9bc0011d7958e\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 150,\n                \"invoiceReferenceId\": \"eee898\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 144,\n                \"availableAmountForRefund\": 144,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60350caec1f9bc0011d7958f\",\n                        \"description\": \"\",\n                        \"subTotal\": 144,\n                        \"itemName\": \"12\",\n                        \"quantity\": 12,\n                        \"unitPrice\": 12\n                    }\n                ],\n                \"customerName\": \"moa\",\n                \"paymentRequestId\": \"INV-3552454122\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T14:09:50.578Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T14:02:33.754Z\",\n                    \"ip\": \"196.132.71.216\",\n                    \"userAgent\": {\n                        \"webkit\": true,\n                        \"version\": \"605.1.15\",\n                        \"safari\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60350aabc1f9bc0011d7958c\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 149,\n                \"invoiceReferenceId\": \"ewr89799\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 176,\n                \"availableAmountForRefund\": 176,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60350aabc1f9bc0011d7958d\",\n                        \"description\": \"\",\n                        \"subTotal\": 176,\n                        \"itemName\": \"2345\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 44\n                    }\n                ],\n                \"customerName\": \"mkrwe\",\n                \"paymentRequestId\": \"INV-3552454121\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T14:01:15.681Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"60350b0427f8f40011a43610\",\n                        \"transactionInfoId\": \"TX-3552454200\",\n                        \"cardOrderId\": \"fa4d998e-d3c0-458a-93f2-7cb2d11ad6a7\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 176,\n                        \"creationDate\": \"2021-02-23T14:02:44.358Z\",\n                        \"orderReference\": \"TEST-ORD-193279472\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6035092ac1f9bc0011d7958a\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 148,\n                \"invoiceReferenceId\": \"ewr8979\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 20,\n                \"availableAmountForRefund\": 20,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6035092ac1f9bc0011d7958b\",\n                        \"description\": \"\",\n                        \"subTotal\": 20,\n                        \"itemName\": \"2345\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 5\n                    }\n                ],\n                \"customerName\": \"mkrwe\",\n                \"paymentRequestId\": \"INV-3552454120\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T13:54:50.686Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T13:59:47.695Z\",\n                    \"ip\": \"196.132.71.216\",\n                    \"userAgent\": {\n                        \"webkit\": true,\n                        \"version\": \"605.1.15\",\n                        \"safari\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60350818c1f9bc0011d79587\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 147,\n                \"invoiceReferenceId\": \"987345\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 38,\n                \"availableAmountForRefund\": 38,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60350818c1f9bc0011d79588\",\n                        \"description\": \"\",\n                        \"subTotal\": 10,\n                        \"itemName\": \"w\",\n                        \"quantity\": 2,\n                        \"unitPrice\": 5\n                    },\n                    {\n                        \"_id\": \"60350818c1f9bc0011d79589\",\n                        \"description\": \"\",\n                        \"subTotal\": 28,\n                        \"itemName\": \"r\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 7\n                    }\n                ],\n                \"customerName\": \"gssf\",\n                \"paymentRequestId\": \"INV-3552454119\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T13:50:16.846Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"60350a5e27f8f40011a4360f\",\n                        \"transactionInfoId\": \"TX-3552454198\",\n                        \"cardOrderId\": \"bf69120e-d493-4216-93d1-6da100fc2f25\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 38,\n                        \"creationDate\": \"2021-02-23T13:59:57.969Z\",\n                        \"orderReference\": \"TEST-ORD-193279471\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603507eec1f9bc0011d79584\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 146,\n                \"invoiceReferenceId\": \"2340-465349\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 40,\n                \"availableAmountForRefund\": 40,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603507eec1f9bc0011d79585\",\n                        \"description\": \"\",\n                        \"subTotal\": 20,\n                        \"itemName\": \"oiufi\",\n                        \"quantity\": 5,\n                        \"unitPrice\": 4\n                    },\n                    {\n                        \"_id\": \"603507eec1f9bc0011d79586\",\n                        \"description\": \"\",\n                        \"subTotal\": 20,\n                        \"itemName\": \"i\",\n                        \"quantity\": 5,\n                        \"unitPrice\": 4\n                    }\n                ],\n                \"customerName\": \"mkj\",\n                \"paymentRequestId\": \"INV-3552454118\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T13:49:34.282Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603505e827f8f40011a4360d\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 145,\n                \"invoiceReferenceId\": \"2340-465346\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 20,\n                \"availableAmountForRefund\": 20,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603505e827f8f40011a4360e\",\n                        \"description\": \"\",\n                        \"subTotal\": 20,\n                        \"itemName\": \"oiufi\",\n                        \"quantity\": 5,\n                        \"unitPrice\": 4\n                    }\n                ],\n                \"customerName\": \"mkj\",\n                \"paymentRequestId\": \"INV-3552454117\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T13:40:56.514Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6035057427f8f40011a4360b\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 144,\n                \"invoiceReferenceId\": \"213\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 240,\n                \"availableAmountForRefund\": 240,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6035057427f8f40011a4360c\",\n                        \"description\": \"\",\n                        \"subTotal\": 240,\n                        \"itemName\": \"rd\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 60\n                    }\n                ],\n                \"customerName\": \"mkf\",\n                \"paymentRequestId\": \"INV-3552454116\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T13:39:00.214Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034fce127f8f40011a43609\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 143,\n                \"invoiceReferenceId\": \"uwef\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 12,\n                \"availableAmountForRefund\": 12,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034fce127f8f40011a4360a\",\n                        \"description\": \"\",\n                        \"subTotal\": 12,\n                        \"itemName\": \"slkf\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 4\n                    }\n                ],\n                \"customerName\": \"kwef\",\n                \"paymentRequestId\": \"INV-3552454115\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T13:02:25.675Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034fc9dc1f9bc0011d7957c\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 142,\n                \"invoiceReferenceId\": \"987\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 152,\n                \"availableAmountForRefund\": 152,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034fc9dc1f9bc0011d7957d\",\n                        \"description\": \"\",\n                        \"subTotal\": 96,\n                        \"itemName\": \"2\",\n                        \"quantity\": 24,\n                        \"unitPrice\": 4\n                    },\n                    {\n                        \"_id\": \"6034fc9dc1f9bc0011d7957e\",\n                        \"description\": \"\",\n                        \"subTotal\": 56,\n                        \"itemName\": \"kdfsj\",\n                        \"quantity\": 7,\n                        \"unitPrice\": 8\n                    }\n                ],\n                \"customerName\": \"dsfj\",\n                \"paymentRequestId\": \"INV-3552454114\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T13:01:17.066Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034fbd027f8f40011a43607\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 141,\n                \"invoiceReferenceId\": \"huj\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 96,\n                \"availableAmountForRefund\": 96,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034fbd027f8f40011a43608\",\n                        \"description\": \"\",\n                        \"subTotal\": 96,\n                        \"itemName\": \"2\",\n                        \"quantity\": 24,\n                        \"unitPrice\": 4\n                    }\n                ],\n                \"customerName\": \"dsfj\",\n                \"paymentRequestId\": \"INV-3552454113\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T12:57:52.275Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034f746c1f9bc0011d7957a\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 139,\n                \"invoiceReferenceId\": \"983643\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 110,\n                \"availableAmountForRefund\": 110,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034f746c1f9bc0011d7957b\",\n                        \"description\": \"\",\n                        \"subTotal\": 110,\n                        \"itemName\": \"rdrr\",\n                        \"quantity\": 11,\n                        \"unitPrice\": 10\n                    }\n                ],\n                \"customerName\": \"mklk\",\n                \"paymentRequestId\": \"INV-3552454112\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T12:38:30.270Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034f6aac1f9bc0011d79578\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 137,\n                \"invoiceReferenceId\": \"32498\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 3600,\n                \"availableAmountForRefund\": 3600,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034f6aac1f9bc0011d79579\",\n                        \"description\": \"\",\n                        \"subTotal\": 3600,\n                        \"itemName\": \"2\",\n                        \"quantity\": 900,\n                        \"unitPrice\": 4\n                    }\n                ],\n                \"customerName\": \"mkd\",\n                \"paymentRequestId\": \"INV-3552454111\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T12:35:54.835Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034f68fc1f9bc0011d79576\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 136,\n                \"invoiceReferenceId\": \"324\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 360,\n                \"availableAmountForRefund\": 360,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034f68fc1f9bc0011d79577\",\n                        \"description\": \"\",\n                        \"subTotal\": 360,\n                        \"itemName\": \"2\",\n                        \"quantity\": 90,\n                        \"unitPrice\": 4\n                    }\n                ],\n                \"customerName\": \"mkd\",\n                \"paymentRequestId\": \"INV-3552454110\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T12:35:27.213Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034f580c1f9bc0011d79573\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 134,\n                \"invoiceReferenceId\": \"23345\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 22,\n                \"availableAmountForRefund\": 22,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034f580c1f9bc0011d79574\",\n                        \"description\": \"\",\n                        \"subTotal\": 22,\n                        \"itemName\": \"rd\",\n                        \"quantity\": 22,\n                        \"unitPrice\": 1\n                    }\n                ],\n                \"customerName\": \"tt\",\n                \"paymentRequestId\": \"INV-3552454109\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T12:30:56.401Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034f4d827f8f40011a435fd\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 132,\n                \"invoiceReferenceId\": \"232314\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 2829,\n                \"availableAmountForRefund\": 2829,\n                \"description\": \"some description\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034f4d827f8f40011a435fe\",\n                        \"description\": \"\",\n                        \"subTotal\": 2829,\n                        \"itemName\": \"t\",\n                        \"quantity\": 123,\n                        \"unitPrice\": 23\n                    }\n                ],\n                \"customerName\": \"a\",\n                \"paymentRequestId\": \"INV-3552454108\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T12:28:08.783Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034f42427f8f40011a435fb\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 130,\n                \"invoiceReferenceId\": \"34444444443\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 9,\n                \"availableAmountForRefund\": 9,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034f42427f8f40011a435fc\",\n                        \"description\": \"\",\n                        \"subTotal\": 9,\n                        \"itemName\": \"d\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 3\n                    }\n                ],\n                \"customerName\": \"s\",\n                \"paymentRequestId\": \"INV-3552454107\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T12:25:08.808Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T12:18:36.817Z\",\n                    \"ip\": \"196.132.71.216\",\n                    \"userAgent\": {\n                        \"webkit\": true,\n                        \"version\": \"605.1.15\",\n                        \"safari\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034f24d27f8f40011a435f8\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 129,\n                \"invoiceReferenceId\": \"3444444444\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 9,\n                \"availableAmountForRefund\": 9,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034f24d27f8f40011a435f9\",\n                        \"description\": \"\",\n                        \"subTotal\": 9,\n                        \"itemName\": \"d\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 3\n                    }\n                ],\n                \"customerName\": \"s\",\n                \"paymentRequestId\": \"INV-3552454106\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T12:17:17.743Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034f2a927f8f40011a435fa\",\n                        \"transactionInfoId\": \"TX-3552454196\",\n                        \"cardOrderId\": \"bc67f9aa-38bf-44a5-b04c-6d9376a5776a\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 9,\n                        \"creationDate\": \"2021-02-23T12:18:48.458Z\",\n                        \"orderReference\": \"TEST-ORD-193279462\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034eb3727f8f40011a435f2\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 128,\n                \"invoiceReferenceId\": \"w\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 9,\n                \"availableAmountForRefund\": 9,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034eb3727f8f40011a435f3\",\n                        \"description\": \"\",\n                        \"subTotal\": 9,\n                        \"itemName\": \"d\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 3\n                    }\n                ],\n                \"customerName\": \"s\",\n                \"paymentRequestId\": \"INV-3552454105\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T11:47:03.779Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034e551c1f9bc0011d79569\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 127,\n                \"invoiceReferenceId\": \"122134445\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 23,\n                \"availableAmountForRefund\": 23,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034e551c1f9bc0011d7956a\",\n                        \"description\": \"\",\n                        \"subTotal\": 23,\n                        \"itemName\": \"gh\",\n                        \"quantity\": 23,\n                        \"unitPrice\": 1\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-3552454104\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T11:21:53.477Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034e332c1f9bc0011d79567\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 125,\n                \"invoiceReferenceId\": \"1213\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 68,\n                \"availableAmountForRefund\": 68,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034e332c1f9bc0011d79568\",\n                        \"description\": \"\",\n                        \"subTotal\": 68,\n                        \"itemName\": \"rdw\",\n                        \"quantity\": 2,\n                        \"unitPrice\": 34\n                    }\n                ],\n                \"customerName\": \"mkw\",\n                \"paymentRequestId\": \"INV-3552454103\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T11:12:50.443Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034e0d027f8f40011a435e8\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 124,\n                \"invoiceReferenceId\": \"777657563\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 4936,\n                \"availableAmountForRefund\": 4936,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034e0d027f8f40011a435e9\",\n                        \"description\": \"\",\n                        \"subTotal\": 4936,\n                        \"itemName\": \"rd7\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 1234\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-3552454102\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T11:02:40.460Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034e098c1f9bc0011d79565\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 123,\n                \"invoiceReferenceId\": \"77765756\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 4936,\n                \"availableAmountForRefund\": 4936,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034e098c1f9bc0011d79566\",\n                        \"description\": \"\",\n                        \"subTotal\": 4936,\n                        \"itemName\": \"rd7\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 1234\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-3552454101\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T11:01:44.764Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034e05e27f8f40011a435e6\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 122,\n                \"invoiceReferenceId\": \"7776575\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 4936,\n                \"availableAmountForRefund\": 4936,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034e05e27f8f40011a435e7\",\n                        \"description\": \"\",\n                        \"subTotal\": 4936,\n                        \"itemName\": \"rd7\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 1234\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-3552454100\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T11:00:46.670Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034df3727f8f40011a435e4\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 121,\n                \"invoiceReferenceId\": \"777657\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 4936,\n                \"availableAmountForRefund\": 4936,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034df3727f8f40011a435e5\",\n                        \"description\": \"\",\n                        \"subTotal\": 4936,\n                        \"itemName\": \"rd7\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 1234\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-355245499\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T10:55:51.355Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034ded2c1f9bc0011d79561\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 119,\n                \"invoiceReferenceId\": \"1221345\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 180,\n                \"availableAmountForRefund\": 180,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034ded2c1f9bc0011d79562\",\n                        \"description\": \"\",\n                        \"subTotal\": 180,\n                        \"itemName\": \"rde\",\n                        \"quantity\": 45,\n                        \"unitPrice\": 4\n                    }\n                ],\n                \"customerName\": \"mkd\",\n                \"paymentRequestId\": \"INV-355245498\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T10:54:10.435Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034de6327f8f40011a435e2\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 117,\n                \"invoiceReferenceId\": \"13345\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 24,\n                \"availableAmountForRefund\": 24,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034de6327f8f40011a435e3\",\n                        \"description\": \"\",\n                        \"subTotal\": 24,\n                        \"itemName\": \"wqeqw\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 6\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-355245497\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T10:52:19.877Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T10:27:09.829Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034d878c1f9bc0011d7955b\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 115,\n                \"invoiceReferenceId\": \"ioej\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 20,\n                \"availableAmountForRefund\": 20,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-13T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034d878c1f9bc0011d7955c\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 20,\n                        \"subTotal\": 20\n                    }\n                ],\n                \"customerName\": \"mk14sd\",\n                \"paymentRequestId\": \"INV-355245496\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T10:27:04.689Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034d88827f8f40011a435e1\",\n                        \"transactionInfoId\": \"TX-3552454194\",\n                        \"cardOrderId\": \"4725623e-edee-4440-8828-5fec8c8ebcd8\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 20,\n                        \"creationDate\": \"2021-02-23T10:27:19.718Z\",\n                        \"orderReference\": \"TEST-ORD-193279458\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T10:22:45.069Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034d76fc1f9bc0011d79555\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 114,\n                \"invoiceReferenceId\": \"14213\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 190,\n                \"availableAmountForRefund\": 190,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-13T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034d76fc1f9bc0011d79556\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 19,\n                        \"unitPrice\": 10,\n                        \"subTotal\": 190\n                    }\n                ],\n                \"customerName\": \"sdfkhjsdf3\",\n                \"paymentRequestId\": \"INV-355245495\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T10:22:39.798Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034d77ec1f9bc0011d79557\",\n                        \"transactionInfoId\": \"TX-3552454192\",\n                        \"cardOrderId\": \"8a2cac66-0d0c-4d5b-b080-fff7fe9bffa4\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 190,\n                        \"creationDate\": \"2021-02-23T10:22:53.734Z\",\n                        \"orderReference\": \"TEST-ORD-193279456\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T10:20:54.234Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034d6fec1f9bc0011d79553\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 113,\n                \"invoiceReferenceId\": \"1412312\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 150,\n                \"availableAmountForRefund\": 150,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-11T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034d6fec1f9bc0011d79554\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 15,\n                        \"unitPrice\": 10,\n                        \"subTotal\": 150\n                    }\n                ],\n                \"customerName\": \"mk1412\",\n                \"paymentRequestId\": \"INV-355245494\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T10:20:46.352Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034d71627f8f40011a435df\",\n                        \"transactionInfoId\": \"TX-3552454190\",\n                        \"cardOrderId\": \"0593e233-27e8-4fd3-a801-fabd53aa4a78\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 150,\n                        \"creationDate\": \"2021-02-23T10:21:09.260Z\",\n                        \"orderReference\": \"TEST-ORD-193279455\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T10:19:27.986Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034d6aac1f9bc0011d7954f\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 112,\n                \"invoiceReferenceId\": \"14234\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1158,\n                \"availableAmountForRefund\": 1158,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-12T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034d6aac1f9bc0011d79550\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 1158,\n                        \"subTotal\": 1158\n                    }\n                ],\n                \"customerName\": \"mk143\",\n                \"paymentRequestId\": \"INV-355245493\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T10:19:22.684Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034d6bbc1f9bc0011d79552\",\n                        \"transactionInfoId\": \"TX-3552454188\",\n                        \"cardOrderId\": \"f922b7e7-bd99-4311-a969-2459a0e18ce1\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 1158,\n                        \"creationDate\": \"2021-02-23T10:19:38.524Z\",\n                        \"orderReference\": \"TEST-ORD-193279454\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T10:17:50.817Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034d645c1f9bc0011d7954d\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 111,\n                \"invoiceReferenceId\": \"14439\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 190,\n                \"availableAmountForRefund\": 190,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-12T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034d645c1f9bc0011d7954e\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 190,\n                        \"subTotal\": 190\n                    }\n                ],\n                \"customerName\": \"sdfkhjsdf4\",\n                \"paymentRequestId\": \"INV-355245492\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T10:17:41.615Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034d65827f8f40011a435de\",\n                        \"transactionInfoId\": \"TX-3552454186\",\n                        \"cardOrderId\": \"53c3b2f3-7020-4505-80ac-165aa1a6f762\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 190,\n                        \"creationDate\": \"2021-02-23T10:17:59.974Z\",\n                        \"orderReference\": \"TEST-ORD-193279452\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T10:15:43.282Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034d5c927f8f40011a435db\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 110,\n                \"invoiceReferenceId\": \"kokf\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 145,\n                \"availableAmountForRefund\": 145,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-13T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034d5c927f8f40011a435dc\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 145,\n                        \"subTotal\": 145\n                    }\n                ],\n                \"customerName\": \"sdfkhjsdf\",\n                \"paymentRequestId\": \"INV-355245491\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T10:15:37.069Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034d5db27f8f40011a435dd\",\n                        \"transactionInfoId\": \"TX-3552454184\",\n                        \"cardOrderId\": \"801b69db-483d-4c53-836d-80605dab5154\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 145,\n                        \"creationDate\": \"2021-02-23T10:15:53.381Z\",\n                        \"orderReference\": \"TEST-ORD-193279451\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T10:13:19.576Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034d539c1f9bc0011d7954b\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 109,\n                \"invoiceReferenceId\": \"14150\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 90,\n                \"availableAmountForRefund\": 90,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-12T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034d539c1f9bc0011d7954c\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 9,\n                        \"unitPrice\": 10,\n                        \"subTotal\": 90\n                    }\n                ],\n                \"customerName\": \"mk14l\",\n                \"paymentRequestId\": \"INV-355245490\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T10:13:13.228Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034d54827f8f40011a435da\",\n                        \"transactionInfoId\": \"TX-3552454182\",\n                        \"cardOrderId\": \"a4812ece-d5fc-49dc-9945-6ae8a6691e78\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 90,\n                        \"creationDate\": \"2021-02-23T10:13:28.090Z\",\n                        \"orderReference\": \"TEST-ORD-193279450\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T10:11:56.344Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034d4e027f8f40011a435d6\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 108,\n                \"invoiceReferenceId\": \"1221398234\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1580,\n                \"availableAmountForRefund\": 1580,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-09T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034d4e027f8f40011a435d7\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 1580,\n                        \"subTotal\": 1580\n                    }\n                ],\n                \"customerName\": \"mk14432\",\n                \"paymentRequestId\": \"INV-355245489\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T10:11:44.456Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034d51d27f8f40011a435d8\",\n                        \"transactionInfoId\": \"TX-3552454180\",\n                        \"cardOrderId\": \"bae31005-bbfe-4791-a28c-9b3205f15cd7\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 1580,\n                        \"creationDate\": \"2021-02-23T10:12:08.209Z\",\n                        \"orderReference\": \"TEST-ORD-193279449\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T10:10:00.921Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034d473c1f9bc0011d79548\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 107,\n                \"invoiceReferenceId\": \"1221378\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 75,\n                \"availableAmountForRefund\": 75,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-04T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034d473c1f9bc0011d79549\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 5,\n                        \"unitPrice\": 15,\n                        \"subTotal\": 75\n                    }\n                ],\n                \"customerName\": \"sdfkhjsdf\",\n                \"paymentRequestId\": \"INV-355245488\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T10:09:55.658Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034d482c1f9bc0011d7954a\",\n                        \"transactionInfoId\": \"TX-3552454178\",\n                        \"cardOrderId\": \"6734ff23-42dd-43d9-b17b-b2b2552304d0\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 75,\n                        \"creationDate\": \"2021-02-23T10:10:09.830Z\",\n                        \"orderReference\": \"TEST-ORD-193279448\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T10:08:36.026Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034d41e27f8f40011a435d4\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 106,\n                \"invoiceReferenceId\": \"1221311\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1150,\n                \"availableAmountForRefund\": 1150,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-13T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034d41e27f8f40011a435d5\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 1150,\n                        \"subTotal\": 1150\n                    }\n                ],\n                \"customerName\": \"sdfkhjsdf1\",\n                \"paymentRequestId\": \"INV-355245487\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T10:08:30.117Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034d42fc1f9bc0011d79547\",\n                        \"transactionInfoId\": \"TX-3552454176\",\n                        \"cardOrderId\": \"bd33e509-ba61-4135-a749-cf6cbe29f187\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 1150,\n                        \"creationDate\": \"2021-02-23T10:08:46.005Z\",\n                        \"orderReference\": \"TEST-ORD-193279447\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T10:07:26.217Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034d3d927f8f40011a435d0\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 105,\n                \"invoiceReferenceId\": \"143030\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 100,\n                \"availableAmountForRefund\": 100,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-09T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034d3d927f8f40011a435d1\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 100,\n                        \"subTotal\": 100\n                    }\n                ],\n                \"customerName\": \"mk142\",\n                \"paymentRequestId\": \"INV-355245486\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T10:07:21.603Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034d3e8c1f9bc0011d79546\",\n                        \"transactionInfoId\": \"TX-3552454174\",\n                        \"cardOrderId\": \"06cd186e-8de4-48c1-9b6a-89d18976eb91\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 100,\n                        \"creationDate\": \"2021-02-23T10:07:36.412Z\",\n                        \"orderReference\": \"TEST-ORD-193279446\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T10:06:17.124Z\",\n                    \"ip\": \"196.132.71.216\",\n                    \"userAgent\": {\n                        \"webkit\": true,\n                        \"version\": \"605.1.15\",\n                        \"safari\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034d0f9c1f9bc0011d79544\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 104,\n                \"invoiceReferenceId\": \"ewr\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 20,\n                \"availableAmountForRefund\": 20,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034d0f9c1f9bc0011d79545\",\n                        \"description\": \"\",\n                        \"subTotal\": 20,\n                        \"itemName\": \"dfsd\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 20\n                    }\n                ],\n                \"customerName\": \"mkii\",\n                \"paymentRequestId\": \"INV-355245485\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T09:55:05.950Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034d3a427f8f40011a435cf\",\n                        \"transactionInfoId\": \"TX-3552454172\",\n                        \"cardOrderId\": \"4824369b-a8f7-4c74-8434-3b4e23c75d96\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 20,\n                        \"creationDate\": \"2021-02-23T10:06:28.319Z\",\n                        \"orderReference\": \"TEST-ORD-193279445\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T09:42:03.949Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034cde527f8f40011a435ca\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 103,\n                \"invoiceReferenceId\": \"12213989\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 150,\n                \"availableAmountForRefund\": 150,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-11T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034cde527f8f40011a435cb\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 150,\n                        \"subTotal\": 150\n                    }\n                ],\n                \"customerName\": \"mk14u\",\n                \"paymentRequestId\": \"INV-355245484\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T09:41:57.707Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034cdf827f8f40011a435cc\",\n                        \"transactionInfoId\": \"TX-3552454170\",\n                        \"cardOrderId\": \"13a7b7a5-5ac5-49f4-a895-a8a21022a991\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 150,\n                        \"creationDate\": \"2021-02-23T09:42:15.268Z\",\n                        \"orderReference\": \"TEST-ORD-193279443\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T09:40:32.713Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034cd8a27f8f40011a435c8\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 102,\n                \"invoiceReferenceId\": \"wewqrf\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1000,\n                \"availableAmountForRefund\": 1000,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-11T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034cd8a27f8f40011a435c9\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 1000,\n                        \"subTotal\": 1000\n                    }\n                ],\n                \"customerName\": \"mk14\",\n                \"paymentRequestId\": \"INV-355245483\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T09:40:26.473Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034cd9ac1f9bc0011d79542\",\n                        \"transactionInfoId\": \"TX-3552454168\",\n                        \"cardOrderId\": \"55be39a1-cc04-49be-8413-9ed434f574aa\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 1000,\n                        \"creationDate\": \"2021-02-23T09:40:41.639Z\",\n                        \"orderReference\": \"TEST-ORD-193279442\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T09:39:22.012Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034cd46c1f9bc0011d79540\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 101,\n                \"invoiceReferenceId\": \"ertew\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1100,\n                \"availableAmountForRefund\": 1100,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-03T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034cd46c1f9bc0011d79541\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 1100,\n                        \"subTotal\": 1100\n                    }\n                ],\n                \"customerName\": \"ewt\",\n                \"paymentRequestId\": \"INV-355245482\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T09:39:18.251Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034cd5227f8f40011a435c7\",\n                        \"transactionInfoId\": \"TX-3552454166\",\n                        \"cardOrderId\": \"2b3fa016-655a-4e4b-81fb-ea410101b336\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 1100,\n                        \"creationDate\": \"2021-02-23T09:39:30.405Z\",\n                        \"orderReference\": \"TEST-ORD-193279441\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T09:27:17.740Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034ca71c1f9bc0011d7953e\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 100,\n                \"invoiceReferenceId\": \"123214987\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 130,\n                \"availableAmountForRefund\": 130,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-13T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034ca71c1f9bc0011d7953f\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 130,\n                        \"subTotal\": 130\n                    }\n                ],\n                \"customerName\": \"mk14214\",\n                \"paymentRequestId\": \"INV-355245481\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T09:27:13.427Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034ca7f27f8f40011a435c6\",\n                        \"transactionInfoId\": \"TX-3552454164\",\n                        \"cardOrderId\": \"2ac9f59f-4ecf-40c7-bc23-83472ce24317\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 130,\n                        \"creationDate\": \"2021-02-23T09:27:26.209Z\",\n                        \"orderReference\": \"TEST-ORD-193279440\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T09:26:09.857Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034ca2cc1f9bc0011d7953b\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 99,\n                \"invoiceReferenceId\": \"1412\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 100,\n                \"availableAmountForRefund\": 100,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-11T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034ca2cc1f9bc0011d7953c\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 100,\n                        \"subTotal\": 100\n                    }\n                ],\n                \"customerName\": \"mk141\",\n                \"paymentRequestId\": \"INV-355245480\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T09:26:04.204Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034ca3dc1f9bc0011d7953d\",\n                        \"transactionInfoId\": \"TX-3552454162\",\n                        \"cardOrderId\": \"74fc733a-a743-41fa-a5b9-1385b7ab1344\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 100,\n                        \"creationDate\": \"2021-02-23T09:26:19.835Z\",\n                        \"orderReference\": \"TEST-ORD-193279439\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T09:25:02.180Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034c9e8c1f9bc0011d79538\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 98,\n                \"invoiceReferenceId\": \"asd\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 200,\n                \"availableAmountForRefund\": 200,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-12T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034c9e8c1f9bc0011d79539\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 200,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"asd\",\n                \"paymentRequestId\": \"INV-355245479\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T09:24:56.549Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034c9f7c1f9bc0011d7953a\",\n                        \"transactionInfoId\": \"TX-3552454160\",\n                        \"cardOrderId\": \"05747259-0519-4253-8f5e-6918b9a573e0\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 200,\n                        \"creationDate\": \"2021-02-23T09:25:10.325Z\",\n                        \"orderReference\": \"TEST-ORD-193279438\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T09:20:33.036Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034c8d8c1f9bc0011d79536\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 97,\n                \"invoiceReferenceId\": \"3223\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 40,\n                \"availableAmountForRefund\": 40,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-10T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034c8d8c1f9bc0011d79537\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 2,\n                        \"unitPrice\": 20,\n                        \"subTotal\": 40\n                    }\n                ],\n                \"customerName\": \"mk14\",\n                \"paymentRequestId\": \"INV-355245478\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T09:20:24.865Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034c8ea27f8f40011a435c5\",\n                        \"transactionInfoId\": \"TX-3552454158\",\n                        \"cardOrderId\": \"c712d065-1add-470e-ae5f-a05322e834a4\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 40,\n                        \"creationDate\": \"2021-02-23T09:20:40.836Z\",\n                        \"orderReference\": \"TEST-ORD-193279437\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T09:19:02.387Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034c881c1f9bc0011d79534\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 96,\n                \"invoiceReferenceId\": \"2312312\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 300,\n                \"availableAmountForRefund\": 300,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-12T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034c881c1f9bc0011d79535\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 300,\n                        \"subTotal\": 300\n                    }\n                ],\n                \"customerName\": \"mk1412\",\n                \"paymentRequestId\": \"INV-355245477\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T09:18:57.823Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034c88f27f8f40011a435c4\",\n                        \"transactionInfoId\": \"TX-3552454156\",\n                        \"cardOrderId\": \"e3ef6fb2-34df-41d3-8f25-45de83faa4b8\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 300,\n                        \"creationDate\": \"2021-02-23T09:19:09.845Z\",\n                        \"orderReference\": \"TEST-ORD-193279436\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T09:17:57.324Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034c83e27f8f40011a435c1\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 95,\n                \"invoiceReferenceId\": \"1221312\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 150,\n                \"availableAmountForRefund\": 150,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-12T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034c83e27f8f40011a435c2\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 15,\n                        \"unitPrice\": 10,\n                        \"subTotal\": 150\n                    }\n                ],\n                \"customerName\": \"mk141\",\n                \"paymentRequestId\": \"INV-355245476\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T09:17:50.148Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034c85027f8f40011a435c3\",\n                        \"transactionInfoId\": \"TX-3552454154\",\n                        \"cardOrderId\": \"18ffebda-25a5-4e7b-9f57-28eae5073b47\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 150,\n                        \"creationDate\": \"2021-02-23T09:18:07.236Z\",\n                        \"orderReference\": \"TEST-ORD-193279435\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T09:15:33.359Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034c7b0c1f9bc0011d79532\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 94,\n                \"invoiceReferenceId\": \"12213212\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1100,\n                \"availableAmountForRefund\": 1100,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-10T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034c7b0c1f9bc0011d79533\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 1100,\n                        \"subTotal\": 1100\n                    }\n                ],\n                \"customerName\": \"mk141\",\n                \"paymentRequestId\": \"INV-355245475\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T09:15:28.834Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034c7be27f8f40011a435c0\",\n                        \"transactionInfoId\": \"TX-3552454152\",\n                        \"cardOrderId\": \"9716c58c-6594-4c3a-a90c-c9d27cc2688e\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 1100,\n                        \"creationDate\": \"2021-02-23T09:15:41.302Z\",\n                        \"orderReference\": \"TEST-ORD-193279434\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T09:13:42.576Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034c741c1f9bc0011d79530\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 93,\n                \"invoiceReferenceId\": \"1221328\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 16500,\n                \"availableAmountForRefund\": 16500,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-10T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034c741c1f9bc0011d79531\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1100,\n                        \"unitPrice\": 15,\n                        \"subTotal\": 16500\n                    }\n                ],\n                \"customerName\": \"mk141\",\n                \"paymentRequestId\": \"INV-355245474\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T09:13:37.786Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034c75527f8f40011a435bf\",\n                        \"transactionInfoId\": \"TX-3552454150\",\n                        \"cardOrderId\": \"8664ad95-c722-4b33-a51f-33e771c29b5b\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 16500,\n                        \"creationDate\": \"2021-02-23T09:13:56.560Z\",\n                        \"orderReference\": \"TEST-ORD-193279433\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T09:12:20.528Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034c6ee27f8f40011a435bc\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 92,\n                \"invoiceReferenceId\": \"wewq\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1100,\n                \"availableAmountForRefund\": 1100,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-08T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034c6ee27f8f40011a435bd\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 1100,\n                        \"subTotal\": 1100\n                    }\n                ],\n                \"customerName\": \"qwe\",\n                \"paymentRequestId\": \"INV-355245473\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T09:12:14.089Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034c6fd27f8f40011a435be\",\n                        \"transactionInfoId\": \"TX-3552454148\",\n                        \"cardOrderId\": \"291362b8-e156-4051-8ec4-9d3465719a6c\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 1100,\n                        \"creationDate\": \"2021-02-23T09:12:28.453Z\",\n                        \"orderReference\": \"TEST-ORD-193279432\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T09:10:39.953Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034c68ac1f9bc0011d7952d\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 91,\n                \"invoiceReferenceId\": \"111\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1000,\n                \"availableAmountForRefund\": 1000,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-09T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034c68ac1f9bc0011d7952e\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 1000,\n                        \"subTotal\": 1000\n                    }\n                ],\n                \"customerName\": \"mkmkmk\",\n                \"paymentRequestId\": \"INV-355245472\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T09:10:34.344Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034c699c1f9bc0011d7952f\",\n                        \"transactionInfoId\": \"TX-3552454146\",\n                        \"cardOrderId\": \"a001bd3c-bfe2-4c9a-9afc-5084e9de1375\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 1000,\n                        \"creationDate\": \"2021-02-23T09:10:48.711Z\",\n                        \"orderReference\": \"TEST-ORD-193279431\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T09:08:43.968Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034c617c1f9bc0011d7952a\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 90,\n                \"invoiceReferenceId\": \"weqe\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 108,\n                \"availableAmountForRefund\": 108,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-11T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034c617c1f9bc0011d7952b\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 2,\n                        \"unitPrice\": 54,\n                        \"subTotal\": 108\n                    }\n                ],\n                \"customerName\": \"mohamed\",\n                \"paymentRequestId\": \"INV-355245471\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T09:08:39.044Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034c628c1f9bc0011d7952c\",\n                        \"transactionInfoId\": \"TX-3552454144\",\n                        \"cardOrderId\": \"e5f06fea-814f-4754-abcf-3b2c7f57e8ed\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 108,\n                        \"creationDate\": \"2021-02-23T09:08:56.525Z\",\n                        \"orderReference\": \"TEST-ORD-193279430\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-23T09:05:27.351Z\",\n                    \"ip\": \"196.132.71.216\",\n                    \"userAgent\": {\n                        \"webkit\": true,\n                        \"version\": \"605.1.15\",\n                        \"safari\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034bf98c1f9bc0011d79524\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 89,\n                \"invoiceReferenceId\": \"1221322\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 408,\n                \"availableAmountForRefund\": 408,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034bf98c1f9bc0011d79525\",\n                        \"description\": \"\",\n                        \"subTotal\": 408,\n                        \"itemName\": \"rdi\",\n                        \"quantity\": 34,\n                        \"unitPrice\": 12\n                    }\n                ],\n                \"customerName\": \"mki\",\n                \"paymentRequestId\": \"INV-355245470\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T08:40:56.646Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6034c56127f8f40011a435bb\",\n                        \"transactionInfoId\": \"TX-3552454142\",\n                        \"cardOrderId\": \"d033b935-3b04-4d93-bc97-f0632a450b76\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 408,\n                        \"creationDate\": \"2021-02-23T09:05:37.076Z\",\n                        \"orderReference\": \"TEST-ORD-193279429\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034650a27f8f40011a435ac\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 73,\n                \"invoiceReferenceId\": \"eeeeeeee43\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 12,\n                \"availableAmountForRefund\": 12,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034650a27f8f40011a435ad\",\n                        \"description\": \"\",\n                        \"subTotal\": 12,\n                        \"itemName\": \"1\",\n                        \"quantity\": 12,\n                        \"unitPrice\": 1\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-355245469\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T02:14:34.963Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603462e8c1f9bc0011d7950b\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 71,\n                \"invoiceReferenceId\": \"222\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 132,\n                \"availableAmountForRefund\": 132,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603462e8c1f9bc0011d7950c\",\n                        \"description\": \"\",\n                        \"subTotal\": 132,\n                        \"itemName\": \"w\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 44\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-355245468\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T02:05:28.758Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60345e5ac1f9bc0011d79509\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 70,\n                \"invoiceReferenceId\": \"3333333333\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 9999,\n                \"availableAmountForRefund\": 9999,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60345e5ac1f9bc0011d7950a\",\n                        \"description\": \"\",\n                        \"subTotal\": 9999,\n                        \"itemName\": \"rd\",\n                        \"quantity\": 3333,\n                        \"unitPrice\": 3\n                    }\n                ],\n                \"customerName\": \"re\",\n                \"paymentRequestId\": \"INV-355245467\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T01:46:02.929Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60345ce3c1f9bc0011d79507\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 68,\n                \"invoiceReferenceId\": \"144\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 16,\n                \"availableAmountForRefund\": 16,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60345ce3c1f9bc0011d79508\",\n                        \"description\": \"\",\n                        \"subTotal\": 16,\n                        \"itemName\": \"4\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 4\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-355245466\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T01:39:47.779Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60345cbc27f8f40011a435a8\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 67,\n                \"invoiceReferenceId\": \"122132\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 9,\n                \"availableAmountForRefund\": 9,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60345cbc27f8f40011a435a9\",\n                        \"description\": \"\",\n                        \"subTotal\": 9,\n                        \"itemName\": \"4\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 3\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-355245465\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T01:39:08.320Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60345b6e27f8f40011a435a6\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 66,\n                \"invoiceReferenceId\": \"44444rs\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 180,\n                \"availableAmountForRefund\": 180,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60345b6e27f8f40011a435a7\",\n                        \"description\": \"\",\n                        \"subTotal\": 180,\n                        \"itemName\": \"rde\",\n                        \"quantity\": 45,\n                        \"unitPrice\": 4\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-355245464\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T01:33:34.270Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60345b4a27f8f40011a435a4\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 65,\n                \"invoiceReferenceId\": \"44444r\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 180,\n                \"availableAmountForRefund\": 180,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60345b4a27f8f40011a435a5\",\n                        \"description\": \"\",\n                        \"subTotal\": 180,\n                        \"itemName\": \"rde\",\n                        \"quantity\": 45,\n                        \"unitPrice\": 4\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-355245463\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T01:32:58.313Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60345b0b27f8f40011a435a2\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 64,\n                \"invoiceReferenceId\": \"44444\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 16,\n                \"availableAmountForRefund\": 16,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60345b0b27f8f40011a435a3\",\n                        \"description\": \"\",\n                        \"subTotal\": 16,\n                        \"itemName\": \"rde\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 4\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-355245462\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T01:31:55.393Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60345a92c1f9bc0011d79503\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 62,\n                \"invoiceReferenceId\": \"3333445\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 225,\n                \"availableAmountForRefund\": 225,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60345a92c1f9bc0011d79504\",\n                        \"description\": \"\",\n                        \"subTotal\": 225,\n                        \"itemName\": \"rd\",\n                        \"quantity\": 45,\n                        \"unitPrice\": 5\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-355245461\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T01:29:54.657Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60345a8527f8f40011a435a0\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 61,\n                \"invoiceReferenceId\": \"333344\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 20,\n                \"availableAmountForRefund\": 20,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60345a8527f8f40011a435a1\",\n                        \"description\": \"\",\n                        \"subTotal\": 20,\n                        \"itemName\": \"rd\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 5\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-355245460\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T01:29:41.893Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60345907c1f9bc0011d79501\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 60,\n                \"invoiceReferenceId\": \"rr\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1530,\n                \"availableAmountForRefund\": 1530,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-10T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60345907c1f9bc0011d79502\",\n                        \"description\": \"re\",\n                        \"quantity\": 45,\n                        \"unitPrice\": 34,\n                        \"subTotal\": 1530\n                    }\n                ],\n                \"customerName\": \"mk143r\",\n                \"paymentRequestId\": \"INV-355245459\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T01:23:19.955Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603452bbc1f9bc0011d794ff\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 59,\n                \"invoiceReferenceId\": \"12213e4e\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 12,\n                \"availableAmountForRefund\": 12,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603452bbc1f9bc0011d79500\",\n                        \"description\": \"\",\n                        \"subTotal\": 12,\n                        \"itemName\": \"2\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 4\n                    }\n                ],\n                \"customerName\": \"ff\",\n                \"paymentRequestId\": \"INV-355245458\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T00:56:27.576Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60345234c1f9bc0011d794fd\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 58,\n                \"invoiceReferenceId\": \"12213e4\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 12,\n                \"availableAmountForRefund\": 12,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60345234c1f9bc0011d794fe\",\n                        \"description\": \"\",\n                        \"subTotal\": 12,\n                        \"itemName\": \"2\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 4\n                    }\n                ],\n                \"customerName\": \"ff\",\n                \"paymentRequestId\": \"INV-355245457\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T00:54:12.791Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603451a627f8f40011a4359e\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 57,\n                \"invoiceReferenceId\": \"aaaaaaaqqqq1\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 15,\n                \"availableAmountForRefund\": 15,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603451a627f8f40011a4359f\",\n                        \"description\": \"\",\n                        \"subTotal\": 15,\n                        \"itemName\": \"tt\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 5\n                    }\n                ],\n                \"customerName\": \"v\",\n                \"paymentRequestId\": \"INV-355245456\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T00:51:50.666Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034517527f8f40011a4359c\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 56,\n                \"invoiceReferenceId\": \"aaaaaaaqqqq\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 15,\n                \"availableAmountForRefund\": 15,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034517527f8f40011a4359d\",\n                        \"description\": \"\",\n                        \"subTotal\": 15,\n                        \"itemName\": \"tt\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 5\n                    }\n                ],\n                \"customerName\": \"v\",\n                \"paymentRequestId\": \"INV-355245455\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T00:51:01.560Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034514d27f8f40011a4359a\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 55,\n                \"invoiceReferenceId\": \"aaaaaaaqqq\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 15,\n                \"availableAmountForRefund\": 15,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034514d27f8f40011a4359b\",\n                        \"description\": \"\",\n                        \"subTotal\": 15,\n                        \"itemName\": \"tt\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 5\n                    }\n                ],\n                \"customerName\": \"v\",\n                \"paymentRequestId\": \"INV-355245454\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T00:50:21.431Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60345127c1f9bc0011d794fb\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 54,\n                \"invoiceReferenceId\": \"aaaaaaaqq\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 15,\n                \"availableAmountForRefund\": 15,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60345127c1f9bc0011d794fc\",\n                        \"description\": \"\",\n                        \"subTotal\": 15,\n                        \"itemName\": \"tt\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 5\n                    }\n                ],\n                \"customerName\": \"v\",\n                \"paymentRequestId\": \"INV-355245453\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T00:49:43.305Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603450fac1f9bc0011d794f9\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 53,\n                \"invoiceReferenceId\": \"aaaaaaa\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 15,\n                \"availableAmountForRefund\": 15,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603450fac1f9bc0011d794fa\",\n                        \"description\": \"\",\n                        \"subTotal\": 15,\n                        \"itemName\": \"tt\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 5\n                    }\n                ],\n                \"customerName\": \"v\",\n                \"paymentRequestId\": \"INV-355245452\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T00:48:58.237Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6034505f27f8f40011a43598\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 52,\n                \"invoiceReferenceId\": \"aaaaaa\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 15,\n                \"availableAmountForRefund\": 15,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6034505f27f8f40011a43599\",\n                        \"description\": \"\",\n                        \"subTotal\": 15,\n                        \"itemName\": \"tt\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 5\n                    }\n                ],\n                \"customerName\": \"v\",\n                \"paymentRequestId\": \"INV-355245451\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T00:46:23.186Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60345019c1f9bc0011d794f7\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 51,\n                \"invoiceReferenceId\": \"aaaaa\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 15,\n                \"availableAmountForRefund\": 15,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60345019c1f9bc0011d794f8\",\n                        \"description\": \"\",\n                        \"subTotal\": 15,\n                        \"itemName\": \"tt\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 5\n                    }\n                ],\n                \"customerName\": \"v\",\n                \"paymentRequestId\": \"INV-355245450\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T00:45:13.181Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60344febc1f9bc0011d794f5\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 50,\n                \"invoiceReferenceId\": \"aaaa\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 15,\n                \"availableAmountForRefund\": 15,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60344febc1f9bc0011d794f6\",\n                        \"description\": \"\",\n                        \"subTotal\": 15,\n                        \"itemName\": \"tt\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 5\n                    }\n                ],\n                \"customerName\": \"v\",\n                \"paymentRequestId\": \"INV-355245449\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T00:44:27.206Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60344fb127f8f40011a43596\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 49,\n                \"invoiceReferenceId\": \"aaa\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 15,\n                \"availableAmountForRefund\": 15,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60344fb127f8f40011a43597\",\n                        \"description\": \"\",\n                        \"subTotal\": 15,\n                        \"itemName\": \"tt\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 5\n                    }\n                ],\n                \"customerName\": \"v\",\n                \"paymentRequestId\": \"INV-355245448\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T00:43:29.228Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60344ec7c1f9bc0011d794f3\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 48,\n                \"invoiceReferenceId\": \"aa\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 15,\n                \"availableAmountForRefund\": 15,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60344ec7c1f9bc0011d794f4\",\n                        \"description\": \"\",\n                        \"subTotal\": 15,\n                        \"itemName\": \"tt\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 5\n                    }\n                ],\n                \"customerName\": \"v\",\n                \"paymentRequestId\": \"INV-355245447\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T00:39:35.568Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603447cbc1f9bc0011d794f0\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 46,\n                \"invoiceReferenceId\": \"565\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 44,\n                \"availableAmountForRefund\": 44,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603447cbc1f9bc0011d794f1\",\n                        \"description\": \"\",\n                        \"subTotal\": 20,\n                        \"itemName\": \"r\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 5\n                    },\n                    {\n                        \"_id\": \"603447cbc1f9bc0011d794f2\",\n                        \"description\": \"\",\n                        \"subTotal\": 24,\n                        \"itemName\": \"t\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 6\n                    }\n                ],\n                \"customerName\": \"mohamed\",\n                \"paymentRequestId\": \"INV-355245446\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-23T00:09:47.654Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033dcd1c1f9bc0011d794eb\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 45,\n                \"invoiceReferenceId\": \"asaa\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 10,\n                \"availableAmountForRefund\": 10,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033dcd1c1f9bc0011d794ec\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 10,\n                        \"itemName\": \"laptop\",\n                        \"unitPrice\": 1,\n                        \"subTotal\": 10\n                    }\n                ],\n                \"customerName\": \"mkmk\",\n                \"paymentRequestId\": \"INV-355245445\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T16:33:21.409Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033dc71c1f9bc0011d794e9\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 44,\n                \"invoiceReferenceId\": \"ABC-123\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1,\n                \"availableAmountForRefund\": 1,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033dc71c1f9bc0011d794ea\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 1,\n                        \"itemName\": \"laptop\",\n                        \"unitPrice\": 1,\n                        \"subTotal\": 1\n                    }\n                ],\n                \"customerName\": \"Sherif\",\n                \"paymentRequestId\": \"INV-355245444\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T16:31:45.202Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033db00c1f9bc0011d794e5\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 42,\n                \"invoiceReferenceId\": \"12323733\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 9000000,\n                \"availableAmountForRefund\": 9000000,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033db00c1f9bc0011d794e6\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 900,\n                        \"itemName\": \"laptop\",\n                        \"unitPrice\": 10000,\n                        \"subTotal\": 9000000\n                    }\n                ],\n                \"customerName\": \"mok\",\n                \"paymentRequestId\": \"INV-355245443\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T16:25:36.350Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033dad827f8f40011a4358d\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 41,\n                \"invoiceReferenceId\": \"123237\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 9000000,\n                \"availableAmountForRefund\": 9000000,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033dad827f8f40011a4358e\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 900,\n                        \"itemName\": \"laptop\",\n                        \"unitPrice\": 10000,\n                        \"subTotal\": 9000000\n                    }\n                ],\n                \"customerName\": \"mok\",\n                \"paymentRequestId\": \"INV-355245442\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T16:24:56.801Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033da8727f8f40011a4358b\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 40,\n                \"invoiceReferenceId\": \"12323\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 9000000,\n                \"availableAmountForRefund\": 9000000,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033da8727f8f40011a4358c\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 900,\n                        \"itemName\": \"laptop\",\n                        \"unitPrice\": 10000,\n                        \"subTotal\": 9000000\n                    }\n                ],\n                \"customerName\": \"mok\",\n                \"paymentRequestId\": \"INV-355245441\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T16:23:35.271Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033d7d4c1f9bc0011d794e3\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 39,\n                \"invoiceReferenceId\": \"1232\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 9000000,\n                \"availableAmountForRefund\": 9000000,\n                \"description\": \"some description\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-06-01T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033d7d4c1f9bc0011d794e4\",\n                        \"description\": \"invoice item description\",\n                        \"quantity\": 900,\n                        \"itemName\": \"laptop\",\n                        \"unitPrice\": 10000,\n                        \"subTotal\": 9000000\n                    }\n                ],\n                \"customerName\": \"mok\",\n                \"paymentRequestId\": \"INV-355245440\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T16:12:04.122Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60339b47c1f9bc0011d794dd\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 38,\n                \"invoiceReferenceId\": \"87345\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 810,\n                \"availableAmountForRefund\": 810,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-09T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60339b47c1f9bc0011d794de\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 9,\n                        \"unitPrice\": 90,\n                        \"subTotal\": 810\n                    }\n                ],\n                \"customerName\": \"mk14e\",\n                \"paymentRequestId\": \"INV-355245439\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T11:53:43.939Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T11:50:59.773Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60339a9b27f8f40011a43588\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 37,\n                \"invoiceReferenceId\": \"7775\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 760,\n                \"availableAmountForRefund\": 760,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-03T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60339a9b27f8f40011a43589\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 190,\n                        \"subTotal\": 760\n                    }\n                ],\n                \"customerName\": \"mkr\",\n                \"paymentRequestId\": \"INV-355245438\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T11:50:51.528Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"60339ab627f8f40011a4358a\",\n                        \"transactionInfoId\": \"TX-3552454138\",\n                        \"cardOrderId\": \"a2a6b1be-2136-4c6e-b765-980f1c434b29\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 760,\n                        \"creationDate\": \"2021-02-22T11:51:16.817Z\",\n                        \"orderReference\": \"TEST-ORD-193279293\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603399e6c1f9bc0011d794db\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 36,\n                \"invoiceReferenceId\": \"89893\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 900,\n                \"availableAmountForRefund\": 900,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-12T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603399e6c1f9bc0011d794dc\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 300,\n                        \"subTotal\": 900\n                    }\n                ],\n                \"customerName\": \"mk1433\",\n                \"paymentRequestId\": \"INV-355245437\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T11:47:50.962Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T11:44:31.015Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033991827f8f40011a43585\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 35,\n                \"invoiceReferenceId\": \"89878\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 750,\n                \"availableAmountForRefund\": 750,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-10T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033991827f8f40011a43586\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 5,\n                        \"unitPrice\": 150,\n                        \"subTotal\": 750\n                    }\n                ],\n                \"customerName\": \"mk14\",\n                \"paymentRequestId\": \"INV-355245436\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T11:44:24.187Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6033992627f8f40011a43587\",\n                        \"transactionInfoId\": \"TX-3552454134\",\n                        \"cardOrderId\": \"ac980e77-82aa-4236-b082-7a9c3141fe58\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 750,\n                        \"creationDate\": \"2021-02-22T11:44:37.057Z\",\n                        \"orderReference\": \"TEST-ORD-193279291\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T11:42:21.635Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033989227f8f40011a43583\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 34,\n                \"invoiceReferenceId\": \"7779\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 900,\n                \"availableAmountForRefund\": 900,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-11T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033989227f8f40011a43584\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 9,\n                        \"unitPrice\": 100,\n                        \"subTotal\": 900\n                    }\n                ],\n                \"customerName\": \"mk143\",\n                \"paymentRequestId\": \"INV-355245435\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T11:42:10.800Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"603398a6c1f9bc0011d794da\",\n                        \"transactionInfoId\": \"TX-3552454132\",\n                        \"cardOrderId\": \"4c71475f-d3a9-437b-a1b0-a62de6d0e20d\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 900,\n                        \"creationDate\": \"2021-02-22T11:42:28.286Z\",\n                        \"orderReference\": \"TEST-ORD-193279290\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603397cbc1f9bc0011d794d8\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 33,\n                \"invoiceReferenceId\": \"786\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 810,\n                \"availableAmountForRefund\": 810,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-12T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603397cbc1f9bc0011d794d9\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 9,\n                        \"unitPrice\": 90,\n                        \"subTotal\": 810\n                    }\n                ],\n                \"customerName\": \"sdfkhjsdf\",\n                \"paymentRequestId\": \"INV-355245434\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T11:38:51.866Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033975b27f8f40011a43581\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 32,\n                \"invoiceReferenceId\": \"9887324\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 400,\n                \"availableAmountForRefund\": 400,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-13T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033975b27f8f40011a43582\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 2,\n                        \"unitPrice\": 200,\n                        \"subTotal\": 400\n                    }\n                ],\n                \"customerName\": \"sdfkhjsdf34\",\n                \"paymentRequestId\": \"INV-355245433\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T11:36:59.260Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T11:35:47.871Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033970dc1f9bc0011d794d5\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 31,\n                \"invoiceReferenceId\": \"89899\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 2000,\n                \"availableAmountForRefund\": 2000,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-11T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033970dc1f9bc0011d794d6\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 2,\n                        \"unitPrice\": 1000,\n                        \"subTotal\": 2000\n                    }\n                ],\n                \"customerName\": \";wqeqw\",\n                \"paymentRequestId\": \"INV-355245432\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T11:35:41.842Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6033971bc1f9bc0011d794d7\",\n                        \"transactionInfoId\": \"TX-3552454126\",\n                        \"cardOrderId\": \"ee10b660-5be3-4a49-a968-11c43d767e86\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 2000,\n                        \"creationDate\": \"2021-02-22T11:35:54.734Z\",\n                        \"orderReference\": \"TEST-ORD-193279287\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T11:24:17.323Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033945bc1f9bc0011d794d2\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 30,\n                \"invoiceReferenceId\": \"45\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1000,\n                \"availableAmountForRefund\": 1000,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-12T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033945bc1f9bc0011d794d3\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 2,\n                        \"unitPrice\": 500,\n                        \"subTotal\": 1000\n                    }\n                ],\n                \"customerName\": \"mk143\",\n                \"paymentRequestId\": \"INV-355245431\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T11:24:11.070Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6033946bc1f9bc0011d794d4\",\n                        \"transactionInfoId\": \"TX-3552454124\",\n                        \"cardOrderId\": \"9469c81d-b2cc-4505-b78c-4111bb6213fa\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 1000,\n                        \"creationDate\": \"2021-02-22T11:24:27.326Z\",\n                        \"orderReference\": \"TEST-ORD-193279286\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T11:20:12.549Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60339364c1f9bc0011d794d0\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 29,\n                \"invoiceReferenceId\": \"14324\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 390,\n                \"availableAmountForRefund\": 390,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-09T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60339364c1f9bc0011d794d1\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 390,\n                        \"subTotal\": 390\n                    }\n                ],\n                \"customerName\": \"mk145\",\n                \"paymentRequestId\": \"INV-355245430\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T11:20:04.445Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6033937327f8f40011a43580\",\n                        \"transactionInfoId\": \"TX-3552454122\",\n                        \"cardOrderId\": \"95063156-6e28-43b4-9c9d-d1d0996e352d\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 390,\n                        \"creationDate\": \"2021-02-22T11:20:19.156Z\",\n                        \"orderReference\": \"TEST-ORD-193279285\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T11:19:15.813Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033932dc1f9bc0011d794ce\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 28,\n                \"invoiceReferenceId\": \"454\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 400,\n                \"availableAmountForRefund\": 400,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-12T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033932dc1f9bc0011d794cf\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 2,\n                        \"unitPrice\": 200,\n                        \"subTotal\": 400\n                    }\n                ],\n                \"customerName\": \"mk147\",\n                \"paymentRequestId\": \"INV-355245429\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T11:19:09.276Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6033933d27f8f40011a4357f\",\n                        \"transactionInfoId\": \"TX-3552454120\",\n                        \"cardOrderId\": \"53063879-8a76-4a36-91bf-7244776abd8a\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 400,\n                        \"creationDate\": \"2021-02-22T11:19:23.049Z\",\n                        \"orderReference\": \"TEST-ORD-193279284\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T11:17:15.646Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603392b2c1f9bc0011d794cb\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 27,\n                \"invoiceReferenceId\": \"147\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 810,\n                \"availableAmountForRefund\": 810,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-13T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603392b2c1f9bc0011d794cc\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 9,\n                        \"unitPrice\": 90,\n                        \"subTotal\": 810\n                    }\n                ],\n                \"customerName\": \"sdfkhjsdf\",\n                \"paymentRequestId\": \"INV-355245428\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T11:17:06.404Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"603392c5c1f9bc0011d794cd\",\n                        \"transactionInfoId\": \"TX-3552454118\",\n                        \"cardOrderId\": \"9a0e9fa6-c9fd-4382-8a50-688b7e1266d5\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 810,\n                        \"creationDate\": \"2021-02-22T11:17:24.834Z\",\n                        \"orderReference\": \"TEST-ORD-193279283\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T11:13:41.641Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603391dfc1f9bc0011d794c8\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 26,\n                \"invoiceReferenceId\": \"mdks3\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 300,\n                \"availableAmountForRefund\": 300,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-12T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603391dfc1f9bc0011d794c9\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 300,\n                        \"subTotal\": 300\n                    }\n                ],\n                \"customerName\": \"mk1432\",\n                \"paymentRequestId\": \"INV-355245427\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T11:13:35.338Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"603391ecc1f9bc0011d794ca\",\n                        \"transactionInfoId\": \"TX-3552454116\",\n                        \"cardOrderId\": \"8ba6f29b-0920-426e-a3f6-6c8be68b57ed\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 300,\n                        \"creationDate\": \"2021-02-22T11:13:47.989Z\",\n                        \"orderReference\": \"TEST-ORD-193279282\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60338581c1f9bc0011d794c6\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 25,\n                \"invoiceReferenceId\": \"mdksqe\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1600,\n                \"availableAmountForRefund\": 1600,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-13T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60338581c1f9bc0011d794c7\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 400,\n                        \"subTotal\": 1600\n                    }\n                ],\n                \"customerName\": \"mk14\",\n                \"paymentRequestId\": \"INV-355245426\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T10:20:49.401Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T10:19:00.071Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033850cc1f9bc0011d794c4\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 24,\n                \"invoiceReferenceId\": \"12312\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 3000,\n                \"availableAmountForRefund\": 3000,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-13T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033850cc1f9bc0011d794c5\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 1000,\n                        \"subTotal\": 3000\n                    }\n                ],\n                \"customerName\": \"mk143\",\n                \"paymentRequestId\": \"INV-355245425\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T10:18:52.997Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6033851b27f8f40011a4357b\",\n                        \"transactionInfoId\": \"TX-3552454112\",\n                        \"cardOrderId\": \"034f9d5c-9cd0-4dbe-873d-4bdfb6566e58\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 3000,\n                        \"creationDate\": \"2021-02-22T10:19:06.570Z\",\n                        \"orderReference\": \"TEST-ORD-193279279\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T10:15:55.747Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60338452c1f9bc0011d794c2\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 23,\n                \"invoiceReferenceId\": \"3453\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1600,\n                \"availableAmountForRefund\": 1600,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-06T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60338452c1f9bc0011d794c3\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 400,\n                        \"subTotal\": 1600\n                    }\n                ],\n                \"customerName\": \"mk5\",\n                \"paymentRequestId\": \"INV-355245424\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T10:15:46.387Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6033846227f8f40011a4357a\",\n                        \"transactionInfoId\": \"TX-3552454110\",\n                        \"cardOrderId\": \"2397435b-572d-4f64-bc32-c8f921b2f39c\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 1600,\n                        \"creationDate\": \"2021-02-22T10:16:01.641Z\",\n                        \"orderReference\": \"TEST-ORD-193279278\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T10:14:37.994Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60338406c1f9bc0011d794c0\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 22,\n                \"invoiceReferenceId\": \"23432\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 16000,\n                \"availableAmountForRefund\": 16000,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-04T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60338406c1f9bc0011d794c1\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 4000,\n                        \"subTotal\": 16000\n                    }\n                ],\n                \"customerName\": \"mk32\",\n                \"paymentRequestId\": \"INV-355245423\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T10:14:30.862Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6033842827f8f40011a43578\",\n                        \"transactionInfoId\": \"TX-3552454108\",\n                        \"cardOrderId\": \"9dd740d6-80fb-45db-85bf-3a26b4b29b80\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 16000,\n                        \"creationDate\": \"2021-02-22T10:14:49.174Z\",\n                        \"orderReference\": \"TEST-ORD-193279276\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033821527f8f40011a43574\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 21,\n                \"invoiceReferenceId\": \"1221321\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 400,\n                \"availableAmountForRefund\": 400,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-13T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033821527f8f40011a43575\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 2,\n                        \"unitPrice\": 200,\n                        \"subTotal\": 400\n                    }\n                ],\n                \"customerName\": \"sdfkhjsdf\",\n                \"paymentRequestId\": \"INV-355245422\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T10:06:13.368Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60338192c1f9bc0011d794be\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 20,\n                \"invoiceReferenceId\": \"9989\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1000,\n                \"availableAmountForRefund\": 1000,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-13T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60338192c1f9bc0011d794bf\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 10,\n                        \"unitPrice\": 100,\n                        \"subTotal\": 1000\n                    }\n                ],\n                \"customerName\": \"mkmke\",\n                \"paymentRequestId\": \"INV-355245421\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T10:04:02.203Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033811327f8f40011a43572\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 19,\n                \"invoiceReferenceId\": \"232134\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1050,\n                \"availableAmountForRefund\": 1050,\n                \"description\": \"\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-03-09T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033811327f8f40011a43573\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 1050,\n                        \"subTotal\": 1050\n                    }\n                ],\n                \"customerName\": \"mk14\",\n                \"paymentRequestId\": \"INV-355245420\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T10:01:55.318Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033805627f8f40011a43570\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 18,\n                \"invoiceReferenceId\": \"123214\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 400,\n                \"availableAmountForRefund\": 400,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-13T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033805627f8f40011a43571\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 2,\n                        \"unitPrice\": 200,\n                        \"subTotal\": 400\n                    }\n                ],\n                \"customerName\": \"sdfkhjsdf\",\n                \"paymentRequestId\": \"INV-355245419\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T09:58:46.384Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60337fc7c1f9bc0011d794bc\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 17,\n                \"invoiceReferenceId\": \"89892\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 400,\n                \"availableAmountForRefund\": 400,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-13T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60337fc7c1f9bc0011d794bd\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 2,\n                        \"unitPrice\": 200,\n                        \"subTotal\": 400\n                    }\n                ],\n                \"customerName\": \"mk14\",\n                \"paymentRequestId\": \"INV-355245418\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T09:56:23.581Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T09:55:02.055Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60337f6b27f8f40011a4356d\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 16,\n                \"invoiceReferenceId\": \"89473\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 10,\n                \"availableAmountForRefund\": 10,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-13T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60337f6b27f8f40011a4356e\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 10,\n                        \"unitPrice\": 1,\n                        \"subTotal\": 10\n                    }\n                ],\n                \"customerName\": \"mk143\",\n                \"paymentRequestId\": \"INV-355245417\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T09:54:51.835Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"60337fa527f8f40011a4356f\",\n                        \"transactionInfoId\": \"TX-355245496\",\n                        \"cardOrderId\": \"5073fb62-bf65-4639-beef-1f529737fd02\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 10,\n                        \"creationDate\": \"2021-02-22T09:55:12.367Z\",\n                        \"orderReference\": \"TEST-ORD-193279270\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T09:52:48.337Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60337ee827f8f40011a4356a\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 15,\n                \"invoiceReferenceId\": \"123123\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 90297,\n                \"availableAmountForRefund\": 90297,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-13T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60337ee827f8f40011a4356b\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 30099,\n                        \"subTotal\": 90297\n                    }\n                ],\n                \"customerName\": \"mmoom\",\n                \"paymentRequestId\": \"INV-355245416\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T09:52:40.993Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"60337ef827f8f40011a4356c\",\n                        \"transactionInfoId\": \"TX-355245494\",\n                        \"cardOrderId\": \"b8e9c8c4-2f88-47f4-9dd6-a4b6b82bd922\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 90297,\n                        \"creationDate\": \"2021-02-22T09:52:54.733Z\",\n                        \"orderReference\": \"TEST-ORD-193279269\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T09:49:45.725Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60337e34c1f9bc0011d794b9\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 14,\n                \"invoiceReferenceId\": \"iuuih\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 900,\n                \"availableAmountForRefund\": 900,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-12T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60337e34c1f9bc0011d794ba\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 9,\n                        \"unitPrice\": 100,\n                        \"subTotal\": 900\n                    }\n                ],\n                \"customerName\": \"mk148\",\n                \"paymentRequestId\": \"INV-355245415\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T09:49:40.124Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"60337e4ec1f9bc0011d794bb\",\n                        \"transactionInfoId\": \"TX-355245492\",\n                        \"cardOrderId\": \"8cd39ec6-01f3-4681-bbc4-e06eb7ca163e\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 900,\n                        \"creationDate\": \"2021-02-22T09:50:05.933Z\",\n                        \"orderReference\": \"TEST-ORD-193279268\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60337b2b27f8f40011a43568\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 13,\n                \"invoiceReferenceId\": \"mdkse\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 222,\n                \"availableAmountForRefund\": 222,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-11T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60337b2b27f8f40011a43569\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 222,\n                        \"subTotal\": 222\n                    }\n                ],\n                \"customerName\": \"dfdw\",\n                \"paymentRequestId\": \"INV-355245414\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T09:36:43.893Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60337a5027f8f40011a43566\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 12,\n                \"invoiceReferenceId\": \"7567567\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 5359,\n                \"availableAmountForRefund\": 5359,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-13T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60337a5027f8f40011a43567\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 23,\n                        \"unitPrice\": 233,\n                        \"subTotal\": 5359\n                    }\n                ],\n                \"customerName\": \"mkmks\",\n                \"paymentRequestId\": \"INV-355245413\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T09:33:04.647Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603379bb27f8f40011a43564\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 11,\n                \"invoiceReferenceId\": \"7774\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1600,\n                \"availableAmountForRefund\": 1600,\n                \"description\": \"\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-03-10T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603379bb27f8f40011a43565\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 4,\n                        \"unitPrice\": 400,\n                        \"subTotal\": 1600\n                    }\n                ],\n                \"customerName\": \"sdfkhjsdf\",\n                \"paymentRequestId\": \"INV-355245412\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T09:30:35.055Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033790627f8f40011a43562\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 10,\n                \"invoiceReferenceId\": \"2324\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 9000,\n                \"availableAmountForRefund\": 9000,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-12T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033790627f8f40011a43563\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 3,\n                        \"unitPrice\": 3000,\n                        \"subTotal\": 9000\n                    }\n                ],\n                \"customerName\": \"mk14ewr\",\n                \"paymentRequestId\": \"INV-355245411\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T09:27:34.189Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60337889c1f9bc0011d794b7\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 9,\n                \"invoiceReferenceId\": \"wer\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 300,\n                \"availableAmountForRefund\": 300,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-10T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60337889c1f9bc0011d794b8\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 2,\n                        \"unitPrice\": 150,\n                        \"subTotal\": 300\n                    }\n                ],\n                \"customerName\": \"ewrwt\",\n                \"paymentRequestId\": \"INV-355245410\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T09:25:29.110Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T09:23:16.564Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603377fec1f9bc0011d794b4\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 8,\n                \"invoiceReferenceId\": \"89894\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 4,\n                \"availableAmountForRefund\": 4,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-13T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603377fec1f9bc0011d794b5\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 2,\n                        \"unitPrice\": 2,\n                        \"subTotal\": 4\n                    }\n                ],\n                \"customerName\": \"mk143\",\n                \"paymentRequestId\": \"INV-355245409\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T09:23:10.176Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6033780dc1f9bc0011d794b6\",\n                        \"transactionInfoId\": \"TX-355245480\",\n                        \"cardOrderId\": \"246f6b15-00b3-4698-aa97-bf3fa5408492\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 4,\n                        \"creationDate\": \"2021-02-22T09:23:23.802Z\",\n                        \"orderReference\": \"TEST-ORD-193279262\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T09:20:32.115Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60337756c1f9bc0011d794b2\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 7,\n                \"invoiceReferenceId\": \"123213\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1221,\n                \"availableAmountForRefund\": 1221,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-11T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60337756c1f9bc0011d794b3\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 111,\n                        \"unitPrice\": 11,\n                        \"subTotal\": 1221\n                    }\n                ],\n                \"customerName\": \"mkmk214\",\n                \"paymentRequestId\": \"INV-355245408\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T09:20:22.983Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6033776727f8f40011a43561\",\n                        \"transactionInfoId\": \"TX-355245478\",\n                        \"cardOrderId\": \"528cf015-37b7-474a-9c75-856978550895\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 1221,\n                        \"creationDate\": \"2021-02-22T09:20:38.590Z\",\n                        \"orderReference\": \"TEST-ORD-193279261\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"6033760327f8f40011a4355f\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 6,\n                \"invoiceReferenceId\": \"mdks\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 36400,\n                \"availableAmountForRefund\": 36400,\n                \"description\": \"\",\n                \"state\": \"cancelled\",\n                \"dueDate\": \"2021-03-04T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"6033760327f8f40011a43560\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 80,\n                        \"unitPrice\": 455,\n                        \"subTotal\": 36400\n                    }\n                ],\n                \"customerName\": \"lkjdlkwq\",\n                \"paymentRequestId\": \"INV-355245407\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T09:14:43.095Z\",\n                \"createdByUserId\": null,\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T09:13:41.039Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603375b327f8f40011a4355c\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 5,\n                \"invoiceReferenceId\": \"893248932\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 10000,\n                \"availableAmountForRefund\": 10000,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-11T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603375b327f8f40011a4355d\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 2,\n                        \"unitPrice\": 5000,\n                        \"subTotal\": 10000\n                    }\n                ],\n                \"customerName\": \"sdfkhjsdf\",\n                \"paymentRequestId\": \"INV-355245406\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T09:13:23.430Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"603375cc27f8f40011a4355e\",\n                        \"transactionInfoId\": \"TX-355245474\",\n                        \"cardOrderId\": \"8123a0e0-9c58-4e0b-8367-f73ce908d24d\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 10000,\n                        \"creationDate\": \"2021-02-22T09:13:47.824Z\",\n                        \"orderReference\": \"TEST-ORD-193279259\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T09:11:32.224Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60337539c1f9bc0011d794af\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 4,\n                \"invoiceReferenceId\": \"8989\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 24000,\n                \"availableAmountForRefund\": 24000,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-04T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60337539c1f9bc0011d794b0\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 12,\n                        \"unitPrice\": 2000,\n                        \"subTotal\": 24000\n                    }\n                ],\n                \"customerName\": \"mk14\",\n                \"paymentRequestId\": \"INV-355245405\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T09:11:21.803Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"60337551c1f9bc0011d794b1\",\n                        \"transactionInfoId\": \"TX-355245472\",\n                        \"cardOrderId\": \"080d931d-f1fd-4e31-ad5c-228257d43087\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 24000,\n                        \"creationDate\": \"2021-02-22T09:11:44.917Z\",\n                        \"orderReference\": \"TEST-ORD-193279258\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"60336e6c27f8f40011a43559\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 3,\n                \"invoiceReferenceId\": \"777\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 1346532,\n                \"availableAmountForRefund\": 1346532,\n                \"description\": \"\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-03-03T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"60336e6c27f8f40011a4355a\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1111,\n                        \"unitPrice\": 1212,\n                        \"subTotal\": 1346532\n                    }\n                ],\n                \"customerName\": \"mkmk\",\n                \"paymentRequestId\": \"INV-355245404\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-22T08:42:20.558Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"unpaid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603265ecc1f9bc0011d794aa\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 2,\n                \"invoiceReferenceId\": \"14\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 626000,\n                \"availableAmountForRefund\": 626000,\n                \"description\": \"please pay your invoices\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-02-28T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603265ecc1f9bc0011d794ab\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 54,\n                        \"unitPrice\": 10000,\n                        \"subTotal\": 540000\n                    },\n                    {\n                        \"_id\": \"603265ecc1f9bc0011d794ac\",\n                        \"description\": \"watch\",\n                        \"quantity\": 86,\n                        \"unitPrice\": 1000,\n                        \"subTotal\": 86000\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-355245402\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-21T13:53:48.962Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": []\n            },\n            {\n                \"termsAndConditions\": {\n                    \"time\": \"2021-02-22T09:02:11.864Z\",\n                    \"ip\": \"102.190.54.202\",\n                    \"userAgent\": {\n                        \"chrome\": true,\n                        \"version\": \"88.0.4324.182\",\n                        \"webkit\": true\n                    }\n                },\n                \"merchantInfo\": {\n                    \"storeName\": \"MK Company\"\n                },\n                \"paymentStatus\": \"paid\",\n                \"currency\": \"EGP\",\n                \"_id\": \"603240ff27f8f40011a43552\",\n                \"merchantId\": \"MID-3552-454\",\n                \"autoGeneratedId\": 1,\n                \"invoiceReferenceId\": \"12213\",\n                \"paymentType\": \"professional\",\n                \"totalAmount\": 200,\n                \"availableAmountForRefund\": 200,\n                \"description\": \"thanks\",\n                \"state\": \"submitted\",\n                \"dueDate\": \"2021-02-25T00:00:00.000Z\",\n                \"invoiceItems\": [\n                    {\n                        \"_id\": \"603240ff27f8f40011a43553\",\n                        \"description\": \"mobile\",\n                        \"quantity\": 1,\n                        \"unitPrice\": 200,\n                        \"subTotal\": 200\n                    }\n                ],\n                \"customerName\": \"mk\",\n                \"paymentRequestId\": \"INV-355245401\",\n                \"tax\": 0,\n                \"creationDate\": \"2021-02-21T11:16:15.527Z\",\n                \"createdByUserId\": \"5feccc49043fa4001f599657\",\n                \"transactions\": [\n                    {\n                        \"_id\": \"6033731b27f8f40011a4355b\",\n                        \"transactionInfoId\": \"TX-355245470\",\n                        \"cardOrderId\": \"6cd372fa-572a-4449-9c15-da14e36cc130\",\n                        \"status\": \"SUCCESS\",\n                        \"amount\": 200,\n                        \"creationDate\": \"2021-02-22T09:02:18.968Z\",\n                        \"orderReference\": \"TEST-ORD-193279257\",\n                        \"operation\": \"pay\",\n                        \"invoiceItems\": []\n                    }\n                ]\n            }\n        ],\n        \"pagination\": {\n            \"totalDocs\": 210,\n            \"limit\": 100000000,\n            \"totalPages\": 1,\n            \"page\": 1,\n            \"pagingCounter\": 1,\n            \"hasPrevPage\": false,\n            \"hasNextPage\": false,\n            \"prevPage\": null,\n            \"nextPage\": null\n        }\n    },\n    \"messages\": {\n        \"en\": \"The Payment Requests have been retrieved [success]\",\n        \"ar\": \"The Payment Requests have been retrieved [success]\"\n    },\n    \"status\": \"SUCCESS\"\n}"
						}
					]
				},
				{
					"name": "Share Invoice by email",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\",\n    \"urlIdentifier\": \"INV-3552454223\",\n    \"customerName\": \"test customer\",\n    \"storeName\": \"TEST ft- MK Company\",\n    \"customerEmail\": \"mkhalid@kashier.io\",\n    \"language\": \"en\",\n    \"operation\": \"email\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://test-api.kashier.io/paymentRequest/sendInvoiceBy?operation=share_payment_Request&currency=EGP",
							"protocol": "https",
							"host": [
								"test-api",
								"kashier",
								"io"
							],
							"path": [
								"paymentRequest",
								"sendInvoiceBy"
							],
							"query": [
								{
									"key": "operation",
									"value": "share_payment_Request"
								},
								{
									"key": "currency",
									"value": "EGP"
								}
							]
						}
					},
					"response": [
						{
							"name": "Share Invoice by email",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\",\n    \"urlIdentifier\": \"INV-3552454223\",\n    \"customerName\": \"test customer\",\n    \"storeName\": \"TEST ft- MK Company\",\n    \"customerEmail\": \"mkhalid@kashier.io\",\n    \"language\": \"en\",\n    \"operation\": \"email\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://test-api.kashier.io/paymentRequest/sendInvoiceBy?operation=share_payment_Request&currency=EGP",
									"protocol": "https",
									"host": [
										"test-api",
										"kashier",
										"io"
									],
									"path": [
										"paymentRequest",
										"sendInvoiceBy"
									],
									"query": [
										{
											"key": "operation",
											"value": "share_payment_Request"
										},
										{
											"key": "currency",
											"value": "EGP"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 21 Jun 2021 16:42:52 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "69"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALB=mEX+0TMu3VO1B6zO87AyyOvCVt0kmCKDKTtL5ApGUa/Q4PvKE2cVf6BfU+I4a80R8+VYJI56LxJB/XwrMgJbiGl/jJhpZ50pZhgMzI+0aTC+qiClDdPB0nUNWwzw; Expires=Mon, 28 Jun 2021 16:42:52 GMT; Path=/"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALBCORS=mEX+0TMu3VO1B6zO87AyyOvCVt0kmCKDKTtL5ApGUa/Q4PvKE2cVf6BfU+I4a80R8+VYJI56LxJB/XwrMgJbiGl/jJhpZ50pZhgMzI+0aTC+qiClDdPB0nUNWwzw; Expires=Mon, 28 Jun 2021 16:42:52 GMT; Path=/; SameSite=None; Secure"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "GET, POST, OPTIONS, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "authorization , refreshToken, authmerchantid, X-Requested-With,content-type"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "ETag",
									"value": "W/\"45-AnzB64fJMMnk6uGwLAQ/5nbVkqs\""
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"SUCCESS\",\n    \"message\": \"Payment link email sent successfully\"\n}"
						}
					]
				},
				{
					"name": "Share Invoice by phone",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"type": "text",
								"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\",\n    \"urlIdentifier\": \"INV-3552454223\",\n    \"customerName\": \"test customer\",\n    \"storeName\": \"TEST ft- MK Company\",\n    \"customerPhoneNumber\": \"01063550555\",\n    \"language\": \"en\",\n    \"operation\": \"phone\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://test-api.kashier.io/paymentRequest/sendInvoiceBy?operation=share_payment_Request&currency=EGP",
							"protocol": "https",
							"host": [
								"test-api",
								"kashier",
								"io"
							],
							"path": [
								"paymentRequest",
								"sendInvoiceBy"
							],
							"query": [
								{
									"key": "operation",
									"value": "share_payment_Request"
								},
								{
									"key": "currency",
									"value": "EGP"
								}
							]
						}
					},
					"response": [
						{
							"name": "Share Invoice by phone",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"type": "text",
										"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\",\n    \"urlIdentifier\": \"INV-3552454223\",\n    \"customerName\": \"test customer\",\n    \"storeName\": \"TEST ft- MK Company\",\n    \"customerPhoneNumber\": \"01063550555\",\n    \"language\": \"en\",\n    \"operation\": \"phone\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://test-api.kashier.io/paymentRequest/sendInvoiceBy?operation=share_payment_Request&currency=EGP",
									"protocol": "https",
									"host": [
										"test-api",
										"kashier",
										"io"
									],
									"path": [
										"paymentRequest",
										"sendInvoiceBy"
									],
									"query": [
										{
											"key": "operation",
											"value": "share_payment_Request"
										},
										{
											"key": "currency",
											"value": "EGP"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 21 Jun 2021 16:56:38 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "66"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALB=F4or/2WVVygL99duLPbHFA3DTZa08B7KH5R59hO2dG3NMaxaGTY98TU8lRTI7lW7VKHOrgrcl9unTg1IacMAuA+prv+Yvwlb499I9WodMjRCyoYrZt4lFMBv1fm7; Expires=Mon, 28 Jun 2021 16:56:38 GMT; Path=/"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALBCORS=F4or/2WVVygL99duLPbHFA3DTZa08B7KH5R59hO2dG3NMaxaGTY98TU8lRTI7lW7VKHOrgrcl9unTg1IacMAuA+prv+Yvwlb499I9WodMjRCyoYrZt4lFMBv1fm7; Expires=Mon, 28 Jun 2021 16:56:38 GMT; Path=/; SameSite=None; Secure"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "GET, POST, OPTIONS, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "authorization , refreshToken, authmerchantid, X-Requested-With,content-type"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "ETag",
									"value": "W/\"42-LhIBEctNOKCfxJhPGCGSf2Tfg+w\""
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"SUCCESS\",\n    \"message\": \"Payment link sms sent succesfully\"\n}"
						}
					]
				},
				{
					"name": "Share Bulk Invoice by email",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"invoices\": [\n        {\n            \"_id\": \"60d0c0b95931b200187aeb43\",\n            \"urlIdentifier\": \"INV-3552454228\",\n            \"customerName\": \"test customer\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"merchantId\": \"MID-3552-454\",\n            \"customerEmail\": \"mkhalid@kashier.io\",\n            \"language\": \"en\",\n            \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\"\n        },\n        {\n            \"_id\": \"60d0c0b95931b200187aeb45\",\n            \"urlIdentifier\": \"INV-3552454229\",\n            \"customerName\": \"test customer\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"merchantId\": \"MID-3552-454\",\n            \"customerEmail\": \"msayed@kashier.io\",\n            \"language\": \"en\",\n            \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\"\n        }\n    ],\n    \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\",\n    \"language\": \"en\",\n    \"merchantId\": \"MID-3552-454\",\n    \"operation\": \"bulkShare\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://test-api.kashier.io/paymentRequest/sendInvoiceBy?currency=EGP",
							"protocol": "https",
							"host": [
								"test-api",
								"kashier",
								"io"
							],
							"path": [
								"paymentRequest",
								"sendInvoiceBy"
							],
							"query": [
								{
									"key": "currency",
									"value": "EGP"
								}
							]
						}
					},
					"response": [
						{
							"name": "Share Bulk Invoice by email",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
										"type": "text"
									},
									{
										"key": "authmerchantid",
										"value": "MID-3552-454",
										"type": "text",
										"disabled": true
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"invoices\": [\n        {\n            \"_id\": \"60d0c0b95931b200187aeb43\",\n            \"urlIdentifier\": \"INV-3552454228\",\n            \"customerName\": \"test customer\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"merchantId\": \"MID-3552-454\",\n            \"customerEmail\": \"mkhalid@kashier.io\",\n            \"language\": \"en\",\n            \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\"\n        },\n        {\n            \"_id\": \"60d0c0b95931b200187aeb45\",\n            \"urlIdentifier\": \"INV-3552454229\",\n            \"customerName\": \"test customer\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"merchantId\": \"MID-3552-454\",\n            \"customerEmail\": \"msayed@kashier.io\",\n            \"language\": \"en\",\n            \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\"\n        }\n    ],\n    \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\",\n    \"language\": \"en\",\n    \"merchantId\": \"MID-3552-454\",\n    \"operation\": \"bulkShare\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://test-api.kashier.io/paymentRequest/sendInvoiceBy?currency=EGP",
									"protocol": "https",
									"host": [
										"test-api",
										"kashier",
										"io"
									],
									"path": [
										"paymentRequest",
										"sendInvoiceBy"
									],
									"query": [
										{
											"key": "currency",
											"value": "EGP"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 21 Jun 2021 16:52:39 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "64"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALB=WCP8pDCUmAFRMZou/sXRPNUxu9h29NFg3a968xdxCA1QRHsqQE3rNBcnEgvLnIesS7npbFuJ2lS7kAXno+E5/zRnqE5KZLo3bIaQBaHQ3tUzznzy10S1a87OGdvQ; Expires=Mon, 28 Jun 2021 16:52:39 GMT; Path=/"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALBCORS=WCP8pDCUmAFRMZou/sXRPNUxu9h29NFg3a968xdxCA1QRHsqQE3rNBcnEgvLnIesS7npbFuJ2lS7kAXno+E5/zRnqE5KZLo3bIaQBaHQ3tUzznzy10S1a87OGdvQ; Expires=Mon, 28 Jun 2021 16:52:39 GMT; Path=/; SameSite=None; Secure"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "GET, POST, OPTIONS, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "authorization , refreshToken, authmerchantid, X-Requested-With,content-type"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "ETag",
									"value": "W/\"40-p/md18sANBspbhPBGPxPLNY9Hqo\""
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"SUCCESS\",\n    \"message\": \"Payment links sent successfully\"\n}"
						}
					]
				},
				{
					"name": "Share Bulk Invoice by phone",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"invoices\": [\n        {\n            \"_id\": \"60d0c0b95931b200187aeb43\",\n            \"urlIdentifier\": \"INV-3552454228\",\n            \"customerName\": \"test customer\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"merchantId\": \"MID-3552-454\",\n            \"customerPhoneNumber\": \"01063550555\",\n            \"language\": \"en\",\n            \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\"\n        },\n        {\n            \"_id\": \"60d0c0b95931b200187aeb45\",\n            \"urlIdentifier\": \"INV-3552454229\",\n            \"customerName\": \"test customer\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"merchantId\": \"MID-3552-454\",\n            \"customerPhoneNumber\": \"01000725264\",\n            \"language\": \"en\",\n            \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\"\n        }\n    ],\n    \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\",\n    \"language\": \"en\",\n    \"merchantId\": \"MID-3552-454\",\n    \"operation\": \"bulkShare\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://test-api.kashier.io/paymentRequest/sendInvoiceBy?currency=EGP",
							"protocol": "https",
							"host": [
								"test-api",
								"kashier",
								"io"
							],
							"path": [
								"paymentRequest",
								"sendInvoiceBy"
							],
							"query": [
								{
									"key": "currency",
									"value": "EGP"
								}
							]
						}
					},
					"response": [
						{
							"name": "Share Bulk Invoice by phone",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"invoices\": [\n        {\n            \"_id\": \"60d0c0b95931b200187aeb43\",\n            \"urlIdentifier\": \"INV-3552454228\",\n            \"customerName\": \"test customer\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"merchantId\": \"MID-3552-454\",\n            \"customerPhoneNumber\": \"01063550555\",\n            \"language\": \"en\",\n            \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\"\n        },\n        {\n            \"_id\": \"60d0c0b95931b200187aeb45\",\n            \"urlIdentifier\": \"INV-3552454229\",\n            \"customerName\": \"test customer\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"merchantId\": \"MID-3552-454\",\n            \"customerPhoneNumber\": \"01000725264\",\n            \"language\": \"en\",\n            \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\"\n        }\n    ],\n    \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\",\n    \"language\": \"en\",\n    \"merchantId\": \"MID-3552-454\",\n    \"operation\": \"bulkShare\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://test-api.kashier.io/paymentRequest/sendInvoiceBy?currency=EGP",
									"protocol": "https",
									"host": [
										"test-api",
										"kashier",
										"io"
									],
									"path": [
										"paymentRequest",
										"sendInvoiceBy"
									],
									"query": [
										{
											"key": "currency",
											"value": "EGP"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 21 Jun 2021 16:55:01 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "64"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALB=GJx2QewaOgwwto9+yVu54ItKQ6McwoSjCjup2tB6o/ABu8+PZA0rXXNsk/WeR8G6OGkRaVmV8xMzMpp3Lo6gOGACNaJJ1D0qqptsc35uhulK3Etnc9x82g94YSje; Expires=Mon, 28 Jun 2021 16:55:01 GMT; Path=/"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALBCORS=GJx2QewaOgwwto9+yVu54ItKQ6McwoSjCjup2tB6o/ABu8+PZA0rXXNsk/WeR8G6OGkRaVmV8xMzMpp3Lo6gOGACNaJJ1D0qqptsc35uhulK3Etnc9x82g94YSje; Expires=Mon, 28 Jun 2021 16:55:01 GMT; Path=/; SameSite=None; Secure"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "GET, POST, OPTIONS, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "authorization , refreshToken, authmerchantid, X-Requested-With,content-type"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "ETag",
									"value": "W/\"40-p/md18sANBspbhPBGPxPLNY9Hqo\""
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"SUCCESS\",\n    \"message\": \"Payment links sent successfully\"\n}"
						}
					]
				},
				{
					"name": "Share Bulk Invoice by phone & email",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"invoices\": [\n        {\n            \"_id\": \"60d0c0b95931b200187aeb43\",\n            \"urlIdentifier\": \"INV-3552454228\",\n            \"customerName\": \"test customer\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"merchantId\": \"MID-3552-454\",\n            \"customerPhoneNumber\": \"01063550555\",\n            \"customerEmail\": \"mkhalid@kashier.io\",\n            \"language\": \"en\",\n            \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\"\n        },\n        {\n            \"_id\": \"60d0c0b95931b200187aeb45\",\n            \"urlIdentifier\": \"INV-3552454229\",\n            \"customerName\": \"test customer\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"merchantId\": \"MID-3552-454\",\n            \"customerPhoneNumber\": \"01000725264\",\n            \"customerEmail\": \"msayed@kashier.io\",\n            \"language\": \"en\",\n            \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\"\n        }\n    ],\n    \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\",\n    \"language\": \"en\",\n    \"merchantId\": \"MID-3552-454\",\n    \"operation\": \"bulkShare\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://test-api.kashier.io/paymentRequest/sendInvoiceBy?currency=EGP",
							"protocol": "https",
							"host": [
								"test-api",
								"kashier",
								"io"
							],
							"path": [
								"paymentRequest",
								"sendInvoiceBy"
							],
							"query": [
								{
									"key": "currency",
									"value": "EGP"
								}
							]
						}
					},
					"response": [
						{
							"name": "Share Bulk Invoice by phone & email",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"invoices\": [\n        {\n            \"_id\": \"60d0c0b95931b200187aeb43\",\n            \"urlIdentifier\": \"INV-3552454228\",\n            \"customerName\": \"test customer\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"merchantId\": \"MID-3552-454\",\n            \"customerPhoneNumber\": \"01063550555\",\n            \"customerEmail\": \"mkhalid@kashier.io\",\n            \"language\": \"en\",\n            \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\"\n        },\n        {\n            \"_id\": \"60d0c0b95931b200187aeb45\",\n            \"urlIdentifier\": \"INV-3552454229\",\n            \"customerName\": \"test customer\",\n            \"storeName\": \"TEST ft- MK Company\",\n            \"merchantId\": \"MID-3552-454\",\n            \"customerPhoneNumber\": \"01000725264\",\n            \"customerEmail\": \"msayed@kashier.io\",\n            \"language\": \"en\",\n            \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\"\n        }\n    ],\n    \"subDomainUrl\": \"http://merchant.kashier.io/en/prepay\",\n    \"language\": \"en\",\n    \"merchantId\": \"MID-3552-454\",\n    \"operation\": \"bulkShare\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://test-api.kashier.io/paymentRequest/sendInvoiceBy?currency=EGP",
									"protocol": "https",
									"host": [
										"test-api",
										"kashier",
										"io"
									],
									"path": [
										"paymentRequest",
										"sendInvoiceBy"
									],
									"query": [
										{
											"key": "currency",
											"value": "EGP"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 21 Jun 2021 16:58:44 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "64"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALB=oi68llTdmw8emuJ18w/v/IthJLDlQFIeeHiDmkcXjefbC2Xc6AXqfxNaAAd0Csjs7L3q3xZWJXJtT2QK5c5/dFJ5Ye4Gqgx3G7RvQCr0MYqYIR/+HUV3thyW9FrQ; Expires=Mon, 28 Jun 2021 16:58:44 GMT; Path=/"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALBCORS=oi68llTdmw8emuJ18w/v/IthJLDlQFIeeHiDmkcXjefbC2Xc6AXqfxNaAAd0Csjs7L3q3xZWJXJtT2QK5c5/dFJ5Ye4Gqgx3G7RvQCr0MYqYIR/+HUV3thyW9FrQ; Expires=Mon, 28 Jun 2021 16:58:44 GMT; Path=/; SameSite=None; Secure"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "GET, POST, OPTIONS, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "authorization , refreshToken, authmerchantid, X-Requested-With,content-type"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "ETag",
									"value": "W/\"40-p/md18sANBspbhPBGPxPLNY9Hqo\""
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"SUCCESS\",\n    \"message\": \"Payment links sent successfully\"\n}"
						}
					]
				},
				{
					"name": "Delete Invoice (The invoice must have draft state)",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Authorization",
								"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://test-api.kashier.io/paymentRequest/MID-3552-454/INV-3552454230",
							"protocol": "https",
							"host": [
								"test-api",
								"kashier",
								"io"
							],
							"path": [
								"paymentRequest",
								"MID-3552-454",
								"INV-3552454230"
							]
						}
					},
					"response": [
						{
							"name": "Delete Invoice",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://test-api.kashier.io/paymentRequest/MID-3552-454/INV-3552454230",
									"protocol": "https",
									"host": [
										"test-api",
										"kashier",
										"io"
									],
									"path": [
										"paymentRequest",
										"MID-3552-454",
										"INV-3552454230"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 21 Jun 2021 17:13:31 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "790"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALB=ArC+QFY/yc2Wq7ryDOdZvrRfyUzVPrP2F5KLrSagVOhjFKzqqPIDsllLrvRtRn6pSo5ffUWcQPuCPyqaCx5nBM/nhNrD7j2hk76JgZh9NpqpRYPYC4sddvvIss5p; Expires=Mon, 28 Jun 2021 17:13:31 GMT; Path=/"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALBCORS=ArC+QFY/yc2Wq7ryDOdZvrRfyUzVPrP2F5KLrSagVOhjFKzqqPIDsllLrvRtRn6pSo5ffUWcQPuCPyqaCx5nBM/nhNrD7j2hk76JgZh9NpqpRYPYC4sddvvIss5p; Expires=Mon, 28 Jun 2021 17:13:31 GMT; Path=/; SameSite=None; Secure"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "GET, POST, OPTIONS, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "authorization , refreshToken, authmerchantid, X-Requested-With,content-type"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "ETag",
									"value": "W/\"316-u7Fqq3eZYUo4YnMHaJWpcSEXS/A\""
								}
							],
							"cookie": [],
							"body": "{\n    \"response\": {\n        \"merchantInfo\": {\n            \"storeName\": \"TEST ft- MK Company\"\n        },\n        \"paymentStatus\": \"unpaid\",\n        \"currency\": \"EGP\",\n        \"_id\": \"60d0c8aee965560018d24f09\",\n        \"merchantId\": \"MID-3552-454\",\n        \"invoiceReferenceId\": \"652\",\n        \"paymentType\": \"professional\",\n        \"totalAmount\": 100,\n        \"availableAmountForRefund\": 100,\n        \"description\": \"\",\n        \"state\": \"draft\",\n        \"dueDate\": \"2022-01-12T00:00:00.000Z\",\n        \"invoiceItems\": [\n            {\n                \"_id\": \"60d0c8aee965560018d24f0a\",\n                \"description\": \"mobile\",\n                \"quantity\": 1,\n                \"unitPrice\": 100,\n                \"subTotal\": 100\n            }\n        ],\n        \"customerName\": \"test customer\",\n        \"paymentRequestId\": \"INV-3552454230\",\n        \"tax\": 0,\n        \"creationDate\": \"2021-06-21T17:13:18.686Z\",\n        \"createdByUserId\": \"5feccc49043fa4001f599657\",\n        \"transactions\": [],\n        \"__v\": 0\n    },\n    \"messages\": {\n        \"en\": \"The Payment Request has been deleted [success]\",\n        \"ar\": \"The Payment Request has been deleted [success]\"\n    },\n    \"status\": \"SUCCESS\"\n}"
						}
					]
				},
				{
					"name": "Cancel Invoices",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Authorization",
								"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"operation\": \"changestatus\",\r\n    \"paymentType\": \"professional\",\r\n    \"state\": \"cancelled\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://test-api.kashier.io/paymentRequest/MID-3552-454/INV-3552454223?currency=EGP&operation=edit",
							"protocol": "https",
							"host": [
								"test-api",
								"kashier",
								"io"
							],
							"path": [
								"paymentRequest",
								"MID-3552-454",
								"INV-3552454223"
							],
							"query": [
								{
									"key": "currency",
									"value": "EGP"
								},
								{
									"key": "",
									"value": null,
									"disabled": true
								},
								{
									"key": "operation",
									"value": "edit"
								}
							]
						}
					},
					"response": [
						{
							"name": "Cancel Invoices",
							"originalRequest": {
								"method": "PUT",
								"header": [
									{
										"key": "Authorization",
										"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"operation\": \"changestatus\",\r\n    \"paymentType\": \"professional\",\r\n    \"state\": \"cancelled\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://test-api.kashier.io/paymentRequest/MID-3552-454/INV-3552454223?currency=EGP&operation=edit",
									"protocol": "https",
									"host": [
										"test-api",
										"kashier",
										"io"
									],
									"path": [
										"paymentRequest",
										"MID-3552-454",
										"INV-3552454223"
									],
									"query": [
										{
											"key": "currency",
											"value": "EGP"
										},
										{
											"key": "",
											"value": null,
											"disabled": true
										},
										{
											"key": "operation",
											"value": "edit"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 21 Jun 2021 17:05:02 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "190"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALB=d3HtGkYQizllB6BebUL86tp7EQIq8cPRCaVMORaj4IlASCjqQT15bxYJly6Bb5O85pfisfO9dknizVI5WqG9ZIrof9wKu8wyfnHo90xzIIP86ftzRXtjGPnfRwi9; Expires=Mon, 28 Jun 2021 17:05:02 GMT; Path=/"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALBCORS=d3HtGkYQizllB6BebUL86tp7EQIq8cPRCaVMORaj4IlASCjqQT15bxYJly6Bb5O85pfisfO9dknizVI5WqG9ZIrof9wKu8wyfnHo90xzIIP86ftzRXtjGPnfRwi9; Expires=Mon, 28 Jun 2021 17:05:02 GMT; Path=/; SameSite=None; Secure"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "GET, POST, OPTIONS, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "authorization , refreshToken, authmerchantid, X-Requested-With,content-type"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "ETag",
									"value": "W/\"be-Ni+5txPEpZyAeBc/UHcz2XAUHgM\""
								}
							],
							"cookie": [],
							"body": "{\n    \"response\": {\n        \"merchantId\": \"MID-3552-454\",\n        \"paymentRequestId\": \"INV-3552454223\"\n    },\n    \"messages\": {\n        \"en\": \"Operation performed successfully\",\n        \"ar\": \"العملية تمت بنجاح\"\n    },\n    \"status\": \"SUCCESS\"\n}"
						}
					]
				},
				{
					"name": "Mark Invoice As Paid",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Authorization",
								"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"operation\": \"changestatus\",\r\n    \"paymentType\": \"professional\",\r\n    \"paymentStatus\": \"paid\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://test-api.kashier.io/paymentRequest/MID-3552-454/INV-3552454228?currency=EGP&operation=edit",
							"protocol": "https",
							"host": [
								"test-api",
								"kashier",
								"io"
							],
							"path": [
								"paymentRequest",
								"MID-3552-454",
								"INV-3552454228"
							],
							"query": [
								{
									"key": "currency",
									"value": "EGP"
								},
								{
									"key": "",
									"value": null,
									"disabled": true
								},
								{
									"key": "operation",
									"value": "edit"
								}
							]
						}
					},
					"response": [
						{
							"name": "Mark Invoice As Paid",
							"originalRequest": {
								"method": "PUT",
								"header": [
									{
										"key": "Authorization",
										"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"operation\": \"changestatus\",\r\n    \"paymentType\": \"professional\",\r\n    \"paymentStatus\": \"paid\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://test-api.kashier.io/paymentRequest/MID-3552-454/INV-3552454228?currency=EGP&operation=edit",
									"protocol": "https",
									"host": [
										"test-api",
										"kashier",
										"io"
									],
									"path": [
										"paymentRequest",
										"MID-3552-454",
										"INV-3552454228"
									],
									"query": [
										{
											"key": "currency",
											"value": "EGP"
										},
										{
											"key": "",
											"value": null,
											"disabled": true
										},
										{
											"key": "operation",
											"value": "edit"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 21 Jun 2021 17:07:57 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "190"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALB=lhtiUiBtOz8JE7Fl9o0rdjzXPlfoR4JiSkbU2LXkOtDfFgt1l2quv4yboC3i4aMlMbyNAr2c3L5tMbulhdfNRrkhQhD9ox1Xozoexn4O2jCb2oRPw64gAznn5CVT; Expires=Mon, 28 Jun 2021 17:07:57 GMT; Path=/"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALBCORS=lhtiUiBtOz8JE7Fl9o0rdjzXPlfoR4JiSkbU2LXkOtDfFgt1l2quv4yboC3i4aMlMbyNAr2c3L5tMbulhdfNRrkhQhD9ox1Xozoexn4O2jCb2oRPw64gAznn5CVT; Expires=Mon, 28 Jun 2021 17:07:57 GMT; Path=/; SameSite=None; Secure"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "GET, POST, OPTIONS, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "authorization , refreshToken, authmerchantid, X-Requested-With,content-type"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "ETag",
									"value": "W/\"be-L8aQ9egZ4nlUMHXHFnAWfcKjPYQ\""
								}
							],
							"cookie": [],
							"body": "{\n    \"response\": {\n        \"merchantId\": \"MID-3552-454\",\n        \"paymentRequestId\": \"INV-3552454228\"\n    },\n    \"messages\": {\n        \"en\": \"Operation performed successfully\",\n        \"ar\": \"العملية تمت بنجاح\"\n    },\n    \"status\": \"SUCCESS\"\n}"
						}
					]
				},
				{
					"name": "Merchant Webhook",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Authorization",
								"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n   \"MID\":\"MID-3552-454\",\n   \"webhookUrl\":\"https://webhook.site/7a5c4030-a5b1-4233-b9a2-d21ed5c22e63\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://test-api.kashier.io/merchant?action=webhook&operation=updatemerchantuser&merchantId=MID-3552-454",
							"protocol": "https",
							"host": [
								"test-api",
								"kashier",
								"io"
							],
							"path": [
								"merchant"
							],
							"query": [
								{
									"key": "action",
									"value": "webhook"
								},
								{
									"key": "operation",
									"value": "updatemerchantuser"
								},
								{
									"key": "merchantId",
									"value": "MID-3552-454"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Order Reconciliation",
			"item": [
				{
					"name": "Get Order Detilas",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://test-api.kashier.io/payments/orders/6c3e0871-0a7b-45ec-af33-2fc8221ee188",
							"protocol": "https",
							"host": [
								"test-api",
								"kashier",
								"io"
							],
							"path": [
								"payments",
								"orders",
								"6c3e0871-0a7b-45ec-af33-2fc8221ee188"
							]
						}
					},
					"response": [
						{
							"name": "Get Order Detilas",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "5b50e9ef95e8695f2dda0a16db717ce0$4188f97b6c5d5acf5bbc90443d9bef3c0b254dbc5309b8f9f15f003858ba6b206734466431a0aaace1a58d239b270cee",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://test-api.kashier.io/payments/orders/6c3e0871-0a7b-45ec-af33-2fc8221ee188",
									"protocol": "https",
									"host": [
										"test-api",
										"kashier",
										"io"
									],
									"path": [
										"payments",
										"orders",
										"6c3e0871-0a7b-45ec-af33-2fc8221ee188"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Wed, 11 Aug 2021 13:16:00 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "8287"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALB=lowL+CDddhFgon1oDht2y527swSl5PYQw//3UKi5AyO/bCz0DsCWBGyOsGM7q+puFHit6FwEd6qYORXKjuy1UBd0DCtnFil7yM+Z0zQHbE9QGQy6kst26g50906/; Expires=Wed, 18 Aug 2021 13:15:59 GMT; Path=/"
								},
								{
									"key": "Set-Cookie",
									"value": "AWSALBCORS=lowL+CDddhFgon1oDht2y527swSl5PYQw//3UKi5AyO/bCz0DsCWBGyOsGM7q+puFHit6FwEd6qYORXKjuy1UBd0DCtnFil7yM+Z0zQHbE9QGQy6kst26g50906/; Expires=Wed, 18 Aug 2021 13:15:59 GMT; Path=/; SameSite=None; Secure"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "GET, POST, OPTIONS, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "authorization , refreshToken, authmerchantid, X-Requested-With,content-type"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "ETag",
									"value": "W/\"205f-5g1lBFuO/7S4oiCg+j3lWlgY4tM\""
								}
							],
							"cookie": [],
							"body": "{\n    \"response\": {\n        \"_id\": \"6113a5242bd6930018c881ae\",\n        \"merchantId\": \"MID-3552-454\",\n        \"orderId\": \"10a9fa55-4286-488b-8419-18a87e835ecd\",\n        \"merchantOrderId\": \"6c3e0871-0a7b-45ec-af33-2fc8221ee188\",\n        \"totalRefundedAmount\": 0,\n        \"totalCapturedAmount\": 99,\n        \"totalAuthorizedAmount\": \"99.00\",\n        \"method\": \"card\",\n        \"sourceOfFunds\": {\n            \"cardInfo\": {\n                \"maskedCard\": \"511111******1118\",\n                \"cardBrand\": \"Mastercard\",\n                \"cardHash\": \"b506253054c1bd027e272d6f9bf78cdb5087d4c7e56f5c2be7a45361ea274b1c\",\n                \"expiryYear\": \"06\",\n                \"expiryMonth\": \"22\",\n                \"cardHolderName\": \"John Doe\",\n                \"ccvToken\": \"d583518a-f324-4dba-8301-cc976951c0da\",\n                \"cardDataToken\": \"b14160c8-8152-4cb0-b68a-7d100f87a58e\"\n            },\n            \"3DSecure\": {\n                \"processACSRedirectURL\": \"https://test-iframe.kashier.io/v2/3ds\"\n            }\n        },\n        \"paymentType\": \"ext-default-hostedpaymentpage-test\",\n        \"apiKeyId\": \"5feccc49043fa4001f59965c\",\n        \"apiKeyName\": \"default-hostedpaymentpage-test\",\n        \"paymentOrigin\": \"kashier-iframe-test\",\n        \"paymentChannel\": \"online | e-commerce\",\n        \"paymentAgreement\": \"\",\n        \"metaData\": {\n            \"Customer Name \": \"m k\",\n            \"Customer E-mail\": \"mk@kashier.io\",\n            \"Customer Phone\": \"01000000000\",\n            \"wixTransactionId\": \"bb64932d-1933-4d1e-ae39-7574ea3fd61f\",\n            \"wixMerchantId\": \"c81c8e41-7a25-455f-a199-0a2ebe945c73\",\n            \"cancelUrl\": \"https://cashier-services.wix.com/_api/payment-services-web/plugin/redirections/bb64932d-1933-4d1e-ae39-7574ea3fd61f/canceled\",\n            \"errorUrl\": \"https://cashier-services.wix.com/_api/payment-services-web/plugin/redirections/bb64932d-1933-4d1e-ae39-7574ea3fd61f/error?pmName=9a829e14-3576-42ad-93ad-c67fc5c068d2&pmUrl=&failureCode=6000\",\n            \"successUrl\": \"https://cashier-services.wix.com/_api/payment-services-web/plugin/redirections/bb64932d-1933-4d1e-ae39-7574ea3fd61f/approved\",\n            \"time\": \"2021-08-11T10:23:31.547Z\"\n        },\n        \"transactions\": [\n            {\n                \"requestCredentials\": {\n                    \"type\": \"mpgs\",\n                    \"method\": \"card\",\n                    \"mpgs\": {\n                        \"credentials\": {\n                            \"apiPassword\": \"e724fbc131a47c004f246df10848f2dc\",\n                            \"apiUserName\": \"Merchant.TestElements\",\n                            \"merchantId\": \"TESTELEMENTS\",\n                            \"vpc\": {\n                                \"vpc_Merchant\": \"MPOSTESTMTF\",\n                                \"vpc_AccessCode\": \"2A4A995F\",\n                                \"vpc_Password\": \"pass0002\",\n                                \"vpc_User\": \"refund\",\n                                \"secretKey\": \"6D53B8ED37611F20B8199156A557000E\"\n                            }\n                        },\n                        \"bank\": \"qnb\"\n                    }\n                },\n                \"feeTrxAmount\": 0,\n                \"request\": {\n                    \"payload\": {\n                        \"apiOperation\": \"CHECK_3DS_ENROLLMENT\",\n                        \"order\": {\n                            \"amount\": \"99.00\",\n                            \"currency\": \"EGP\"\n                        },\n                        \"sourceOfFunds\": {\n                            \"provided\": {\n                                \"card\": {\n                                    \"cardDataToken\": \"b14160c8-8152-4cb0-b68a-7d100f87a58e\"\n                                }\n                            }\n                        },\n                        \"3DSecure\": {\n                            \"authenticationRedirect\": {\n                                \"responseUrl\": \"https://test-iframe.kashier.io/v2/3ds/10a9fa55-4286-488b-8419-18a87e835ecd/8357f0b8-04af-4d59-9b96-252ca06a3a0c/MID-3552-454/mpgs/EGP?amount=99.00&pusherId=d4dc551c-7b78-4aa4-96b3-05eead829118_undefined_6c3e0871-0a7b-45ec-af33-2fc8221ee188_https://morning-fortress-77263.herokuapp.com/redirect/MID-3552-454/bb64932d-1933-4d1e-ae39-7574ea3fd61f\",\n                                \"pageGenerationMode\": \"CUSTOMIZED\"\n                            }\n                        },\n                        \"provider\": {\n                            \"type\": \"mpgs\"\n                        }\n                    },\n                    \"method\": \"PUT\",\n                    \"url\": \"payment_migs/api/rest/version/44/merchant/TESTELEMENTS/3DSecureId/3DSecureId-8357f0b8-04af-4d59-9b96-252ca06a3a0c\",\n                    \"auth\": {\n                        \"username\": \"Merchant.TestElements\",\n                        \"password\": \"e724fbc131a47c004f246df10848f2dc\"\n                    }\n                },\n                \"currency\": \"EGP\",\n                \"amount\": 99,\n                \"status\": \"SUCCESS\",\n                \"transactionId\": \"TX-35524541714\",\n                \"operation\": \"3dsecure_verify\",\n                \"_id\": \"6113a5242bd6930018c881af\",\n                \"isPF\": true,\n                \"feeDetails\": {\n                    \"processing\": 0,\n                    \"transaction\": 0\n                },\n                \"requestDate\": \"2021-08-11T10:23:32.233Z\",\n                \"responseDate\": \"2021-08-11T10:23:32.669Z\",\n                \"response\": {\n                    \"payload\": {\n                        \"sourceOfFunds\": {\n                            \"provided\": {\n                                \"card\": {\n                                    \"brand\": \"Mastercard\",\n                                    \"cardHolderName\": \"John Doe\",\n                                    \"expiry\": {\n                                        \"year\": \"22\",\n                                        \"month\": \"06\"\n                                    },\n                                    \"number\": \"511111******1118\"\n                                }\n                            }\n                        },\n                        \"response\": {\n                            \"3DSecure\": {\n                                \"gatewayCode\": \"NOT_ENROLLED_NO_ERROR_DETAILS\"\n                            }\n                        },\n                        \"merchant\": \"TESTELEMENTS\",\n                        \"3DSecureId\": \"3DSecureId-8357f0b8-04af-4d59-9b96-252ca06a3a0c\",\n                        \"3DSecure\": {\n                            \"xid\": \"rYcMadtijLKOy++b5e//KM7Bc5M=\",\n                            \"summaryStatus\": \"CARD_NOT_ENROLLED\"\n                        }\n                    },\n                    \"merchantIdentifier\": \"TESTELEMENTS\",\n                    \"operation\": \"3dsecure_verify\",\n                    \"3DSecureSummary\": \"CARD_NOT_ENROLLED\",\n                    \"3DSecureTransactionId\": \"rYcMadtijLKOy++b5e//KM7Bc5M=\",\n                    \"3DSecureId\": \"3DSecureId-8357f0b8-04af-4d59-9b96-252ca06a3a0c\",\n                    \"transactionResponseMessage\": {\n                        \"ar\": \"عملية مرفوضة\",\n                        \"en\": \"Declined\"\n                    },\n                    \"transactionResponseCode\": \"98\",\n                    \"status\": \"SUCCESS\",\n                    \"is3DSecureVerificationRequired\": false\n                },\n                \"transactionResponseMessage\": {\n                    \"ar\": \"عملية مرفوضة\",\n                    \"en\": \"Declined\"\n                },\n                \"transactionResponseCode\": \"98\"\n            },\n            {\n                \"requestCredentials\": {\n                    \"type\": \"mpgs\",\n                    \"method\": \"card\",\n                    \"mpgs\": {\n                        \"credentials\": {\n                            \"apiPassword\": \"e724fbc131a47c004f246df10848f2dc\",\n                            \"apiUserName\": \"Merchant.TestElements\",\n                            \"merchantId\": \"TESTELEMENTS\",\n                            \"vpc\": {\n                                \"vpc_Merchant\": \"MPOSTESTMTF\",\n                                \"vpc_AccessCode\": \"2A4A995F\",\n                                \"vpc_Password\": \"pass0002\",\n                                \"vpc_User\": \"refund\",\n                                \"secretKey\": \"6D53B8ED37611F20B8199156A557000E\"\n                            }\n                        },\n                        \"bank\": \"qnb\"\n                    }\n                },\n                \"feeTrxAmount\": 0,\n                \"request\": {\n                    \"payload\": {\n                        \"apiOperation\": \"PAY\",\n                        \"order\": {\n                            \"amount\": \"99.00\",\n                            \"currency\": \"EGP\"\n                        },\n                        \"sourceOfFunds\": {\n                            \"type\": \"CARD\",\n                            \"provided\": {\n                                \"card\": {\n                                    \"expiry\": {\n                                        \"month\": \"\",\n                                        \"year\": \"\"\n                                    },\n                                    \"nameOnCard\": \"John Doe\",\n                                    \"number\": \"\",\n                                    \"securityCode\": \"\",\n                                    \"cardDataToken\": \"b14160c8-8152-4cb0-b68a-7d100f87a58e\",\n                                    \"ccvToken\": \"d583518a-f324-4dba-8301-cc976951c0da\"\n                                }\n                            }\n                        },\n                        \"correlationId\": \"8357f0b8-04af-4d59-9b96-252ca06a3a0c\",\n                        \"provider\": {\n                            \"type\": \"mpgs\"\n                        },\n                        \"3DSecureId\": \"3DSecureId-8357f0b8-04af-4d59-9b96-252ca06a3a0c\",\n                        \"cardToken\": null,\n                        \"ccvToken\": null,\n                        \"isToken\": null,\n                        \"shopper_reference\": null,\n                        \"paymentOperationType\": null,\n                        \"saveCard\": null\n                    },\n                    \"method\": \"PUT\",\n                    \"url\": \"payment_migs/api/rest/version/44/merchant/TESTELEMENTS/order/10a9fa55-4286-488b-8419-18a87e835ecd/transaction/TX-35524541715\",\n                    \"auth\": {\n                        \"username\": \"Merchant.TestElements\",\n                        \"password\": \"e724fbc131a47c004f246df10848f2dc\"\n                    }\n                },\n                \"currency\": \"EGP\",\n                \"amount\": 99,\n                \"status\": \"SUCCESS\",\n                \"transactionId\": \"TX-35524541715\",\n                \"operation\": \"pay\",\n                \"_id\": \"6113a5242bd6930018c881b0\",\n                \"isPF\": true,\n                \"requestDate\": \"2021-08-11T10:23:32.751Z\",\n                \"responseDate\": \"2021-08-11T10:23:33.198Z\",\n                \"response\": {\n                    \"payload\": {\n                        \"version\": \"44\",\n                        \"transaction\": {\n                            \"type\": \"PAYMENT\",\n                            \"terminal\": \"QNBAA003\",\n                            \"source\": \"INTERNET\",\n                            \"receipt\": \"122310033582\",\n                            \"id\": \"TX-35524541715\",\n                            \"frequency\": \"SINGLE\",\n                            \"currency\": \"EGP\",\n                            \"authorizationCode\": \"033582\",\n                            \"amount\": 99,\n                            \"acquirer\": {\n                                \"transactionId\": \"123456789\",\n                                \"timeZone\": \"+0200\",\n                                \"settlementDate\": \"2021-08-11\",\n                                \"merchantId\": \"1478963\",\n                                \"id\": \"QNBAA_S2I\",\n                                \"date\": \"0811\",\n                                \"batch\": 20210811\n                            }\n                        },\n                        \"timeOfRecord\": \"2021-08-11T10:23:33.036Z\",\n                        \"sourceOfFunds\": {\n                            \"provided\": {\n                                \"card\": {\n                                    \"brand\": \"Mastercard\",\n                                    \"cardHolderName\": \"John Doe\",\n                                    \"securityCode\": \"100\",\n                                    \"number\": \"511111******1118\",\n                                    \"nameOnCard\": \"John Doe\",\n                                    \"expiry\": {\n                                        \"year\": \"22\",\n                                        \"month\": \"06\"\n                                    }\n                                }\n                            },\n                            \"type\": \"CARD\"\n                        },\n                        \"result\": \"SUCCESS\",\n                        \"response\": {\n                            \"gatewayCode\": \"APPROVED\",\n                            \"cardSecurityCode\": {\n                                \"gatewayCode\": \"MATCH\",\n                                \"acquirerCode\": \"M\"\n                            },\n                            \"acquirerMessage\": \"Approved\",\n                            \"acquirerCode\": \"00\"\n                        },\n                        \"order\": {\n                            \"totalRefundedAmount\": 0,\n                            \"totalCapturedAmount\": 99,\n                            \"totalAuthorizedAmount\": 99,\n                            \"status\": \"CAPTURED\",\n                            \"id\": \"10a9fa55-4286-488b-8419-18a87e835ecd\",\n                            \"currency\": \"EGP\",\n                            \"creationTime\": \"2021-08-11T10:23:33.015Z\",\n                            \"amount\": 99\n                        },\n                        \"merchant\": \"TESTELEMENTS\",\n                        \"gatewayEntryPoint\": \"WEB_SERVICES_API\",\n                        \"correlationId\": \"8357f0b8-04af-4d59-9b96-252ca06a3a0c\",\n                        \"authorizationResponse\": {\n                            \"transactionIdentifier\": \"123456789\",\n                            \"stan\": \"33582\",\n                            \"responseCode\": \"00\",\n                            \"processingCode\": \"003000\",\n                            \"posEntryMode\": \"812\",\n                            \"posData\": \"1025100006600\",\n                            \"financialNetworkCode\": \"777\",\n                            \"commercialCardIndicator\": \"3\",\n                            \"commercialCard\": \"888\",\n                            \"cardSecurityCodeError\": \"M\"\n                        },\n                        \"3DSecureId\": \"3DSecureId-8357f0b8-04af-4d59-9b96-252ca06a3a0c\",\n                        \"3DSecure\": {\n                            \"xid\": \"rYcMadtijLKOy++b5e//KM7Bc5M=\",\n                            \"enrollmentStatus\": \"NOT_ENROLLED\"\n                        }\n                    },\n                    \"merchantIdentifier\": \"TESTELEMENTS\",\n                    \"operation\": \"pay\",\n                    \"currency\": \"EGP\",\n                    \"amount\": 99,\n                    \"issuerAuthorizationCode\": \"033582\",\n                    \"settlementDate\": \"2021-08-11\",\n                    \"transactionDate\": \"2021-08-11T10:23:33.036Z\",\n                    \"transactionId\": \"TX-35524541715\",\n                    \"gatewayMessage\": \"Payment accepted\",\n                    \"transactionResponseMessage\": {\n                        \"ar\": \"تمت الموافقة\",\n                        \"en\": \"Approved\"\n                    },\n                    \"transactionResponseCode\": \"00\",\n                    \"gatewayCode\": \"APPROVED\",\n                    \"status\": \"SUCCESS\"\n                },\n                \"transactionResponseMessage\": {\n                    \"ar\": \"تمت الموافقة\",\n                    \"en\": \"Approved\"\n                },\n                \"transactionResponseCode\": \"00\"\n            }\n        ],\n        \"provider\": \"mpgs\",\n        \"status\": \"CAPTURED\",\n        \"lastModifiedDate\": \"2021-08-11T10:23:32.749Z\",\n        \"date\": \"2021-08-11T10:23:32.226Z\",\n        \"order\": {\n            \"amount\": \"99.00\",\n            \"currency\": \"EGP\",\n            \"callbackURL\": \"https://morning-fortress-77263.herokuapp.com/redirect/MID-3552-454/bb64932d-1933-4d1e-ae39-7574ea3fd61f\"\n        },\n        \"merchantDetails\": {\n            \"storeName\": \"TEST ft- MK Company\",\n            \"merchantId\": \"MID-3552-454\",\n            \"businessIndustry\": \"food_ordering\",\n            \"MCC\": \"3333\"\n        },\n        \"__v\": 0\n    },\n    \"messages\": {\n        \"en\": \"The payment transaction has been retreived successfully\",\n        \"ar\": \"تم استرداد عملية الدفع بنجاح\"\n    },\n    \"status\": \"SUCCESS\"\n}"
						}
					]
				}
			]
		},
		{
			"name": "Refund",
			"item": [
				{
					"name": "Refund",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Authorization",
								"value": "e97e05db2ab6da19a6acdfb19c64a573$91f9611afb44d061e49b1452c2baed398f11516dd00b57b02af31af2b709120bafd97e3f90f589fe79f83fff43299608",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n   \"apiOperation\":\"REFUND\",\r\n   \"reason\":\"nnnnnn\",\r\n   \"transaction\":{\r\n        \"amount\": 50,\r\n        \"targetTransactionId\":\"TX-2670193217916\"\r\n\r\n    }\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://test-fep.kashier.io/v3/orders/09db0e0c-d28b-4260-9476-36d62843add6",
							"protocol": "https",
							"host": [
								"test-fep",
								"kashier",
								"io"
							],
							"path": [
								"v3",
								"orders",
								"09db0e0c-d28b-4260-9476-36d62843add6"
							]
						}
					},
					"response": [
						{
							"name": "Refund",
							"originalRequest": {
								"method": "PUT",
								"header": [
									{
										"key": "Authorization",
										"value": "cedcb57fa5f5c9215be7362d7d99b569$5c468c73281b99cf7774ff32ae26c9cd4a538d6573a607032c003bd0b561bcb9eb8c0075877f36628ded0ff8f67a0e15",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"amount\":\"10\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://test-api.kashier.io/orders/93c799ea-ae6c-485c-bf36-a385acbb8c13/transactions/TX-69827597?operation=refund",
									"protocol": "https",
									"host": [
										"test-api",
										"kashier",
										"io"
									],
									"path": [
										"orders",
										"93c799ea-ae6c-485c-bf36-a385acbb8c13",
										"transactions",
										"TX-69827597"
									],
									"query": [
										{
											"key": "operation",
											"value": "refund"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Wed, 13 Apr 2022 10:44:46 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "2294"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "GET, POST, OPTIONS, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "authorization , refreshToken, authmerchantid, X-Requested-With,content-type"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "x-amzn-trace-id",
									"value": "Root=1-6256a99e-47b95865056eb0fb75d9e76e;Parent=06f23c16db26ceb8;Sampled=1"
								},
								{
									"key": "ETag",
									"value": "W/\"8f6-Q+YYOgfUyPFM9OP8E7ieTecqiGs\""
								}
							],
							"cookie": [],
							"body": "{\n    \"response\": {\n        \"status\": \"SUCCESS\",\n        \"gatewayCode\": \"APPROVED\",\n        \"gatewayMessage\": \"Payment accepted\",\n        \"transactionResponseCode\": \"00\",\n        \"transactionResponseMessage\": {\n            \"en\": \"Approved\",\n            \"ar\": \"تمت الموافقة\"\n        },\n        \"transactionId\": \"TX-69827599\",\n        \"transactionDate\": \"2022-04-13T10:44:46.724Z\",\n        \"settlementDate\": \"2022-04-13\",\n        \"amount\": 10,\n        \"currency\": \"EGP\",\n        \"operation\": \"refund\",\n        \"payload\": {\n            \"authorizationResponse\": {\n                \"cardSecurityCodeError\": \"M\",\n                \"commercialCard\": \"888\",\n                \"commercialCardIndicator\": \"3\",\n                \"financialNetworkCode\": \"777\",\n                \"posData\": \"1025100006600\",\n                \"posEntryMode\": \"812\",\n                \"processingCode\": \"203000\",\n                \"responseCode\": \"00\",\n                \"stan\": \"199804\",\n                \"transactionIdentifier\": \"123456789\"\n            },\n            \"gatewayEntryPoint\": \"WEB_SERVICES_API\",\n            \"merchant\": \"TESTQNBINHOUSE03\",\n            \"order\": {\n                \"amount\": 14,\n                \"chargeback\": {\n                    \"amount\": 0,\n                    \"currency\": \"EGP\"\n                },\n                \"creationTime\": \"2022-04-13T10:39:31.655Z\",\n                \"currency\": \"EGP\",\n                \"id\": \"93c799ea-ae6c-485c-bf36-a385acbb8c13\",\n                \"lastUpdatedTime\": \"2022-04-13T10:44:46.764Z\",\n                \"merchantAmount\": 14,\n                \"merchantCategoryCode\": \"8211\",\n                \"merchantCurrency\": \"EGP\",\n                \"reference\": \"6228c89970bbfb001898c9fc\",\n                \"status\": \"PARTIALLY_REFUNDED\",\n                \"totalAuthorizedAmount\": 14,\n                \"totalCapturedAmount\": 14,\n                \"totalDisbursedAmount\": 0,\n                \"totalRefundedAmount\": 10\n            },\n            \"response\": {\n                \"acquirerCode\": \"00\",\n                \"cardSecurityCode\": {\n                    \"acquirerCode\": \"M\",\n                    \"gatewayCode\": \"MATCH\"\n                },\n                \"gatewayCode\": \"APPROVED\"\n            },\n            \"result\": \"SUCCESS\",\n            \"sourceOfFunds\": {\n                \"provided\": {\n                    \"card\": {\n                        \"brand\": \"\",\n                        \"expiry\": {\n                            \"month\": \"6\",\n                            \"year\": \"22\"\n                        },\n                        \"fundingMethod\": \"CREDIT\",\n                        \"number\": \"512345******2346\",\n                        \"scheme\": \"MASTERCARD\",\n                        \"storedOnFile\": \"NOT_STORED\"\n                    }\n                },\n                \"type\": \"CARD\"\n            },\n            \"timeOfLastUpdate\": \"2022-04-13T10:44:46.764Z\",\n            \"timeOfRecord\": \"2022-04-13T10:44:46.724Z\",\n            \"transaction\": {\n                \"acquirer\": {\n                    \"batch\": 20220413,\n                    \"date\": \"0413\",\n                    \"id\": \"QNBAAIH_S2I\",\n                    \"merchantId\": \"000000079447918\",\n                    \"settlementDate\": \"2022-04-13\",\n                    \"timeZone\": \"+0200\",\n                    \"transactionId\": \"123456789\"\n                },\n                \"amount\": 10,\n                \"currency\": \"EGP\",\n                \"id\": \"TX-69827599\",\n                \"receipt\": \"210310200874\",\n                \"source\": \"INTERNET\",\n                \"stan\": \"200874\",\n                \"terminal\": \"80000145\",\n                \"type\": \"REFUND\"\n            },\n            \"version\": \"62\"\n        },\n        \"cardOrderId\": \"93c799ea-ae6c-485c-bf36-a385acbb8c13\",\n        \"creationDate\": \"2022-04-13T10:44:46.724Z\",\n        \"orderReference\": \"TEST-ORD-37089\"\n    },\n    \"messages\": {\n        \"en\": \"Congratulations! Your refund was successful\",\n        \"ar\": \"تهانينا! تمت معاملة استرداد الأموال بنجاح\"\n    },\n    \"status\": \"SUCCESS\"\n}"
						}
					]
				}
			]
		},
		{
			"name": "Bank installments",
			"item": [
				{
					"name": "Get available Banks",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://test-api.kashier.io/merchant/installments/banks/plans?mid=MID-0000-000&amount=10000",
							"protocol": "https",
							"host": [
								"test-api",
								"kashier",
								"io"
							],
							"path": [
								"merchant",
								"installments",
								"banks",
								"plans"
							],
							"query": [
								{
									"key": "mid",
									"value": "MID-0000-000",
									"description": "your merchant ID"
								},
								{
									"key": "amount",
									"value": "10000",
									"description": "product price"
								}
							]
						}
					},
					"response": [
						{
							"name": "Get available Banks",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://test-api.kashier.io/merchant/installments/banks/plans?mid=MID-0000-000&amount=10000",
									"protocol": "https",
									"host": [
										"test-api",
										"kashier",
										"io"
									],
									"path": [
										"merchant",
										"installments",
										"banks",
										"plans"
									],
									"query": [
										{
											"key": "mid",
											"value": "MID-0000-000",
											"description": "your merchant ID"
										},
										{
											"key": "amount",
											"value": "10000",
											"description": "product price"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "access-control-allow-origin",
									"value": "*"
								},
								{
									"key": "x-rate-limit",
									"value": "300"
								},
								{
									"key": "x-rate-limit-remaining",
									"value": "298"
								},
								{
									"key": "access-control-allow-methods",
									"value": "GET, POST, OPTIONS, PUT, PATCH, DELETE"
								},
								{
									"key": "access-control-allow-headers",
									"value": "authorization , refreshToken, authmerchantid, X-Requested-With,content-type"
								},
								{
									"key": "access-control-allow-credentials",
									"value": "true"
								},
								{
									"key": "x-powered-by",
									"value": "Express"
								},
								{
									"key": "content-type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "content-length",
									"value": "10994"
								},
								{
									"key": "etag",
									"value": "W/\"2af2-q9M3b7Gz2tVYIBTsvsZxo2da/+E\""
								},
								{
									"key": "date",
									"value": "Tue, 14 Nov 2023 23:58:45 GMT"
								},
								{
									"key": "keep-alive",
									"value": "timeout=120"
								}
							],
							"cookie": [],
							"body": "{\n    \"response\": {\n        \"banks\": [\n            {\n                \"logoUrl\": \"https://static.kashier.io/financial-institution/fiLogo88.67764148407942\",\n                \"bankNameEn\": \"Abu Dhabi Islamic Bank\",\n                \"bankNameAr\": \"مصرف أبوظبي الإسلامي\",\n                \"bankAbbreviation\": \"ADIB\",\n                \"banknSystemID\": \"FI-13\",\n                \"planFinancing\": 1,\n                \"plans\": [\n                    {\n                        \"planFinancing\": true,\n                        \"bankId\": \"63fca87d0c82af705635fabb\"\n                    }\n                ],\n                \"termsAndConditions\": {\n                    \"termsAndConditionsEn\": \"https://www.adib.eg/personal-banking/adib-cards/cardsoffer\",\n                    \"termsAndConditionsAr\": \"https://www.adib.eg/arabic/personal-banking/adib-cards/cardsoffer\"\n                },\n                \"minimunInstallmentAmount\": 10,\n                \"binRanges\": [\n                    {\n                        \"_id\": \"650c250f4bd0150013b9bec5\",\n                        \"prefix\": \"548457\",\n                        \"product\": \"Gold Mastercard\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"650c250f4bd0150013b9bec6\",\n                        \"prefix\": \"524524\",\n                        \"product\": \"Titanium MasterCard\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"650c250f4bd0150013b9bec7\",\n                        \"prefix\": \"513896\",\n                        \"product\": \"Platinum MasterCard\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"650c250f4bd0150013b9bec8\",\n                        \"prefix\": \"531677\",\n                        \"product\": \"Platinum MasterCard\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"650c250f4bd0150013b9bec9\",\n                        \"prefix\": \"533777\",\n                        \"product\": \"Titanium MasterCard\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"650c250f4bd0150013b9beca\",\n                        \"prefix\": \"536857\",\n                        \"product\": \"World MasterCard Card\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"650c250f4bd0150013b9becb\",\n                        \"prefix\": \"547112\",\n                        \"product\": \"Gold Mastercard\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"650c250f4bd0150013b9becc\",\n                        \"prefix\": \"548642\",\n                        \"product\": \"Mastercard Standard\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"650c250f4bd0150013b9becd\",\n                        \"prefix\": \"549744\",\n                        \"product\": \"World Elite MasterCard\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"650c250f4bd0150013b9bece\",\n                        \"prefix\": \"559254\",\n                        \"product\": \"Mastercard BusinessCard\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"650c250f4bd0150013b9becf\",\n                        \"prefix\": \"526439\",\n                        \"product\": \"asmaa\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"logoUrl\": \"https://static.kashier.io/financial-institution/logo56.26990974318187\",\n                \"bankNameEn\": \"Banque Misr\",\n                \"bankNameAr\": \"بنك مصر\",\n                \"bankAbbreviation\": \"BM\",\n                \"banknSystemID\": \"FI-9\",\n                \"planFinancing\": 1,\n                \"plans\": [\n                    {\n                        \"planFinancing\": true,\n                        \"bankId\": \"62fb84f3f16be70011f066e2\"\n                    }\n                ],\n                \"termsAndConditions\": {\n                    \"termsAndConditionsAr\": \"https://banquemisr.com/en/Home/SMEs/Retail-Banking/Pages/Cards/Credit-Cards-Pages/Classic-Credit-Cards?sc_lang=ar-EG\",\n                    \"termsAndConditionsEn\": \"https://banquemisr.com/en/Home/SMEs/Retail-Banking/Pages/Cards/Credit-Cards-Pages/Classic-Credit-Cards?sc_lang=en\"\n                },\n                \"minimunInstallmentAmount\": 500,\n                \"binRanges\": [\n                    {\n                        \"_id\": \"643c0eef048b2a0013c6f77b\",\n                        \"prefix\": \"464619\",\n                        \"product\": \"Visa Classic new\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"643c0eef048b2a0013c6f77c\",\n                        \"prefix\": \"481355\",\n                        \"product\": \"Visa Platinum\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"643c0eef048b2a0013c6f77d\",\n                        \"prefix\": \"498839\",\n                        \"product\": \"Visa Gold new\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"643c0eef048b2a0013c6f77e\",\n                        \"prefix\": \"498880\",\n                        \"product\": \"Visa Classic\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"643c0eef048b2a0013c6f77f\",\n                        \"prefix\": \"513347\",\n                        \"product\": \"Master World\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"643c0eef048b2a0013c6f780\",\n                        \"prefix\": \"513883\",\n                        \"product\": \"Master Platinum\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"643c0eef048b2a0013c6f781\",\n                        \"prefix\": \"520232\",\n                        \"product\": \"Master Titanium\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"643c0eef048b2a0013c6f782\",\n                        \"prefix\": \"520233\",\n                        \"product\": \"Master Islamic Titanium\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"643c0eef048b2a0013c6f783\",\n                        \"prefix\": \"523540\",\n                        \"product\": \"Master World Elite\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"643c0eef048b2a0013c6f784\",\n                        \"prefix\": \"525836\",\n                        \"product\": \"Master Gold Chip\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"643c0eef048b2a0013c6f785\",\n                        \"prefix\": \"530361\",\n                        \"product\": \"Master Classic Chip\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"643c0eef048b2a0013c6f786\",\n                        \"prefix\": \"541946\",\n                        \"product\": \"Master ISLAMIC Standard Chip\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"643c0eef048b2a0013c6f787\",\n                        \"prefix\": \"543680\",\n                        \"product\": \"Master ISLAMIC Gold Chip\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"643c0eef048b2a0013c6f788\",\n                        \"prefix\": \"512345\",\n                        \"product\": \"TEST Card\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"643c0eef048b2a0013c6f789\",\n                        \"prefix\": \"470599\",\n                        \"product\": \"Test Card Please Remove\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"643c0eef048b2a0013c6f78a\",\n                        \"prefix\": \"415052\",\n                        \"product\": \"Visa Installment card\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"logoUrl\": \"https://static.kashier.io/financial-institution/logo31.387220664034942\",\n                \"bankNameEn\": \"Commercial International Bank\",\n                \"bankNameAr\": \"البنك التجاري الدولي\",\n                \"bankAbbreviation\": \"CIB\",\n                \"banknSystemID\": \"FI-5\",\n                \"planFinancing\": 1,\n                \"plans\": [\n                    {\n                        \"planFinancing\": true,\n                        \"bankId\": \"6059c1b41262d000115bcfa8\"\n                    }\n                ],\n                \"termsAndConditions\": {\n                    \"termsAndConditionsEn\": \"https://www.nbe.com.eg/NBE/E/#/EN/ProductCategory?inParams=%7B%22CategoryID%22%3A%22installmentoffers%22%7D\",\n                    \"termsAndConditionsAr\": \"https://www.nbe.com.eg/NBE/E/#/AR/ProductCategory?inParams=%7B%22CategoryID%22%3A%22installmentoffers%22%7D\"\n                },\n                \"minimunInstallmentAmount\": 500,\n                \"binRanges\": [\n                    {\n                        \"product\": \"MC Credit\",\n                        \"prefix\": \"522960\",\n                        \"_id\": \"6059c23d922b47001169bb6f\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"Test MC\",\n                        \"prefix\": \"500000\",\n                        \"_id\": \"6059c23d922b47001169bb6e\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"logoUrl\": \"https://static.kashier.io/financial-institution/logo54.10283735220198\",\n                \"bankNameEn\": \"Emirates NBD Bank\",\n                \"bankNameAr\": \"بنك الإمارات دبي الوطني\",\n                \"bankAbbreviation\": \"ENBD\",\n                \"banknSystemID\": \"FI-7\",\n                \"planFinancing\": 1,\n                \"plans\": [\n                    {\n                        \"planFinancing\": true,\n                        \"bankId\": \"612df1bad37bc200185c1b97\"\n                    }\n                ],\n                \"termsAndConditions\": {\n                    \"termsAndConditionsAr\": \"https://www.emiratesnbd.com.eg/egypt-ar/personal-banking/cards/easy-payment-plan/\",\n                    \"termsAndConditionsEn\": \"https://www.emiratesnbd.com.eg/egypt-en/personal-banking/cards/easy-payment-plan/\"\n                },\n                \"minimunInstallmentAmount\": 1000,\n                \"binRanges\": [\n                    {\n                        \"product\": \"Master Card credit card\",\n                        \"prefix\": \"522025\",\n                        \"_id\": \"629f723340030a0011054a56\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"Master Card credit card\",\n                        \"prefix\": \"543173\",\n                        \"_id\": \"629f723340030a0011054a55\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"Master Card credit card\",\n                        \"prefix\": \"546350\",\n                        \"_id\": \"629f723340030a0011054a54\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"Master Card credit card\",\n                        \"prefix\": \"532449\",\n                        \"_id\": \"629f723340030a0011054a53\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"Master Card credit card\",\n                        \"prefix\": \"524696\",\n                        \"_id\": \"629f723340030a0011054a52\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"Master Card credit card\",\n                        \"prefix\": \"517292\",\n                        \"_id\": \"629f723340030a0011054a51\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"Visa credit card\",\n                        \"prefix\": \"427837\",\n                        \"_id\": \"629f723340030a0011054a50\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"Visa credit card\",\n                        \"prefix\": \"427838\",\n                        \"_id\": \"629f723340030a0011054a4f\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"Test Card\",\n                        \"prefix\": \"512345\",\n                        \"_id\": \"629f723340030a0011054a4e\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"logoUrl\": \"https://static.kashier.io/financial-institution/logo63.02444875834339\",\n                \"bankNameEn\": \"National Bank of Egypt\",\n                \"bankNameAr\": \"البنك الأهلى المصرى\",\n                \"bankAbbreviation\": \"NBE\",\n                \"banknSystemID\": \"FI-1\",\n                \"planFinancing\": 1,\n                \"plans\": [\n                    {\n                        \"planFinancing\": true,\n                        \"bankId\": \"603c35e9d1efbd0011ed5363\"\n                    }\n                ],\n                \"termsAndConditions\": {\n                    \"termsAndConditionsAr\": \"https://www.nbe.com.eg/NBE/E/#/AR/ProductCategory?inParams=%7B%22CategoryID%22%3A%22installmentoffers%22%7D\",\n                    \"termsAndConditionsEn\": \"https://www.nbe.com.eg/NBE/E/#/EN/ProductCategory?inParams=%7B%22CategoryID%22%3A%22installmentoffers%22%7D\"\n                },\n                \"minimunInstallmentAmount\": 500,\n                \"binRanges\": [\n                    {\n                        \"product\": \"NBE Visa R1\",\n                        \"prefix\": \"470599\",\n                        \"_id\": \"629f724a7729fe00132a4a0f\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"NBE Visa R2\",\n                        \"prefix\": \"488953\",\n                        \"_id\": \"629f724a7729fe00132a4a0e\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"NBE Visa R3\",\n                        \"prefix\": \"494608\",\n                        \"_id\": \"629f724a7729fe00132a4a0d\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"NBE Visa R4\",\n                        \"prefix\": \"494609\",\n                        \"_id\": \"629f724a7729fe00132a4a0c\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"NBE MC R1\",\n                        \"prefix\": \"515788\",\n                        \"_id\": \"629f724a7729fe00132a4a0b\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"NBE MC R2\",\n                        \"prefix\": \"517802\",\n                        \"_id\": \"629f724a7729fe00132a4a0a\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"NBE MC R3\",\n                        \"prefix\": \"521624\",\n                        \"_id\": \"629f724a7729fe00132a4a09\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"NBE MC R4\",\n                        \"prefix\": \"527416\",\n                        \"_id\": \"629f724a7729fe00132a4a08\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"NBE MC R5\",\n                        \"prefix\": \"538864\",\n                        \"_id\": \"629f724a7729fe00132a4a07\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"NBE MC R6\",\n                        \"prefix\": \"544111\",\n                        \"_id\": \"629f724a7729fe00132a4a06\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"NBE MC R7\",\n                        \"prefix\": \"545075\",\n                        \"_id\": \"629f724a7729fe00132a4a05\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"NBE MC R8\",\n                        \"prefix\": \"549746\",\n                        \"_id\": \"629f724a7729fe00132a4a04\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    },\n                    {\n                        \"product\": \"Test Card\",\n                        \"prefix\": \"512345\",\n                        \"_id\": \"629f724a7729fe00132a4a03\",\n                        \"range\": {\n                            \"to\": \"9999\",\n                            \"from\": \"0000\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"logoUrl\": \"https://static.kashier.io/financial-institution/logo33.37252930958336\",\n                \"bankNameEn\": \"QNB\",\n                \"bankNameAr\": \"البنك الوطنى القطرى الاهلى\",\n                \"bankAbbreviation\": \"QNB\",\n                \"banknSystemID\": \"FI-8\",\n                \"planFinancing\": 1,\n                \"plans\": [\n                    {\n                        \"planFinancing\": true,\n                        \"bankId\": \"628609e6baa09e0012d78091\"\n                    }\n                ],\n                \"termsAndConditions\": {\n                    \"termsAndConditionsAr\": \"https://www.qnbalahli.com/sites/qnb/qnbegypt/page/ar/ar-home.html\",\n                    \"termsAndConditionsEn\": \"https://www.qnbalahli.com/sites/qnb/qnbegypt/page/en/en-home.html\"\n                },\n                \"minimunInstallmentAmount\": 500,\n                \"binRanges\": [\n                    {\n                        \"_id\": \"6523fd5c4bd0150013ba3a57\",\n                        \"prefix\": \"434126\",\n                        \"product\": \"QNB Credit Card\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"6523fd5c4bd0150013ba3a58\",\n                        \"prefix\": \"434127\",\n                        \"product\": \"QNB Credit Card\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"6523fd5c4bd0150013ba3a59\",\n                        \"prefix\": \"434102\",\n                        \"product\": \"QNB Credit Card\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"6523fd5c4bd0150013ba3a5a\",\n                        \"prefix\": \"447569\",\n                        \"product\": \"QNB Credit Card\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"6523fd5c4bd0150013ba3a5b\",\n                        \"prefix\": \"433956\",\n                        \"product\": \"QNB Credit Card\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"6523fd5c4bd0150013ba3a5c\",\n                        \"prefix\": \"484889\",\n                        \"product\": \"QNB Credit Card\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"6523fd5c4bd0150013ba3a5d\",\n                        \"prefix\": \"521529\",\n                        \"product\": \"QNB Credit Card\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"6523fd5c4bd0150013ba3a5e\",\n                        \"prefix\": \"522682\",\n                        \"product\": \"QNB Credit Card\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"6523fd5c4bd0150013ba3a5f\",\n                        \"prefix\": \"516104\",\n                        \"product\": \"QNB Credit Card\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    },\n                    {\n                        \"_id\": \"6523fd5c4bd0150013ba3a60\",\n                        \"prefix\": \"541942\",\n                        \"product\": \"QNB Credit Card\",\n                        \"range\": {\n                            \"from\": \"0000\",\n                            \"to\": \"9999\"\n                        }\n                    }\n                ]\n            }\n        ],\n        \"allowValu\": true,\n        \"allowFawry\": true\n    },\n    \"messages\": {\n        \"en\": \"Installment enabled banks retrieved successfully.\",\n        \"ar\": \"Installment enabled banks retrieved successfully.\"\n    },\n    \"status\": \"SUCCESS\"\n}"
						}
					]
				},
				{
					"name": "Get detailed installments value for Bank",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://test-api.kashier.io/merchant/installments/plans?mid=MID-0000-000&amount=10000&currency=EGP&fiId=FI-13",
							"protocol": "https",
							"host": [
								"test-api",
								"kashier",
								"io"
							],
							"path": [
								"merchant",
								"installments",
								"plans"
							],
							"query": [
								{
									"key": "mid",
									"value": "MID-0000-000",
									"description": "Your merchant Id"
								},
								{
									"key": "amount",
									"value": "10000",
									"description": "Product price"
								},
								{
									"key": "currency",
									"value": "EGP",
									"description": "Used currency"
								},
								{
									"key": "fiId",
									"value": "FI-13",
									"description": "Bank Id retrived from Get available Banks API"
								}
							]
						}
					},
					"response": [
						{
							"name": "Get detailed installments value for Bank",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://test-api.kashier.io/merchant/installments/plans?mid=MID-0000-000&amount=10000&currency=EGP&fiId=FI-13",
									"protocol": "https",
									"host": [
										"test-api",
										"kashier",
										"io"
									],
									"path": [
										"merchant",
										"installments",
										"plans"
									],
									"query": [
										{
											"key": "mid",
											"value": "MID-0000-000",
											"description": "Your merchant Id"
										},
										{
											"key": "amount",
											"value": "10000",
											"description": "Product price"
										},
										{
											"key": "currency",
											"value": "EGP",
											"description": "Used currency"
										},
										{
											"key": "fiId",
											"value": "FI-13",
											"description": "banknSystemID retrived from Get available Banks API"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "access-control-allow-origin",
									"value": "*"
								},
								{
									"key": "x-rate-limit",
									"value": "300"
								},
								{
									"key": "x-rate-limit-remaining",
									"value": "299"
								},
								{
									"key": "access-control-allow-methods",
									"value": "GET, POST, OPTIONS, PUT, PATCH, DELETE"
								},
								{
									"key": "access-control-allow-headers",
									"value": "authorization , refreshToken, authmerchantid, X-Requested-With,content-type"
								},
								{
									"key": "access-control-allow-credentials",
									"value": "true"
								},
								{
									"key": "x-powered-by",
									"value": "Express"
								},
								{
									"key": "content-type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "content-length",
									"value": "3664"
								},
								{
									"key": "etag",
									"value": "W/\"e50-oWfF8Co5LA4Np9zVR+eemN7LWhY\""
								},
								{
									"key": "date",
									"value": "Wed, 15 Nov 2023 00:25:18 GMT"
								},
								{
									"key": "keep-alive",
									"value": "timeout=120"
								}
							],
							"cookie": [],
							"body": "{\n    \"response\": {\n        \"bankPlans\": [\n            {\n                \"Logo URL\": \"https://static.kashier.io/financial-institution/fiLogo88.67764148407942\",\n                \"Terms & Conditions url EN\": \"https://www.adib.eg/personal-banking/adib-cards/cardsoffer\",\n                \"Terms & Conditions url AR\": \"https://www.adib.eg/arabic/personal-banking/adib-cards/cardsoffer\",\n                \"Bank Name EN\": \"Abu Dhabi Islamic Bank\",\n                \"Bank Name AR\": \"مصرف أبوظبي الإسلامي\",\n                \"Bank Abbreviation\": \"ADIB\",\n                \"Bank system ID\": \"FI-13\",\n                \"Minimum installment amount\": 10,\n                \"Supported BINs\": [\n                    {\n                        \"Prefix\": \"548457\",\n                        \"From\": \"0000\",\n                        \"To\": \"9999\",\n                        \"Product Name\": \"Gold Mastercard\"\n                    },\n                    {\n                        \"Prefix\": \"524524\",\n                        \"From\": \"0000\",\n                        \"To\": \"9999\",\n                        \"Product Name\": \"Titanium MasterCard\"\n                    },\n                    {\n                        \"Prefix\": \"513896\",\n                        \"From\": \"0000\",\n                        \"To\": \"9999\",\n                        \"Product Name\": \"Platinum MasterCard\"\n                    },\n                    {\n                        \"Prefix\": \"531677\",\n                        \"From\": \"0000\",\n                        \"To\": \"9999\",\n                        \"Product Name\": \"Platinum MasterCard\"\n                    },\n                    {\n                        \"Prefix\": \"533777\",\n                        \"From\": \"0000\",\n                        \"To\": \"9999\",\n                        \"Product Name\": \"Titanium MasterCard\"\n                    },\n                    {\n                        \"Prefix\": \"536857\",\n                        \"From\": \"0000\",\n                        \"To\": \"9999\",\n                        \"Product Name\": \"World MasterCard Card\"\n                    },\n                    {\n                        \"Prefix\": \"547112\",\n                        \"From\": \"0000\",\n                        \"To\": \"9999\",\n                        \"Product Name\": \"Gold Mastercard\"\n                    },\n                    {\n                        \"Prefix\": \"548642\",\n                        \"From\": \"0000\",\n                        \"To\": \"9999\",\n                        \"Product Name\": \"Mastercard Standard\"\n                    },\n                    {\n                        \"Prefix\": \"549744\",\n                        \"From\": \"0000\",\n                        \"To\": \"9999\",\n                        \"Product Name\": \"World Elite MasterCard\"\n                    },\n                    {\n                        \"Prefix\": \"559254\",\n                        \"From\": \"0000\",\n                        \"To\": \"9999\",\n                        \"Product Name\": \"Mastercard BusinessCard\"\n                    },\n                    {\n                        \"Prefix\": \"526439\",\n                        \"From\": \"0000\",\n                        \"To\": \"9999\",\n                        \"Product Name\": \"asmaa\"\n                    }\n                ],\n                \"plans\": [\n                    {\n                        \"Plan Financing\": true,\n                        \"Merchant Plan ID\": \"INSPLAN-53\",\n                        \"Name EN\": \"Pay with installments on 3 months\",\n                        \"Name AR\": \"تقسيط على 3 شهور\",\n                        \"Duration\": 3,\n                        \"Full Amount / Original amount\": \"10000.00\",\n                        \"Bank Interest Rate\": \"7.00\",\n                        \"Installment amount per month\": \"3566.67\",\n                        \"Authorization Amount\": \"10000.00\"\n                    },\n                    {\n                        \"Plan Financing\": true,\n                        \"Merchant Plan ID\": \"INSPLAN-54\",\n                        \"Name EN\": \"Pay with installments on 6 months\",\n                        \"Name AR\": \"تقسيط على 6 شهور\",\n                        \"Duration\": 6,\n                        \"Full Amount / Original amount\": \"10000.00\",\n                        \"Bank Interest Rate\": \"8.14\",\n                        \"Installment amount per month\": \"1802.33\",\n                        \"Authorization Amount\": \"10000.00\"\n                    },\n                    {\n                        \"Plan Financing\": true,\n                        \"Merchant Plan ID\": \"INSPLAN-55\",\n                        \"Name EN\": \"Pay with installments on 9 months\",\n                        \"Name AR\": \"تقسيط على 9 شهور\",\n                        \"Duration\": 9,\n                        \"Full Amount / Original amount\": \"10000.00\",\n                        \"Bank Interest Rate\": \"10.00\",\n                        \"Installment amount per month\": \"1222.22\",\n                        \"Authorization Amount\": \"10000.00\"\n                    },\n                    {\n                        \"Plan Financing\": true,\n                        \"Merchant Plan ID\": \"INSPLAN-56\",\n                        \"Name EN\": \"Pay with installments on 12 months\",\n                        \"Name AR\": \"تقسيط على 12 شهور\",\n                        \"Duration\": 12,\n                        \"Full Amount / Original amount\": \"10000.00\",\n                        \"Bank Interest Rate\": \"12.15\",\n                        \"Installment amount per month\": \"934.58\",\n                        \"Authorization Amount\": \"10000.00\"\n                    },\n                    {\n                        \"Plan Financing\": true,\n                        \"Merchant Plan ID\": \"INSPLAN-57\",\n                        \"Name EN\": \"Pay with installments on 18 months\",\n                        \"Name AR\": \"تقسيط على 18 شهور\",\n                        \"Duration\": 18,\n                        \"Full Amount / Original amount\": \"10000.00\",\n                        \"Bank Interest Rate\": \"15.95\",\n                        \"Installment amount per month\": \"644.17\",\n                        \"Authorization Amount\": \"10000.00\"\n                    },\n                    {\n                        \"Plan Financing\": true,\n                        \"Merchant Plan ID\": \"INSPLAN-58\",\n                        \"Name EN\": \"Pay with installments on 24 months\",\n                        \"Name AR\": \"تقسيط على 24 شهور\",\n                        \"Duration\": 24,\n                        \"Full Amount / Original amount\": \"10000.00\",\n                        \"Bank Interest Rate\": \"20.40\",\n                        \"Installment amount per month\": \"501.67\",\n                        \"Authorization Amount\": \"10000.00\"\n                    },\n                    {\n                        \"Plan Financing\": true,\n                        \"Merchant Plan ID\": \"INSPLAN-59\",\n                        \"Name EN\": \"Pay with installments on 36 months\",\n                        \"Name AR\": \"تقسيط على 36 شهور\",\n                        \"Duration\": 36,\n                        \"Full Amount / Original amount\": \"10000.00\",\n                        \"Bank Interest Rate\": \"26.87\",\n                        \"Installment amount per month\": \"352.42\",\n                        \"Authorization Amount\": \"10000.00\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"messages\": {\n        \"en\": \"Installment plans retrieved successfully\",\n        \"ar\": \"Installment plans retrieved successfully\"\n    },\n    \"status\": \"SUCCESS\"\n}"
						}
					]
				}
			]
		}
	]
}