{"info":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","description":"<html><head></head><body><p>Protege Global Ecommerce, Inc (PGecom) offers a comprehensive suite of services to meet the needs of our customers, from gift cards and online courses, to instructors, virtual cards, and ecommerce market access.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"17326556","collectionId":"46257a29-130c-488a-8593-b5a7a32adc51","publishedId":"2s7Z15Dho7","public":true,"customColor":{"top-bar":"ff6d38","right-sidebar":"0d0c0c","highlight":"FFF"},"publishDate":"2022-09-20T19:22:06.000Z"},"item":[{"name":"authentication","item":[{"name":"issue token","event":[{"listen":"test","script":{"id":"8889604a-1491-4186-a8a0-7f1638b19b16","exec":["pm.test(\"Set Token Response\", function () {","    // Parse the response body as JSON","    const responseBody = pm.response.json();","","    // Replace 'token_key' with the actual key used to access the token in the response body","    const token = responseBody.token;","","    // Set the token as an environment variable named 'auth_token'. Replace 'auth_token' with your desired variable name.","    pm.environment.set('pgecomToken', token);","});"],"type":"text/javascript"}}],"id":"a2fbacd2-c2d9-474e-812c-bdd55ecdd317","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userID\": \"{{pgecomUserId}}\",\n    \"secretKey\": \"{{pgecomSecretKey}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/token","description":"<p>In order to get access to the API. You need to generate a token </p>\n<p>Token is expired after 30 days. Your app needs to handle that case as well</p>\n<p>Required</p>\n<ul>\n<li>userID</li>\n<li>secretKey</li>\n</ul>\n<p>userID is your userID when you sign into the app</p>\n<p>secretKey should be kept private and should not be exposed to the client</p>\n<p>Once you have the above required values, you can request for a token to start using the API</p>\n<p>Base URL: <a href=\"https://devtopup.pgecom.com\">https://devtopup.pgecom.com</a></p>\n<p>Path\n/api/token/issue</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}},"urlObject":{"path":["api","v1","token"],"host":["{{pgecomBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c2fd172a-1439-4e43-ae1d-6d09e19156a4","name":"successful token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"{{pgecomApiKey}}\",\n    \"secretKey\": \"{{pgecomSecretKey}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"<string>\"\n}"},{"id":"5fa5d0f4-24da-40fb-929a-04885694611d","name":"issue token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"{{pgecomApiKey}}\",\n    \"secretKey\": \"{{pgecomSecretKey}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Your account has been disabled from using our API. Please contact support for more information\"\n}"},{"id":"bdd194e5-c4be-4eec-aa6f-176c52b08c3c","name":"invalid secret key","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"{{pgecomApiKey}}\",\n    \"secretKey\": \"{{pgecomSecretKey}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"API Secret Key is invalid\"\n}"}],"_postman_id":"a2fbacd2-c2d9-474e-812c-bdd55ecdd317"}],"id":"d159218c-4159-480d-b7b4-39e5b8f0a5f0","_postman_id":"d159218c-4159-480d-b7b4-39e5b8f0a5f0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}}},{"name":"order","item":[{"name":"get order by order Id","id":"de5f5374-7bdc-4e30-90b6-889ddd4ac3e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/order/1ddbb939-a8e9-4c31-845d-1cc5477574a9","description":"<p>You can get order histories by userID and transactionType</p>\n<p>userID is required</p>\n<p><strong>userID</strong></p>\n<p>The id of the user</p>\n<p><strong>transactionType</strong></p>\n<p>Filter by transactionType. Here are a list of transactionType that are currently available</p>\n<ul>\n<li>manual_balance_recharge_increase</li>\n<li>manual_balance_recharge_decrease</li>\n<li>card_balance_recharge</li>\n<li>virtucalcard</li>\n<li>physicalcard</li>\n<li>bank</li>\n<li>giftcard</li>\n<li>topup</li>\n<li>paypal</li>\n<li>crypto</li>\n<li>transfer</li>\n<li>payme</li>\n<li>cardtransaction</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}},"urlObject":{"path":["api","v1","order","1ddbb939-a8e9-4c31-845d-1cc5477574a9"],"host":["{{pgecomBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"65132eb8-2ae8-496e-80ed-93ac7aa94f99","name":"succesful order","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/order/1ddbb939-a8e9-4c31-845d-1cc5477574a9"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"receiver\": \"info@pgecom.com\",\n    \"metadata\": {},\n    \"orderId\": \"1ddbb939-a8e9-4c31-845d-1cc5477574a9\",\n    \"successUrl\": \"http://google.com\",\n    \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n    \"status\": \"pending\",\n    \"createdAt\": \"2023-07-24T05:51:54Z\",\n    \"transactionType\": \"moncash_deposit\",\n    \"sender\": \"info@pgecom.com\",\n    \"errorUrl\": \"\",\n    \"platform\": \"pgrewards\",\n    \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n    \"updatedAt\": \"2023-07-24T05:51:54Z\",\n    \"amount\": 2.87,\n    \"customerFullName\": \"No name\",\n    \"id\": \"1ddbb939-a8e9-4c31-845d-1cc5477574a9\",\n    \"gourdes\": 500.886767\n}"},{"id":"0dec295a-8db3-41b7-8257-92802bb0ad3f","name":"no order found","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/order/1ddbb939-a8e9-4c31-85d-1cc5477574a9"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid status code: 40\"\n}"}],"_postman_id":"de5f5374-7bdc-4e30-90b6-889ddd4ac3e6"},{"name":"list orders","id":"f8b3d5ee-73e8-4275-81f1-79d230e1ea5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/order/list","description":"<p>You can get order histories by userID and transactionType</p>\n<p>userID is required</p>\n<p><strong>userID</strong></p>\n<p>The id of the user</p>\n<p><strong>transactionType</strong></p>\n<p>Filter by transactionType. Here are a list of transactionType that are currently available</p>\n<ul>\n<li>manual_balance_recharge_increase</li>\n<li>manual_balance_recharge_decrease</li>\n<li>card_balance_recharge</li>\n<li>virtucalcard</li>\n<li>physicalcard</li>\n<li>bank</li>\n<li>giftcard</li>\n<li>topup</li>\n<li>paypal</li>\n<li>crypto</li>\n<li>transfer</li>\n<li>payme</li>\n<li>cardtransaction</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}},"urlObject":{"path":["api","v1","order","list"],"host":["{{pgecomBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"73beb001-d2b2-4514-9223-63b6a254fbcb","name":"list of orders","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/order/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userFee\": 0.25,\n        \"newBalance\": 644.25,\n        \"orderId\": \"a96cf861-612d-4b04-bbe5-be45f47df788\",\n        \"status\": \"processing\",\n        \"createdAt\": \"2023-07-23T06:35:29Z\",\n        \"transactionType\": \"visa_withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T06:35:29Z\",\n        \"amount\": 25,\n        \"id\": \"a96cf861-612d-4b04-bbe5-be45f47df788\",\n        \"deliveryMethod\": \"express\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"userFee\": 2.5,\n        \"newBalance\": 644.5,\n        \"orderId\": \"c9a79c27-af83-4fd5-8384-9a8709517375\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T06:20:39Z\",\n        \"transactionType\": \"visa_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T06:20:39Z\",\n        \"amount\": 25,\n        \"id\": \"c9a79c27-af83-4fd5-8384-9a8709517375\",\n        \"deliveryMethod\": \"express\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"newBalance\": 672,\n        \"orderId\": \"a944d06b-a499-4458-b741-d9b80b4dffed\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T06:19:13Z\",\n        \"transactionType\": \"visa_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T06:19:13Z\",\n        \"amount\": 25,\n        \"id\": \"a944d06b-a499-4458-b741-d9b80b4dffed\",\n        \"deliveryMethod\": \"express\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"newBalance\": 699.5,\n        \"orderId\": \"3717d4e8-0714-4b37-95ff-2ff0afcd2661\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T06:17:59Z\",\n        \"transactionType\": \"visa_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T06:17:59Z\",\n        \"amount\": 25,\n        \"id\": \"3717d4e8-0714-4b37-95ff-2ff0afcd2661\",\n        \"deliveryMethod\": \"express\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"newBalance\": 727,\n        \"orderId\": \"bd661d49-b63c-443c-a9ce-245fdae09b58\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T06:17:31Z\",\n        \"transactionType\": \"visa_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T06:17:31Z\",\n        \"amount\": 25,\n        \"id\": \"bd661d49-b63c-443c-a9ce-245fdae09b58\",\n        \"deliveryMethod\": \"standard\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"newBalance\": 752,\n        \"orderId\": \"02acbab0-6b11-4947-81eb-9d5bf182533e\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T06:16:14Z\",\n        \"transactionType\": \"visa_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T06:16:14Z\",\n        \"amount\": 25,\n        \"id\": \"02acbab0-6b11-4947-81eb-9d5bf182533e\",\n        \"deliveryMethod\": \"standard\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"newBalance\": 777,\n        \"orderId\": \"3992a771-3d8c-4bd3-ad87-dc24e66ac52e\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T06:11:15Z\",\n        \"transactionType\": \"visa_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T06:11:15Z\",\n        \"amount\": 25,\n        \"id\": \"3992a771-3d8c-4bd3-ad87-dc24e66ac52e\",\n        \"deliveryMethod\": \"standard\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"newBalance\": 802,\n        \"orderId\": \"f9777ea3-5dbf-42f4-bcd0-5669d664abde\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T06:10:02Z\",\n        \"transactionType\": \"visa_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T06:10:02Z\",\n        \"amount\": 25,\n        \"id\": \"f9777ea3-5dbf-42f4-bcd0-5669d664abde\",\n        \"deliveryMethod\": \"standard\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"userFee\": 0,\n        \"newBalance\": 827,\n        \"userType\": \"user\",\n        \"orderId\": \"4ba52876-f2c9-41a0-b572-7b7e6feaca82\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T04:52:07Z\",\n        \"transactionType\": \"virtualcard\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T04:52:07Z\",\n        \"amount\": 15,\n        \"customerFullName\": \"James Peter\",\n        \"id\": \"2b7ddae1-ce53-46b1-bf9d-36730d53d9fc\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"userFee\": 0,\n        \"newBalance\": 842,\n        \"userType\": \"user\",\n        \"orderId\": \"4edf09ef-088a-4919-a0bc-8077175d5d81\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T04:35:49Z\",\n        \"transactionType\": \"virtualcard\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T04:35:49Z\",\n        \"amount\": 15,\n        \"customerFullName\": \"James Peter\",\n        \"id\": \"4edf09ef-088a-4919-a0bc-8077175d5d81\"\n    },\n    {\n        \"receiver\": \"tabbnabbers@gmail.com\",\n        \"userFee\": 0,\n        \"newBalance\": 857,\n        \"userType\": \"user\",\n        \"orderId\": \"6b4a864d-b836-45d1-92df-8cfb6c4309d1\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-20T09:05:16Z\",\n        \"transactionType\": \"virtualcard\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-20T09:05:16Z\",\n        \"amount\": 15,\n        \"customerFullName\": \"Esterling Accime\",\n        \"id\": \"6b4a864d-b836-45d1-92df-8cfb6c4309d1\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"userFee\": 3.5,\n        \"newBalance\": 872,\n        \"orderId\": \"1a79d8c8-d2e0-4181-bb26-7c34cc9df374\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T21:06:00Z\",\n        \"transactionType\": \"sogebank_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T21:06:00Z\",\n        \"externalTransactionId\": \"demo\",\n        \"amount\": 16.5,\n        \"id\": \"1a79d8c8-d2e0-4181-bb26-7c34cc9df374\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"+14048253444\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"userFee\": 3.5,\n        \"newBalance\": 855.5,\n        \"orderId\": \"84885de7-0c34-4dfa-a84c-d025cf9a3e93\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T21:01:06Z\",\n        \"transactionType\": \"sogebank_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T21:01:06Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 146.5,\n        \"id\": \"84885de7-0c34-4dfa-a84c-d025cf9a3e93\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"+14048253444\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"newBalance\": 709,\n        \"orderId\": \"209a7f0b-e195-45b7-95fb-39ecaecdc57a\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T20:51:43Z\",\n        \"transactionType\": \"binance_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T20:51:43Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 50,\n        \"id\": \"209a7f0b-e195-45b7-95fb-39ecaecdc57a\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"+14048253444\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"userFee\": 0.5,\n        \"newBalance\": 659,\n        \"orderId\": \"c76bf01c-5a8e-4d27-9be6-cf9262641eb8\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T20:50:05Z\",\n        \"transactionType\": \"paypal_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T20:48:35Z\",\n        \"externalTransactionId\": \"demo\",\n        \"amount\": 17.5,\n        \"id\": \"c76bf01c-5a8e-4d27-9be6-cf9262641eb8\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"+14048253444\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"userFee\": 0.5,\n        \"newBalance\": 641.5,\n        \"orderId\": \"0154f3b5-730b-4c96-854a-5ad20cdd8d93\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T20:46:16Z\",\n        \"transactionType\": \"paypal_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T20:45:55Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 14.5,\n        \"id\": \"0154f3b5-730b-4c96-854a-5ad20cdd8d93\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"+14048253444\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"userFee\": 0.5,\n        \"newBalance\": 627,\n        \"orderId\": \"5fd3198e-4592-49ba-b188-aa1c2f2eda8f\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T20:39:01Z\",\n        \"transactionType\": \"paypal_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T20:38:32Z\",\n        \"externalTransactionId\": \"demo\",\n        \"amount\": 49.5,\n        \"id\": \"5fd3198e-4592-49ba-b188-aa1c2f2eda8f\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"+14048253444\"\n    },\n    {\n        \"userFee\": 0.5,\n        \"newBalance\": 577.5,\n        \"orderId\": \"87d2019b-bde2-45b2-8f90-d79dce5fe732\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T20:32:57Z\",\n        \"transactionType\": \"paypal_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T20:31:34Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 19.5,\n        \"id\": \"87d2019b-bde2-45b2-8f90-d79dce5fe732\"\n    },\n    {\n        \"userFee\": 0.5,\n        \"newBalance\": 577.5,\n        \"orderId\": \"4f67c5f9-8e74-45a5-b23a-773fd8c6b22c\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T20:23:04Z\",\n        \"transactionType\": \"paypal_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T14:38:59Z\",\n        \"externalTransactionId\": \"f\",\n        \"amount\": 19.5,\n        \"id\": \"4f67c5f9-8e74-45a5-b23a-773fd8c6b22c\"\n    },\n    {\n        \"userFee\": 0.5,\n        \"newBalance\": 558,\n        \"orderId\": \"d3b736ef-f3a5-4fdf-8012-4c50ac4aa381\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T14:39:13Z\",\n        \"transactionType\": \"paypal_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T07:23:11Z\",\n        \"externalTransactionId\": \"fsf\",\n        \"amount\": 19.5,\n        \"id\": \"d3b736ef-f3a5-4fdf-8012-4c50ac4aa381\"\n    },\n    {\n        \"userFee\": 0.5,\n        \"newBalance\": 499.5,\n        \"orderId\": \"11c486e1-87d9-47d2-ab41-2e6ada9400a4\",\n        \"status\": \"processing\",\n        \"createdAt\": \"2023-07-17T06:48:49Z\",\n        \"transactionType\": \"visa_withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-17T06:48:49Z\",\n        \"amount\": 20,\n        \"id\": \"11c486e1-87d9-47d2-ab41-2e6ada9400a4\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"b07b421b-b241-4f59-b756-4a785376238e\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-15T01:16:13Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-15T01:16:13Z\",\n        \"amount\": 200,\n        \"customerFullName\": \"No name\",\n        \"description\": \"info@pgecom.com is starting the process to send you $200 usd in 34882 via Mon Cash but hasn't finished the process yet. Payment is in pending mode\",\n        \"id\": \"b07b421b-b241-4f59-b756-4a785376238e\",\n        \"gourdes\": 34882\n    },\n    {\n        \"newBalance\": 25,\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"e1872d9c-8859-447a-9b4a-52ef66a1569e\",\n        \"updatedAt\": \"2023-07-12T08:45:22Z\",\n        \"status\": \"completed\",\n        \"amount\": 25,\n        \"createdAt\": \"2023-07-12T08:45:22Z\",\n        \"id\": \"e1872d9c-8859-447a-9b4a-52ef66a1569e\",\n        \"transactionType\": \"credit_deposit\"\n    },\n    {\n        \"newBalance\": -9,\n        \"orderId\": \"105e917d-618e-453a-90a2-aecca6e16d39\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-11T16:20:36Z\",\n        \"transactionType\": \"binance_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-11T16:20:36Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 20,\n        \"id\": \"105e917d-618e-453a-90a2-aecca6e16d39\"\n    },\n    {\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"d6dfcd61-a2f6-4402-b9e3-03a4c042c249\",\n        \"updatedAt\": \"2023-07-11T16:18:33Z\",\n        \"externalTransactionId\": \"\",\n        \"createdAt\": \"2023-07-11T16:18:33Z\",\n        \"id\": \"d6dfcd61-a2f6-4402-b9e3-03a4c042c249\"\n    },\n    {\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"81fc7ec0-c7d2-4df8-a6bc-98631af77276\",\n        \"updatedAt\": \"2023-07-11T16:18:15Z\",\n        \"externalTransactionId\": \"\",\n        \"createdAt\": \"2023-07-11T16:18:15Z\",\n        \"id\": \"81fc7ec0-c7d2-4df8-a6bc-98631af77276\"\n    },\n    {\n        \"receiver\": \"accime@pgecom.com\",\n        \"userFee\": 2.5,\n        \"newBalance\": 13.999,\n        \"orderId\": \"d1c6262d-37b1-48fd-b135-fd48fa97af7a\",\n        \"status\": \"processing\",\n        \"createdAt\": \"2023-07-10T08:07:00Z\",\n        \"transactionType\": \"giftcard\",\n        \"sender\": \"info@pgecom.com\",\n        \"giftCardId\": \"5\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-10T08:07:00Z\",\n        \"amount\": 26,\n        \"description\": \"\\n    You have bought $26 usd in giftcard to accime@pgecom.com \\n\\n    Your updated balance is $14.00 usd \\n\\n  \",\n        \"id\": \"d1c6262d-37b1-48fd-b135-fd48fa97af7a\",\n        \"deliveryMethod\": \"standard\"\n    },\n    {\n        \"newBalance\": 25,\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"a238775b-0322-4f14-8249-a3da6456603a\",\n        \"updatedAt\": \"2023-07-10T07:03:57Z\",\n        \"status\": \"completed\",\n        \"amount\": 25,\n        \"createdAt\": \"2023-07-10T07:03:57Z\",\n        \"id\": \"a238775b-0322-4f14-8249-a3da6456603a\",\n        \"transactionType\": \"credit_deposit\"\n    },\n    {\n        \"sender\": \"info@pgecom.com\",\n        \"newBalance\": -17.001,\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"7abb13c6-fc44-4b4d-a69d-b309eede7bdc\",\n        \"updatedAt\": \"2023-07-10T05:33:14Z\",\n        \"status\": \"completed\",\n        \"amount\": 30,\n        \"createdAt\": \"2023-07-10T05:33:14Z\",\n        \"id\": \"7abb13c6-fc44-4b4d-a69d-b309eede7bdc\",\n        \"transactionType\": \"visa_deposit\"\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 51.99,\n        \"orderId\": \"0e5ab7fe-8f64-4998-8929-1e4b52fda9a9\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-10T04:12:45Z\",\n        \"transactionType\": \"visa_withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-10T03:34:07Z\",\n        \"amount\": 20,\n        \"id\": \"0e5ab7fe-8f64-4998-8929-1e4b52fda9a9\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"newBalance\": 31.99,\n        \"orderId\": \"be42f517-17a9-463a-9342-7b485cb05233\",\n        \"status\": \"completed\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"createdAt\": \"2023-07-08T07:29:46Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-08T07:12:02Z\",\n        \"amount\": 2,\n        \"customerFullName\": \"No name\",\n        \"description\": \"info@pgecom.com is starting the process to send you $2 usd in 348.8 via Mon Cash but hasn't finished the process yet. Payment is in pending mode\",\n        \"id\": \"be42f517-17a9-463a-9342-7b485cb05233\",\n        \"phone\": \"50934999435\",\n        \"gourdes\": 348.8\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"a824eb2e-9267-4332-af30-d304b58da180\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-07T21:15:35Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-07T21:15:35Z\",\n        \"amount\": 2,\n        \"customerFullName\": \"No name\",\n        \"description\": \"info@pgecom.com is starting the process to send you $2 usd in 348.8 via Mon Cash but hasn't finished the process yet. Payment is in pending mode\",\n        \"id\": \"a824eb2e-9267-4332-af30-d304b58da180\",\n        \"gourdes\": 348.8\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"fhfhsfs78\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-07T18:56:39Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-07T18:56:39Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"fhfhsfs78\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"satjacmel\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-07T11:46:33Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-07T11:46:33Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"satjacmel\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a3055c9ba49_SgJ7Qq\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/25/?key=wc_order_FCSDP2FwK5Kex\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T17:29:01Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/25/?key=wc_order_FCSDP2FwK5Kex\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T17:29:01Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a3055c9ba49_SgJ7Qq\",\n        \"gourdes\": \"160.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a304bee1b05_ipB4HV\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/24/?key=wc_order_IznwwhlI96nMr\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T17:26:23Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/24/?key=wc_order_IznwwhlI96nMr\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T17:26:23Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a304bee1b05_ipB4HV\",\n        \"gourdes\": \"80.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a304225d5fc_qRhGRh\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T17:23:51Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T17:23:51Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a304225d5fc_qRhGRh\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a303aa9ebaf_PE6Gmc\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T17:21:52Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T17:21:52Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a303aa9ebaf_PE6Gmc\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a300fab2dec_Qt0e8M\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T17:10:23Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T17:10:23Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a300fab2dec_Qt0e8M\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a2fd6f62302_OpBYiN\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T16:55:16Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T16:55:16Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a2fd6f62302_OpBYiN\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a2f81a53d04_rQLtvW\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T16:32:28Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T16:32:28Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a2f81a53d04_rQLtvW\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"philomorale09@gmail.com\",\n        \"orderId\": \"64a2f7102c81f\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T16:28:05Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"philomorale09@gmail.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/cart/?cancel_order=true&amp;order=wc_order_sARJH7gTUvuoK&amp;order_id=23&amp;redirect&amp;_wpnonce=09721af549\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T16:28:05Z\",\n        \"customerFullName\": \"Max Dernault Exantus\",\n        \"id\": \"64a2f7102c81f\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a2f2ab4da5b_C9qUKt\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T16:09:19Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T16:09:19Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a2f2ab4da5b_C9qUKt\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a2ed60ba5d5_GZqzqN\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T15:46:45Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T15:46:45Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a2ed60ba5d5_GZqzqN\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"1688395862200\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T14:51:04Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T14:51:04Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"1688395862200\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"1688393654371-200\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T14:14:16Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T14:14:16Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"1688393654371-200\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"fhfhsfs9\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T13:22:51Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T13:22:51Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"fhfhsfs9\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"19\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/19/?key=wc_order_qPlk6ExqePkl3\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T13:08:13Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/19/?key=wc_order_qPlk6ExqePkl3\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T13:08:13Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"19\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"fhfhsfs89\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-02T20:40:05Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-02T20:40:05Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"fhfhsfs89\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"fhfhsfs8\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-02T15:56:45Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-02T15:56:45Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"fhfhsfs8\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"806ab5a9-cd78-41ce-a14b-41399e3fa852\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-02T14:37:26Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-02T14:37:26Z\",\n        \"amount\": 2,\n        \"customerFullName\": \"No name\",\n        \"description\": \"info@pgecom.com is starting the process to send you $2 usd in 348.8 via Mon Cash but hasn't finished the process yet. Payment is in pending mode\",\n        \"id\": \"806ab5a9-cd78-41ce-a14b-41399e3fa852\",\n        \"gourdes\": 348.8\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"5e37edb0-4710-4b1a-b86c-49cbaec0de6d\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-02T00:06:38Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-02T00:06:38Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"5e37edb0-4710-4b1a-b86c-49cbaec0de6d\",\n        \"gourdes\": \"71750.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"ea855885-b21a-48ea-8a1d-a65062006ee9\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-02T00:02:33Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-02T00:02:33Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"ea855885-b21a-48ea-8a1d-a65062006ee9\",\n        \"gourdes\": \"205.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"f8052089-9c8e-4d98-b27a-09090b2365d2\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-01T23:52:00Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-01T23:52:00Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"f8052089-9c8e-4d98-b27a-09090b2365d2\",\n        \"gourdes\": \"200\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"4f25e472-5383-4b88-aeff-936aed99f9ec\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-01T23:39:45Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-01T23:39:45Z\",\n        \"amount\": 399.99999999999994,\n        \"customerFullName\": \"No name\",\n        \"description\": \"info@pgecom.com is starting the process to send you $399.99999999999994 usd in 69763.68 via Mon Cash but hasn't finished the process yet. Payment is in pending mode\",\n        \"id\": \"4f25e472-5383-4b88-aeff-936aed99f9ec\",\n        \"gourdes\": 69763.68\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"bbc0b9d8-26c5-4b0e-90f0-0fc6c21e23ed\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-01T23:17:29Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-01T23:17:29Z\",\n        \"amount\": 20,\n        \"customerFullName\": \"No name\",\n        \"description\": \"info@pgecom.com is starting the process to send you $20 usd in 3488.184 via Mon Cash but hasn't finished the process yet. Payment is in pending mode\",\n        \"id\": \"bbc0b9d8-26c5-4b0e-90f0-0fc6c21e23ed\",\n        \"gourdes\": 3488.184\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"90ff5dd2-44ab-4ce5-aa2f-010e8cfd00e0\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-01T23:14:13Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-01T23:14:13Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"90ff5dd2-44ab-4ce5-aa2f-010e8cfd00e0\",\n        \"gourdes\": \"200\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"43fab83c-b9be-459f-89d0-76e84fc74f85\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-01T23:02:28Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-01T23:02:28Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"43fab83c-b9be-459f-89d0-76e84fc74f85\",\n        \"gourdes\": 3488.184\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"fhfhsfs5\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-01T22:14:56Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-01T22:14:56Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"fhfhsfs5\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"fhfhsfs3\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-01T20:08:11Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-01T20:08:11Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"fhfhsfs3\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"qewerts\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-01T19:46:20Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-01T19:46:20Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"qewerts\",\n        \"gourdes\": \"230\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"qewrts\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-01T19:45:40Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-01T19:45:40Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"qewrts\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"qes\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-01T19:45:39Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-01T19:45:39Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"qes\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"qewrs\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-01T19:45:39Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-01T19:45:39Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"qewrs\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"qs\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-01T19:45:38Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-01T19:45:38Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"qs\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"s\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-01T19:45:38Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-01T19:45:38Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"s\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"newBalance\": 0,\n        \"orderId\": \"fhfhsfs\",\n        \"status\": \"completed\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"createdAt\": \"2023-07-01T01:47:24Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-01T01:46:51Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"fhfhsfs\",\n        \"phone\": \"50934999435\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"newBalance\": 2759.9,\n        \"orderId\": \"fsfsf\",\n        \"status\": \"completed\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"createdAt\": \"2023-07-01T01:42:16Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-01T01:41:00Z\",\n        \"amount\": 2.866821245668233,\n        \"customerFullName\": \"No name\",\n        \"description\": \"info@pgecom.com is starting the process to send you $2.866821245668233 usd in 500 via Mon Cash but hasn't finished the process yet. Payment is in pending mode\",\n        \"id\": \"fsfsf\",\n        \"phone\": \"50934999435\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"hfhsfhshfshfhhhfshfs\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-01T01:40:39Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-01T01:40:39Z\",\n        \"amount\": 2.866821245668233,\n        \"customerFullName\": \"No name\",\n        \"description\": \"info@pgecom.com is starting the process to send you $2.866821245668233 usd in 500 via Mon Cash but hasn't finished the process yet. Payment is in pending mode\",\n        \"id\": \"hfhsfhshfshfhhhfshfs\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 2757.03,\n        \"orderId\": \"1b10a24f-2390-4db5-abe0-5c888353cafe\",\n        \"status\": \"refunded\",\n        \"createdAt\": \"2023-06-29T08:08:09Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-24T08:12:34Z\",\n        \"amount\": 1,\n        \"id\": \"1b10a24f-2390-4db5-abe0-5c888353cafe\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 151.49\n    },\n    {\n        \"newBalance\": 2756.03,\n        \"orderId\": \"97121f3f-5160-4d59-ae2a-11845a78bbc0\",\n        \"status\": \"refunded\",\n        \"createdAt\": \"2023-06-29T07:55:32Z\",\n        \"transactionType\": \"cashapp_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-27T09:00:00Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 2,\n        \"id\": \"97121f3f-5160-4d59-ae2a-11845a78bbc0\"\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 2754.03,\n        \"orderId\": \"c4dd3a4a-84a7-41f0-b57b-33b7e479104b\",\n        \"status\": \"refunded\",\n        \"createdAt\": \"2023-06-29T07:48:08Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-27T15:49:55Z\",\n        \"amount\": 1,\n        \"id\": \"c4dd3a4a-84a7-41f0-b57b-33b7e479104b\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 123\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"newBalance\": 2753.03,\n        \"orderId\": \"029c50ca-e0ad-4e63-8e4b-094cc9cde8d0\",\n        \"status\": \"refunded\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"createdAt\": \"2023-06-29T07:43:47Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-28T03:59:55Z\",\n        \"amount\": 20,\n        \"customerFullName\": \"undefined undefined\",\n        \"description\": \"info@pgecom.com is starting the process to send you $20 usd in 3488.184 via Mon Cash but hasn't finished the process yet. Payment is in pending mode\",\n        \"id\": \"029c50ca-e0ad-4e63-8e4b-094cc9cde8d0\",\n        \"gourdes\": 3488.184\n    },\n    {\n        \"newBalance\": 2733.034755408481,\n        \"orderId\": \"73131acb-5476-4ae4-aa4d-906050015eb4\",\n        \"status\": \"refunded\",\n        \"createdAt\": \"2023-06-29T07:07:48Z\",\n        \"transactionType\": \"zelle_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-27T09:19:35Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 2,\n        \"id\": \"73131acb-5476-4ae4-aa4d-906050015eb4\"\n    },\n    {\n        \"newBalance\": 2731.034755408481,\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-29T06:57:56Z\",\n        \"status\": \"refunded\",\n        \"createdAt\": \"2023-06-29T06:57:56Z\",\n        \"id\": \"4a2fcd18-a0f0-45df-9871-9ccfce2e1481\"\n    },\n    {\n        \"userFee\": 6.68745,\n        \"newBalance\": 2673.534755408481,\n        \"orderId\": \"2b14113a-1c5e-47bb-ad34-6639f89f8158\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-06-27T15:35:12Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-27T15:35:12Z\",\n        \"amount\": 191.07,\n        \"id\": \"2b14113a-1c5e-47bb-ad34-6639f89f8158\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"37305600\",\n        \"gourdes\": 22679.053649999998\n    },\n    {\n        \"newBalance\": 2860.604755408481,\n        \"orderId\": \"dc7e3b58-ea4d-4bd0-941d-c4f93bb82ed5\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-06-27T08:56:15Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-27T08:56:15Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 2,\n        \"id\": \"dc7e3b58-ea4d-4bd0-941d-c4f93bb82ed5\"\n    },\n    {\n        \"newBalance\": 2862.604755408481,\n        \"orderId\": \"7bb6377e-175f-4da7-8f0d-5ad111ff9782\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-06-27T08:55:52Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-27T08:55:52Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 2,\n        \"id\": \"7bb6377e-175f-4da7-8f0d-5ad111ff9782\"\n    },\n    {\n        \"newBalance\": 2860.604755408481,\n        \"orderId\": \"0879d2aa-dea1-46cd-9f81-ecc24e16cfaa\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-06-27T08:55:12Z\",\n        \"transactionType\": \"venmo_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-27T08:55:12Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 2,\n        \"id\": \"0879d2aa-dea1-46cd-9f81-ecc24e16cfaa\"\n    },\n    {\n        \"newBalance\": 2858.604755408481,\n        \"orderId\": \"f6ea1e7a-35c8-4da2-aac2-448c8bceadb1\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-06-27T08:53:39Z\",\n        \"transactionType\": \"venmo_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-27T08:53:39Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 2,\n        \"id\": \"f6ea1e7a-35c8-4da2-aac2-448c8bceadb1\"\n    },\n    {\n        \"newBalance\": 2856.604755408481,\n        \"orderId\": \"402a6374-8fa8-4161-a232-f6bfc9d3dab5\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-06-27T08:53:01Z\",\n        \"transactionType\": \"offline_line\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-27T08:53:01Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 5,\n        \"id\": \"402a6374-8fa8-4161-a232-f6bfc9d3dab5\"\n    },\n    {\n        \"newBalance\": 2851.604755408481,\n        \"orderId\": \"58e12118-84aa-4fd9-a29d-2acad7c9b374\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-06-27T08:51:49Z\",\n        \"transactionType\": \"flutterwave_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-27T08:51:49Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 2,\n        \"id\": \"58e12118-84aa-4fd9-a29d-2acad7c9b374\"\n    },\n    {\n        \"newBalance\": 2849.604755408481,\n        \"orderId\": \"6dbb93fb-8cf0-45d0-9930-cf24b98031e3\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-06-27T08:50:14Z\",\n        \"transactionType\": \"sogebank_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-27T08:50:14Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 2,\n        \"id\": \"6dbb93fb-8cf0-45d0-9930-cf24b98031e3\"\n    },\n    {\n        \"newBalance\": 2847.604755408481,\n        \"orderId\": \"5ff14a07-f6c1-4d43-a279-6b7fe1b93126\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-06-27T08:46:06Z\",\n        \"transactionType\": \"paypal_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-27T08:46:06Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 2,\n        \"id\": \"5ff14a07-f6c1-4d43-a279-6b7fe1b93126\"\n    },\n    {\n        \"newBalance\": 2845.604755408481,\n        \"orderId\": \"c9c29ff1-71ec-4640-86de-0efe048457d9\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-06-27T08:45:10Z\",\n        \"transactionType\": \"binance_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-27T08:45:10Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 2,\n        \"id\": \"c9c29ff1-71ec-4640-86de-0efe048457d9\"\n    },\n    {\n        \"newBalance\": 2843.604755408481,\n        \"orderId\": \"a8056037-da42-4a5d-b474-526c08abfd9e\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-06-27T08:43:47Z\",\n        \"transactionType\": \"binance_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-27T08:43:47Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 5,\n        \"id\": \"a8056037-da42-4a5d-b474-526c08abfd9e\"\n    },\n    {\n        \"newBalance\": 2838.604755408481,\n        \"orderId\": \"6ddfed83-f329-4cd6-a48b-e25b35791ee0\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-06-27T08:28:15Z\",\n        \"transactionType\": \"binance_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-27T08:28:15Z\",\n        \"externalTransactionId\": \"fs\",\n        \"amount\": 5,\n        \"id\": \"6ddfed83-f329-4cd6-a48b-e25b35791ee0\"\n    },\n    {\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"0b8100b0-fa78-4881-a8d7-a4280bf70b56\",\n        \"updatedAt\": \"2023-06-27T07:57:32Z\",\n        \"externalTransactionId\": \"fs\",\n        \"createdAt\": \"2023-06-27T07:57:32Z\",\n        \"id\": \"0b8100b0-fa78-4881-a8d7-a4280bf70b56\"\n    },\n    {\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"61decb8f-3775-4a83-aacb-38e687f32134\",\n        \"updatedAt\": \"2023-06-27T07:54:02Z\",\n        \"externalTransactionId\": \"fs\",\n        \"createdAt\": \"2023-06-27T07:54:02Z\",\n        \"id\": \"61decb8f-3775-4a83-aacb-38e687f32134\"\n    },\n    {\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"7d3dee74-1892-425c-9d22-289e56af44b8\",\n        \"updatedAt\": \"2023-06-27T07:52:16Z\",\n        \"externalTransactionId\": \"\",\n        \"createdAt\": \"2023-06-27T07:52:16Z\",\n        \"id\": \"7d3dee74-1892-425c-9d22-289e56af44b8\"\n    },\n    {\n        \"newBalance\": 0,\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"d7f0aaf8-241a-4c33-aadb-22b8a18a83cd\",\n        \"updatedAt\": \"2023-06-26T15:52:14Z\",\n        \"status\": \"completed\",\n        \"amount\": 25,\n        \"createdAt\": \"2023-06-26T15:52:14Z\",\n        \"id\": \"d7f0aaf8-241a-4c33-aadb-22b8a18a83cd\",\n        \"transactionType\": \"credit_deposit\"\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 2901.104755408481,\n        \"orderId\": \"2e4f6b00-90d2-45dd-b5ec-52002c213fcf\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-06-24T08:20:02Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-24T08:20:11Z\",\n        \"amount\": 1,\n        \"id\": \"2e4f6b00-90d2-45dd-b5ec-52002c213fcf\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 151.49\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 2902.104755408481,\n        \"orderId\": \"12f489f5-1f7c-4af5-ba34-cc6b2cd56724\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-06-24T08:17:44Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-24T08:17:44Z\",\n        \"amount\": 1,\n        \"id\": \"12f489f5-1f7c-4af5-ba34-cc6b2cd56724\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 151.49\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 2904.104755408481,\n        \"orderId\": \"00c56721-f93a-4666-8788-011dc90a4748\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-06-24T08:09:37Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-24T08:09:37Z\",\n        \"amount\": 1,\n        \"id\": \"00c56721-f93a-4666-8788-011dc90a4748\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 151.49\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 2905.104755408481,\n        \"orderId\": \"4b2c51b0-807f-4a8c-a00e-510a65b3126e\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-06-24T08:03:50Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-24T08:03:50Z\",\n        \"amount\": 1,\n        \"id\": \"4b2c51b0-807f-4a8c-a00e-510a65b3126e\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 151.49\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 2906.104755408481,\n        \"orderId\": \"35c8bc38-ae06-4532-af41-6b13c5c6e5b2\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-06-24T08:01:43Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-24T08:01:43Z\",\n        \"amount\": 1,\n        \"id\": \"35c8bc38-ae06-4532-af41-6b13c5c6e5b2\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 151.49\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 2907.104755408481,\n        \"orderId\": \"160bb834-b674-4d3a-8a16-66b5e5d79c59\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-06-24T08:00:08Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-24T08:00:08Z\",\n        \"amount\": 1,\n        \"id\": \"160bb834-b674-4d3a-8a16-66b5e5d79c59\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 151.49\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 2908.104755408481,\n        \"orderId\": \"c87177d1-4faf-425f-b0de-cb5a0b56c326\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-06-24T07:57:57Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-24T07:57:57Z\",\n        \"amount\": 1,\n        \"id\": \"c87177d1-4faf-425f-b0de-cb5a0b56c326\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 151.49\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 2909.104755408481,\n        \"orderId\": \"10dc969c-c18f-40aa-b474-29325934a2f8\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-06-24T07:55:37Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-24T07:55:37Z\",\n        \"amount\": 1,\n        \"id\": \"10dc969c-c18f-40aa-b474-29325934a2f8\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 151.49\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 2910.104755408481,\n        \"orderId\": \"1018ff29-b211-4cdb-b608-c44903628b23\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-06-24T07:36:08Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-24T07:36:08Z\",\n        \"amount\": 1,\n        \"id\": \"1018ff29-b211-4cdb-b608-c44903628b23\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 151.49\n    },\n    {\n        \"receiver\": \"accime@pgecom.com\",\n        \"userFee\": 5,\n        \"newBalance\": 2911.104755408481,\n        \"orderId\": \"de8a91ea-beac-40b8-9cab-6bc3a6f6e33e\",\n        \"status\": \"processing\",\n        \"createdAt\": \"2023-06-02T07:58:34Z\",\n        \"transactionType\": \"giftcard\",\n        \"sender\": \"info@pgecom.com\",\n        \"giftCardId\": \"16921\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-06-02T07:58:34Z\",\n        \"amount\": 200,\n        \"customerFullName\": \"Esterling Accime\",\n        \"description\": \"\\n    You have bought $200 usd in giftcard to accime@pgecom.com \\n\\n    Your updated balance is $2911.10 usd \\n\\n  \",\n        \"id\": \"de8a91ea-beac-40b8-9cab-6bc3a6f6e33e\",\n        \"deliveryMethod\": \"express\"\n    },\n    {\n        \"sender\": \"tabbnabbers@gmail.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"84c015d3-5374-4201-989b-4172eabb9335\",\n        \"updatedAt\": \"2023-05-29T04:02:36Z\",\n        \"status\": \"completed\",\n        \"amount\": 3,\n        \"createdAt\": \"2023-05-29T04:02:36Z\",\n        \"id\": \"84c015d3-5374-4201-989b-4172eabb9335\",\n        \"transactionType\": \"referral_deposit\"\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 3122.604755408481,\n        \"orderId\": \"cbf9e919-63c6-40cf-8a81-7f1ccd02a4b9\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-05-29T03:50:08Z\",\n        \"transactionType\": \"virtualcard\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-05-29T03:50:08Z\",\n        \"amount\": 25,\n        \"customerFullName\": \"PGecom\",\n        \"id\": \"cbf9e919-63c6-40cf-8a81-7f1ccd02a4b9\"\n    },\n    {\n        \"sender\": \"tabbnabbers@gmail.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"55f2869b-c4aa-454e-b440-b242e8327694\",\n        \"updatedAt\": \"2023-05-28T16:44:34Z\",\n        \"status\": \"completed\",\n        \"amount\": 3,\n        \"createdAt\": \"2023-05-28T16:44:34Z\",\n        \"id\": \"55f2869b-c4aa-454e-b440-b242e8327694\",\n        \"transactionType\": \"referral_deposit\"\n    },\n    {\n        \"newBalance\": 3112.604755408481,\n        \"orderId\": \"16358545-84d9-4e5e-a313-cbbc1ba36da9\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-05-22T05:40:30Z\",\n        \"email\": \"info@pgecom.com\",\n        \"transactionType\": \"mastercard_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-05-22T05:40:30Z\",\n        \"amount\": 25,\n        \"id\": \"16358545-84d9-4e5e-a313-cbbc1ba36da9\"\n    },\n    {\n        \"newBalance\": 3137.604755408481,\n        \"orderId\": \"23764c17-64b4-4bbd-bd5b-d5fe4898fc5b\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-05-22T05:40:09Z\",\n        \"email\": \"info@pgecom.com\",\n        \"transactionType\": \"mastercard_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-05-22T05:40:09Z\",\n        \"amount\": 25,\n        \"id\": \"23764c17-64b4-4bbd-bd5b-d5fe4898fc5b\"\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 3237.604755408481,\n        \"orderId\": \"6e559e74-b9bd-41ae-a622-e6926822361c\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-05-18T23:07:24Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-05-18T23:07:24Z\",\n        \"amount\": 15,\n        \"id\": \"6e559e74-b9bd-41ae-a622-e6926822361c\",\n        \"deliveryMethod\": \"standard\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 2272.3500000000004\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 3252.604755408481,\n        \"orderId\": \"82114c97-08be-43fd-8ef4-20d73bb82637\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-05-18T22:41:13Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-05-18T22:41:13Z\",\n        \"amount\": 15,\n        \"id\": \"82114c97-08be-43fd-8ef4-20d73bb82637\",\n        \"deliveryMethod\": \"standard\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 2272.3500000000004\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 3267.604755408481,\n        \"orderId\": \"331d96cd-b395-4728-8785-b8b6a37ed9f9\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-05-18T22:31:13Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-05-18T22:31:13Z\",\n        \"amount\": 10,\n        \"id\": \"331d96cd-b395-4728-8785-b8b6a37ed9f9\",\n        \"deliveryMethod\": \"standard\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 1514.9\n    },\n    {\n        \"userFee\": 4.5,\n        \"newBalance\": 3277.604755408481,\n        \"orderId\": \"f7a6e8da-9ea4-4861-90b6-a9e19bd29a58\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-05-14T02:41:06Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-05-14T02:41:06Z\",\n        \"amount\": 10,\n        \"id\": \"f7a6e8da-9ea4-4861-90b6-a9e19bd29a58\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 833.195\n    },\n    {\n        \"userFee\": 2.5,\n        \"newBalance\": 3287.604755408481,\n        \"orderId\": \"7dd163bb-953d-4c86-99f7-4f701936885e\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-05-14T02:30:14Z\",\n        \"transactionType\": \"withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-05-14T02:30:14Z\",\n        \"amount\": 5,\n        \"id\": \"7dd163bb-953d-4c86-99f7-4f701936885e\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 378.725\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 3292.604755408481,\n        \"orderId\": \"a0e7737b-6451-493a-ae93-bcc6a803002b\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-05-14T02:28:16Z\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-05-14T02:28:16Z\",\n        \"amount\": 5,\n        \"id\": \"a0e7737b-6451-493a-ae93-bcc6a803002b\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 757.45\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 3297.604755408481,\n        \"orderId\": \"5dfb1f1a-24f2-4ada-9b1a-0e956539708e\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-05-14T02:25:35Z\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-05-14T02:25:35Z\",\n        \"amount\": 5,\n        \"id\": \"5dfb1f1a-24f2-4ada-9b1a-0e956539708e\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 757.45\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 3302.604755408481,\n        \"orderId\": \"8735755b-94a9-4773-bd2c-f833ca899f8c\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-05-14T02:22:18Z\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-05-14T02:22:18Z\",\n        \"amount\": 5,\n        \"id\": \"8735755b-94a9-4773-bd2c-f833ca899f8c\",\n        \"phone\": \"3499 9435\",\n        \"gourdes\": 757.45\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 3307.604755408481,\n        \"orderId\": \"c69fe094-4d1f-4d09-97d4-4d507dd7e169\",\n        \"status\": \"hold\",\n        \"createdAt\": \"2023-05-14T02:06:09Z\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-05-14T02:06:09Z\",\n        \"amount\": 5,\n        \"id\": \"c69fe094-4d1f-4d09-97d4-4d507dd7e169\",\n        \"phone\": \"34999435\",\n        \"gourdes\": 757.45\n    },\n    {\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"ae6ed87e-9743-439a-98da-ff43df76ea3f\",\n        \"updatedAt\": \"2023-05-14T01:42:31Z\",\n        \"status\": \"completed\",\n        \"amount\": 1,\n        \"createdAt\": \"2023-05-14T01:42:31Z\",\n        \"description\": \"You've received $1 usd from info@pgecom.com for undefined. Your updated balance is $3312.604755408481 usd\",\n        \"id\": \"ae6ed87e-9743-439a-98da-ff43df76ea3f\",\n        \"transactionType\": \"received_transfer\"\n    },\n    {\n        \"sender\": \"info@pgecom.com\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-05-14T01:42:25Z\",\n        \"orderId\": \"ae6ed87e-9743-439a-98da-ff43df76ea3f\",\n        \"status\": \"completed\",\n        \"amount\": 1,\n        \"createdAt\": \"2023-05-14T01:42:25Z\",\n        \"description\": \"You undefined to your 34999435 account. The amount is $1 usd. Your updated balance is $3312.584755408481 usd\",\n        \"id\": \"666b4f5b-86a1-4021-aebd-76a76cf0fd07\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"userFee\": 11,\n        \"orderId\": \"def5dfad-7910-4e09-9b24-a1ce24e421d9\",\n        \"status\": \"refund\",\n        \"createdAt\": \"2023-05-10T16:40:28Z\",\n        \"transactionType\": \"prepaid_visa_card\",\n        \"giftCardId\": \"16921\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-05-11T18:25:17Z\",\n        \"amount\": 150,\n        \"customerFullName\": \"Esterling Accime\",\n        \"description\": \"You have purchased a prepaid visa card worth $150 usd for accime@pgecom.com. Your updated balance is $3145.544755408481 usd\",\n        \"id\": \"def5dfad-7910-4e09-9b24-a1ce24e421d9\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"userFee\": 11,\n        \"orderId\": \"d8fda8f1-b939-4a80-8203-33d958f52c66\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-05-10T16:39:22Z\",\n        \"transactionType\": \"prepaid_visa_card\",\n        \"giftCardId\": \"16921\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-05-10T18:06:14Z\",\n        \"amount\": 150,\n        \"customerFullName\": \"Esterling Accime\",\n        \"description\": \"You have purchased a prepaid visa card worth $150 usd for accime@pgecom.com. Your updated balance is $3306.544755408481 usd\",\n        \"id\": \"d8fda8f1-b939-4a80-8203-33d958f52c66\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"userFee\": 11,\n        \"orderId\": \"ba440356-b538-41ae-a4fe-3160b4c29a64\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-05-09T20:15:34Z\",\n        \"transactionType\": \"prepaid_visa_card\",\n        \"giftCardId\": \"16921\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-05-10T18:06:41Z\",\n        \"amount\": 150,\n        \"customerFullName\": \"Esterling Acicme\",\n        \"description\": \"You have purchased a prepaid visa card worth $150 usd. Your updated balance is $3467.544755408481 usd\",\n        \"id\": \"ba440356-b538-41ae-a4fe-3160b4c29a64\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"65252226-d588-497e-b98e-879da2eeab2e\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-05-09T20:04:04Z\",\n        \"transactionType\": \"prepaid_visa_card\",\n        \"giftCardId\": \"16921\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-05-10T18:07:00Z\",\n        \"amount\": 150,\n        \"customerFullName\": \"Esterling Accime\",\n        \"description\": \"You have purchased a prepaid visa card worth $150 usd. Your updated balance is $3628.544755408481 usd\",\n        \"id\": \"65252226-d588-497e-b98e-879da2eeab2e\"\n    },\n    {\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"577c369a-9282-4230-a57f-2e4cfa7d8929\",\n        \"updatedAt\": \"2023-05-11T18:32:55Z\",\n        \"status\": \"refunded\",\n        \"amount\": 2.04,\n        \"createdAt\": \"2023-04-29T01:50:38Z\",\n        \"description\": \"\\n    You have sent $2.04 usd to info@pgecom.com \\n\\n    Your updated balance is $3787.50 usd \\n\\n  \",\n        \"id\": \"577c369a-9282-4230-a57f-2e4cfa7d8929\",\n        \"transactionType\": \"transfer\"\n    },\n    {\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"738d5eef-3561-4571-b128-e9933913d46e\",\n        \"updatedAt\": \"2023-05-11T18:32:55Z\",\n        \"status\": \"refunded\",\n        \"amount\": 5,\n        \"createdAt\": \"2023-04-29T01:50:38Z\",\n        \"description\": \"\\n    You have sent $5 usd to tabbnabbers@gmail.com \\n\\n    Your updated balance is $3787.50 usd \\n\\n  \",\n        \"id\": \"738d5eef-3561-4571-b128-e9933913d46e\",\n        \"transactionType\": \"transfer\"\n    },\n    {\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"db934707-1bbe-4fb3-8107-4d70b52cad2f\",\n        \"updatedAt\": \"2023-04-29T01:50:38Z\",\n        \"status\": \"completed\",\n        \"amount\": 5,\n        \"createdAt\": \"2023-04-29T01:50:38Z\",\n        \"description\": \"\\n    You have sent $5 usd to tabbnabbers@gmail.com \\n\\n    Your updated balance is $3787.50 usd \\n\\n  \",\n        \"id\": \"db934707-1bbe-4fb3-8107-4d70b52cad2f\",\n        \"transactionType\": \"transfer\"\n    },\n    {\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"899183fd-bf60-493b-b5cb-b4fcf14e8878\",\n        \"updatedAt\": \"2023-04-29T01:50:38Z\",\n        \"status\": \"completed\",\n        \"amount\": 5,\n        \"createdAt\": \"2023-04-29T01:50:38Z\",\n        \"description\": \"\\n    You have sent $5 usd to tabbnabbers@gmail.com \\n\\n    Your updated balance is $3787.50 usd \\n\\n  \",\n        \"id\": \"899183fd-bf60-493b-b5cb-b4fcf14e8878\",\n        \"transactionType\": \"transfer\"\n    },\n    {\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"c7b9d940-5451-4ccb-8a1b-98126d933e21\",\n        \"updatedAt\": \"2023-04-29T01:50:38Z\",\n        \"status\": \"completed\",\n        \"amount\": 5,\n        \"createdAt\": \"2023-04-29T01:50:38Z\",\n        \"description\": \"\\n    You have sent $5 usd to tabbnabbers@gmail.com \\n\\n    Your updated balance is $3787.50 usd \\n\\n  \",\n        \"id\": \"c7b9d940-5451-4ccb-8a1b-98126d933e21\",\n        \"transactionType\": \"transfer\"\n    },\n    {\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"8716591e-b5da-4d56-bddf-8d149fa20599\",\n        \"updatedAt\": \"2023-04-29T01:50:38Z\",\n        \"status\": \"completed\",\n        \"amount\": 2.04,\n        \"createdAt\": \"2023-04-29T01:50:38Z\",\n        \"description\": \"\\n    info@pgecom.com has sent you $2.04 usd \\n\\n    You've received $2.04 usd to your account. \\n\\n    Your updated balance is $3789.54 usd\\n  \",\n        \"id\": \"8716591e-b5da-4d56-bddf-8d149fa20599\",\n        \"transactionType\": \"received_transfer\"\n    },\n    {\n        \"receiver\": \"Esterling Accime\",\n        \"metadata\": {\n            \"giftCardId\": \"16159\",\n            \"giftCardName\": \"Binance HT\",\n            \"quantity\": 1\n        },\n        \"orderId\": \"e94f53f9-11b2-41e1-983a-a9900a962aa0\",\n        \"successUrl\": \"http://localhost:3002/admin/giftcard/giftcardmoncashconfirmation\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-04-25T21:50:32Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"accime@pgecom.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-04-25T21:50:32Z\",\n        \"customerFullName\": \"Esterling Accime\",\n        \"id\": \"e94f53f9-11b2-41e1-983a-a9900a962aa0\",\n        \"gourdes\": 9766.9152\n    },\n    {\n        \"receiver\": \"Esterling Accime\",\n        \"metadata\": {\n            \"giftCardId\": \"16921\",\n            \"giftCardName\": \"Visa® Prepaid Card USD US\",\n            \"quantity\": 1\n        },\n        \"orderId\": \"e4f8b9d4-2c42-4a79-b115-79dc2ab53e3a\",\n        \"successUrl\": \"http://localhost:3002/admin/giftcard/giftcardmoncashconfirmation\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-04-25T21:44:36Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"accime@pgecom.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-04-25T21:44:36Z\",\n        \"customerFullName\": \"Esterling Accime\",\n        \"id\": \"e4f8b9d4-2c42-4a79-b115-79dc2ab53e3a\",\n        \"gourdes\": 1133.6598\n    }\n]"},{"id":"6621efe4-177b-4471-ab36-fa694729bbb3","name":"list of orders by dates","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{pgecomBaseUrl}}/api/v1/order/list?to=2023-07-26T06:50:32Z&from=2023-07-02T06:50:32Z","host":["{{pgecomBaseUrl}}"],"path":["api","v1","order","list"],"query":[{"key":"to","value":"2023-07-26T06:50:32Z"},{"key":"from","value":"2023-07-02T06:50:32Z"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"metadata\": {},\n        \"orderId\": \"1ddbb939-a8e9-4c31-845d-1cc5477574a9\",\n        \"successUrl\": \"http://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-24T05:51:54Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-24T05:51:54Z\",\n        \"amount\": 2.87,\n        \"customerFullName\": \"No name\",\n        \"id\": \"1ddbb939-a8e9-4c31-845d-1cc5477574a9\",\n        \"gourdes\": 500.886767\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"metadata\": {},\n        \"orderId\": \"38e6ff75-a844-46b2-819b-cd09ccb9c2bb\",\n        \"successUrl\": \"http://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-24T05:51:13Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-24T05:51:13Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"38e6ff75-a844-46b2-819b-cd09ccb9c2bb\",\n        \"gourdes\": 500.886767\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"metadata\": {},\n        \"orderId\": \"1c23df1e-da46-468f-a10e-4627212c0c1a\",\n        \"successUrl\": \"http://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-24T05:43:13Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-24T05:43:13Z\",\n        \"customerFullName\": \"No name\",\n        \"description\": \"\",\n        \"id\": \"1c23df1e-da46-468f-a10e-4627212c0c1a\",\n        \"gourdes\": 500.886767\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"db5a0d05-866f-41e2-81a2-64738f627776\",\n        \"successUrl\": \"http://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-24T05:14:08Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-24T05:14:08Z\",\n        \"amount\": 2.87,\n        \"customerFullName\": \"No name\",\n        \"id\": \"db5a0d05-866f-41e2-81a2-64738f627776\",\n        \"gourdes\": 500.886767\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"9bd73ded-3ce7-4923-89c1-b548c44e0e95\",\n        \"successUrl\": \"http://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-24T05:08:43Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-24T05:08:43Z\",\n        \"amount\": 2.87,\n        \"customerFullName\": \"No name\",\n        \"description\": \"info@pgecom.com is starting the process to send you $2.87 usd in 500.886767 via Mon Cash but hasn't finished the process yet. Payment is in pending mode\",\n        \"id\": \"9bd73ded-3ce7-4923-89c1-b548c44e0e95\",\n        \"gourdes\": 500.886767\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"6bbc6af3-6411-4f65-8a24-45de1866b0a6\",\n        \"successUrl\": \"http://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-24T05:06:00Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-24T05:06:00Z\",\n        \"amount\": 2.87,\n        \"customerFullName\": \"No name\",\n        \"description\": \"info@pgecom.com is starting the process to send you $2.87 usd in 500.886767 via Mon Cash but hasn't finished the process yet. Payment is in pending mode\",\n        \"id\": \"6bbc6af3-6411-4f65-8a24-45de1866b0a6\",\n        \"gourdes\": 500.886767\n    },\n    {\n        \"userFee\": 0.25,\n        \"newBalance\": 644.25,\n        \"orderId\": \"a96cf861-612d-4b04-bbe5-be45f47df788\",\n        \"status\": \"processing\",\n        \"createdAt\": \"2023-07-23T06:35:29Z\",\n        \"transactionType\": \"visa_withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T06:35:29Z\",\n        \"amount\": 25,\n        \"id\": \"a96cf861-612d-4b04-bbe5-be45f47df788\",\n        \"deliveryMethod\": \"express\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"userFee\": 2.5,\n        \"newBalance\": 644.5,\n        \"orderId\": \"c9a79c27-af83-4fd5-8384-9a8709517375\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T06:20:39Z\",\n        \"transactionType\": \"visa_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T06:20:39Z\",\n        \"amount\": 25,\n        \"id\": \"c9a79c27-af83-4fd5-8384-9a8709517375\",\n        \"deliveryMethod\": \"express\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"newBalance\": 672,\n        \"orderId\": \"a944d06b-a499-4458-b741-d9b80b4dffed\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T06:19:13Z\",\n        \"transactionType\": \"visa_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T06:19:13Z\",\n        \"amount\": 25,\n        \"id\": \"a944d06b-a499-4458-b741-d9b80b4dffed\",\n        \"deliveryMethod\": \"express\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"newBalance\": 699.5,\n        \"orderId\": \"3717d4e8-0714-4b37-95ff-2ff0afcd2661\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T06:17:59Z\",\n        \"transactionType\": \"visa_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T06:17:59Z\",\n        \"amount\": 25,\n        \"id\": \"3717d4e8-0714-4b37-95ff-2ff0afcd2661\",\n        \"deliveryMethod\": \"express\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"newBalance\": 727,\n        \"orderId\": \"bd661d49-b63c-443c-a9ce-245fdae09b58\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T06:17:31Z\",\n        \"transactionType\": \"visa_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T06:17:31Z\",\n        \"amount\": 25,\n        \"id\": \"bd661d49-b63c-443c-a9ce-245fdae09b58\",\n        \"deliveryMethod\": \"standard\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"newBalance\": 752,\n        \"orderId\": \"02acbab0-6b11-4947-81eb-9d5bf182533e\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T06:16:14Z\",\n        \"transactionType\": \"visa_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T06:16:14Z\",\n        \"amount\": 25,\n        \"id\": \"02acbab0-6b11-4947-81eb-9d5bf182533e\",\n        \"deliveryMethod\": \"standard\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"newBalance\": 777,\n        \"orderId\": \"3992a771-3d8c-4bd3-ad87-dc24e66ac52e\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T06:11:15Z\",\n        \"transactionType\": \"visa_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T06:11:15Z\",\n        \"amount\": 25,\n        \"id\": \"3992a771-3d8c-4bd3-ad87-dc24e66ac52e\",\n        \"deliveryMethod\": \"standard\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"newBalance\": 802,\n        \"orderId\": \"f9777ea3-5dbf-42f4-bcd0-5669d664abde\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T06:10:02Z\",\n        \"transactionType\": \"visa_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T06:10:02Z\",\n        \"amount\": 25,\n        \"id\": \"f9777ea3-5dbf-42f4-bcd0-5669d664abde\",\n        \"deliveryMethod\": \"standard\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"userFee\": 0,\n        \"newBalance\": 827,\n        \"userType\": \"user\",\n        \"orderId\": \"4ba52876-f2c9-41a0-b572-7b7e6feaca82\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T04:52:07Z\",\n        \"transactionType\": \"virtualcard\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T04:52:07Z\",\n        \"amount\": 15,\n        \"customerFullName\": \"James Peter\",\n        \"id\": \"2b7ddae1-ce53-46b1-bf9d-36730d53d9fc\"\n    },\n    {\n        \"receiver\": \"james@gmail.com\",\n        \"userFee\": 0,\n        \"newBalance\": 842,\n        \"userType\": \"user\",\n        \"orderId\": \"4edf09ef-088a-4919-a0bc-8077175d5d81\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-23T04:35:49Z\",\n        \"transactionType\": \"virtualcard\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-23T04:35:49Z\",\n        \"amount\": 15,\n        \"customerFullName\": \"James Peter\",\n        \"id\": \"4edf09ef-088a-4919-a0bc-8077175d5d81\"\n    },\n    {\n        \"receiver\": \"tabbnabbers@gmail.com\",\n        \"userFee\": 0,\n        \"newBalance\": 857,\n        \"userType\": \"user\",\n        \"orderId\": \"6b4a864d-b836-45d1-92df-8cfb6c4309d1\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-20T09:05:16Z\",\n        \"transactionType\": \"virtualcard\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-20T09:05:16Z\",\n        \"amount\": 15,\n        \"customerFullName\": \"Esterling Accime\",\n        \"id\": \"6b4a864d-b836-45d1-92df-8cfb6c4309d1\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"userFee\": 3.5,\n        \"newBalance\": 872,\n        \"orderId\": \"1a79d8c8-d2e0-4181-bb26-7c34cc9df374\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T21:06:00Z\",\n        \"transactionType\": \"sogebank_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T21:06:00Z\",\n        \"externalTransactionId\": \"demo\",\n        \"amount\": 16.5,\n        \"id\": \"1a79d8c8-d2e0-4181-bb26-7c34cc9df374\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"+14048253444\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"userFee\": 3.5,\n        \"newBalance\": 855.5,\n        \"orderId\": \"84885de7-0c34-4dfa-a84c-d025cf9a3e93\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T21:01:06Z\",\n        \"transactionType\": \"sogebank_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T21:01:06Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 146.5,\n        \"id\": \"84885de7-0c34-4dfa-a84c-d025cf9a3e93\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"+14048253444\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"newBalance\": 709,\n        \"orderId\": \"209a7f0b-e195-45b7-95fb-39ecaecdc57a\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T20:51:43Z\",\n        \"transactionType\": \"binance_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T20:51:43Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 50,\n        \"id\": \"209a7f0b-e195-45b7-95fb-39ecaecdc57a\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"+14048253444\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"userFee\": 0.5,\n        \"newBalance\": 659,\n        \"orderId\": \"c76bf01c-5a8e-4d27-9be6-cf9262641eb8\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T20:50:05Z\",\n        \"transactionType\": \"paypal_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T20:48:35Z\",\n        \"externalTransactionId\": \"demo\",\n        \"amount\": 17.5,\n        \"id\": \"c76bf01c-5a8e-4d27-9be6-cf9262641eb8\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"+14048253444\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"userFee\": 0.5,\n        \"newBalance\": 641.5,\n        \"orderId\": \"0154f3b5-730b-4c96-854a-5ad20cdd8d93\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T20:46:16Z\",\n        \"transactionType\": \"paypal_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T20:45:55Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 14.5,\n        \"id\": \"0154f3b5-730b-4c96-854a-5ad20cdd8d93\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"+14048253444\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"userFee\": 0.5,\n        \"newBalance\": 627,\n        \"orderId\": \"5fd3198e-4592-49ba-b188-aa1c2f2eda8f\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T20:39:01Z\",\n        \"transactionType\": \"paypal_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T20:38:32Z\",\n        \"externalTransactionId\": \"demo\",\n        \"amount\": 49.5,\n        \"id\": \"5fd3198e-4592-49ba-b188-aa1c2f2eda8f\",\n        \"deliveryMethod\": \"INSTANT\",\n        \"phone\": \"+14048253444\"\n    },\n    {\n        \"userFee\": 0.5,\n        \"newBalance\": 577.5,\n        \"orderId\": \"87d2019b-bde2-45b2-8f90-d79dce5fe732\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T20:32:57Z\",\n        \"transactionType\": \"paypal_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T20:31:34Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 19.5,\n        \"id\": \"87d2019b-bde2-45b2-8f90-d79dce5fe732\"\n    },\n    {\n        \"userFee\": 0.5,\n        \"newBalance\": 577.5,\n        \"orderId\": \"4f67c5f9-8e74-45a5-b23a-773fd8c6b22c\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T20:23:04Z\",\n        \"transactionType\": \"paypal_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T14:38:59Z\",\n        \"externalTransactionId\": \"f\",\n        \"amount\": 19.5,\n        \"id\": \"4f67c5f9-8e74-45a5-b23a-773fd8c6b22c\"\n    },\n    {\n        \"userFee\": 0.5,\n        \"newBalance\": 558,\n        \"orderId\": \"d3b736ef-f3a5-4fdf-8012-4c50ac4aa381\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-19T14:39:13Z\",\n        \"transactionType\": \"paypal_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-19T07:23:11Z\",\n        \"externalTransactionId\": \"fsf\",\n        \"amount\": 19.5,\n        \"id\": \"d3b736ef-f3a5-4fdf-8012-4c50ac4aa381\"\n    },\n    {\n        \"userFee\": 0.5,\n        \"newBalance\": 499.5,\n        \"orderId\": \"11c486e1-87d9-47d2-ab41-2e6ada9400a4\",\n        \"status\": \"processing\",\n        \"createdAt\": \"2023-07-17T06:48:49Z\",\n        \"transactionType\": \"visa_withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-17T06:48:49Z\",\n        \"amount\": 20,\n        \"id\": \"11c486e1-87d9-47d2-ab41-2e6ada9400a4\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"b07b421b-b241-4f59-b756-4a785376238e\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-15T01:16:13Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-15T01:16:13Z\",\n        \"amount\": 200,\n        \"customerFullName\": \"No name\",\n        \"description\": \"info@pgecom.com is starting the process to send you $200 usd in 34882 via Mon Cash but hasn't finished the process yet. Payment is in pending mode\",\n        \"id\": \"b07b421b-b241-4f59-b756-4a785376238e\",\n        \"gourdes\": 34882\n    },\n    {\n        \"newBalance\": 25,\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"e1872d9c-8859-447a-9b4a-52ef66a1569e\",\n        \"updatedAt\": \"2023-07-12T08:45:22Z\",\n        \"status\": \"completed\",\n        \"amount\": 25,\n        \"createdAt\": \"2023-07-12T08:45:22Z\",\n        \"id\": \"e1872d9c-8859-447a-9b4a-52ef66a1569e\",\n        \"transactionType\": \"credit_deposit\"\n    },\n    {\n        \"newBalance\": -9,\n        \"orderId\": \"105e917d-618e-453a-90a2-aecca6e16d39\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-11T16:20:36Z\",\n        \"transactionType\": \"binance_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-11T16:20:36Z\",\n        \"externalTransactionId\": \"\",\n        \"amount\": 20,\n        \"id\": \"105e917d-618e-453a-90a2-aecca6e16d39\"\n    },\n    {\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"d6dfcd61-a2f6-4402-b9e3-03a4c042c249\",\n        \"updatedAt\": \"2023-07-11T16:18:33Z\",\n        \"externalTransactionId\": \"\",\n        \"createdAt\": \"2023-07-11T16:18:33Z\",\n        \"id\": \"d6dfcd61-a2f6-4402-b9e3-03a4c042c249\"\n    },\n    {\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"81fc7ec0-c7d2-4df8-a6bc-98631af77276\",\n        \"updatedAt\": \"2023-07-11T16:18:15Z\",\n        \"externalTransactionId\": \"\",\n        \"createdAt\": \"2023-07-11T16:18:15Z\",\n        \"id\": \"81fc7ec0-c7d2-4df8-a6bc-98631af77276\"\n    },\n    {\n        \"receiver\": \"accime@pgecom.com\",\n        \"userFee\": 2.5,\n        \"newBalance\": 13.999,\n        \"orderId\": \"d1c6262d-37b1-48fd-b135-fd48fa97af7a\",\n        \"status\": \"processing\",\n        \"createdAt\": \"2023-07-10T08:07:00Z\",\n        \"transactionType\": \"giftcard\",\n        \"sender\": \"info@pgecom.com\",\n        \"giftCardId\": \"5\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-10T08:07:00Z\",\n        \"amount\": 26,\n        \"description\": \"\\n    You have bought $26 usd in giftcard to accime@pgecom.com \\n\\n    Your updated balance is $14.00 usd \\n\\n  \",\n        \"id\": \"d1c6262d-37b1-48fd-b135-fd48fa97af7a\",\n        \"deliveryMethod\": \"standard\"\n    },\n    {\n        \"newBalance\": 25,\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"a238775b-0322-4f14-8249-a3da6456603a\",\n        \"updatedAt\": \"2023-07-10T07:03:57Z\",\n        \"status\": \"completed\",\n        \"amount\": 25,\n        \"createdAt\": \"2023-07-10T07:03:57Z\",\n        \"id\": \"a238775b-0322-4f14-8249-a3da6456603a\",\n        \"transactionType\": \"credit_deposit\"\n    },\n    {\n        \"sender\": \"info@pgecom.com\",\n        \"newBalance\": -17.001,\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"orderId\": \"7abb13c6-fc44-4b4d-a69d-b309eede7bdc\",\n        \"updatedAt\": \"2023-07-10T05:33:14Z\",\n        \"status\": \"completed\",\n        \"amount\": 30,\n        \"createdAt\": \"2023-07-10T05:33:14Z\",\n        \"id\": \"7abb13c6-fc44-4b4d-a69d-b309eede7bdc\",\n        \"transactionType\": \"visa_deposit\"\n    },\n    {\n        \"userFee\": 0,\n        \"newBalance\": 51.99,\n        \"orderId\": \"0e5ab7fe-8f64-4998-8929-1e4b52fda9a9\",\n        \"status\": \"completed\",\n        \"createdAt\": \"2023-07-10T04:12:45Z\",\n        \"transactionType\": \"visa_withdraw\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-10T03:34:07Z\",\n        \"amount\": 20,\n        \"id\": \"0e5ab7fe-8f64-4998-8929-1e4b52fda9a9\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"newBalance\": 31.99,\n        \"orderId\": \"be42f517-17a9-463a-9342-7b485cb05233\",\n        \"status\": \"completed\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"createdAt\": \"2023-07-08T07:29:46Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-08T07:12:02Z\",\n        \"amount\": 2,\n        \"customerFullName\": \"No name\",\n        \"description\": \"info@pgecom.com is starting the process to send you $2 usd in 348.8 via Mon Cash but hasn't finished the process yet. Payment is in pending mode\",\n        \"id\": \"be42f517-17a9-463a-9342-7b485cb05233\",\n        \"phone\": \"50934999435\",\n        \"gourdes\": 348.8\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"a824eb2e-9267-4332-af30-d304b58da180\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-07T21:15:35Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-07T21:15:35Z\",\n        \"amount\": 2,\n        \"customerFullName\": \"No name\",\n        \"description\": \"info@pgecom.com is starting the process to send you $2 usd in 348.8 via Mon Cash but hasn't finished the process yet. Payment is in pending mode\",\n        \"id\": \"a824eb2e-9267-4332-af30-d304b58da180\",\n        \"gourdes\": 348.8\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"fhfhsfs78\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-07T18:56:39Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-07T18:56:39Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"fhfhsfs78\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"satjacmel\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-07T11:46:33Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-07T11:46:33Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"satjacmel\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a3055c9ba49_SgJ7Qq\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/25/?key=wc_order_FCSDP2FwK5Kex\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T17:29:01Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/25/?key=wc_order_FCSDP2FwK5Kex\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T17:29:01Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a3055c9ba49_SgJ7Qq\",\n        \"gourdes\": \"160.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a304bee1b05_ipB4HV\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/24/?key=wc_order_IznwwhlI96nMr\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T17:26:23Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/24/?key=wc_order_IznwwhlI96nMr\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T17:26:23Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a304bee1b05_ipB4HV\",\n        \"gourdes\": \"80.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a304225d5fc_qRhGRh\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T17:23:51Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T17:23:51Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a304225d5fc_qRhGRh\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a303aa9ebaf_PE6Gmc\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T17:21:52Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T17:21:52Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a303aa9ebaf_PE6Gmc\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a300fab2dec_Qt0e8M\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T17:10:23Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T17:10:23Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a300fab2dec_Qt0e8M\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a2fd6f62302_OpBYiN\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T16:55:16Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T16:55:16Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a2fd6f62302_OpBYiN\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a2f81a53d04_rQLtvW\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T16:32:28Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T16:32:28Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a2f81a53d04_rQLtvW\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"philomorale09@gmail.com\",\n        \"orderId\": \"64a2f7102c81f\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T16:28:05Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"philomorale09@gmail.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/cart/?cancel_order=true&amp;order=wc_order_sARJH7gTUvuoK&amp;order_id=23&amp;redirect&amp;_wpnonce=09721af549\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T16:28:05Z\",\n        \"customerFullName\": \"Max Dernault Exantus\",\n        \"id\": \"64a2f7102c81f\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a2f2ab4da5b_C9qUKt\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T16:09:19Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T16:09:19Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a2f2ab4da5b_C9qUKt\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"wc_64a2ed60ba5d5_GZqzqN\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T15:46:45Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/23/?key=wc_order_sARJH7gTUvuoK\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T15:46:45Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"wc_64a2ed60ba5d5_GZqzqN\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"1688395862200\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T14:51:04Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T14:51:04Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"1688395862200\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"1688393654371-200\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T14:14:16Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T14:14:16Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"1688393654371-200\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"fhfhsfs9\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T13:22:51Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T13:22:51Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"fhfhsfs9\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"19\",\n        \"successUrl\": \"https://etudes.unah.ht/checkout/order-received/19/?key=wc_order_qPlk6ExqePkl3\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-03T13:08:13Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://etudes.unah.ht/checkout/order-received/19/?key=wc_order_qPlk6ExqePkl3\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-03T13:08:13Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"19\",\n        \"gourdes\": \"240.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"fhfhsfs89\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-02T20:40:05Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-02T20:40:05Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"fhfhsfs89\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"fhfhsfs8\",\n        \"successUrl\": \"https://google.com\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-02T15:56:45Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"errorUrl\": \"https://facebook.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-02T15:56:45Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"fhfhsfs8\",\n        \"gourdes\": \"500\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"806ab5a9-cd78-41ce-a14b-41399e3fa852\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-02T14:37:26Z\",\n        \"transactionType\": \"moncash_deposit\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"pgrewards\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-02T14:37:26Z\",\n        \"amount\": 2,\n        \"customerFullName\": \"No name\",\n        \"description\": \"info@pgecom.com is starting the process to send you $2 usd in 348.8 via Mon Cash but hasn't finished the process yet. Payment is in pending mode\",\n        \"id\": \"806ab5a9-cd78-41ce-a14b-41399e3fa852\",\n        \"gourdes\": 348.8\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"5e37edb0-4710-4b1a-b86c-49cbaec0de6d\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-02T00:06:38Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-02T00:06:38Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"5e37edb0-4710-4b1a-b86c-49cbaec0de6d\",\n        \"gourdes\": \"71750.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"ea855885-b21a-48ea-8a1d-a65062006ee9\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-02T00:02:33Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-02T00:02:33Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"ea855885-b21a-48ea-8a1d-a65062006ee9\",\n        \"gourdes\": \"205.00\"\n    },\n    {\n        \"receiver\": \"info@pgecom.com\",\n        \"orderId\": \"f8052089-9c8e-4d98-b27a-09090b2365d2\",\n        \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"status\": \"pending\",\n        \"createdAt\": \"2023-07-01T23:52:00Z\",\n        \"transactionType\": \"moncash_deposit_via_api\",\n        \"sender\": \"info@pgecom.com\",\n        \"platform\": \"external\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"updatedAt\": \"2023-07-01T23:52:00Z\",\n        \"customerFullName\": \"No name\",\n        \"id\": \"f8052089-9c8e-4d98-b27a-09090b2365d2\",\n        \"gourdes\": \"200\"\n    }\n]"}],"_postman_id":"f8b3d5ee-73e8-4275-81f1-79d230e1ea5f"}],"id":"e89da102-5b77-479d-9d1f-8b68d3e0e5c9","_postman_id":"e89da102-5b77-479d-9d1f-8b68d3e0e5c9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}}},{"name":"transfer","item":[{"name":"send funds","id":"a63a5313-3f81-40d8-aa40-d465ad46b05d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"tabbnabbers@gmail.com\",\n    \"amount\": 20\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/transfer","description":"<p>You can get order histories by userID and transactionType</p>\n<p>userID is required</p>\n<p><strong>userID</strong></p>\n<p>The id of the user</p>\n<p><strong>transactionType</strong></p>\n<p>Filter by transactionType. Here are a list of transactionType that are currently available</p>\n<ul>\n<li>manual_balance_recharge_increase</li>\n<li>manual_balance_recharge_decrease</li>\n<li>card_balance_recharge</li>\n<li>virtucalcard</li>\n<li>physicalcard</li>\n<li>bank</li>\n<li>giftcard</li>\n<li>topup</li>\n<li>paypal</li>\n<li>crypto</li>\n<li>transfer</li>\n<li>payme</li>\n<li>cardtransaction</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}},"urlObject":{"path":["api","v1","transfer"],"host":["{{pgecomBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1788c303-5c32-4c7a-afeb-534208623a6d","name":"succesful order","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"tabbnabbers@gmail.com\",\n    \"amount\": 20\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Transfer was successful\",\n    \"senderOrder\": {\n        \"id\": \"6a2f0773-24a4-4562-8c26-84638a364c14\",\n        \"orderId\": \"6a2f0773-24a4-4562-8c26-84638a364c14\",\n        \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n        \"platform\": \"pgrewards\",\n        \"sender\": \"info@pgecom.com\",\n        \"receiver\": \"tabbnabbers@gmail.com\",\n        \"transactionType\": \"transfer\",\n        \"status\": \"completed\",\n        \"amount\": 20,\n        \"newBalance\": 618.25,\n        \"updatedAt\": \"2023-07-24T08:56:38Z\",\n        \"createdAt\": \"2023-07-24T08:56:38Z\"\n    },\n    \"receiverOrder\": {\n        \"id\": \"5cadbbcc-a1d0-42d1-980a-7350526f35bf\",\n        \"orderId\": \"5cadbbcc-a1d0-42d1-980a-7350526f35bf\",\n        \"userID\": \"6bc4f4cf-d562-4306-9192-a2eaf4fa9789\",\n        \"platform\": \"pgrewards\",\n        \"sender\": \"info@pgecom.com\",\n        \"transactionType\": \"received_transfer\",\n        \"status\": \"completed\",\n        \"amount\": 20,\n        \"newBalance\": 153,\n        \"receiver\": \"tabbnabbers@gmail.com\",\n        \"updatedAt\": \"2023-07-24T08:56:39Z\",\n        \"createdAt\": \"2023-07-24T08:56:39Z\"\n    },\n    \"receiverEmail\": \"tabbnabbers@gmail.com\",\n    \"senderEmail\": \"info@pgecom.com\",\n    \"receiverBalance\": 153,\n    \"senderBalance\": 618.25\n}"}],"_postman_id":"a63a5313-3f81-40d8-aa40-d465ad46b05d"}],"id":"f4e16e62-d231-4775-a8cf-cc913825bccf","_postman_id":"f4e16e62-d231-4775-a8cf-cc913825bccf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}}},{"name":"moncash","item":[{"name":"create payment in usd currency","id":"0c069eef-828f-47c9-ac42-3bf3e0f67cd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"gdes\": 500.886767,\n    \"userID\": \"{{pgecomUserId}}\",\n    \"successUrl\": \"http://google.com\",\n    \"description\": \"\",\n    \"referenceId\": \"\",\n    \"errorUrl\": \"\",\n    \"customerFirstName\": \"\",\n    \"customerLastName\": \"\",\n    \"customerEmail\": \"\",\n    \"metadata\": {}\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/moncash/pgmoncashtoken","description":"<p><strong>gdes</strong></p>\n<p>The amount that you'd like to charge the user</p>\n<p><strong>userID</strong></p>\n<p>The receiver userID on PG Rewards</p>\n<p><strong>referenceId</strong></p>\n<p>Your internal referenceId so you can refer to it later</p>\n<p><strong>successUrl</strong></p>\n<p>Where you want us to send the user once transaction is complete</p>\n<p><strong>errorUrl</strong></p>\n<p>If any error occurs, where you want us to redirect the user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}},"urlObject":{"path":["api","v1","moncash","pgmoncashtoken"],"host":["{{pgecomBaseUrl}}"],"query":[{"disabled":true,"key":"transactionType","value":"<>"}],"variable":[]}},"response":[{"id":"c69dbc34-782e-4055-a6a1-6791f676adc4","name":"payment in usd currency","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"gdes\": 500,\n    \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n    \"referenceId\": \"1215\",\n    \"successUrl\": \"https://pgecom.com\",\n    \"errorUrl\": \"https://pgecom.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/moncash/pgmoncashtoken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"CloudFront"},{"key":"Date","value":"Wed, 21 Sep 2022 23:15:52 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"dika06yi90111\""},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 b72ec90bfb3598795e1ec469cc868742.cloudfront.net (CloudFront), 1.1 b838ef1ff22a4a994af82d5178c30e1c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD55-P4"},{"key":"X-Amz-Cf-Pop","value":"SEA19-C1"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-Amz-Cf-Id","value":"ZdUtO4ciaiSKG3fXuN6k09RJwpy0rJ97J7v4kU1IfkWbGf3RiK9k5Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"sender\": \"info@pgecom.com\",\n    \"orderId\": \"1ddbb939-a8e9-4c31-845d-1cc5477574a9\",\n    \"amount\": 2.87,\n    \"gourdes\": 500.886767,\n    \"successUrl\": \"http://google.com\",\n    \"customerFullName\": \"No name\",\n    \"receiver\": \"info@pgecom.com\",\n    \"errorUrl\": \"\",\n    \"platform\": \"pgrewards\",\n    \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n    \"status\": \"pending\",\n    \"transactionType\": \"moncash_deposit\",\n    \"metadata\": {},\n    \"redirectUrl\": \"http://sandbox.moncashbutton.digicelgroup.com/Moncash-middleware/Payment/Redirect?token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6Ijg3OTQ1IiwicmVmIjoiMWRkYmI5MzktYThlOS00YzMxLTg0NWQtMWNjNTQ3NzU3NGE5IiwiY3J0IjoxNjkwMTc3NzAyNDIwLCJleHQiOjE2OTAxNzgzMDI0MjAsImFwaSI6dHJ1ZX0.ZdXjU1HEGpyM87TJBOx2ohWENnmttK7LokXEFoBbgKrxpxmBY1cQsRCOcxt5GAgnUV7aP3ouV6FFPOP5j4Ihpuw62oiZINbmvFpIMKB184D-0lgQeJB6G45DkvStHdDQJKwny2FCIG9aqcAIn2XZBsyvLu_Y6hc9mrucHpBZ1IDWs73wPUPA9C1jMd08Qe4KncllxswMDvJc86AyeZsdMEmXir9MtHLJKedLrgmViK0nb-_4-6Dvn-5-1rRSyWWrfs7ATchYkBWJ11rnRm75HrP_s6jS-zfT-tJaY69xelYJ_RDg5GENoFHoEdHMPv37zNZIHNYPG_2pt6IFL7NiQw\",\n    \"referenceId\": \"\",\n    \"gdes\": 500.886767,\n    \"payment\": {\n        \"mode\": \"sandbox\",\n        \"path\": \"/Api/v1/CreatePayment\",\n        \"payment_token\": {\n            \"expired\": \"2023-07-24 01:58:22:420\",\n            \"created\": \"2023-07-24 01:48:22:420\",\n            \"token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6Ijg3OTQ1IiwicmVmIjoiMWRkYmI5MzktYThlOS00YzMxLTg0NWQtMWNjNTQ3NzU3NGE5IiwiY3J0IjoxNjkwMTc3NzAyNDIwLCJleHQiOjE2OTAxNzgzMDI0MjAsImFwaSI6dHJ1ZX0.ZdXjU1HEGpyM87TJBOx2ohWENnmttK7LokXEFoBbgKrxpxmBY1cQsRCOcxt5GAgnUV7aP3ouV6FFPOP5j4Ihpuw62oiZINbmvFpIMKB184D-0lgQeJB6G45DkvStHdDQJKwny2FCIG9aqcAIn2XZBsyvLu_Y6hc9mrucHpBZ1IDWs73wPUPA9C1jMd08Qe4KncllxswMDvJc86AyeZsdMEmXir9MtHLJKedLrgmViK0nb-_4-6Dvn-5-1rRSyWWrfs7ATchYkBWJ11rnRm75HrP_s6jS-zfT-tJaY69xelYJ_RDg5GENoFHoEdHMPv37zNZIHNYPG_2pt6IFL7NiQw\"\n        },\n        \"timestamp\": 1690177702425,\n        \"status\": 202,\n        \"httpStatusCode\": 202\n    }\n}"}],"_postman_id":"0c069eef-828f-47c9-ac42-3bf3e0f67cd6"},{"name":"create payment in htg currency","id":"03528fe6-a4cd-430d-933c-e78df9c135ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"gdes\": 500.886767,\n    \"userID\": \"{{pgecomUserId}}\",\n    \"successUrl\": \"http://google.com\",\n    \"description\": \"\",\n    \"referenceId\": \"\",\n    \"errorUrl\": \"\",\n    \"customerFirstName\": \"\",\n    \"customerLastName\": \"\",\n    \"customerEmail\": \"\",\n    \"metadata\": {}\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/moncash/token","description":"<p><strong>gdes</strong></p>\n<p>The amount that you'd like to charge the user</p>\n<p><strong>userID</strong></p>\n<p>The receiver userID on PG Rewards</p>\n<p><strong>referenceId</strong></p>\n<p>Your internal referenceId so you can refer to it later</p>\n<p><strong>successUrl</strong></p>\n<p>Where you want us to send the user once transaction is complete</p>\n<p><strong>errorUrl</strong></p>\n<p>If any error occurs, where you want us to redirect the user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}},"urlObject":{"path":["api","v1","moncash","token"],"host":["{{pgecomBaseUrl}}"],"query":[{"disabled":true,"key":"transactionType","value":"<>"}],"variable":[]}},"response":[{"id":"b186c885-e330-46f4-b5d1-c90b67a7820e","name":"payment in htg currency","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"gdes\": 500.886767,\n    \"userID\": \"{{pgecomUserId}}\",\n    \"successUrl\": \"http://google.com\",\n    \"description\": \"\",\n    \"referenceId\": \"\",\n    \"errorUrl\": \"\",\n    \"customerFirstName\": \"\",\n    \"customerLastName\": \"\",\n    \"customerEmail\": \"\",\n    \"metadata\": {}\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/moncash/pgmoncashtoken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"CloudFront"},{"key":"Date","value":"Wed, 21 Sep 2022 23:15:52 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"dika06yi90111\""},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 b72ec90bfb3598795e1ec469cc868742.cloudfront.net (CloudFront), 1.1 b838ef1ff22a4a994af82d5178c30e1c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD55-P4"},{"key":"X-Amz-Cf-Pop","value":"SEA19-C1"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-Amz-Cf-Id","value":"ZdUtO4ciaiSKG3fXuN6k09RJwpy0rJ97J7v4kU1IfkWbGf3RiK9k5Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"sender\": \"info@pgecom.com\",\n    \"orderId\": \"f18ea46d-d510-44c8-b7c3-69cd4c766ca7\",\n    \"userFee\": 17.53,\n    \"gourdes\": 500.89,\n    \"customerFullName\": \"No name\",\n    \"platform\": \"external\",\n    \"successUrl\": \"http://google.com\",\n    \"receiver\": \"info@pgecom.com\",\n    \"errorUrl\": \"\",\n    \"operatorId\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n    \"status\": \"pending\",\n    \"transactionType\": \"moncash_deposit_via_api\",\n    \"metadata\": {},\n    \"redirectUrl\": \"http://sandbox.moncashbutton.digicelgroup.com/Moncash-middleware/Payment/Redirect?token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6Ijg3OTUxIiwicmVmIjoiZjE4ZWE0NmQtZDUxMC00NGM4LWI3YzMtNjljZDRjNzY2Y2E3IiwiY3J0IjoxNjkwMTg0NjgxMTE4LCJleHQiOjE2OTAxODUyODExMTgsImFwaSI6dHJ1ZX0.LXZiRkM3IR3vAEGcyONfb0oM1LwZvMGPqyJ_7BrUVs1l3bRYpFF_rW228EMBwZEC_xgMoyDIWybje-1JSZia0rODbXIVPyCq7YX8JEDGk453JJOCExYtHn5Tpcvt1bq_LbqkDhDWvIQzSQTR7WcJuQQH6FMjxdeI7HCn1z75a2ppexhHgdWL034aRhzL7Z8pj_QhZqUBkhpjUQnAeix8Za71yPZY6FfWgAQ7N0GjYcokXyGWFACMpSdRNPgWVC8UXurisGczWfcrpKQgYyMRPH-fV8eSlNTJRlYv17pg5MBgLWmiWIf3PJXqH4VR193h9SciwFKyKH6gML5uEU0x8Q\",\n    \"totalGourdes\": 518.42,\n    \"payment\": {\n        \"mode\": \"sandbox\",\n        \"path\": \"/Api/v1/CreatePayment\",\n        \"payment_token\": {\n            \"expired\": \"2023-07-24 03:54:41:118\",\n            \"created\": \"2023-07-24 03:44:41:118\",\n            \"token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6Ijg3OTUxIiwicmVmIjoiZjE4ZWE0NmQtZDUxMC00NGM4LWI3YzMtNjljZDRjNzY2Y2E3IiwiY3J0IjoxNjkwMTg0NjgxMTE4LCJleHQiOjE2OTAxODUyODExMTgsImFwaSI6dHJ1ZX0.LXZiRkM3IR3vAEGcyONfb0oM1LwZvMGPqyJ_7BrUVs1l3bRYpFF_rW228EMBwZEC_xgMoyDIWybje-1JSZia0rODbXIVPyCq7YX8JEDGk453JJOCExYtHn5Tpcvt1bq_LbqkDhDWvIQzSQTR7WcJuQQH6FMjxdeI7HCn1z75a2ppexhHgdWL034aRhzL7Z8pj_QhZqUBkhpjUQnAeix8Za71yPZY6FfWgAQ7N0GjYcokXyGWFACMpSdRNPgWVC8UXurisGczWfcrpKQgYyMRPH-fV8eSlNTJRlYv17pg5MBgLWmiWIf3PJXqH4VR193h9SciwFKyKH6gML5uEU0x8Q\"\n        },\n        \"timestamp\": 1690184681123,\n        \"status\": 202,\n        \"httpStatusCode\": 202\n    }\n}"}],"_postman_id":"03528fe6-a4cd-430d-933c-e78df9c135ef"},{"name":"withdraw rates","id":"6f4b65d6-ada1-4cb7-8b80-88d034018e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/withdraw/rates","description":"<p><strong>gdes</strong></p>\n<p>The amount that you'd like to charge the user</p>\n<p><strong>userID</strong></p>\n<p>The receiver userID on PG Rewards</p>\n<p><strong>referenceId</strong></p>\n<p>Your internal referenceId so you can refer to it later</p>\n<p><strong>successUrl</strong></p>\n<p>Where you want us to send the user once transaction is complete</p>\n<p><strong>errorUrl</strong></p>\n<p>If any error occurs, where you want us to redirect the user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}},"urlObject":{"path":["api","v1","withdraw","rates"],"host":["{{pgecomBaseUrl}}"],"query":[{"disabled":true,"key":"transactionType","value":"<>"}],"variable":[]}},"response":[{"id":"985f136e-ef86-4508-b37e-db0cd88f27b3","name":"successful rates","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{pgecomBaseUrl}}/api/v1/withdraw/rates","host":["{{pgecomBaseUrl}}"],"path":["api","v1","withdraw","rates"],"query":[{"key":"transactionType","value":"<>","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"CloudFront"},{"key":"Date","value":"Wed, 21 Sep 2022 23:15:52 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"dika06yi90111\""},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 b72ec90bfb3598795e1ec469cc868742.cloudfront.net (CloudFront), 1.1 b838ef1ff22a4a994af82d5178c30e1c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD55-P4"},{"key":"X-Amz-Cf-Pop","value":"SEA19-C1"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-Amz-Cf-Id","value":"ZdUtO4ciaiSKG3fXuN6k09RJwpy0rJ97J7v4kU1IfkWbGf3RiK9k5Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"amount\": 1,\n    \"gourdes\": 123\n}"}],"_postman_id":"6f4b65d6-ada1-4cb7-8b80-88d034018e73"},{"name":"withdraw funds to moncash","id":"0a9911a7-f6ca-4350-b333-bf6194e5e3bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": 1,\n    \"phone\": \"34999435\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/withdraw/moncashwithdraw","description":"<p><strong>gdes</strong></p>\n<p>The amount that you'd like to charge the user</p>\n<p><strong>userID</strong></p>\n<p>The receiver userID on PG Rewards</p>\n<p><strong>referenceId</strong></p>\n<p>Your internal referenceId so you can refer to it later</p>\n<p><strong>successUrl</strong></p>\n<p>Where you want us to send the user once transaction is complete</p>\n<p><strong>errorUrl</strong></p>\n<p>If any error occurs, where you want us to redirect the user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}},"urlObject":{"path":["api","v1","withdraw","moncashwithdraw"],"host":["{{pgecomBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e0ef8bee-5183-42a5-951e-73c15f8beca4","name":"successful withdraw","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": 1,\n    \"phone\": \"34999435\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/withdraw/moncashwithdraw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"CloudFront"},{"key":"Date","value":"Wed, 21 Sep 2022 23:15:52 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"dika06yi90111\""},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 b72ec90bfb3598795e1ec469cc868742.cloudfront.net (CloudFront), 1.1 b838ef1ff22a4a994af82d5178c30e1c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD55-P4"},{"key":"X-Amz-Cf-Pop","value":"SEA19-C1"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-Amz-Cf-Id","value":"ZdUtO4ciaiSKG3fXuN6k09RJwpy0rJ97J7v4kU1IfkWbGf3RiK9k5Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"newBalance\": 643.25,\n    \"sender\": \"info@pgecom.com\",\n    \"orderId\": \"138d4f82-8cf6-4c3e-85ab-308988b1c2ec\",\n    \"amount\": 1,\n    \"gourdes\": 123,\n    \"phone\": \"34999435\",\n    \"userFee\": 0,\n    \"userID\": \"5f56dfa3-a415-4818-8275-44fc63ece3fd\",\n    \"deliveryMethod\": \"INSTANT\",\n    \"transactionType\": \"withdraw\",\n    \"status\": \"completed\",\n    \"delivery\": \"INSTANT\"\n}"}],"_postman_id":"0a9911a7-f6ca-4350-b333-bf6194e5e3bb"}],"id":"c7a6b54d-5d3a-446b-8bec-96668c72ff45","_postman_id":"c7a6b54d-5d3a-446b-8bec-96668c72ff45","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}}},{"name":"business","item":[{"name":"card","item":[{"name":"apply for visa business card","id":"5475ce06-fb86-46a0-b213-74af1de32f8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"d97ca351-966c-47e5-a1fa-b8017515763c\",\n    \"spendingAmount\": 2000,\n    \"reason\": \"I wan to buy Products on Amazon\",\n    \"places\": \"AliExpress, Amazon, Etc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/business/visa","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}},"urlObject":{"path":["api","v1","business","visa"],"host":["{{pgecomBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"479781bf-0490-4bb8-b073-61ee7ae209d9","name":"successful submission","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"d97ca351-966c-47e5-a1fa-b8017515763c\",\n    \"spendingAmount\": 2000,\n    \"reason\": \"I wan to buy Products on Amazon\",\n    \"places\": \"AliExpress, Amazon, Etc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/business/visa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Virtual Visa card purchased successfully\",\n    \"customerOrderId\": \"1c626b78-7355-41ee-a8dd-9aa548ddff06\",\n    \"userOrderId\": \"2b7ddae1-ce53-46b1-bf9d-36730d53d9fc\",\n    \"businessRemainingBalance\": 827,\n    \"pgecomEmail\": \"johnedoe@pgecom.org\",\n    \"cardId\": \"7f418baa-54ff-4038-affb-999e70902197\"\n}"},{"id":"362f4749-7e7c-46db-baf6-33e4ef77626d","name":"visa card already approved","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"d97ca351-966c-47e5-a1fa-b8017515763c\",\n    \"spendingAmount\": 2000,\n    \"reason\": \"I wan to buy Products on Amazon\",\n    \"places\": \"AliExpress, Amazon, Etc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/business/visa"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Customer already has a virtual card\"\n}"},{"id":"3a907bbf-6f88-4ef6-b00c-4717b4490845","name":"customer not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"d97ca351-966c-47e5-a1fa-b8017515763c\",\n    \"spendingAmount\": 2000,\n    \"reason\": \"I wan to buy Products on Amazon\",\n    \"places\": \"AliExpress, Amazon, Etc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/business/visa"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Customer not found\"\n}"}],"_postman_id":"5475ce06-fb86-46a0-b213-74af1de32f8e"},{"name":"add funds request","id":"5941b54a-4c6f-48e0-a332-45e2ea755f12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"d97ca351-966c-47e5-a1fa-b8017515763c\",\n    \"amount\": 25,\n    \"delivery\": \"standard\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/business/visa/add-funds","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}},"urlObject":{"path":["api","v1","business","visa","add-funds"],"host":["{{pgecomBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"dc7fa926-4690-444a-aae9-997e48cb7234","name":"successful funds request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"d97ca351-966c-47e5-a1fa-b8017515763c\",\n    \"amount\": 25,\n    \"delivery\": \"standard\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/business/visa/add-funds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Funds added to the card\",\n    \"customerId\": \"d97ca351-966c-47e5-a1fa-b8017515763c\",\n    \"remainingBusinessBalance\": 644.5,\n    \"customerEmail\": \"james@gmail.com\",\n    \"cardId\": \"c4382235-dc1a-4b7d-aebf-f2d8d05a6548\",\n    \"deliveryDate\": \"Sunday, July 23rd 2023, 01:20\",\n    \"deliveryFees\": 2.5\n}"},{"id":"b97e80e5-28ff-492d-aa22-c16e47da4987","name":"minim deposit","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"d97ca351-966c-47e5-a1fa-b8017515763c\",\n    \"amount\": 25,\n    \"delivery\": \"standard\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/business/visa/add-funds"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"\\\"amount\\\" must be greater than or equal to 25\"\n}"}],"_postman_id":"5941b54a-4c6f-48e0-a332-45e2ea755f12"},{"name":"withdraw funds request","id":"19f516e6-dfde-4762-a5c6-6e21859f15ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"d97ca351-966c-47e5-a1fa-b8017515763c\",\n    \"amount\": 25,\n    \"delivery\": \"standard\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/business/visa/withdraw-funds","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}},"urlObject":{"path":["api","v1","business","visa","withdraw-funds"],"host":["{{pgecomBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"18bd698f-4c95-4b46-9a28-4a592eeca750","name":"successful funds request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"d97ca351-966c-47e5-a1fa-b8017515763c\",\n    \"amount\": 25,\n    \"delivery\": \"standard\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/business/visa/add-funds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Funds added to the card\",\n    \"customerId\": \"d97ca351-966c-47e5-a1fa-b8017515763c\",\n    \"remainingBusinessBalance\": 644.5,\n    \"customerEmail\": \"james@gmail.com\",\n    \"cardId\": \"c4382235-dc1a-4b7d-aebf-f2d8d05a6548\",\n    \"deliveryDate\": \"Sunday, July 23rd 2023, 01:20\",\n    \"deliveryFees\": 2.5\n}"},{"id":"5facd2f6-9fe2-47d9-b290-7b468147e093","name":"minim withdrawl - $10 usd","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"d97ca351-966c-47e5-a1fa-b8017515763c\",\n    \"amount\": 25,\n    \"delivery\": \"standard\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/business/visa/add-funds"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"\\\"amount\\\" must be greater than or equal to 25\"\n}"}],"_postman_id":"19f516e6-dfde-4762-a5c6-6e21859f15ba"}],"id":"4db9a7d2-4d49-46e6-a06d-8744cb814176","_postman_id":"4db9a7d2-4d49-46e6-a06d-8744cb814176","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}}},{"name":"customer","item":[{"name":"create customer","id":"e3cd3db8-46ab-4941-a94b-ff35a43c1bba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"johnedoe@gmail.com\",\n    \"firstName\": \"Doe\",\n    \"lastName\": \"John\",\n    \"phone\": \"+1 470 681 0077\",\n    \"line1\": \"9700 Medlock Bridge Road\",\n    \"line2\": \"\",\n    \"city\": \"Johns Creek\",\n    \"country\": \"United States\",\n    \"state\": \"GA\",\n    \"postal_code\": \"97000\",\n    \"notes\": \"This is simple demo\",\n    \"userID\": \"\",\n    \"createdAt\": \"\",\n    \"updatedAt\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/customers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}},"urlObject":{"path":["api","v1","customers"],"host":["{{pgecomBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7b551fed-2d62-4853-adf9-d2da36950b81","name":"create customer successul","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"johnedoe@gmail.com\",\n    \"firstName\": \"Doe\",\n    \"lastName\": \"John\",\n    \"phone\": \"+1 470 681 0077\",\n    \"line1\": \"9700 Medlock Bridge Road\",\n    \"line2\": \"\",\n    \"city\": \"Johns Creek\",\n    \"country\": \"United States\",\n    \"state\": \"GA\",\n    \"postal_code\": \"97000\",\n    \"notes\": \"This is simple demo\",\n    \"userID\": \"\",\n    \"createdAt\": \"\",\n    \"updatedAt\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"email\": \"johnedoe@gmail.com\",\n    \"firstName\": \"Doe\",\n    \"lastName\": \"John\",\n    \"phone\": \"+1 470 681 0077\",\n    \"line1\": \"9700 Medlock Bridge Road\",\n    \"line2\": \"\",\n    \"city\": \"Johns Creek\",\n    \"country\": \"United States\",\n    \"state\": \"GA\",\n    \"postal_code\": \"97000\",\n    \"notes\": \"This is simple demo\",\n    \"userID\": \"\",\n    \"createdAt\": \"\",\n    \"updatedAt\": \"\",\n    \"id\": \"d97ca351-966c-47e5-a1fa-b8017515763c\"\n}"},{"id":"dd154381-4065-41ae-a4a7-9f9b527dcb5b","name":"customer already exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"johnedoe@gmail.com\",\n    \"firstName\": \"Doe\",\n    \"lastName\": \"John\",\n    \"phone\": \"+1 470 681 0077\",\n    \"line1\": \"9700 Medlock Bridge Road\",\n    \"line2\": \"\",\n    \"city\": \"Johns Creek\",\n    \"country\": \"United States\",\n    \"state\": \"GA\",\n    \"postal_code\": \"97000\",\n    \"notes\": \"This is simple demo\",\n    \"userID\": \"\",\n    \"createdAt\": \"\",\n    \"updatedAt\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/customers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Customer already exists\"\n}"}],"_postman_id":"e3cd3db8-46ab-4941-a94b-ff35a43c1bba"},{"name":"list customers","id":"bb550177-baef-429b-a4da-64197b92cb4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/business/customer/list","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}},"urlObject":{"path":["api","v1","business","customer","list"],"host":["{{pgecomBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"69f126c5-de21-489e-9425-867e9e0a37af","name":"list customers","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"email\": \"johnedoe@gmail.com\",\n        \"firstName\": \"Doe\",\n        \"lastName\": \"John\",\n        \"phone\": \"+1 470 681 0077\",\n        \"line1\": \"9700 Medlock Bridge Road\",\n        \"line2\": \"\",\n        \"city\": \"Johns Creek\",\n        \"country\": \"United States\",\n        \"state\": \"GA\",\n        \"postal_code\": \"97000\",\n        \"notes\": \"This is simple demo\",\n        \"userID\": \"\",\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"id\": \"d97ca351-966c-47e5-a1fa-b8017515763c\"\n    }\n]"}],"_postman_id":"bb550177-baef-429b-a4da-64197b92cb4a"},{"name":"get customer by id","id":"5e575a9b-90bb-4997-9c1f-bc82cf9aff9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{pgecomBaseUrl}}/api/v1/business/customer?customerId=d97ca351-966c-47e5-a1fa-b8017515763c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}},"urlObject":{"path":["api","v1","business","customer"],"host":["{{pgecomBaseUrl}}"],"query":[{"key":"customerId","value":"d97ca351-966c-47e5-a1fa-b8017515763c"}],"variable":[]}},"response":[{"id":"fdbef6e1-fba5-43f8-ac48-62a49e0a407b","name":"customer","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{pgecomBaseUrl}}/api/v1/business/customer?customerId=d97ca351-966c-47e5-a1fa-b8017515763c","host":["{{pgecomBaseUrl}}"],"path":["api","v1","business","customer"],"query":[{"key":"customerId","value":"d97ca351-966c-47e5-a1fa-b8017515763c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":" {\n    \"email\": \"johnedoe@gmail.com\",\n    \"firstName\": \"Doe\",\n    \"lastName\": \"John\",\n    \"phone\": \"+1 470 681 0077\",\n    \"line1\": \"9700 Medlock Bridge Road\",\n    \"line2\": \"\",\n    \"city\": \"Johns Creek\",\n    \"country\": \"United States\",\n    \"state\": \"GA\",\n    \"postal_code\": \"97000\",\n    \"notes\": \"This is simple demo\",\n    \"userID\": \"\",\n    \"createdAt\": \"\",\n    \"updatedAt\": \"\",\n    \"id\": \"d97ca351-966c-47e5-a1fa-b8017515763c\"\n}"},{"id":"987742a8-c8aa-429f-bf57-a9865335ad59","name":"customer not found","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{pgecomBaseUrl}}/api/v1/business/customer?customerId=97ca351-966c-a1fa-b801751576","host":["{{pgecomBaseUrl}}"],"path":["api","v1","business","customer"],"query":[{"key":"customerId","value":"97ca351-966c-a1fa-b801751576"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Customer not found\"\n}"}],"_postman_id":"5e575a9b-90bb-4997-9c1f-bc82cf9aff9b"}],"id":"29a61f6a-7943-4525-b204-af6dc458d552","_postman_id":"29a61f6a-7943-4525-b204-af6dc458d552","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}}}],"id":"becd4646-1989-4ba4-b9fc-597f7d771d7f","_postman_id":"becd4646-1989-4ba4-b9fc-597f7d771d7f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]},"isInherited":true,"source":{"_postman_id":"46257a29-130c-488a-8593-b5a7a32adc51","id":"46257a29-130c-488a-8593-b5a7a32adc51","name":"PGecom API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{pgecomToken}}"}]}},"event":[{"listen":"prerequest","script":{"id":"0945b1fc-0b31-4530-b548-f6710b997be0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a1bc3aa1-9593-4c47-8716-00d044d34862","type":"text/javascript","exec":[""]}}]}