{"info":{"_postman_id":"a1e03a59-e76a-4fa6-a18d-9aa486a300fe","name":"API Documentation","description":"<html><head></head><body><img src=\"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\">\n\n<h1 id=\"about-gopay-payments-gateway\">About GoPay Payments Gateway</h1>\n<hr>\n<p><a href=\"https://gopay.sa/\">GoPay Payment Gateway</a> allow your services to connect with SADAD payment system <a href=\"https://www.sadad.com/en/Pages/FAQ.html\">more information about SADAD</a>.</p>\n<p>This documentation intended to explain the process of integration with GoPay payment gateway.</p>\n<h1 id=\"about-the-api\">About the API</h1>\n<hr>\n<p>GoPay API built as REST API, accepts JSON request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication and methods.</p>\n<p>You can use our QA environment to test your integration, requests to QA environment does not interact with SADAD system or Banks network.</p>\n<p>After filling the <a href=\"https://app.gopay.sa/registration.html\">Registration form</a> you will receive separate credentials for QA environment and Production environment.</p>\n<h1 id=\"how-to-use-this-documentation\">How to use this Documentation</h1>\n<hr>\n<p>you can test the API using Postman -an application used for API testing - simply by following these steps:</p>\n<ol>\n<li>Install postman <a href=\"https://www.postman.com/downloads/\">Download here</a></li>\n</ol>\n<ul>\n<li>make sure you choose the environment that you created</li>\n</ul>\n<h1 id=\"overview\">Overview</h1>\n<hr>\n<p>GoPay gateway is an <strong>asynchronous</strong> payment gateway, which make the integration process easier and more secure than other synchronous payment gateway (Credit Cards payment).</p>\n<p>The money transaction occurs directly between the end-customer bank and SADAD system, without any interactions between your services and the bank.</p>\n<h1 id=\"invoicing-workflow\">Invoicing Workflow</h1>\n<hr>\n<h3 id=\"invoicing\">Invoicing</h3>\n<ol>\n<li>Customer: the customer will receive an SMS and email with SADAD Number</li>\n<li>Your service: Generate invoicing request according to the type of invoicing</li>\n<li>GoPay payment gateway: will receive your request and return response SADAD number</li>\n</ol>\n<h3 id=\"payment-notification\">Payment Notification</h3>\n<ol>\n<li>Customer: pay the invoice through bank channel.</li>\n<li>GoPay payment gateway: <strong>Initiate request to your server</strong> at a specific API endpoint that are provided by you.</li>\n</ol>\n<h1 id=\"how-does-the-integration-work\">How does the Integration Work?</h1>\n<hr>\n<p>The integration process happens in two phases:</p>\n<ul>\n<li><h5 id=\"invoicing-1\">Invoicing:</h5>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>This part includes all API that are related to create, read, update and delete bills.\n\n</code></pre><blockquote>\n<p>All API requests in this part have to be initiated from your service. </p>\n</blockquote>\n<ul>\n<li><h5 id=\"payment-notifications\">Payment Notifications:</h5>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>this part includes the instructions for how your services will receive notifications about bill payment.\n\n</code></pre><blockquote>\n<p>The API request in this part will be initiated by GoPay to an API endpoint in your system. </p>\n</blockquote>\n<p>More details will be provided in the relevant section of this documentation.</p>\n<h1 id=\"types-of-invoicing\">Types of Invoicing:</h1>\n<hr>\n<ol>\n<li><h5 id=\"one-time-invoicing\">One time Invoicing</h5>\n with every invoicing request, a new SADAD number will be issued and can be used only one time.</li>\n<li><h5 id=\"account-invoicing\">Account invoicing</h5>\n Issued SADAD number can be used multiple time for invoicing.</li>\n</ol>\n<p><em>*\\</em> Each invoice will be associated with an activity ID. from business logic point of view: each activity is associated with an IBAN to which invoice payment will be settled to.(a biller account can have multiple activities -&gt; multiple IBANs) <em>*\\</em></p>\n<h1 id=\"e-invoicing\">E-invoicing:</h1>\n<hr>\n<p>There are are 2 extra options to generate Payment Requests (One-Time or Recurring) which will be directly linked with an E-invoice that will be auto-created once the Payment Request is created:</p>\n<ul>\n<li>These new 2 options will allow the Biller to create a One-Time or Recurring Payment Request which will be linked with an auto-generated E-invoice.</li>\n<li>The end-user will receive SMS Message on their phones which includes an external link to view and manage their Payment Request and E-invoice.</li>\n<li>The new E-invoice features will be available only to Billers who subscribed to E-invoice services.</li>\n<li>Billers can issue Credit Notes or Debit Notes against the auto-generated E-invoice, and the balance for the Payment Request will be adjusted automatically in SADAD channels.</li>\n<li>The standalone One-Time and Recurring options for generating Payment Requests will remain unchanged.</li>\n<li>Similarly, users can still create standalone E-invoices with no attached Payment Requests or any existence in SADAD system/channels.</li>\n<li>Billers who are connected to GoPay system through APIs Integration can use the new One-Time and Recurring options by utilizing a new parameter added to our end-points. Simply send the value as (\"true\") with the new parameter (\"shouldCreateEInvoice\": \"true\").</li>\n<li>The edit and cancel options will not be available for Payment Requests linked to an E-invoice due to ZATCA rules and guidelines referencing the new E-invoice regulations.</li>\n<li>E-invoices, Credit Notes, and Debit Notes are available to be printed, shared, or downloaded in Arabic language for your convenience.</li>\n</ul>\n<p><em><strong>Notes:</strong></em></p>\n<p>If you haven't subscribed to our E-invoice services yet, don't worry! You can simply send your request to [<a href=\"https://mailto:helpdesk@ifs.sa\">helpdesk@ifs.sa</a> or contact your Account Manager] and our team will activate the E-invoice features for your Biller.</p>\n<h1 id=\"available-environments\">Available Environments</h1>\n<hr>\n<p>Integration with GoPay start with the <strong>QA environment</strong> ( <a href=\"https://qa.gopay.sa/api/ibps/clientApi/\">https://qa.gopay.sa/api/ibps/clientApi/</a>)</p>\n<p>after passing the security checks, integration are allowed to proceed to<br>the <strong>Production environment</strong>: <a href=\"https://Https://api.gopay.sa/api/ibps/clientApi\">Https://api.gopay.sa/api/ibps/clientApi</a></p>\n<p>The above environment link will be mentioned as {{env}} later in this documentation.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<hr>\n<p>Username and password passed through header</p>\n<h1 id=\"api-response-standards\">API Response Standards</h1>\n<hr>\n<p>All server messages have the following JSON standards:</p>\n<ul>\n<li>status: HTTP server status</li>\n<li>message: Server message</li>\n<li>data: data returned from the server</li>\n</ul>\n<h1 id=\"errors\">Errors</h1>\n<hr>\n<p>GoPay uses conventional HTTP response codes to indicate the success or failure of an API request. In general: Codes in the <code>2xx</code> range indicate success. Codes in the <code>4xx</code> range indicate an error that failed given the information provided. Codes in the <code>5xx</code> range indicate an error with GoPay's servers.</p>\n<h1 id=\"message-language\">Message Language</h1>\n<hr>\n<p>All services should have header request for language code: key: Accept-Language value: language code</p>\n<p>Current supported language: en: English AR: Arabic</p>\n<h1 id=\"change-log\">Change log</h1>\n<hr>\n<h3 id=\"--06032023--v110--introducing-e-invoice\">- 06.03.2023 | v1.1.0 | introducing E-invoice</h3>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"About GoPay Payments Gateway","slug":"about-gopay-payments-gateway"},{"content":"About the API","slug":"about-the-api"},{"content":"How to use this Documentation","slug":"how-to-use-this-documentation"},{"content":"Overview","slug":"overview"},{"content":"Invoicing Workflow","slug":"invoicing-workflow"},{"content":"How does the Integration Work?","slug":"how-does-the-integration-work"},{"content":"Types of Invoicing:","slug":"types-of-invoicing"},{"content":"E-invoicing:","slug":"e-invoicing"},{"content":"Available Environments","slug":"available-environments"},{"content":"Authentication","slug":"authentication"},{"content":"API Response Standards","slug":"api-response-standards"},{"content":"Errors","slug":"errors"},{"content":"Message Language","slug":"message-language"},{"content":"Change log","slug":"change-log"}],"owner":"13293458","collectionId":"a1e03a59-e76a-4fa6-a18d-9aa486a300fe","publishedId":"Tzz5vKQL","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"2a2f50"},"publishDate":"2023-12-29T12:07:30.000Z"},"item":[{"name":"Invoicing","item":[{"name":"One Time Invoice","item":[{"name":"Upload Simple Invoice","id":"404f45da-e919-425a-92e2-77b88a4c0ebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"billNumber\": \"e24012021024222\", \r\n    \"entityActivityId\": 632, \r\n    \"customerFullName\": \"Ahmed Khlaid\",\r\n    \"customerIdNumber\": \"2023222934\",\r\n    \"customerIdType\": \"NAT\",\r\n    \"customerEmailAddress\": \"example@example.com\",\r\n    \"customerMobileNumber\": \"505555555\", \r\n    \"customerPreviousBalance\": 0, \r\n    \"customerTaxNumber\": \"\",\r\n    \"issueDate\": \"2021-08-18\", \r\n    \"expireDate\": \"2024-10-30\", \r\n    \"serviceName\": \"Fintech Service\", \r\n    \"buildingNumber\": \"1234\",\r\n    \"cityCode\": \"12\",\r\n    \"districtCode\": \"1\",\r\n    \"streetName\": \"almalik street\",\r\n    \"postalCode\": \"22230\",\r\n    \"billItemList\": [ \r\n        {\r\n            \"name\": \"product #1\", \r\n            \"quantity\": 1, \r\n            \"unitPrice\": 100, \r\n            \"discount\": 0, \r\n            \"discountType\": \"FIXED\", \r\n            \"vat\": \"0.15\"\r\n        }\r\n    ],\r\n    \"shouldCreateEInvoice\" : true,\r\n    \"zeroRatedReasonIndex\": 0,\r\n    \"exemptionReasonIndex\": 2,\r\n    \"notApplicapleReason\": \"\",\r\n    \"actualDeliveryDate\": \"2024-10-16\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/simple/upload","description":"<p>This API allows your service to upload one invoice to SADAD channels.</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>billNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value must be unique</td>\n</tr>\n<tr>\n<td>entityActivityId</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Value should match list of activity API endpoint</td>\n</tr>\n<tr>\n<td>customerFullName</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>customerIdNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerIdType</td>\n<td>string</td>\n<td>NAT (National ID) , PAS (passport) , IQA (Iqama) , CRR (Commercial Register)</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerEmailAddress</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerMobileNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>customerPreviousBalance</td>\n<td>decimal</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerTaxNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Valid vat numeber is 15 digits</td>\n</tr>\n<tr>\n<td>issueDate</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Format: <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td>expireDate</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Format: <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td>serviceName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>additionalNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>buildingNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>districtCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match districts list API endpoint</td>\n</tr>\n<tr>\n<td>cityCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match cities list API endpoint</td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>billItemList</td>\n<td>array of objects</td>\n<td><code>{\"name\": string, \"quantity\": integer, \"unitPrice\":decimal, \"discount\": decimal, \"discountType\": string, // FIXED/PERC\" vat\": string}</code></td>\n<td><em><strong>required</strong></em></td>\n<td><em><strong>all keys in the object are required</strong></em></td>\n</tr>\n<tr>\n<td>isPartialAllowed</td>\n<td>string</td>\n<td>YES, NO</td>\n<td>optional</td>\n<td>allow partial payment for this invoice</td>\n</tr>\n<tr>\n<td>miniPartialAmount</td>\n<td>Integer or Decimal</td>\n<td></td>\n<td>optional</td>\n<td>if not sent the minimum partial amount will be 0</td>\n</tr>\n<tr>\n<td>shouldCreateEInvoice</td>\n<td>string</td>\n<td>true or false</td>\n<td>optional</td>\n<td>please make sure that your contract include E-invoice service</td>\n</tr>\n<tr>\n<td>zeroRatedReasonIndex</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required for E-invoice Only</strong></em></td>\n<td>Check the API List of Zero rated Reason for available options</td>\n</tr>\n<tr>\n<td>exemptionReasonIndex</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required for E-invoice Only</strong></em></td>\n<td>Check the API List of Exemption Rated Reasons for available options</td>\n</tr>\n<tr>\n<td>notApplicapleReason</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerType</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required for E-invoice Only</strong></em></td>\n<td>Check the API List of Customer Types for available options</td>\n</tr>\n<tr>\n<td>actualDeliveryDate</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required for E-invoice Only</strong></em></td>\n<td>example : 2024-09-25  <br />- Required by ZATCA, it is the date of delivering the actual services</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["simple","upload"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"d015b79c-c655-44c1-bffc-92cbc91e6408","name":"Upload Simple invoice","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"billNumber\": \"24012021024\", // [optional] string \r\n    \"entityActivityId\": 488, // [required] integer - value should be an activity id from activity list API endpoint\r\n    \"customerFullName\": \"Ahmed Khlaid\", // [required] string\r\n    \"customerIdNumber\": \"2023222934\", // [optional] string \r\n    \"customerIdType\": \"NAT\", // [optional] string - expected values: NAT , PAS ,\r\n    \"customerEmailAddress\": \"example@example.com\", // [optional] string \r\n    \"customerMobileNumber\": \"505555555\", // [required] string \r\n    \"customerPreviousBalance\": 0, // [required] integer\r\n    \"customerTaxNumber\": \"\", // [optional] string - valid TAX number is 15 digit \r\n    \"issueDate\": \"2021-08-18\", // [required] string - Format: YYYY/MM/DD\r\n    \"expireDate\": \"2021-08-30\", // [required] string - Format: YYYY/MM/DD\r\n    \"serviceName\": \"Fintech Service\", // [optional] string\r\n    // Customer Address\r\n    \"buildingNumber\": \"1234\", // [optional] string\r\n    \"cityCode\": \"12\", // [optional] string - value should be an activity id from Cities list API endpoint\r\n    \"districtCode\": \"1\", // [optional] string - value should be an activity id from Districts List API endpoint\r\n    \"streetName\": \"almalik street\", // [optional] string\r\n    \"postalCode\": \"22230\", // [optional] string\r\n    \"billItemList\": [ // [required] \r\n        {\r\n            \"name\": \"product #1\", // [required] string\r\n            \"quantity\": 1, // [required] integer\r\n            \"unitPrice\": 100, // [required] integer\r\n            \"discount\": 0, // [required] integer\r\n            \"discountType\": \"FIXED\", // [required] string - expected values: FIXED , percentage\r\n            \"vat\": \"0.15\" // [required] string\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/simple/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 23 Aug 2021 07:47:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": {\n        \"billNumber\": \"24012021024\",\n        \"sadadNumber\": \"110012023448\"\n    }\n}"},{"id":"99dbc049-cd8e-4bde-96e2-641d0a30529a","name":"e-invoice","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"billNumber\": \"einv-240120210241\", \r\n    \"entityActivityId\": 632, \r\n    \"customerFullName\": \"Ahmed Khlaid\",\r\n    \"customerIdNumber\": \"2023222934\",\r\n    \"customerIdType\": \"NAT\",\r\n    \"customerEmailAddress\": \"example@example.com\",\r\n    \"customerMobileNumber\": \"505555555\", \r\n    \"customerPreviousBalance\": 0, \r\n    \"customerTaxNumber\": \"\",\r\n    \"issueDate\": \"2021-08-18\", \r\n    \"expireDate\": \"2024-09-30\", \r\n    \"serviceName\": \"Fintech Service\", \r\n    \"buildingNumber\": \"1234\",\r\n    \"cityCode\": \"12\",\r\n    \"districtCode\": \"1\",\r\n    \"streetName\": \"almalik street\",\r\n    \"postalCode\": \"22230\",\r\n    \"billItemList\": [ \r\n        {\r\n            \"name\": \"product #1\", \r\n            \"quantity\": 1, \r\n            \"unitPrice\": 1000, \r\n            \"discount\": 0, \r\n            \"discountType\": \"FIXED\", \r\n            \"vat\": \"0.15\"\r\n        }\r\n    ],\r\n    \"zeroRatedReasonIndex\":1,\r\n    \"customerType\":\"INDIVIDUAL\",\r\n    \"exemptionReasonIndex\":0,\r\n    \"notApplicapleReason\":\"\",\r\n    \"actualDeliveryDate\":\"2024-09-25\",\r\n    \"shouldCreateEInvoice\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/simple/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Sep 2024 10:57:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": {\n        \"billNumber\": \"einv-240120210241\",\n        \"sadadNumber\": \"7529200173\",\n        \"accountBalance\": null\n    }\n}"}],"_postman_id":"404f45da-e919-425a-92e2-77b88a4c0ebf"},{"name":"Bulk Invoices Upload","id":"905fb16e-8ca7-40dc-b585-b23892005ed2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":" [\r\n    {\r\n    \"billNumber\":\"202108030001\",\r\n    \"entityActivityId\":226,\r\n    \"customerFullName\":\"Wde Sds\",\r\n    \"customerMobileNumber\":\"505554303\",\r\n    \"issueDate\":\"2021-03-08\",\r\n    \"expireDate\":\"2021-03-20\",\r\n    \"billItemList\":[\r\n        {\r\n            \"name\": \"asdf\",\r\n            \"quantity\": 1,\r\n            \"unitPrice\": 110,\r\n            \"discount\": 0,\r\n            \"discountType\": \"FIXED\",\r\n            \"vat\": 0\r\n        }\r\n        ]\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{env}}/bulk/upload","description":"<p>This API allows your service to upload multiple invoices in one request to SADAD channels.</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<p><em><strong>The Request body is an array of objects, each object have the following information according to the account type</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>billNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value must be unique</td>\n</tr>\n<tr>\n<td>entityActivityId</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Value should match list of activity API endpoint</td>\n</tr>\n<tr>\n<td>customerFullName</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>customerIdNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerIdType</td>\n<td>string</td>\n<td>NAT (National ID) , PAS (passport) , IQA (Iqama) , CRR (Commercial Register)</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerEmailAddress</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerMobileNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>customerPreviousBalance</td>\n<td>decimal</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerTaxNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Valid vat numeber is 15 digits</td>\n</tr>\n<tr>\n<td>issueDate</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Format: <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td>expireDate</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Format: <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td>serviceName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>additionalNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>buildingNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>districtCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match districts list API endpoint</td>\n</tr>\n<tr>\n<td>cityCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match cities list API endpoint</td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>billItemList</td>\n<td>array of objects</td>\n<td><code>{\"name\": string, \"quantity\": integer, \"unitPrice\": decimal, \"discount\": decimal, \"discountType\": string, // FIXED/PERC\"vat\": string}</code></td>\n<td><em><strong>required</strong></em></td>\n<td><em><strong>all keys in the object are required</strong></em></td>\n</tr>\n<tr>\n<td>isPartialAllowed</td>\n<td>string</td>\n<td>YES, NO</td>\n<td>optional</td>\n<td>allow partial payment for this invoice</td>\n</tr>\n<tr>\n<td>miniPartialAmount</td>\n<td>Integer or Decimal</td>\n<td></td>\n<td>optional</td>\n<td>if not sent the minimum partial amount will be 0</td>\n</tr>\n<tr>\n<td>shouldCreateEInvoice</td>\n<td>string</td>\n<td>true or false</td>\n<td>optional</td>\n<td>please make sure that your contract include E-invoice service</td>\n</tr>\n<tr>\n<td>shouldCreateEInvoice</td>\n<td>string</td>\n<td>true or false</td>\n<td>optional</td>\n<td>please make sure that your contract include E-invoice service</td>\n</tr>\n<tr>\n<td>zeroRatedReasonIndex</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required for E-invoice Only</strong></em></td>\n<td>Check the API List of Zero rated Reason for available options</td>\n</tr>\n<tr>\n<td>exemptionReasonIndex</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required for E-invoice Only</strong></em></td>\n<td>Check the API List of Exemption Rated Reasons for available options</td>\n</tr>\n<tr>\n<td>notApplicapleReason</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerType</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required for E-invoice Only</strong></em></td>\n<td>Check the API List of Customer Types for available options</td>\n</tr>\n<tr>\n<td>actualDeliveryDate</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required for E-invoice Only</strong></em></td>\n<td>example : 2024-09-25  <br />- Required by ZATCA, it is the date of delivering the actual service</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["bulk","upload"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"6fd821c5-8450-4354-87cd-4f19b3da3b47","name":"Bulk Invoices Upload","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":" [\r\n    {\r\n    \"billNumber\":\"202108030001\",\r\n    \"entityActivityId\":226,\r\n    \"customerFullName\":\"Wde Sds\",\r\n    \"customerMobileNumber\":\"505554303\",\r\n    \"issueDate\":\"2021-03-08\",\r\n    \"expireDate\":\"2024-12-20\",\r\n    \"billItemList\":[\r\n        {\r\n            \"name\": \"asdf\",\r\n            \"quantity\": 1,\r\n            \"unitPrice\": 110,\r\n            \"discount\": 0,\r\n            \"discountType\": \"FIXED\",\r\n            \"vat\": 0\r\n        }\r\n        ]\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{env}}/bulk/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 10:41:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": \"790a1bdb-4375-4692-b27c-ebc73868474d\"\n}"}],"_postman_id":"905fb16e-8ca7-40dc-b585-b23892005ed2"},{"name":"Invoice information","id":"77430446-48e8-481e-af00-437b2b6bb17d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/bill/info?billNumber=7529200143","description":"<p>This API allows users to check current bill status</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"parameters\">Parameters:</h1>\n<ul>\n<li>billNumber : string (required)</li>\n</ul>\n<h1 id=\"possible-invoice-status-code\">Possible invoice status code:</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>statusCode</th>\n<th>Details</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>MAKED</code></td>\n<td>The procedure to create invoice through the portal include one user level to be able to create the invoice and another user level to check and authorize the invoice to be sent to SADAD, this status means that the invoice is created but not yet checked by authorized user</td>\n<td><em><strong>Does Not apply to invoices created through the API</strong></em></td>\n</tr>\n<tr>\n<td><code>DELETED</code></td>\n<td>the invoice is deleted</td>\n<td></td>\n</tr>\n<tr>\n<td><code>CHECKED</code></td>\n<td>The procedure to create invoice through the portal include one user level to be able to create the invoice and another user level to check and authorize the invoice to be sent to SADAD, this status means that the invoice has been checked by authorized user</td>\n<td><em><strong>Does Not apply to invoices created through the API</strong></em></td>\n</tr>\n<tr>\n<td><code>UPLOADED_TO_SADAD</code></td>\n<td>the invoice was uploaded to SADAD system but not visisble yet to the end customer</td>\n<td></td>\n</tr>\n<tr>\n<td><code>APPROVED_BY_SADAD</code></td>\n<td>the invoice was approved by SADAD invoice and it is visible to the end-customer</td>\n<td></td>\n</tr>\n<tr>\n<td><code>REJECTED_BY_SADAD</code></td>\n<td>the invoice was rejected by SADAD</td>\n<td></td>\n</tr>\n<tr>\n<td><code>CANCELED</code></td>\n<td>the invoice was canceled</td>\n<td></td>\n</tr>\n<tr>\n<td><code>UPDATED_BY_COMPANY</code></td>\n<td>the invoice was edited through the portal</td>\n<td></td>\n</tr>\n<tr>\n<td><code>PAID_BY_SADAD</code></td>\n<td>the invoice was paid through SADAD</td>\n<td></td>\n</tr>\n<tr>\n<td><code>PARTIALLY_PAID_BY_SADAD</code></td>\n<td>the invoice was paid partailly through SADAD</td>\n<td></td>\n</tr>\n<tr>\n<td><code>PAID_BY_COMPANY</code></td>\n<td>the invoice was paid through offline API</td>\n<td></td>\n</tr>\n<tr>\n<td><code>PARTIALLY_PAID_BY_COMPANY</code></td>\n<td>the invoice was paid partially through offline API</td>\n<td></td>\n</tr>\n<tr>\n<td><code>SETTLED_BY_SADAD</code></td>\n<td>the invoice was settled though SADAD</td>\n<td></td>\n</tr>\n<tr>\n<td><code>SETTLED_BY_COMPANY</code></td>\n<td>the invoice was settled not through SADAD</td>\n<td></td>\n</tr>\n<tr>\n<td><code>VIEWED_BY_CUSTOMER</code></td>\n<td>the invoice was viewed by end-customer</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["bill","info"],"host":["{{env}}"],"query":[{"key":"billNumber","value":"7529200143"}],"variable":[]}},"response":[{"id":"5032a768-401e-47f4-bfdf-b16eeb097a38","name":"Bill information","originalRequest":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":{"raw":"{{env}}/bill/info?billNumber=24012021024","host":["{{env}}"],"path":["bill","info"],"query":[{"key":"billNumber","value":"24012021024"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 23 Aug 2021 08:26:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": {\n        \"id\": 328342,\n        \"billNumber\": \"24012021024\",\n        \"sadadNumber\": \"110012023448\",\n        \"serviceName\": \"Fintech Service\",\n        \"serviceDescription\": null,\n        \"issueDate\": \"2021-08-18T00:00:00\",\n        \"expireDate\": \"2021-08-30T00:00:00\",\n        \"subAmount\": 115,\n        \"vat\": \"0.00\",\n        \"discount\": 0,\n        \"discountType\": \"PERC\",\n        \"totalAmount\": 115,\n        \"customerFullName\": \"Ahmed Khlaid\",\n        \"customerMobileNumber\": \"+966505555555\",\n        \"customerEmailAddress\": \"example@example.com\",\n        \"customerIdNumber\": \"2023222934\",\n        \"entityActivityId\": 488,\n        \"statusCode\": \"APPROVED_BY_SADAD\",\n        \"statusText\": \"Accepted by SADAD\",\n        \"customerTaxNumber\": \"\",\n        \"customerAddress\": null,\n        \"customerPreviousBalance\": 0,\n        \"billItemList\": [\n            {\n                \"number\": 1,\n                \"name\": \"product #1\",\n                \"unitPrice\": 100,\n                \"quantity\": 1,\n                \"vat\": \"0.15\",\n                \"totalPrice\": 100,\n                \"discount\": 0,\n                \"discountType\": \"FIXED\",\n                \"vatExemptedFlag\": \"NO\",\n                \"vatNaFlag\": \"NO\"\n            }\n        ],\n        \"runningBillItemList\": null,\n        \"customFieldList\": [],\n        \"campaignId\": null,\n        \"vatExemptedFlag\": null,\n        \"vatNaFlag\": null,\n        \"statusAr\": null,\n        \"statusEn\": null,\n        \"paymentFlag\": null,\n        \"paymentMethod\": null,\n        \"paymentDate\": null,\n        \"image\": null,\n        \"customerEmailList\": null,\n        \"customerMobileList\": null,\n        \"customerIdType\": \"NAT\",\n        \"isPartialAllowed\": null,\n        \"billCategory\": null,\n        \"miniPartialAmount\": null,\n        \"maxPartialAmount\": null,\n        \"paymentNumber\": null,\n        \"settlementNumber\": null,\n        \"remainAmount\": null,\n        \"currentPaidAmount\": null,\n        \"paymentList\": [],\n        \"onlinePaymentList\": [],\n        \"offlinePaymentList\": [],\n        \"billNoteList\": [\n            {\n                \"id\": 0,\n                \"date\": \"2021-08-23T10:47:51.973\",\n                \"previousAmount\": null,\n                \"noteType\": \"INVOICE_NOTE\",\n                \"description\": \"Invoice\",\n                \"documentNumber\": \"110012023448\",\n                \"amount\": 115,\n                \"balanceAmount\": 115,\n                \"itemList\": []\n            }\n        ],\n        \"totalOfflinePaidAmount\": 0,\n        \"totalOnlinePaidAmount\": 0,\n        \"invoiceLogo\": \"http://88.85.235.218:8080/storage/1617609982561.blob\",\n        \"invoiceStamp\": \"https://www.appskou.com/wp-content/uploads/2019/08/seal1.png\",\n        \"adCampaign\": null,\n        \"adSettings\": null,\n        \"qr\": \"اسم المورد: شركة النقد الرقمي العالمية\\nالرقم الضريبي للمورد: 1231231233\\nالطابع الزمني: 2021-08-23 10:47\\nاجمالي الفاتورة: 115.00\\nاجمالي الضريبة: 0.00\\nnullpK8VrZz2DNQTKJEcL1wctw==\",\n        \"entity\": null,\n        \"streetName\": null,\n        \"buildingNumber\": null,\n        \"cityId\": null,\n        \"districtId\": 0,\n        \"otherDistrict\": null,\n        \"additionalNumber\": null,\n        \"postalCode\": null,\n        \"installmentAmount\": null,\n        \"account\": null,\n        \"dueDate\": null,\n        \"contractNumber\": null,\n        \"referenceNumber\": null,\n        \"billTypeText\": \"One Time /Simple\"\n    }\n}"}],"_postman_id":"77430446-48e8-481e-af00-437b2b6bb17d"},{"name":"Edit invoice","id":"70e4e97c-473e-4809-8542-1fd488fdcd7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"billNumber\": \"s2401202102411122\", \n    \"entityActivityId\": 632, \n    \"customerFullName\": \"Ahmed Khlaid\",\n    \"customerIdNumber\": \"2023222934\",\n    \"customerIdType\": \"NAT\",\n    \"customerEmailAddress\": \"example@example.com\",\n    \"customerMobileNumber\": \"505555555\", \n    \"customerTaxNumber\": \"\",\n    \"issueDate\": \"2023-11-08\", \n    \"expireDate\": \"2023-12-30\", \n    \"serviceName\": \"Fintech Service\", \n    \"buildingNumber\": \"1234\",\n    \"cityCode\": \"1\",\n    \"districtCode\": \"OTH\",\n    \"streetName\": \"almalik street\",\n    \"postalCode\": \"22230\",\n    \"billItemList\": [ \n        {\n            \"name\": \"product #1\", \n            \"quantity\": 1, \n            \"unitPrice\": 200, \n            \"discount\": 0, \n            \"discountType\": \"FIXED\", \n            \"vat\": \"0.15\"\n        }\n    ],\n    \"vat\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/simple/update","description":"<p>This API allows your service to edit an invoice.</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vat</td>\n<td>integer</td>\n<td>0</td>\n<td><em><strong>required</strong></em></td>\n<td>Value has no effect on the invoice vat, but it is required to be sent as 0</td>\n</tr>\n<tr>\n<td>billNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>invoice bill number</td>\n</tr>\n<tr>\n<td>entityActivityId</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Value should match list of activity API endpoint</td>\n</tr>\n<tr>\n<td>customerFullName</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>customerIdNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerIdType</td>\n<td>string</td>\n<td>NAT (National ID) , PAS (passport) , IQA (Iqama) , CRR (Commercial Register)</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerEmailAddress</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerMobileNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>customerPreviousBalance</td>\n<td>decimal</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerTaxNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Valid vat numeber is 15 digits</td>\n</tr>\n<tr>\n<td>issueDate</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Format: <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td>expireDate</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Format: <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td>serviceName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>additionalNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>buildingNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>districtCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match districts list API endpoint</td>\n</tr>\n<tr>\n<td>cityCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match cities list API endpoint</td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>billItemList</td>\n<td>array of objects</td>\n<td><code>{\"name\": string, \"quantity\": integer, \"unitPrice\":decimal, \"discount\": decimal, \"discountType\": string, // FIXED/PERC\" vat\": string}</code></td>\n<td><em><strong>required</strong></em></td>\n<td><em><strong>all keys in the object are required</strong></em></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["simple","update"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"d53ee97c-2403-4fee-b4b1-99ad36d727a7","name":"Edit invoice","originalRequest":{"method":"PUT","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"billNumber\": \"s2401202102411122\", \n    \"entityActivityId\": 632, \n    \"customerFullName\": \"Ahmed Khlaid\",\n    \"customerIdNumber\": \"2023222934\",\n    \"customerIdType\": \"NAT\",\n    \"customerEmailAddress\": \"example@example.com\",\n    \"customerMobileNumber\": \"505555555\", \n    \"customerTaxNumber\": \"\",\n    \"issueDate\": \"2023-11-08\", \n    \"expireDate\": \"2023-12-30\", \n    \"serviceName\": \"Fintech Service\", \n    \"buildingNumber\": \"1234\",\n    \"cityCode\": \"1\",\n    \"districtCode\": \"OTH\",\n    \"streetName\": \"almalik street\",\n    \"postalCode\": \"22230\",\n    \"billItemList\": [ \n        {\n            \"name\": \"product #1\", \n            \"quantity\": 1, \n            \"unitPrice\": 200, \n            \"discount\": 0, \n            \"discountType\": \"FIXED\", \n            \"vat\": \"0.15\"\n        }\n    ],\n    \"vat\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/simple/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 21 Nov 2023 09:35:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": 424994\n}"}],"_postman_id":"70e4e97c-473e-4809-8542-1fd488fdcd7b"}],"id":"aa0164a2-cf2f-448f-a5ef-6c1e8c8cb109","_postman_id":"aa0164a2-cf2f-448f-a5ef-6c1e8c8cb109","description":""},{"name":"Account/Recurring Invoice","item":[{"name":"Advanced SADAD Account","item":[{"name":"Create Advenced Account","id":"1cf8d03b-bacf-4adb-b0b5-51c185c67d29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"method\":\"INDIVIDUAL\",\n    \"type\":\"SADAD\",\n    \"activityId\":12,\n    \"firstName\":\"name\",\n    \"secondName\":\"test2\",\n    \"thirdName\":\"test3\",\n    \"lastName\":\"last name\",\n    \"idType\":\"IQA\",\n    \"idNumber\":\"2177777777\",\n    \"phoneNumber\":\"500000000\",\n    \"referenceNumber\":\"287612772167126281627\",\n    \"gender\":\"MALE\",\n    \"email\":\"info@ifs.sa\",\n    \"vatNumber\":\"12345678901234\",\n   \"streetName\":\"King Fahad Street\",\n   \"buildingNumber\":\"12\",\n   \"district\":1,\n   \"city\":1,\n   \"additionalNumber\":\"2525\",\n   \"postalCode\":\"11111\",\n    \"advancedPaymentAllowed\":\"YES\",\n    \"minAmountPayAdvance\":5,\n    \"maxAmountPayAdvance\":50\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/account/upload/advanced","description":"<p>This API endpoint is specific for generating new account number, <strong>which later can be invoiced more than one time</strong></p>\n<p>The Customer will have one account number to pay all his invoices.</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<p>A customer can be an individual or a business entity, and according to that the request body varies as the following :</p>\n<h5 id=\"for-individual\">For Individual</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>method</td>\n<td>string</td>\n<td>INDIVIDUAL</td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>SADAD</td>\n<td><em><strong>required</strong></em></td>\n<td><code>Normal</code> does not create sadad number it creates account for use only in EFAA system</td>\n</tr>\n<tr>\n<td>activityId</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Value should match list of activity API endpoint</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>secondName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>thirdName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>idType</td>\n<td>string</td>\n<td>NAT (National ID) , PAS (passport) , IQA (Iqama)</td>\n<td><em><strong>Required if</strong></em> <code>_**type**_</code> <em><strong>is</strong></em> <code>_**SADAD**_</code></td>\n<td></td>\n</tr>\n<tr>\n<td>idNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>Required if</strong></em> <code>_**type**_</code> <em><strong>is</strong></em> <code>_**SADAD**_</code></td>\n<td></td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Example <code>501213325</code></td>\n</tr>\n<tr>\n<td>referenceNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>Required if</strong></em> <code>_**type**_</code> <em><strong>is</strong></em> <code>_**SADAD**_</code></td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>gender</td>\n<td>string</td>\n<td>MALE, FEMALE</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>vatNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Valid vat numeber is 15 digits</td>\n</tr>\n<tr>\n<td>streetName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>buildingNumber</td>\n<td>integer</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>district</td>\n<td>integer</td>\n<td></td>\n<td>optional</td>\n<td>Value should match districts list API endpoint</td>\n</tr>\n<tr>\n<td>otherDistrict</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>in case the selected district is not found in districts list API endpoint, the district name will be added as text</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match cities list API endpoint</td>\n</tr>\n<tr>\n<td>additionalNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>idAttachment</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>URL to the ID file , accepted file extensions: <em><strong>PNG, JPEG, WEBP, DOC, DOCX, PDF</strong></em></td>\n</tr>\n<tr>\n<td>customFieldList</td>\n<td>array of objects</td>\n<td><code>{\"fieldId\":135,\"fieldValue\":\"male\"}</code></td>\n<td>optional</td>\n<td>if used, <em><strong>all keys in the object are required</strong></em></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"for-business\">for Business</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>method</td>\n<td>string</td>\n<td>BUSINESS</td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>NORMAL, SADAD</td>\n<td><em><strong>required</strong></em></td>\n<td><code>Normal</code> does not create sadad number it creates account for use only in EFAA system</td>\n</tr>\n<tr>\n<td>activityId</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Value should match list of activity API endpoint</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>companyType</td>\n<td>string</td>\n<td>GOV_ENT ( Government Entity) , INT_ENT (Establishment Entity) , LIM_ENT ( Limited Liability ) , LIS_ENT ( Listed Entity ) , SOL_ENT ( Sole Proprietorship ) , CHAR_ENT ( Charity ) , CLS_ENT ( Closed Stock ) , OTH_ENT ( other )</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>companyIdType</td>\n<td>string</td>\n<td>OTH (Other) , MIO (Minister Order) , LIC (License) , CRR (Commercial Register)</td>\n<td><em><strong>Required if</strong></em> <code>_**type**_</code> <em><strong>is</strong></em> <code>_**SADAD**_</code></td>\n<td></td>\n</tr>\n<tr>\n<td>companyIdNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>Required if</strong></em> <code>_**type**_</code> <em><strong>is</strong></em> <code>_**SADAD**_</code></td>\n<td></td>\n</tr>\n<tr>\n<td>contractNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>vatNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Valid vat numeber is 15 digits</td>\n</tr>\n<tr>\n<td>streetName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>buildingNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>district</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match districts list API endpoint</td>\n</tr>\n<tr>\n<td>otherDistrict</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>in case the selected district is not found in districts list API endpoint, the district name will be added as text</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match cities list API endpoint</td>\n</tr>\n<tr>\n<td>additionalNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>primaryContactPersonName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>primaryContactPersonNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>primarycontactpersonemail</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>additionalContactPersonsList</td>\n<td>array of objects</td>\n<td><code>\"additionalContactPersonsList\":[ { \"additionalContactPersonName\":\"\", \"additionalContactPersonNumber\":\"\" ,\"additionalContactPersonemail\":\"\" } ]</code></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>idAttachment</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>URL to the ID file , accepted file extensions: <em><strong>PNG, JPEG, WEBP, DOC, DOCX, PDF</strong></em></td>\n</tr>\n<tr>\n<td>customFieldList</td>\n<td>array of objects</td>\n<td><code>\"customFieldList\" : [ {\"fieldId\":135,\"fieldValue\":\"male\"} ]</code></td>\n<td>optional</td>\n<td>if used, <em><strong>all keys in the object are required</strong></em></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication:</h1>\n<p>Username and password should be sent using header.</p>\n","urlObject":{"path":["account","upload","advanced"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"78813719-cf9b-4c9f-9aa4-0b4cfcbb8da3","name":"Create Advenced Account","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"method\":\"INDIVIDUAL\",\n    \"type\":\"SADAD\",\n    \"activityId\":632,\n    \"firstName\":\"name\",\n    \"secondName\":\"test2\",\n    \"thirdName\":\"test3\",\n    \"lastName\":\"last name\",\n    \"idType\":\"PAS\",\n    \"idNumber\":\"2177777777\",\n    \"phoneNumber\":\"500000000\",\n    \"referenceNumber\":\"287612772167126281627\",\n    \"gender\":\"MALE\",\n    \"email\":\"info@ifs.sa\",\n    \"vatNumber\":\"252155225332558\",\n    \"streetName\":\"King Fahad Street\",\n    \"buildingNumber\":\"12\",\n    \"district\":1,\n    \"city\":1,\n    \"additionalNumber\":\"2525\",\n    \"postalCode\":\"11111\",\n    \"advancedPaymentAllowed\":\"YES\",\n    \"minAmountPayAdvance\":5,\n    \"maxAmountPayAdvance\":50\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/account/upload/advanced"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Feb 2024 07:49:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": {\n        \"accountName\": \"97529200111\"\n    }\n}"}],"_postman_id":"1cf8d03b-bacf-4adb-b0b5-51c185c67d29"}],"id":"8484e023-0af6-45a8-b425-d6ddcfe5c65a","_postman_id":"8484e023-0af6-45a8-b425-d6ddcfe5c65a","description":""},{"name":"SADAD Account","item":[{"name":"Create Account","id":"33b755fd-5e1b-4c99-88ee-3b65338310d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"method\":\"INDIVIDUAL\",\r\n   \"type\":\"NORMAL\",\r\n   \"activityId\":23,\r\n   \"firstName\":\"mamoun\",\r\n   \"secondName\":\"saad\",\r\n   \"thirdName\":\"hasan\",\r\n   \"lastName\":\"salman\",\r\n   \"idType\":\"PAS\",\r\n   \"idNumber\":\"25212525\",\r\n   \"phoneNumber\":\"501213325\",\r\n   \"referenceNumber\":\"32652563\",\r\n   \"gender\":\"MALE\",\r\n   \"vatNumber\":\"252155225332558\",\r\n   \"streetName\":\"King Fahad Street\",\r\n   \"buildingNumber\":\"12\",\r\n   \"district\":1,\r\n   \"city\":1,\r\n   \"additionalNumber\":\"2525\",\r\n   \"postalCode\":\"11111\",\r\n   \"idAttachment\":\"URL/to/Image\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/account/upload/onetime","description":"<p>This API endpoint is specific for generating new account number, <strong>which later can be invoiced more than one time</strong></p>\n<p>The Customer will have one account number to pay all his invoices.</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<p>A customer can be an individual or a business entity and according to that the request body varies as the following :</p>\n<h5 id=\"for-individual\">For Individual</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>method</td>\n<td>string</td>\n<td>INDIVIDUAL</td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>SADAD</td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>activityId</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Value should match list of activity API endpoint</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>secondName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>thirdName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>idType</td>\n<td>string</td>\n<td>NAT (National ID) , PAS (passport) , IQA (Iqama)</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>idNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Example <code>501213325</code></td>\n</tr>\n<tr>\n<td>referenceNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>gender</td>\n<td>string</td>\n<td>MALE, FEMALE</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>vatNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Valid vat numeber is 15 digits</td>\n</tr>\n<tr>\n<td>streetName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>buildingNumber</td>\n<td>integer</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>district</td>\n<td>integer</td>\n<td></td>\n<td>optional</td>\n<td>Value should match districts list API endpoint</td>\n</tr>\n<tr>\n<td>otherDistrict</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>in case the selected district is not found in districts list API endpoint, the district name will be added as text</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match cities list API endpoint</td>\n</tr>\n<tr>\n<td>additionalNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>idAttachment</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>URL to the ID file , accepted file extensions: <em><strong>PNG, JPEG, WEBP, DOC, DOCX, PDF</strong></em></td>\n</tr>\n<tr>\n<td>customFieldList</td>\n<td>array of objects</td>\n<td><code>{\"fieldId\":135,\"fieldValue\":\"male\"}</code></td>\n<td>optional</td>\n<td>if used, <em><strong>all keys in the object are required</strong></em></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"for-business\">for Business</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>method</td>\n<td>string</td>\n<td>BUSINESS</td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>NORMAL, SADAD</td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>activityId</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Value should match list of activity API endpoint</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>companyType</td>\n<td>string</td>\n<td>GOV_ENT ( Government Entity) , INT_ENT (Establishment Entity) , LIM_ENT ( Limited Liability ) , LIS_ENT ( Listed Entity ) , SOL_ENT ( Sole Proprietorship ) , CHAR_ENT ( Charity ) , CLS_ENT ( Closed Stock ) , OTH_ENT ( other )</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>companyIdType</td>\n<td>string</td>\n<td>OTH (Other) , MIO (Minister Order) , LIC (License) , CRR (Commercial Register)</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>companyIdNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>contractNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>vatNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Valid vat numeber is 15 digits</td>\n</tr>\n<tr>\n<td>streetName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>buildingNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>district</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match districts list API endpoint</td>\n</tr>\n<tr>\n<td>otherDistrict</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>in case the selected district is not found in districts list API endpoint, the district name will be added as text</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match cities list API endpoint</td>\n</tr>\n<tr>\n<td>additionalNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>primaryContactPersonName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>primaryContactPersonNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>primarycontactpersonemail</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>additionalContactPersonsList</td>\n<td>array of objects</td>\n<td><code>\"additionalContactPersonsList\":[ { \"additionalContactPersonName\":\"\", \"additionalContactPersonNumber\":\"\" ,\"additionalContactPersonemail\":\"\" } ]</code></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>idAttachment</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>URL to the ID file , accepted file extensions: <em><strong>PNG, JPEG, WEBP, DOC, DOCX, PDF</strong></em></td>\n</tr>\n<tr>\n<td>customFieldList</td>\n<td>array of objects</td>\n<td><code>\"customFieldList\" : [ {\"fieldId\":135,\"fieldValue\":\"male\"} ]</code></td>\n<td>optional</td>\n<td>if used, <em><strong>all keys in the object are required</strong></em></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["account","upload","onetime"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"eaf5e803-c415-4e98-9abd-7c19d24281f1","name":"Create Account for Individuals","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"method\":\"INDIVIDUAL\",\r\n   \"type\":\"NORMAL\",\r\n   \"activityId\":23,\r\n   \"firstName\":\"mamoun\",\r\n   \"secondName\":\"saad\",\r\n   \"thirdName\":\"hasan\",\r\n   \"lastName\":\"salman\",\r\n   \"idType\":\"PAS\",\r\n   \"idNumber\":\"25212525\",\r\n   \"phoneNumber\":\"501213325\",\r\n   \"referenceNumber\":\"32652563\",\r\n   \"email\":\"msaman@dci.sa\",\r\n   \"gender\":\"MALE\",\r\n   \"vatNumber\":\"252155225332558\",\r\n   \"streetName\":\"King Fahad Street\",\r\n   \"buildingNumber\":\"12\",\r\n   \"district\":1,\r\n   \"city\":1,\r\n   \"additionalNumber\":\"2525\",\r\n   \"postalCode\":\"11111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/account/upload/onetime"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Language","value":"en"},{"key":"Content-Length","value":"1047"},{"key":"Date","value":"Tue, 24 Aug 2021 18:33:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n   \"status\":200,\r\n   \"message\":\"Operation Done Successfully\",\r\n   \"data\":{\r\n      \"accountNumber\":\"91000600125\"\r\n   }\r\n}"}],"_postman_id":"33b755fd-5e1b-4c99-88ee-3b65338310d9"},{"name":"Create Account Bulk","id":"7b203aa6-5cd1-42f7-992a-275d55371e1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n   {\r\n      \"method\":\"INDIVIDUAL\",\r\n      \"type\":\"NORMAL\",\r\n      \"activityId\":23,\r\n      \"firstName\":\"mamoun\",\r\n      \"secondName\":\"saad\",\r\n      \"thirdName\":\"hasan\",\r\n      \"lastName\":\"salman\",\r\n      \"idType\":\"PAS\",\r\n      \"idNumber\":\"25212525\",\r\n      \"phoneNumber\":\"501213325\",\r\n      \"referenceNumber\":\"32652563\",\r\n      \"email\":\"msaman@dci.sa\",\r\n      \"gender\":\"MALE\",\r\n      \"vatNumber\":\"252155225332558\",\r\n      \"streetName\":\"King Fahad Street\",\r\n      \"buildingNumber\":\"12\",\r\n      \"district\":1,\r\n      \"city\":1,\r\n      \"additionalNumber\":\"2525\"\r\n   }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{env}}/account/upload/bulk","description":"<p>This API endpoint is specific for generating bulk accounts, <em><strong>which later more than one invoice can be assigned to</strong></em></p>\n<p>The Customers will have one account number to pay all his invoices.</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<p><em><strong>The Request body is an array of objects, each object have the following information according to the account type</strong></em></p>\n<p>A customer can be an individual or a business entity and according to that, the request body varies as the following :</p>\n<p>The request body object keys are exactly as in Create Account API end point, <a href=\"https://documenter.getpostman.com/view/13293458/Tzz5vKQL#33b755fd-5e1b-4c99-88ee-3b65338310d9\">Please click here to view Request Body</a></p>\n<h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["account","upload","bulk"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"5e84ecf0-cb21-49bf-9681-bd67b8e5fede","name":"Create Account Bulk","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n   {\r\n      \"method\":\"INDIVIDUAL\",\r\n      \"type\":\"NORMAL\",\r\n      \"activityId\":23,\r\n      \"firstName\":\"mamoun\",\r\n      \"secondName\":\"saad\",\r\n      \"thirdName\":\"hasan\",\r\n      \"lastName\":\"salman\",\r\n      \"idType\":\"PAS\",\r\n      \"idNumber\":\"25212525\",\r\n      \"phoneNumber\":\"501213325\",\r\n      \"referenceNumber\":\"32652563\",\r\n      \"email\":\"msaman@dci.sa\",\r\n      \"gender\":\"MALE\",\r\n      \"vatNumber\":\"252155225332558\",\r\n      \"streetName\":\"King Fahad Street\",\r\n      \"buildingNumber\":\"12\",\r\n      \"district\":1,\r\n      \"city\":1,\r\n      \"additionalNumber\":\"2525\"\r\n   }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{env}}/account/upload/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 10:30:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": \"143b647b-ba6b-4508-9288-ee0f4d8b7aa9\"\n}"}],"_postman_id":"7b203aa6-5cd1-42f7-992a-275d55371e1d"},{"name":"Update Account Balance","id":"48ed2d0e-7f60-4150-a708-58f3b2a64331","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountNumber\":\"91000600125\",\r\n    \"amount\": \"20\",\r\n    \"type\": \"DEBIT\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/account/balance","description":"<p>Update previously created Account Balance.</p>\n<p><strong>Account Credit/Debit will impact the balance in SADAD only and not the related E-invoices.</strong></p>\n<p><strong>Note: to issue a credit/Debit note to a SADAD account, the account must have at least one invoice issued, or that will cause an error.</strong></p>\n<p>#Request Body (JSON):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>amount</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>DEBIT, CREDIT</td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["account","balance"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"77b5a111-c0c8-4d63-8023-284edabccf55","name":"Update Account Balance","originalRequest":{"method":"PUT","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountNumber\":\"91000600125\",\r\n    \"amount\": \"20\",\r\n    \"type\": \"DEBIT\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/account/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 30 Aug 2021 07:50:59 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": {\n        \"accountNumber\": \"91002925142548\",\n        \"referenceNumber\": \"10029210830012810\"\n    }\n}"}],"_postman_id":"48ed2d0e-7f60-4150-a708-58f3b2a64331"}],"id":"445eaa56-f370-4869-94e9-54d1013364cc","_postman_id":"445eaa56-f370-4869-94e9-54d1013364cc","description":""},{"name":"Account Operations","item":[{"name":"Create Recurring Invoice","id":"bf097412-dec7-4dad-80f9-61631ac11a3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountNumber\":\"97529200126\",\r\n    \"billNumber\": \"ee082400102222\", \r\n    \"entityActivityId\": 632, \r\n    \"customerFullName\": \"Mamoun Salman2\",\r\n    \"customerIdNumber\": \"2023222934\",\r\n    \"customerIdType\": \"NAT\",\r\n    \"customerEmailAddress\": \"test@ifs.com\",\r\n    \"customerMobileNumber\": \"501213325\",\r\n    \"customerTaxNumber\": \"\",\r\n    \"dueDate\": \"2024-10-16\", \r\n    \"buildingNumber\": \"1234\",\r\n    \"cityCode\": \"12\",\r\n    \"districtCode\": \"1\",\r\n    \"streetName\": \"almalik street\",\r\n    \"postalCode\": \"22230\",\r\n    \"billItemList\": [ \r\n        {\r\n            \"name\": \"product #1\", \r\n            \"quantity\": 1, \r\n            \"unitPrice\": 100, \r\n            \"discount\": 0, \r\n            \"discountType\": \"FIXED\", \r\n            \"vat\": \"0.15\"\r\n        }\r\n    ],\r\n    \"zeroRatedReasonIndex\": 0,\r\n    \"exemptionReasonIndex\": 2,\r\n    \"notApplicapleReason\": \"\",\r\n    \"actualDeliveryDate\": \"2024-10-16\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/recurring/onetime","description":"<p>With this API endpoint you can create invoice for a customer who has already an account, for creating new account, check <a href=\"#33b755fd-5e1b-4c99-88ee-3b65338310d9\">Create Account</a></p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>billNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>should be Unique</td>\n</tr>\n<tr>\n<td>entityActivityId</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Value should match list of activity API endpoint</td>\n</tr>\n<tr>\n<td>customerFullName</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>customerIdType</td>\n<td>string</td>\n<td>NAT (National ID) , PAS (passport) , IQA (Iqama) , CRR (Commercial Register)</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerIdNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerEmailAddress</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerMobileNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Example <code>501213325</code></td>\n</tr>\n<tr>\n<td>customerTaxNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Valid vat numeber is 15 digits</td>\n</tr>\n<tr>\n<td>dueDate</td>\n<td>string</td>\n<td>YYYY-MM-DD</td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>buildingNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>districtCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match districts list API endpoint</td>\n</tr>\n<tr>\n<td>cityCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match cities list API endpoint</td>\n</tr>\n<tr>\n<td>additionalNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>streetName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>billItemList</td>\n<td>array of objects</td>\n<td><code>\"billItemList\":[{\"name\": string, \"quantity\": integer, \"unitPrice\": decimal, \"discount\": decimal, \"discountType\": string, // FIXED/PERC\"vat\": string}]</code></td>\n<td><em><strong>required</strong></em></td>\n<td><em><strong>all keys in the object are required</strong></em></td>\n</tr>\n<tr>\n<td>customFieldList</td>\n<td>array of objects</td>\n<td><code>\"customFieldList \":[{\"fieldId\":135,\"fieldValue\":\"male\"}]</code></td>\n<td>optional</td>\n<td>if used, <em><strong>all keys in the object are required</strong></em></td>\n</tr>\n<tr>\n<td>isPartialAllowed</td>\n<td>string</td>\n<td>YES, NO</td>\n<td>optional</td>\n<td>allow partial payment for this invoice</td>\n</tr>\n<tr>\n<td>miniPartialAmount</td>\n<td>Integer or Decimal</td>\n<td></td>\n<td>optional</td>\n<td>if not sent the minimum partial amount will be 0</td>\n</tr>\n<tr>\n<td>referenceNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerEmailList</td>\n<td>array</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerMobileList</td>\n<td>array</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>shouldCreateEInvoice</td>\n<td>string</td>\n<td>true or false</td>\n<td>optional</td>\n<td>please make sure that your contract include E-invoice service</td>\n</tr>\n<tr>\n<td>zeroRatedReasonIndex</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required for E-invoice Only</strong></em></td>\n<td>Check the API List of Zero rated Reason for available options</td>\n</tr>\n<tr>\n<td>exemptionReasonIndex</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required for E-invoice Only</strong></em></td>\n<td>Check the API List of Exemption Rated Reasons for available options</td>\n</tr>\n<tr>\n<td>notApplicapleReason</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerType</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required for E-invoice Only</strong></em></td>\n<td>Check the API List of Customer Types for available options</td>\n</tr>\n<tr>\n<td>actualDeliveryDate</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required for E-invoice Only</strong></em></td>\n<td>example : 2024-09-25  <br />- Required by ZATCA, it is the date of delivering the actual service</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["recurring","onetime"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"ab7e519b-4a77-4c66-81d6-11d7e36890d7","name":"Create Recurring Invoice","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountNumber\":\"91000600125\",\r\n    \"billNumber\": \"082400102\", \r\n    \"entityActivityId\": 488, \r\n    \"customerFullName\": \"Mamoun Salman\",\r\n    \"customerIdNumber\": \"2023222934\",\r\n    \"customerIdType\": \"NAT\",\r\n    \"customerEmailAddress\": \"msalman@gmail.com\",\r\n    \"customerMobileNumber\": \"501213325\", \r\n    \"customerPreviousBalance\": 0, \r\n    \"customerTaxNumber\": \"\",\r\n    \"dueDate\": \"2021-08-30\", \r\n    \"buildingNumber\": \"1234\",\r\n    \"cityCode\": \"12\",\r\n    \"districtCode\": \"1\",\r\n    \"streetName\": \"almalik street\",\r\n    \"postalCode\": \"22230\",\r\n    \"billItemList\": [ \r\n        {\r\n            \"name\": \"product #1\", \r\n            \"quantity\": 1, \r\n            \"unitPrice\": 100, \r\n            \"discount\": 0, \r\n            \"discountType\": \"FIXED\", \r\n            \"vat\": \"0.15\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/recurring/onetime"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": {\n        \"billNumber\": \"082400102\",\n        \"sadadNumber\": \"91000600125\"\n    }\n}"},{"id":"20d7f97d-3e64-400d-8ede-8f4276950efb","name":"e-invoice","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountNumber\":\"97529200126\",\r\n    \"billNumber\": \"ee082400102222\", \r\n    \"entityActivityId\": 632, \r\n    \"customerFullName\": \"Mamoun Salman2\",\r\n    \"customerIdNumber\": \"2023222934\",\r\n    \"customerIdType\": \"NAT\",\r\n    \"customerEmailAddress\": \"test@ifs.com\",\r\n    \"customerMobileNumber\": \"501213325\",\r\n    \"customerTaxNumber\": \"\",\r\n    \"dueDate\": \"2024-10-16\", \r\n    \"buildingNumber\": \"1234\",\r\n    \"cityCode\": \"12\",\r\n    \"districtCode\": \"1\",\r\n    \"streetName\": \"almalik street\",\r\n    \"postalCode\": \"22230\",\r\n    \"billItemList\": [ \r\n        {\r\n            \"name\": \"product #1\", \r\n            \"quantity\": 1, \r\n            \"unitPrice\": 100, \r\n            \"discount\": 0, \r\n            \"discountType\": \"FIXED\", \r\n            \"vat\": \"0.15\"\r\n        }\r\n    ],\r\n    \"zeroRatedReasonIndex\": 0,\r\n    \"exemptionReasonIndex\": 2,\r\n    \"notApplicapleReason\": \"\",\r\n    \"actualDeliveryDate\": \"2024-10-16\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/recurring/onetime"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 10:26:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": {\n        \"billNumber\": \"ee082400102222\",\n        \"sadadNumber\": \"97529200126\",\n        \"accountBalance\": 575\n    }\n}"}],"_postman_id":"bf097412-dec7-4dad-80f9-61631ac11a3d"},{"name":"Create Recurring Invoices Bulk","id":"9b92dacf-bf54-484d-a1a8-169c154cad64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n\r\n   {\r\n\r\n      \"accountNumber\":\"97529200126\",\r\n\r\n      \"billNumber\":\"iiii082400102\",\r\n\r\n      \"entityActivityId\":634,\r\n\r\n      \"customerFullName\":\"test test\",\r\n\r\n      \"customerIdNumber\":\"2023222934\",\r\n\r\n      \"customerIdType\":\"NAT\",\r\n\r\n      \"customerEmailAddress\":\"info@ifs.com\",\r\n\r\n      \"customerMobileNumber\":\"501213325\",\r\n\r\n      \"customerTaxNumber\":\"\",\r\n\r\n      \"dueDate\":\"2024-10-16\",\r\n\r\n      \"buildingNumber\":\"1234\",\r\n\r\n      \"cityCode\":\"12\",\r\n\r\n      \"districtCode\":\"1\",\r\n\r\n      \"streetName\":\"almalik street\",\r\n\r\n      \"postalCode\":\"22230\",\r\n\r\n      \"billItemList\":[\r\n\r\n         {\r\n\r\n            \"name\":\"product #1\",\r\n\r\n            \"quantity\":1,\r\n\r\n            \"unitPrice\":100,\r\n\r\n            \"discount\":0,\r\n\r\n            \"discountType\":\"FIXED\",\r\n\r\n            \"vat\":\"0.15\"\r\n\r\n         }\r\n\r\n      ]\r\n\r\n   }\r\n\r\n]","options":{"raw":{"language":"json"}}},"url":"{{env}}/recurring/bulk","description":"<p>With this API endpoint you can create multiple invoices in one request for customers who have already accounts, for creating new account, check <a href=\"#33b755fd-5e1b-4c99-88ee-3b65338310d9\">Create Account</a></p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<p><em><strong>The Request body is an array of objects, each object have the following information</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>billNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>should be Unique</td>\n</tr>\n<tr>\n<td>entityActivityId</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Value should match list of activity API endpoint</td>\n</tr>\n<tr>\n<td>customerFullName</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>customerIdType</td>\n<td>string</td>\n<td>NAT (National ID) , PAS (passport) , IQA (Iqama) , CRR (Commercial Register)</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerIdNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerEmailAddress</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerMobileNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Example <code>501213325</code></td>\n</tr>\n<tr>\n<td>customerTaxNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Valid vat numeber is 15 digits</td>\n</tr>\n<tr>\n<td>dueDate</td>\n<td>string</td>\n<td>YYYY-MM-DD</td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>buildingNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>districtCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match districts list API endpoint</td>\n</tr>\n<tr>\n<td>cityCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match cities list API endpoint</td>\n</tr>\n<tr>\n<td>additionalNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>streetName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>billItemList</td>\n<td>array of objects</td>\n<td><code>{\"name\": string, \"quantity\": integer, \"unitPrice\": decimal, \"discount\": decimal, \"discountType\": string, // FIXED/PERC\"vat\": string}</code></td>\n<td><em><strong>required</strong></em></td>\n<td><em><strong>all keys in the object are required</strong></em></td>\n</tr>\n<tr>\n<td>customFieldList</td>\n<td>array of objects</td>\n<td><code>{\"fieldId\":135,\"fieldValue\":\"male\"}</code></td>\n<td>optional</td>\n<td>if used, <em><strong>all keys in the object are required</strong></em></td>\n</tr>\n<tr>\n<td>isPartialAllowed</td>\n<td>string</td>\n<td>YES, NO</td>\n<td>optional</td>\n<td>allow partial payment for this invoice</td>\n</tr>\n<tr>\n<td>miniPartialAmount</td>\n<td>Integer or Decimal</td>\n<td></td>\n<td>optional</td>\n<td>if not sent the minimum partial amount will be 0</td>\n</tr>\n<tr>\n<td>referenceNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>shouldCreateEInvoice</td>\n<td>string</td>\n<td>true or false</td>\n<td>optional</td>\n<td>please make sure that your contract include E-invoice service</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["recurring","bulk"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"2c9f0cf7-ed1c-40b0-94d7-0f48a91e911b","name":"Create Recurring Invoices Bulk","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n\r\n   {\r\n\r\n      \"accountNumber\":\"97529200126\",\r\n\r\n      \"billNumber\":\"iiii082400102\",\r\n\r\n      \"entityActivityId\":634,\r\n\r\n      \"customerFullName\":\"test test\",\r\n\r\n      \"customerIdNumber\":\"2023222934\",\r\n\r\n      \"customerIdType\":\"NAT\",\r\n\r\n      \"customerEmailAddress\":\"info@ifs.com\",\r\n\r\n      \"customerMobileNumber\":\"501213325\",\r\n\r\n      \"customerTaxNumber\":\"\",\r\n\r\n      \"dueDate\":\"2024-10-16\",\r\n\r\n      \"buildingNumber\":\"1234\",\r\n\r\n      \"cityCode\":\"12\",\r\n\r\n      \"districtCode\":\"1\",\r\n\r\n      \"streetName\":\"almalik street\",\r\n\r\n      \"postalCode\":\"22230\",\r\n\r\n      \"billItemList\":[\r\n\r\n         {\r\n\r\n            \"name\":\"product #1\",\r\n\r\n            \"quantity\":1,\r\n\r\n            \"unitPrice\":100,\r\n\r\n            \"discount\":0,\r\n\r\n            \"discountType\":\"FIXED\",\r\n\r\n            \"vat\":\"0.15\"\r\n\r\n         }\r\n\r\n      ]\r\n\r\n   }\r\n\r\n]","options":{"raw":{"language":"json"}}},"url":"{{env}}/recurring/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 10:29:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": \"01d9182e-715d-4510-b790-c587d1a7d45f\"\n}"}],"_postman_id":"9b92dacf-bf54-484d-a1a8-169c154cad64"},{"name":"Account Balance","id":"824f2e24-40e4-449c-9a38-7255685b14d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/account/balance?accountNumber=9100060012525","urlObject":{"path":["account","balance"],"host":["{{env}}"],"query":[{"key":"accountNumber","value":"9100060012525"}],"variable":[]}},"response":[{"id":"fcfb0a43-b0f0-49e4-85c8-2c1c7ed7e5a4","name":"Account Balance","originalRequest":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":{"raw":"{{env}}/account/balance?accountNumber=9100060012525","host":["{{env}}"],"path":["account","balance"],"query":[{"key":"accountNumber","value":"9100060012525"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": {\n        \"balance\": \"25.06\"\n    }\n}"}],"_postman_id":"824f2e24-40e4-449c-9a38-7255685b14d8"},{"name":"Edit Recurring invoice","id":"7b0c3621-5675-4bf5-9a35-8636b76c058e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\":\"9752920017\",\n    \"billNumber\": \"082400102a2\", \n    \"entityActivityId\": 632, \n    \"customerFullName\": \"Mamoun Salman\",\n    \"customerEmailAddress\": \"msalman@gmail.com\",\n    \"customerMobileNumber\": \"501213325\",\n    \"dueDate\": \"2023-08-30\", \n    \"billItemList\": [ \n        {\n            \"name\": \"product #1\", \n            \"quantity\": 1, \n            \"unitPrice\": 900, \n            \"discount\": 0, \n            \"discountType\": \"FIXED\", \n            \"vat\": \"0.15\"\n        }\n    ],\n    \"vat\":0\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/simple/update","description":"<p>This API allows your service to edit an invoice.</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>billNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>should be Unique</td>\n</tr>\n<tr>\n<td>entityActivityId</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Value should match list of activity API endpoint</td>\n</tr>\n<tr>\n<td>customerFullName</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>customerIdType</td>\n<td>string</td>\n<td>NAT (National ID) , PAS (passport) , IQA (Iqama) , CRR (Commercial Register)</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerIdNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerEmailAddress</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerMobileNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Example <code>501213325</code></td>\n</tr>\n<tr>\n<td>customerTaxNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Valid vat numeber is 15 digits</td>\n</tr>\n<tr>\n<td>dueDate</td>\n<td>string</td>\n<td>YYYY-MM-DD</td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>buildingNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>districtCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match districts list API endpoint</td>\n</tr>\n<tr>\n<td>cityCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match cities list API endpoint</td>\n</tr>\n<tr>\n<td>additionalNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>streetName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>billItemList</td>\n<td>array of objects</td>\n<td><code>\"billItemList\":[{\"name\": string, \"quantity\": integer, \"unitPrice\": decimal, \"discount\": decimal, \"discountType\": string, // FIXED/PERC\"vat\": string}]</code></td>\n<td><em><strong>required</strong></em></td>\n<td><em><strong>all keys in the object are required</strong></em></td>\n</tr>\n<tr>\n<td>customFieldList</td>\n<td>array of objects</td>\n<td><code>\"customFieldList \":[{\"fieldId\":135,\"fieldValue\":\"male\"}]</code></td>\n<td>optional</td>\n<td>if used, <em><strong>all keys in the object are required</strong></em></td>\n</tr>\n<tr>\n<td>vat</td>\n<td>integar</td>\n<td>0</td>\n<td><em><strong>required</strong></em></td>\n<td>Value has no effect on the invoice vat, but it is required to be sent as 0</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["simple","update"],"host":["{{env}}"],"query":[{"disabled":true,"key":"","value":""},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"bbed67dd-c5a6-4b9d-872c-860bc93a9086","name":"example","originalRequest":{"method":"PUT","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\":\"9752920017\",\n    \"billNumber\": \"082400102a2\", \n    \"entityActivityId\": 632, \n    \"customerFullName\": \"Mamoun Salman\",\n    \"customerEmailAddress\": \"msalman@gmail.com\",\n    \"customerMobileNumber\": \"501213325\",\n    \"dueDate\": \"2023-08-30\", \n    \"billItemList\": [ \n        {\n            \"name\": \"product #1\", \n            \"quantity\": 1, \n            \"unitPrice\": 900, \n            \"discount\": 0, \n            \"discountType\": \"FIXED\", \n            \"vat\": \"0.15\"\n        }\n    ],\n    \"vat\":0\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{env}}/simple/update","host":["{{env}}"],"path":["simple","update"],"query":[{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 23 Nov 2023 09:48:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": 425273\n}"}],"_postman_id":"7b0c3621-5675-4bf5-9a35-8636b76c058e"},{"name":"Edit Account","id":"87f6d69a-c6ae-480f-8986-7bef7171d76d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"type\": \"SADAD\",\n   \"activityId\":632,\n   \"firstName\":\"Mohamed\",\n   \"secondName\":\"saad\",\n   \"thirdName\":\"hasan\",\n   \"lastName\":\"Sawah\",\n   \"idType\":\"PAS\",\n   \"idNumber\":\"25212525\",\n   \"phoneNumber\":\"501213325\",\n   \"referenceName\":\"referenceName\",\n   \"referenceNumber\":\"32652563\",\n   \"email\":\"sawah810@gmail.com\",\n   \"gender\":\"MALE\",\n   \"vatNumber\":\"123456789101215\",\n   \"streetName\":\"King Fahad Street\",\n   \"buildingNumber\":\"12\",\n   \"district\":1,\n   \"city\":1,\n   \"additionalNumber\":\"2525\",\n   \"postalCode\":\"11111\"\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/account/upload/update?accountNumber=9752920017","urlObject":{"path":["account","upload","update"],"host":["{{env}}"],"query":[{"key":"accountNumber","value":"9752920017"}],"variable":[]}},"response":[{"id":"6e85efdb-e977-42ac-aadd-3747cd69dd7e","name":"example","originalRequest":{"method":"PUT","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"type\": \"SADAD\",\n   \"activityId\":632,\n   \"firstName\":\"Mohamed\",\n   \"secondName\":\"saad\",\n   \"thirdName\":\"hasan\",\n   \"lastName\":\"Sawah\",\n   \"idType\":\"PAS\",\n   \"idNumber\":\"25212525\",\n   \"phoneNumber\":\"501213325\",\n   \"referenceName\":\"referenceName\",\n   \"referenceNumber\":\"32652563\",\n   \"email\":\"sawah810@gmail.com\",\n   \"gender\":\"MALE\",\n   \"vatNumber\":\"123456789101215\",\n   \"streetName\":\"King Fahad Street\",\n   \"buildingNumber\":\"12\",\n   \"district\":1,\n   \"city\":1,\n   \"additionalNumber\":\"2525\",\n   \"postalCode\":\"11111\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{env}}/account/upload/update?accountNumber=9752920017","host":["{{env}}"],"path":["account","upload","update"],"query":[{"key":"accountNumber","value":"9752920017"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 23 Nov 2023 09:55:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": {\n        \"id\": 48322,\n        \"accountNumber\": \"9752920017\",\n        \"idType\": \"PAS\",\n        \"idNumber\": \"25212525\",\n        \"vatNumber\": \"123456789101215\",\n        \"attachmentId\": null,\n        \"entity\": {\n            \"id\": 132,\n            \"status\": \"ACTIVE\",\n            \"registerDate\": \"2023-05-18T14:24:46.985\",\n            \"logo\": \"\",\n            \"stamp\": \"\",\n            \"code\": \"75292\",\n            \"brandNameAr\": \"\",\n            \"brandNameEn\": \"\",\n            \"commercialNameAr\": \"تجربة\",\n            \"commercialNameEn\": \"tes\",\n            \"vatNumber\": \"\",\n            \"vatNameAr\": \"تجربة\",\n            \"typeIdDocument\": \"LIC\",\n            \"otherTypeIdDocument\": \"\",\n            \"idNumber\": \"2023051801\",\n            \"idExpiryDate\": \"2031-02-22T00:00:00\",\n            \"idIssueAuthority\": \"MCI\",\n            \"otherIdIssueAuthority\": null,\n            \"entityType\": \"GOV_ENT\",\n            \"otherEntityType\": null,\n            \"sector\": {\n                \"id\": 2,\n                \"code\": \"002\",\n                \"nameEn\": \"Chemical industry sector\",\n                \"nameAr\": \"قطاع الصناعة الكيميائية\"\n            },\n            \"region\": {\n                \"id\": 8,\n                \"code\": \"008\",\n                \"nameEn\": \"Hail Region\",\n                \"nameAr\": \"منطقة حائل\"\n            },\n            \"city\": {\n                \"id\": 99,\n                \"code\": \"99\",\n                \"region\": {\n                    \"id\": 8,\n                    \"code\": \"008\",\n                    \"nameEn\": \"Hail Region\",\n                    \"nameAr\": \"منطقة حائل\"\n                },\n                \"nameEn\": \"Hail\",\n                \"nameAr\": \"حائل\"\n            },\n            \"otherCity\": null,\n            \"district\": null,\n            \"otherDistrict\": \"سيسش\",\n            \"streetName\": \"ad\",\n            \"entityUnitNumber\": \"1231\",\n            \"buildingNumber\": null,\n            \"zipCode\": \"13123\",\n            \"additionalZipCode\": \"\",\n            \"country\": {\n                \"id\": 198,\n                \"code\": \"SA\",\n                \"dialCode\": \"966\",\n                \"flag\": \"https://restcountries.eu/data/sau.svg\",\n                \"nameEn\": \"Saudi Arabia\",\n                \"nameAr\": \"Saudi Arabia\"\n            },\n            \"otherCountry\": null,\n            \"parentEntityBooleanFlag\": \"NO\",\n            \"ownershipAttachment\": \"\",\n            \"memberAttachment\": \"\",\n            \"subsidiaryEntityBooleanFlag\": \"NO\",\n            \"subsidiaryAttachment\": null,\n            \"politicalPersonBooleanFlag\": \"NO\",\n            \"mainBankAccountNumber\": null,\n            \"mainBankAccountIban\": null,\n            \"mainBankAccountType\": null,\n            \"mainBankName\": null,\n            \"briefExplanation\": null,\n            \"importantInformationBooleanFlag\": null,\n            \"importantInformation\": null,\n            \"applicationFullName\": \"asd\",\n            \"applicationDate\": \"2023-05-18T00:00:00\",\n            \"applicationTitle\": \"3\",\n            \"billSequence\": 31,\n            \"sendBillSmsBooleanFlag\": \"YES\",\n            \"sendBillEmailBooleanFlag\": \"YES\",\n            \"sendBillLanguage\": \"ARABIC\",\n            \"bank\": null,\n            \"credentialPersonFullName\": \"asdsad\",\n            \"credentialPersonMobileNumber\": \"555555555\",\n            \"credentialPersonMobileNumberCode\": \"+966\",\n            \"credentialPersonEmail\": \"test@ifs.sa\",\n            \"credentialPersonTitle\": \"2\",\n            \"credentialPersonNationality\": {\n                \"id\": 198,\n                \"code\": \"SA\",\n                \"dialCode\": \"966\",\n                \"flag\": \"https://restcountries.eu/data/sau.svg\",\n                \"nameEn\": \"Saudi Arabia\",\n                \"nameAr\": \"Saudi Arabia\"\n            },\n            \"credentialPersonIdNumber\": \"12312312312312\",\n            \"credentialPersonIdExpireDate\": \"2035-01-10T00:00:00\",\n            \"credentialPersonIdType\": \"PAS\",\n            \"dciCommission\": null,\n            \"makerFlag\": \"YES\",\n            \"checkerFlag\": \"YES\",\n            \"adModuleEnable\": \"ACTIVE\",\n            \"vatExemptedFlag\": \"YES\",\n            \"vatNaFlag\": \"YES\",\n            \"onlinePaymentFlag\": \"NO\",\n            \"paymentNotificationUrl\": \"https://webhook.site/e19e5501-8614-40ec-b423-7f263bb82da9\",\n            \"settlementNotificationUrl\": \"https://webhook.site/e19e5501-8614-40ec-b423-7f263bb82da9\",\n            \"paymentSubscriptionFees\": null,\n            \"integrationFees\": null,\n            \"apiFees\": null,\n            \"webPortalFees\": null,\n            \"trainingFees\": null,\n            \"insuranceFees\": null,\n            \"adSubscriptionFees\": null,\n            \"isUpdatedFlag\": \"NO\",\n            \"isFirstActivatedFlag\": \"YES\",\n            \"isAutoGenerateBillNumber\": \"NO\",\n            \"smsPointBalance\": 0,\n            \"isPartialAllowed\": \"YES\",\n            \"isRecurringAllowed\": \"YES\",\n            \"isEntityNotificationAllowed\": \"NO\",\n            \"discountDefaultValue\": null,\n            \"vatDefaultValue\": null,\n            \"miniPartialDefaultValue\": null,\n            \"maxPartialDefaultValue\": null,\n            \"activityDefaultValue\": null,\n            \"itemServiceDefaultValue\": null,\n            \"paymentVoucherSequence\": 20,\n            \"autoGenerationBillNumberSequence\": 7,\n            \"otherFeesBillNumberSequence\": 0,\n            \"accountNumberSequence\": 7,\n            \"otherBalance\": 0,\n            \"color\": null,\n            \"logoWidth\": null,\n            \"stampWidth\": null,\n            \"eInvoiceEnabled\": \"YES\",\n            \"eInvoiceNotification\": \"NO\",\n            \"servicesEfaaAdvancePayment\": null,\n            \"servicesEfaaRecurringPayment\": null,\n            \"servicesEfaaOverPayment\": null,\n            \"servicesEfaaAdsService\": null,\n            \"moyasarApiKey\": null,\n            \"moyasarPublishableKey\": null,\n            \"salesmanId\": null,\n            \"affiliateSource\": null,\n            \"eInvoiceCreationBehavior\": \"OnPaymentCreation\",\n            \"notificationAutomaticRetryEnabled\": null,\n            \"advancedPaymentAllowed\": \"NO\",\n            \"lastUpdated\": null\n        },\n        \"entityUser\": {\n            \"id\": 197,\n            \"firstName\": \"asdsad\",\n            \"lastName\": \"-\",\n            \"username\": \"2023051801\",\n            \"nationality\": {\n                \"id\": 198,\n                \"code\": \"SA\",\n                \"dialCode\": \"966\",\n                \"flag\": \"https://restcountries.eu/data/sau.svg\",\n                \"nameEn\": \"Saudi Arabia\",\n                \"nameAr\": \"Saudi Arabia\"\n            },\n            \"idNumber\": \"12312312312312\",\n            \"dateOfBirth\": null,\n            \"idType\": \"PAS\",\n            \"idExpireDate\": \"2035-01-10T00:00:00\",\n            \"entityUserType\": \"SUPER_ADMIN_PLUS\",\n            \"mobileNumber\": \"+966555555555\",\n            \"email\": \"test@ifs.sa\",\n            \"entity\": {\n                \"id\": 132,\n                \"status\": \"ACTIVE\",\n                \"registerDate\": \"2023-05-18T14:24:46.985\",\n                \"logo\": \"\",\n                \"stamp\": \"\",\n                \"code\": \"75292\",\n                \"brandNameAr\": \"\",\n                \"brandNameEn\": \"\",\n                \"commercialNameAr\": \"تجربة\",\n                \"commercialNameEn\": \"tes\",\n                \"vatNumber\": \"\",\n                \"vatNameAr\": \"تجربة\",\n                \"typeIdDocument\": \"LIC\",\n                \"otherTypeIdDocument\": \"\",\n                \"idNumber\": \"2023051801\",\n                \"idExpiryDate\": \"2031-02-22T00:00:00\",\n                \"idIssueAuthority\": \"MCI\",\n                \"otherIdIssueAuthority\": null,\n                \"entityType\": \"GOV_ENT\",\n                \"otherEntityType\": null,\n                \"sector\": {\n                    \"id\": 2,\n                    \"code\": \"002\",\n                    \"nameEn\": \"Chemical industry sector\",\n                    \"nameAr\": \"قطاع الصناعة الكيميائية\"\n                },\n                \"region\": {\n                    \"id\": 8,\n                    \"code\": \"008\",\n                    \"nameEn\": \"Hail Region\",\n                    \"nameAr\": \"منطقة حائل\"\n                },\n                \"city\": {\n                    \"id\": 99,\n                    \"code\": \"99\",\n                    \"region\": {\n                        \"id\": 8,\n                        \"code\": \"008\",\n                        \"nameEn\": \"Hail Region\",\n                        \"nameAr\": \"منطقة حائل\"\n                    },\n                    \"nameEn\": \"Hail\",\n                    \"nameAr\": \"حائل\"\n                },\n                \"otherCity\": null,\n                \"district\": null,\n                \"otherDistrict\": \"سيسش\",\n                \"streetName\": \"ad\",\n                \"entityUnitNumber\": \"1231\",\n                \"buildingNumber\": null,\n                \"zipCode\": \"13123\",\n                \"additionalZipCode\": \"\",\n                \"country\": {\n                    \"id\": 198,\n                    \"code\": \"SA\",\n                    \"dialCode\": \"966\",\n                    \"flag\": \"https://restcountries.eu/data/sau.svg\",\n                    \"nameEn\": \"Saudi Arabia\",\n                    \"nameAr\": \"Saudi Arabia\"\n                },\n                \"otherCountry\": null,\n                \"parentEntityBooleanFlag\": \"NO\",\n                \"ownershipAttachment\": \"\",\n                \"memberAttachment\": \"\",\n                \"subsidiaryEntityBooleanFlag\": \"NO\",\n                \"subsidiaryAttachment\": null,\n                \"politicalPersonBooleanFlag\": \"NO\",\n                \"mainBankAccountNumber\": null,\n                \"mainBankAccountIban\": null,\n                \"mainBankAccountType\": null,\n                \"mainBankName\": null,\n                \"briefExplanation\": null,\n                \"importantInformationBooleanFlag\": null,\n                \"importantInformation\": null,\n                \"applicationFullName\": \"asd\",\n                \"applicationDate\": \"2023-05-18T00:00:00\",\n                \"applicationTitle\": \"3\",\n                \"billSequence\": 31,\n                \"sendBillSmsBooleanFlag\": \"YES\",\n                \"sendBillEmailBooleanFlag\": \"YES\",\n                \"sendBillLanguage\": \"ARABIC\",\n                \"bank\": null,\n                \"credentialPersonFullName\": \"asdsad\",\n                \"credentialPersonMobileNumber\": \"555555555\",\n                \"credentialPersonMobileNumberCode\": \"+966\",\n                \"credentialPersonEmail\": \"test@ifs.sa\",\n                \"credentialPersonTitle\": \"2\",\n                \"credentialPersonNationality\": {\n                    \"id\": 198,\n                    \"code\": \"SA\",\n                    \"dialCode\": \"966\",\n                    \"flag\": \"https://restcountries.eu/data/sau.svg\",\n                    \"nameEn\": \"Saudi Arabia\",\n                    \"nameAr\": \"Saudi Arabia\"\n                },\n                \"credentialPersonIdNumber\": \"12312312312312\",\n                \"credentialPersonIdExpireDate\": \"2035-01-10T00:00:00\",\n                \"credentialPersonIdType\": \"PAS\",\n                \"dciCommission\": null,\n                \"makerFlag\": \"YES\",\n                \"checkerFlag\": \"YES\",\n                \"adModuleEnable\": \"ACTIVE\",\n                \"vatExemptedFlag\": \"YES\",\n                \"vatNaFlag\": \"YES\",\n                \"onlinePaymentFlag\": \"NO\",\n                \"paymentNotificationUrl\": \"https://webhook.site/e19e5501-8614-40ec-b423-7f263bb82da9\",\n                \"settlementNotificationUrl\": \"https://webhook.site/e19e5501-8614-40ec-b423-7f263bb82da9\",\n                \"paymentSubscriptionFees\": null,\n                \"integrationFees\": null,\n                \"apiFees\": null,\n                \"webPortalFees\": null,\n                \"trainingFees\": null,\n                \"insuranceFees\": null,\n                \"adSubscriptionFees\": null,\n                \"isUpdatedFlag\": \"NO\",\n                \"isFirstActivatedFlag\": \"YES\",\n                \"isAutoGenerateBillNumber\": \"NO\",\n                \"smsPointBalance\": 0,\n                \"isPartialAllowed\": \"YES\",\n                \"isRecurringAllowed\": \"YES\",\n                \"isEntityNotificationAllowed\": \"NO\",\n                \"discountDefaultValue\": null,\n                \"vatDefaultValue\": null,\n                \"miniPartialDefaultValue\": null,\n                \"maxPartialDefaultValue\": null,\n                \"activityDefaultValue\": null,\n                \"itemServiceDefaultValue\": null,\n                \"paymentVoucherSequence\": 20,\n                \"autoGenerationBillNumberSequence\": 7,\n                \"otherFeesBillNumberSequence\": 0,\n                \"accountNumberSequence\": 7,\n                \"otherBalance\": 0,\n                \"color\": null,\n                \"logoWidth\": null,\n                \"stampWidth\": null,\n                \"eInvoiceEnabled\": \"YES\",\n                \"eInvoiceNotification\": \"NO\",\n                \"servicesEfaaAdvancePayment\": null,\n                \"servicesEfaaRecurringPayment\": null,\n                \"servicesEfaaOverPayment\": null,\n                \"servicesEfaaAdsService\": null,\n                \"moyasarApiKey\": null,\n                \"moyasarPublishableKey\": null,\n                \"salesmanId\": null,\n                \"affiliateSource\": null,\n                \"eInvoiceCreationBehavior\": \"OnPaymentCreation\",\n                \"notificationAutomaticRetryEnabled\": null,\n                \"advancedPaymentAllowed\": \"NO\",\n                \"lastUpdated\": null\n            },\n            \"createDate\": \"2023-05-18T14:24:47.223\",\n            \"status\": \"ACTIVE\",\n            \"failedLoginCounter\": 0,\n            \"fcmToken\": null,\n            \"isPasswordReset\": 0,\n            \"idExpiryReminderFlag\": null,\n            \"idExpiryLeftDays\": null,\n            \"entityUserBillerTypeCode\": null\n        },\n        \"entityActivity\": {\n            \"id\": 632,\n            \"code\": \"001\",\n            \"activityNameAr\": \"نشا\",\n            \"activityNameEn\": \"activity\",\n            \"status\": \"ACTIVE\",\n            \"iban\": \"SA3423423423423423423423\",\n            \"bankBeneficiaryNameEn\": \"activity\",\n            \"bankBeneficiaryNameAr\": \"نشا\",\n            \"createDate\": \"2023-05-18T14:24:47.099\",\n            \"bank\": {\n                \"id\": 1,\n                \"code\": \"AAALSARI\",\n                \"bankNameAr\": \"Saudi Hollandi Bank\",\n                \"bankNameEn\": \"Saudi Hollandi Bank\"\n            },\n            \"region\": {\n                \"id\": 1,\n                \"code\": \"001\",\n                \"nameEn\": \"Riyadh Region\",\n                \"nameAr\": \"منطقة الرياض\"\n            },\n            \"city\": {\n                \"id\": 1,\n                \"code\": \"1\",\n                \"region\": {\n                    \"id\": 1,\n                    \"code\": \"001\",\n                    \"nameEn\": \"Riyadh Region\",\n                    \"nameAr\": \"منطقة الرياض\"\n                },\n                \"nameEn\": \"Riyadh\",\n                \"nameAr\": \"الرياض\"\n            },\n            \"subSector\": {\n                \"id\": 2,\n                \"code\": \"002\",\n                \"sector\": {\n                    \"id\": 2,\n                    \"code\": \"002\",\n                    \"nameEn\": \"Chemical industry sector\",\n                    \"nameAr\": \"قطاع الصناعة الكيميائية\"\n                },\n                \"nameEn\": \"Chemical industry sector\",\n                \"nameAr\": \"قطاع الصناعة الكيميائية\"\n            },\n            \"address\": \"324234\",\n            \"estimatedTotalValueOfTransactionAnnually\": 9999999999,\n            \"monthlyAverageNumberOfExpectedUploadedBills\": 9999999999,\n            \"estimatedNumberOfCurrentCustomers\": 9999999999,\n            \"theHighestAmountPerUploadedBill\": 9999999999,\n            \"theLowestAmountPerUploadedBill\": 25,\n            \"totalValueOfUploadedBillsPerMonth\": 9999999999,\n            \"monthlyHighestValueOfExpectedUploadedBills\": 9999999999\n        },\n        \"status\": \"ACTIVE\",\n        \"street\": \"King Fahad Street\",\n        \"buildingNumber\": \"12\",\n        \"additionalNumber\": \"2525\",\n        \"postalCode\": \"11111\",\n        \"region\": null,\n        \"city\": {\n            \"id\": 1,\n            \"code\": \"1\",\n            \"region\": {\n                \"id\": 1,\n                \"code\": \"001\",\n                \"nameEn\": \"Riyadh Region\",\n                \"nameAr\": \"منطقة الرياض\"\n            },\n            \"nameEn\": \"Riyadh\",\n            \"nameAr\": \"الرياض\"\n        },\n        \"otherCity\": null,\n        \"district\": {\n            \"id\": 1,\n            \"code\": \"1\",\n            \"city\": {\n                \"id\": 1,\n                \"code\": \"1\",\n                \"region\": {\n                    \"id\": 1,\n                    \"code\": \"001\",\n                    \"nameEn\": \"Riyadh Region\",\n                    \"nameAr\": \"منطقة الرياض\"\n                },\n                \"nameEn\": \"Riyadh\",\n                \"nameAr\": \"الرياض\"\n            },\n            \"nameEn\": \"Sulimaniah\",\n            \"nameAr\": \"السليمانية\"\n        },\n        \"otherDistrict\": null,\n        \"accountCategory\": \"SADAD\",\n        \"isDraft\": \"NO\",\n        \"balance\": 0,\n        \"miniPartialAmount\": 115,\n        \"cycleNumber\": 5,\n        \"referenceName\": \"referenceName\",\n        \"referenceNumber\": \"32652563\",\n        \"advancedPaymentAllowed\": \"NO\",\n        \"minAmountPayAdvance\": null,\n        \"maxAmountPayAdvance\": null,\n        \"firstName\": \"Mohamed\",\n        \"secondName\": \"saad\",\n        \"thirdName\": \"hasan\",\n        \"lastName\": \"Sawah\",\n        \"phoneNumber\": \"+966501213325\",\n        \"email\": \"sawah810@gmail.com\",\n        \"gender\": \"MALE\",\n        \"discriminatorValue\": \"1\",\n        \"accountName\": \"Mohamed Sawah\",\n        \"accountType\": \"Individual\"\n    }\n}"}],"_postman_id":"87f6d69a-c6ae-480f-8986-7bef7171d76d"}],"id":"bf3c42f7-a729-430e-bb70-98cfd1076bb9","description":"<p><strong>API End-points that are available for all types of SADAD account</strong></p>\n","_postman_id":"bf3c42f7-a729-430e-bb70-98cfd1076bb9"}],"id":"0271ba6c-14a0-4b2c-b331-adb8a0611960","description":"<p>Account Invoicing enable your customer to have fixed SADAD number that can be invoiced more than one time, the account will have balance, that show the total amount of all unpaid issued invoices.  </p>\n<p>Two Types of SADAD account are available :</p>\n<ul>\n<li><p><strong>SADAD Account:</strong></p>\n<ul>\n<li><p>An invoice must be issued first to allow End-user to perform payments.</p>\n</li>\n<li><p>The total amount of the issued invoice will appear in the account balance. (0000) - positive balance</p>\n</li>\n<li><p>The payments amount can be maximum as the total balance of the account.</p>\n</li>\n<li><p>The account balance can not be less than 0</p>\n</li>\n<li><p>Credit/Debit notes transactions are <strong>available</strong> for this kind of amounts only after issuing at least one invoice.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Advanced SADAD Account:</strong></p>\n<ul>\n<li><p>End-user is allowed to add payments to their account without invoices.</p>\n</li>\n<li><p>The Biller will have to specify the minimum and the maximum amount allowed for advanced payment - applied to all advanced accounts.</p>\n</li>\n<li><p>The added advanced payments to the account will appear in SADAD account balance as (-0000) - <strong>negative balance</strong></p>\n</li>\n<li><p>Once an invoice is issued to the SADAD account, the balance will be deducted from available balance, if no balance available or the balance is not enough, the remaining amount of the invoice will appear in account balance as (0000) - positive balance - and the end-user can pay it later.</p>\n</li>\n<li><p>Credit/Debit notes transactions are <strong>not available</strong> for advanced SADAD Account</p>\n</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"0271ba6c-14a0-4b2c-b331-adb8a0611960"},{"name":"MultiPayout payment","item":[{"name":"Create Payment","id":"c4fb9e5c-e115-4356-a7e2-30019b624cf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"billNumber\": \"25964086024dds1\",\n    \"entityActivityId\": 661,\n    \"customerFullName\":\"Mohamed Ahmed\",\n    \"customerIdNumber\": \"2023222934\",\n    \"customerIdType\": \"PAS\",\n    \"customerEmailAddress\":\"info@gopay.sa\",\n    \"customerMobileNumber\": \"505555555\",\n    \"customerPreviousBalance\": 0,\n    \"customerTaxNumber\":\"\",\n    \"issueDate\": \"2021-08-18\",\n    \"expireDate\": \"2024-08-30\",\n    \"serviceName\": \"Fintech Service\",\n    \"buildingNumber\": \"1234\",\n    \"cityCode\": \"12\",\n    \"districtCode\": \"1\",\n    \"streetName\": \"almalik street\",\n    \"postalCode\": \"22230\",\n    \"billItemList\": [\n        {\n        \"name\": \"product #1\",\n        \"quantity\": 1,\n        \"unitPrice\": 100,\n        \"discount\": 0,\n        \"discountType\": \"FIXED\",\n        \"vat\": \"0.15\"\n        }\n    ],\n    \"splits\": {\n        \"beneficiaries\": [\n            {\n            \"beneficiaryId\": 37,\n            \"fixedAmount\": 0,\n            \"percentAmount\": \"50\"\n            }\n        ],\n    \"biller\": {\n        \"fixedAmount\": 0,\n        \"percentAmount\": \"50\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/simple/upload/multipayout","description":"<p>This API allows your service to upload split payment to SADAD channels.</p>\n<p><strong>At the moment, partial payment is not supported on multipayout</strong></p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>billNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value must be unique</td>\n</tr>\n<tr>\n<td>entityActivityId</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Value should match list of activity API endpoint</td>\n</tr>\n<tr>\n<td>customerFullName</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>customerIdNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerIdType</td>\n<td>string</td>\n<td>NAT (National ID) , PAS (passport) , IQA (Iqama) , CRR (Commercial Register)</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerEmailAddress</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerMobileNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>customerPreviousBalance</td>\n<td>decimal</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerTaxNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Valid vat numeber is 15 digits</td>\n</tr>\n<tr>\n<td>issueDate</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Format: <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td>expireDate</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Format: <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td>serviceName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>additionalNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>buildingNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>districtCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match districts list API endpoint</td>\n</tr>\n<tr>\n<td>cityCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match cities list API endpoint</td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>billItemList</td>\n<td>array of objects</td>\n<td><code>{\"name\": string, \"quantity\": integer, \"unitPrice\":decimal, \"discount\": decimal, \"discountType\": string, // FIXED/PERC\" vat\": string}</code></td>\n<td><em><strong>required</strong></em></td>\n<td><em><strong>all keys in the object are required</strong></em></td>\n</tr>\n<tr>\n<td>splits</td>\n<td>array of objects</td>\n<td>`{  <br />\"beneficiaries\": [  <br />{  <br />\"beneficiaryId\": 37,  <br />\"fixedAmount\": 0,  <br />\"percentAmount\": \"50\"  <br />}  <br />],  <br />\"biller\": {  <br />\"fixedAmount\": 0,  <br />\"percentAmount\": \"50\"  <br />}  <br />}`</td>\n<td><em><strong>required</strong></em></td>\n<td><strong>beneficiaryId</strong> : can be retrived using the api endpoint <strong>List of Beneficiaries</strong>  <br />  <br /><strong>biller</strong> : this part specify the amount sent to the main bank account that is specifed in activityid</td>\n</tr>\n<tr>\n<td>shouldCreateEInvoice</td>\n<td>string</td>\n<td>true or false</td>\n<td>optional</td>\n<td>please make sure that your contract include E-invoice service</td>\n</tr>\n<tr>\n<td>zeroRatedReasonIndex</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required for E-invoice Only</strong></em></td>\n<td>Check the API List of Zero rated Reason for available options</td>\n</tr>\n<tr>\n<td>exemptionReasonIndex</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required for E-invoice Only</strong></em></td>\n<td>Check the API List of Exemption Rated Reasons for available options</td>\n</tr>\n<tr>\n<td>notApplicapleReason</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>customerType</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required for E-invoice Only</strong></em></td>\n<td>Check the API List of Customer Types for available options</td>\n</tr>\n<tr>\n<td>actualDeliveryDate</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required for E-invoice Only</strong></em></td>\n<td>example : 2024-09-25  <br />- Required by ZATCA, it is the date of delivering the actual service</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["simple","upload","multipayout"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"33c75fb3-6082-4283-ad6c-ac00eda155c2","name":"Create Payment","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"billNumber\": \"25964086024dds1\",\n    \"entityActivityId\": 661,\n    \"customerFullName\":\"Mohamed Ahmed\",\n    \"customerIdNumber\": \"2023222934\",\n    \"customerIdType\": \"PAS\",\n    \"customerEmailAddress\":\"info@gopay.sa\",\n    \"customerMobileNumber\": \"505555555\",\n    \"customerPreviousBalance\": 0,\n    \"customerTaxNumber\":\"\",\n    \"issueDate\": \"2021-08-18\",\n    \"expireDate\": \"2024-08-30\",\n    \"serviceName\": \"Fintech Service\",\n    \"buildingNumber\": \"1234\",\n    \"cityCode\": \"12\",\n    \"districtCode\": \"1\",\n    \"streetName\": \"almalik street\",\n    \"postalCode\": \"22230\",\n    \"billItemList\": [\n        {\n        \"name\": \"product #1\",\n        \"quantity\": 1,\n        \"unitPrice\": 100,\n        \"discount\": 0,\n        \"discountType\": \"FIXED\",\n        \"vat\": \"0.15\"\n        }\n    ],\n    \"splits\": {\n        \"beneficiaries\": [\n            {\n            \"beneficiaryId\": 37,\n            \"fixedAmount\": 0,\n            \"percentAmount\": \"50\"\n            }\n        ],\n    \"biller\": {\n        \"fixedAmount\": 0,\n        \"percentAmount\": \"50\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/simple/upload/multipayout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Feb 2024 10:38:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": {\n        \"billNumber\": \"25964086024dds1\",\n        \"sadadNumber\": \"240220015\",\n        \"accountBalance\": null\n    }\n}"}],"_postman_id":"c4fb9e5c-e115-4356-a7e2-30019b624cf6"},{"name":"List of Beneficiaries","id":"3ceeb9ba-8f9b-4ddb-867b-052b3cd4d0f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"url":"{{env}}/beneficiary/findAll","description":"<p>This API allows users to return list for available Beneficiaries</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"parameters\">Parameters:</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["beneficiary","findAll"],"host":["{{env}}"],"query":[{"disabled":true,"key":"status","value":"APPROVED"}],"variable":[]}},"response":[{"id":"11950ab5-2d5a-4968-83a9-72f50a13c67a","name":"List of Beneficiaries","originalRequest":{"method":"GET","header":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"url":{"raw":"{{env}}/beneficiary/findAll","host":["{{env}}"],"path":["beneficiary","findAll"],"query":[{"key":"status","value":"APPROVED","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Aug 2024 09:55:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Request-ID","value":"4769ec622c87cb73464f478df3883355"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": [\n        {\n            \"id\": 205,\n            \"partnerId\": \"112130\",\n            \"nameEn\": \"bb\",\n            \"nameAr\": \"اا\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA7546754674554675445675\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"455454\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1724061107983.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1724061109375.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-19T12:52:24.4873565\",\n            \"projectId\": 40,\n            \"projectNameEn\": \"yy\"\n        },\n        {\n            \"id\": 204,\n            \"partnerId\": \"11220\",\n            \"nameEn\": \"sasa\",\n            \"nameAr\": \"سحمشس\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": \"32rfes32er32\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-19T12:48:23.9715733\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 203,\n            \"partnerId\": \"112128\",\n            \"nameEn\": \"v\",\n            \"nameAr\": \"ف\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA7547547675445674575475\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"5454\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1724060126688.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1724060087228.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-19T12:35:32.4862148\",\n            \"projectId\": 39,\n            \"projectNameEn\": \"fff\"\n        },\n        {\n            \"id\": 202,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"Role\",\n            \"relationship\": \"OTH\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"OTH\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"Test\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"اااا\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-19T11:07:21.4784289\",\n            \"projectId\": 34,\n            \"projectNameEn\": \"New project for balance report\"\n        },\n        {\n            \"id\": 201,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"Role\",\n            \"relationship\": \"OTH\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"OTH\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"Test\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"اااا\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-19T11:00:30.0298643\",\n            \"projectId\": 34,\n            \"projectNameEn\": \"New project for balance report\"\n        },\n        {\n            \"id\": 200,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"Role\",\n            \"relationship\": \"OTH\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"OTH\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"Test\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"اااا\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-19T10:58:49.1109813\",\n            \"projectId\": 38,\n            \"projectNameEn\": \"test\"\n        },\n        {\n            \"id\": 199,\n            \"partnerId\": \"112124\",\n            \"nameEn\": \"Notififications\",\n            \"nameAr\": \"تيستةة\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA4877457487854785475487\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"776\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1724053259059.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1724053263682.png\",\n            \"reference_number\": \"65564\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"nadamuhammed216@gmail.com\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"EMAIL\",\n            \"partnerNotificationType\": \"DETAILED_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": true,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-19T10:42:57.1029101\",\n            \"projectId\": 34,\n            \"projectNameEn\": \"New project for balance report\"\n        },\n        {\n            \"id\": 198,\n            \"partnerId\": \"112123\",\n            \"nameEn\": \"Asset All\",\n            \"nameAr\": \"تيست\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA7474884848949498484848\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"43434343\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1724052391283.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1724052396146.png\",\n            \"reference_number\": \"3434\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://qa.gopay.sa/storage/1724052406216.png\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"nadamuhammed216@gmail.com\",\n            \"partnerLogo\": \"https://qa.gopay.sa/storage/1724052410109.png\",\n            \"partnerStamp\": \"https://qa.gopay.sa/storage/1724052413631.png\",\n            \"city\": \"city\",\n            \"district\": \"dis\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"22\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4423\",\n            \"country\": \"ff\",\n            \"website\": \"https://qa.gopay.sa/wbiller/#/beneficiaries/add-beneficiary\",\n            \"nationalAddressAttachment\": \"https://qa.gopay.sa/storage/1724052498149.png\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"DETAILED_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": true,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-19T10:28:38.3094671\",\n            \"projectId\": 34,\n            \"projectNameEn\": \"New project for balance report\"\n        },\n        {\n            \"id\": 197,\n            \"partnerId\": \"112122\",\n            \"nameEn\": \"Asset Required only\",\n            \"nameAr\": \"للل\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA7489298388888888888888\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"433\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1724052079367.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1724052082475.png\",\n            \"reference_number\": \"3434\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-19T10:23:57.8454909\",\n            \"projectId\": 34,\n            \"projectNameEn\": \"New project for balance report\"\n        },\n        {\n            \"id\": 196,\n            \"partnerId\": \"112121\",\n            \"nameEn\": \"Business all\",\n            \"nameAr\": \"تجربة\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA6437837478347888888888\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"LIC\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"44343\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1724051753113.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1724051756113.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"BUSINESS\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://qa.gopay.sa/storage/1724051761597.png\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"nadamuhammed216@gmail.com\",\n            \"partnerLogo\": \"https://qa.gopay.sa/storage/1724051767551.png\",\n            \"partnerStamp\": \"https://qa.gopay.sa/storage/1724051773605.png\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"33\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"434\",\n            \"country\": \"country\",\n            \"website\": \"https://qa.gopay.sa/wbiller/#/beneficiaries/add-beneficiary\",\n            \"nationalAddressAttachment\": \"https://qa.gopay.sa/storage/1724051898008.png\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": true,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-19T10:18:36.9920358\",\n            \"projectId\": 34,\n            \"projectNameEn\": \"New project for balance report\"\n        },\n        {\n            \"id\": 195,\n            \"partnerId\": \"112120\",\n            \"nameEn\": \"Business required only \",\n            \"nameAr\": \"تيست\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA7474666666666666666666\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"LIC\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"455443\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1724051443782.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1724051447093.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"BUSINESS\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-19T10:10:54.4495081\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 194,\n            \"partnerId\": \"112119\",\n            \"nameEn\": \"Individual all\",\n            \"nameAr\": \"ممم\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA8484848488488488484884\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"0938399\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1724051104385.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1724051107999.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"30\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"20\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://qa.gopay.sa/storage/1724051116010.png\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"nada@mm.com\",\n            \"partnerLogo\": \"https://qa.gopay.sa/storage/1724051119630.png\",\n            \"partnerStamp\": \"https://qa.gopay.sa/storage/1724051123561.png\",\n            \"city\": \"city\",\n            \"district\": \"e\",\n            \"streetName\": \"ee\",\n            \"buildingNumber\": \"33\",\n            \"postalCode\": \"234\",\n            \"additionalNumber\": \"345\",\n            \"country\": \"c\",\n            \"website\": \"https://qa.gopay.sa/wbiller/#/beneficiaries/add-beneficiary\",\n            \"nationalAddressAttachment\": \"https://qa.gopay.sa/storage/1724051160229.png\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": true,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-19T10:07:31.2221991\",\n            \"projectId\": 28,\n            \"projectNameEn\": \"New Project\"\n        },\n        {\n            \"id\": 193,\n            \"partnerId\": \"112118\",\n            \"nameEn\": \"Individual Req only \",\n            \"nameAr\": \"تيست\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA7555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"54544\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1724051036917.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1724051039611.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Retailer\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-19T10:04:07.3059447\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 192,\n            \"partnerId\": \"112116\",\n            \"nameEn\": \"Testing For Karim API Number 2\",\n            \"nameAr\": \"اختبار من\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"MIO\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"a123456\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723993007407.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723993009297.jpg\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"BUSINESS\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T18:00:01.6185144\",\n            \"projectId\": 34,\n            \"projectNameEn\": \"New project for balance report\"\n        },\n        {\n            \"id\": 191,\n            \"partnerId\": \"112116\",\n            \"nameEn\": \"Testing From API's\",\n            \"nameAr\": \"اختبار من\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"MIO\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"a123456\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723993007407.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723993009297.jpg\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"BUSINESS\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T17:59:32.3677716\",\n            \"projectId\": 34,\n            \"projectNameEn\": \"New project for balance report\"\n        },\n        {\n            \"id\": 190,\n            \"partnerId\": \"112115\",\n            \"nameEn\": \"sas\",\n            \"nameAr\": \"سس\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"MIO\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"a123456\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723993007407.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723993009297.jpg\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"BUSINESS\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T17:56:54.8631108\",\n            \"projectId\": 33,\n            \"projectNameEn\": \" للل\"\n        },\n        {\n            \"id\": 189,\n            \"partnerId\": \"112114\",\n            \"nameEn\": \"Sawah\",\n            \"nameAr\": \"سواح اختبار\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723992943340.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723992946629.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T17:55:53.8258025\",\n            \"projectId\": 34,\n            \"projectNameEn\": \"New project for balance report\"\n        },\n        {\n            \"id\": 188,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"\",\n            \"roleBeneficiary\": \"Role\",\n            \"relationship\": \"OTH\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"OTH\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"Test\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"اااا\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T17:06:03.2293902\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 187,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"\",\n            \"roleBeneficiary\": \"Role\",\n            \"relationship\": \"OTH\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"Test\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"اااا\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T17:01:36.305642\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 186,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"\",\n            \"roleBeneficiary\": \"Role\",\n            \"relationship\": \"Test\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"Test\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"اااا\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T16:57:12.6685069\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 185,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"\",\n            \"roleBeneficiary\": \"Role\",\n            \"relationship\": \"\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"Test\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"اااا\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T16:53:53.377219\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 184,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"\",\n            \"roleBeneficiary\": \"Role\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"Test\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"اااا\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T16:52:28.1186236\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 183,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"\",\n            \"roleBeneficiary\": \"\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"Test\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"اااا\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T16:44:11.2895179\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 182,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"Test\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"اااا\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T16:39:59.0665584\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 181,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"Nada\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"Test\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"اااا\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T16:16:00.5478307\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 180,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"Test\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"اااا\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T16:15:01.4974618\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 179,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"اااا\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T16:13:52.7297468\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 178,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"اااا\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T16:12:56.9987511\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 177,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"اااا\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T16:11:46.504382\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 176,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"اااا\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:55:58.3418906\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 175,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"@@@\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:55:43.9199851\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 174,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"test\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:55:37.4439087\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 173,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"االثسقثب\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:53:49.9987728\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 172,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"@#$\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:53:26.1662118\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 171,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:53:10.7000648\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 170,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"@@%\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:52:05.8874729\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 169,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"اىايا\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:51:57.2865715\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 168,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:51:46.3206555\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 167,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:49:00.3736886\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 166,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"800\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:36:14.5955555\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 165,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 500000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:35:29.8214378\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 164,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 1,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:33:19.8087108\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 163,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"123\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:28:15.7275923\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 162,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:23:09.5898274\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 161,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"10020\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:19:48.1147547\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 160,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": null,\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:15:31.3398452\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 159,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": null,\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:10:49.6018048\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 158,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": \"278522\",\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T15:03:42.8435203\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 157,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"@NNN443\",\n            \"activityId\": \"222\",\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T14:59:14.4516354\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 156,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"Nmae \",\n            \"nameAr\": \"\",\n            \"activityId\": \"222\",\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T14:56:19.992062\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 155,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"44\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"222\",\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T14:46:24.1484934\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 154,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"تيست\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"222\",\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T14:46:16.0462697\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 153,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"@@@\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"222\",\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T14:45:48.5037001\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 152,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"222\",\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T14:44:02.7586546\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 151,\n            \"partnerId\": \"300\",\n            \"nameEn\": \"\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"222\",\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T14:39:05.4145873\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 150,\n            \"partnerId\": \"\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"222\",\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T14:31:32.3396494\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 149,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"222\",\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T14:28:11.8330105\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 148,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"222\",\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T14:28:08.2196593\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 147,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"222\",\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T14:27:43.9709354\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 146,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"222\",\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T14:27:41.6222623\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 145,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"222\",\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T14:27:34.4217237\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 144,\n            \"partnerId\": \"11269\",\n            \"nameEn\": \"sda\",\n            \"nameAr\": \"سيش\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"sa1200000000000000000000\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"IQA\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"2177628639\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723980365175.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723980366629.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T14:26:45.0854247\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 143,\n            \"partnerId\": \"9000\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"222\",\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T14:16:10.444853\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 142,\n            \"partnerId\": \"9000\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"222\",\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T14:16:08.6784597\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 141,\n            \"partnerId\": \"11266\",\n            \"nameEn\": \"Test Balance Report\",\n            \"nameAr\": \"اختبار تقرير الرصيد\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a12346\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723977901480.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723977903751.jpg\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Service Provider\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Fees\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T13:45:09.5994474\",\n            \"projectId\": 34,\n            \"projectNameEn\": \"New project for balance report\"\n        },\n        {\n            \"id\": 140,\n            \"partnerId\": \"11264\",\n            \"nameEn\": \"SAWAHUUUUUUUU\",\n            \"nameAr\": \"سيشس\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA6555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723975559431.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723975561719.png\",\n            \"reference_number\": \"165161651\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Fees\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"Giza\",\n            \"district\": \"\",\n            \"streetName\": \"Egypt, Cairo, Giza\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"12511\",\n            \"additionalNumber\": \"\",\n            \"country\": \"Egypt\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T13:06:25.9293833\",\n            \"projectId\": 28,\n            \"projectNameEn\": \"New Project\"\n        },\n        {\n            \"id\": 139,\n            \"partnerId\": \"9000\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"222\",\n            \"bankId\": \"1000\",\n            \"iban\": \"2000\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"type\",\n            \"idTypeOther\": \"other\",\n            \"idNumber\": \"number\",\n            \"idDocumentType\": \"doc type\",\n            \"idDocumentTypeOther\": \"doc other\",\n            \"idDocumentNumber\": \"number\",\n            \"idAttachment\": \"attachment\",\n            \"bankAttachment\": \"bank attachment\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"logo\",\n            \"partnerStamp\": \"stamp\",\n            \"city\": \"city\",\n            \"district\": \"district\",\n            \"streetName\": \"street\",\n            \"buildingNumber\": \"building\",\n            \"postalCode\": \"postal\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"country\",\n            \"website\": \"website\",\n            \"nationalAddressAttachment\": \"attachment \",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T13:05:40.6870515\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 138,\n            \"partnerId\": \"11263\",\n            \"nameEn\": \"SawahTTTTTTTT\",\n            \"nameAr\": \"يسبسي\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a132456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723975526456.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723975528289.jpg\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T13:05:31.2363781\",\n            \"projectId\": 28,\n            \"projectNameEn\": \"New Project\"\n        },\n        {\n            \"id\": 137,\n            \"partnerId\": \"11262\",\n            \"nameEn\": \"SawahTTTTTTTT\",\n            \"nameAr\": \"سواح\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"LIC\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"a123456\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723975492081.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723975495556.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"BUSINESS\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T13:05:00.0059846\",\n            \"projectId\": 28,\n            \"projectNameEn\": \"New Project\"\n        },\n        {\n            \"id\": 136,\n            \"partnerId\": \"11261\",\n            \"nameEn\": \"karim\",\n            \"nameAr\": \"شسيش\",\n            \"activityId\": \"608\",\n            \"bankId\": \"4\",\n            \"iban\": \"sa1200000000000000000000\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"IQA\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"2177628639\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723974976916.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723974978808.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T12:56:30.9319821\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 135,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T12:31:41.6218891\",\n            \"projectId\": 33,\n            \"projectNameEn\": \" للل\"\n        },\n        {\n            \"id\": 134,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": \"5565665\",\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T12:24:25.3222554\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 133,\n            \"partnerId\": \"11258\",\n            \"nameEn\": \"Testing Partner\",\n            \"nameAr\": \"اختبار الشريك\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723972566882.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723972568674.jpg\",\n            \"reference_number\": \"54246454\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"Giza\",\n            \"district\": \"\",\n            \"streetName\": \"Egypt, Cairo, Giza\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"12511\",\n            \"additionalNumber\": \"\",\n            \"country\": \"Egypt\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T12:17:17.9013318\",\n            \"projectId\": 28,\n            \"projectNameEn\": \"New Project\"\n        },\n        {\n            \"id\": 132,\n            \"partnerId\": \"11257\",\n            \"nameEn\": \"s\",\n            \"nameAr\": \"يب\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA6436634663463646736734\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"343443\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723971793780.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723971797081.png\",\n            \"reference_number\": \"123456\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Distributer\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T12:04:00.3504119\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 131,\n            \"partnerId\": \"11256\",\n            \"nameEn\": \"dd\",\n            \"nameAr\": \"يي\",\n            \"activityId\": \"609\",\n            \"bankId\": \"5\",\n            \"iban\": \"SA4366436636463637734763\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"454\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723971612691.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723971623363.png\",\n            \"reference_number\": \"123456\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Retailer\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Fees\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T12:02:35.3270801\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 130,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"BUSINESS\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhamml.com\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:56:25.1870468\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 129,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"BUSINESS\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhammed216@gmail.com\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:56:10.435244\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 128,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"BUSINESS\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhammed216@gmail.com\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:52:33.0624513\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 127,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"BUSINESS\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhammed216@gmail.com\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:50:08.2695992\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 126,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nadamuhammed216@gmail.com\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:47:03.1972355\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 125,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nada\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:43:14.206448\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 124,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Other\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nada\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:42:54.5063767\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 123,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"OTHER\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nada\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:42:25.0489248\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 122,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nada\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:41:54.2358699\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 121,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"trgrt\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nada\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:41:36.1284468\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 120,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"g\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nada\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:38:47.5402658\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 119,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"\",\n            \"roleBeneficiary\": \"trgrt\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nada\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:37:05.4245658\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 118,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"\",\n            \"roleBeneficiary\": \"\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nada\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:36:20.0042169\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 117,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nada\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:33:17.705272\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 116,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"GFVVG\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nada\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:32:49.6964109\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 115,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"BUSINESS\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nada\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:32:10.6084349\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 114,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"BUSSINESS\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nada\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:27:05.927031\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 113,\n            \"partnerId\": \"90\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nada\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:23:54.2015465\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 112,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"50\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nada\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:23:28.7889934\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 111,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nada\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"v\",\n            \"district\": \"v\",\n            \"streetName\": \"v\",\n            \"buildingNumber\": \"11\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"4321\",\n            \"country\": \"v\",\n            \"website\": \"v\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:22:29.8720655\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 110,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"700\",\n            \"partnerEmailAddress\": \"nada\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"dscds\",\n            \"postalCode\": \"ffff\",\n            \"additionalNumber\": \"frer\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:20:33.2063664\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 109,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"69808\",\n            \"bankId\": \"1000\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"dscds\",\n            \"postalCode\": \"ffff\",\n            \"additionalNumber\": \"frer\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:20:01.6263047\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 108,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"dscds\",\n            \"postalCode\": \"ffff\",\n            \"additionalNumber\": \"frer\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:13:31.5627302\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 107,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"dscds\",\n            \"postalCode\": \"ffff\",\n            \"additionalNumber\": \"frer\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:09:40.2887032\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 106,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"dscds\",\n            \"postalCode\": \"ffff\",\n            \"additionalNumber\": \"frer\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:09:24.4451098\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 105,\n            \"partnerId\": \"11229\",\n            \"nameEn\": \"Test\",\n            \"nameAr\": \"تست\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723968295004.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723968296909.png\",\n            \"reference_number\": \"5056156165\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"Giza\",\n            \"district\": \"\",\n            \"streetName\": \"Egypt, Cairo, Giza\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"12511\",\n            \"additionalNumber\": \"\",\n            \"country\": \"Egypt\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:05:33.9655534\",\n            \"projectId\": 5,\n            \"projectNameEn\": \"El Narges Project\"\n        },\n        {\n            \"id\": 104,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"dscds\",\n            \"postalCode\": \"ffff\",\n            \"additionalNumber\": \"frer\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:05:07.4841965\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 103,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"ffv\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T11:01:45.6007906\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 102,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T10:47:58.7403219\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 101,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"745764556\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T10:44:33.494681\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 100,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 900000,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T10:37:26.4108279\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 99,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"4576754\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T10:36:06.3939609\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 98,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T10:35:04.5884307\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 97,\n            \"partnerId\": \"200\",\n            \"nameEn\": \"Eng\",\n            \"nameAr\": \"Arabic\",\n            \"activityId\": \"608\",\n            \"bankId\": null,\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T10:30:23.6690385\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 96,\n            \"partnerId\": \"\",\n            \"nameEn\": \"يثبي\",\n            \"nameAr\": \"\",\n            \"activityId\": \"fff\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": \"32rfes32er32\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T10:28:01.9463631\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 95,\n            \"partnerId\": \"\",\n            \"nameEn\": \"يثبي\",\n            \"nameAr\": \"\",\n            \"activityId\": null,\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": \"32rfes32er32\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T10:26:13.5615733\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 94,\n            \"partnerId\": \"\",\n            \"nameEn\": \"يثبي\",\n            \"nameAr\": \"\",\n            \"activityId\": \"7000\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": \"32rfes32er32\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T10:24:01.6614128\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 93,\n            \"partnerId\": \"\",\n            \"nameEn\": \"يثبي\",\n            \"nameAr\": \"\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": \"32rfes32er32\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T10:22:29.8468637\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 92,\n            \"partnerId\": \"\",\n            \"nameEn\": \"يثبي\",\n            \"nameAr\": \"سحمشس\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": \"32rfes32er32\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T10:19:49.0793678\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 91,\n            \"partnerId\": \"\",\n            \"nameEn\": \"\",\n            \"nameAr\": \"سحمشس\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": \"32rfes32er32\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T10:17:43.3043958\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 90,\n            \"partnerId\": \"\",\n            \"nameEn\": \"sasa\",\n            \"nameAr\": \"سحمشس\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": \"32rfes32er32\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T10:16:50.6937062\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 89,\n            \"partnerId\": \"11220\",\n            \"nameEn\": \"sasa\",\n            \"nameAr\": \"سحمشس\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": \"32rfes32er32\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T09:47:14.3675955\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 88,\n            \"partnerId\": \"11220\",\n            \"nameEn\": \"sasa\",\n            \"nameAr\": \"سحمشس\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": \"32rfes32er32\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-18T09:45:45.2254046\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 86,\n            \"partnerId\": \"11212\",\n            \"nameEn\": \"karim\",\n            \"nameAr\": \"سيشسيش\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"sa1200000000000000000000\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"IQA\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"2177628639\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723723638064.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723723641011.png\",\n            \"reference_number\": \"2177628639\",\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"حوطة بني تميم\",\n            \"district\": \"\",\n            \"streetName\": \"32 kheder street - hadayek helwan\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"11433\",\n            \"additionalNumber\": \"\",\n            \"country\": \"Egypt\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-15T15:07:55.6320399\",\n            \"projectId\": 4,\n            \"projectNameEn\": \"El Zohor Project\"\n        },\n        {\n            \"id\": 85,\n            \"partnerId\": \"11211\",\n            \"nameEn\": \"karim\",\n            \"nameAr\": \"شميش\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA1200000000000000000000\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"2177628639\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723637521107.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723637523347.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"حوطة بني تميم\",\n            \"district\": \"\",\n            \"streetName\": \"32 kheder street - hadayek helwan\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"11433\",\n            \"additionalNumber\": \"\",\n            \"country\": \"Egypt\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-14T15:13:30.4035654\",\n            \"projectId\": 15,\n            \"projectNameEn\": \"Test\"\n        },\n        {\n            \"id\": 84,\n            \"partnerId\": \"11210\",\n            \"nameEn\": \"karim\",\n            \"nameAr\": \"كريم\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA1200000000000000000000\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"NAT\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"2177628639\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723637032981.jpg\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723637025196.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"ASSET\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://qa.gopay.sa/storage/1723637182346.png\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"https://qa.gopay.sa/storage/1723637345180.png\",\n            \"partnerStamp\": \"\",\n            \"city\": \"حوطة بني تميم\",\n            \"district\": \"\",\n            \"streetName\": \"32 kheder street - hadayek helwan\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"11433\",\n            \"additionalNumber\": \"\",\n            \"country\": \"Egypt\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-14T15:09:17.8098691\",\n            \"projectId\": 15,\n            \"projectNameEn\": \"Test\"\n        },\n        {\n            \"id\": 79,\n            \"partnerId\": \"1129\",\n            \"nameEn\": \"t\",\n            \"nameAr\": \"ف\",\n            \"activityId\": \"608\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA5666666666666666666666\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"5454445545\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723547472287.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723547475060.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-13T14:11:23.035646\",\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 78,\n            \"partnerId\": \"1128\",\n            \"nameEn\": \"trg\",\n            \"nameAr\": \"فقل\",\n            \"activityId\": \"609\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA7657455467546546756764\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"565656\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723547075638.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723547077474.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-13T14:04:43.3004104\",\n            \"projectId\": 9,\n            \"projectNameEn\": \"قفل\"\n        },\n        {\n            \"id\": 77,\n            \"partnerId\": \"1127\",\n            \"nameEn\": \"bb\",\n            \"nameAr\": \"لل\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5675654656567546756754\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"LIC\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"5455445\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723546747979.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723546753099.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"BUSINESS\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-13T14:00:40.9425703\",\n            \"projectId\": 7,\n            \"projectNameEn\": \"El Fardos 2 Project \"\n        },\n        {\n            \"id\": 76,\n            \"partnerId\": \"1126\",\n            \"nameEn\": \"Gopay\",\n            \"nameAr\": \"جو\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA4567465465665467546746\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"455445\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723546313116.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723546316634.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-13T13:55:09.6886036\",\n            \"projectId\": 11,\n            \"projectNameEn\": \"55\"\n        },\n        {\n            \"id\": 73,\n            \"partnerId\": \"1125\",\n            \"nameEn\": \"g\",\n            \"nameAr\": \"قفب\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA7474564564564565464645\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"A5544343\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723458774692.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723458777444.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"REJECTED\",\n            \"rejectionReason\": \"قق\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-12T13:33:15.1655006\",\n            \"projectId\": 7,\n            \"projectNameEn\": \"El Fardos 2 Project \"\n        },\n        {\n            \"id\": 72,\n            \"partnerId\": \"1124\",\n            \"nameEn\": \"Karim\",\n            \"nameAr\": \"كريم\",\n            \"activityId\": \"608\",\n            \"bankId\": \"5\",\n            \"iban\": \"SA1200000000000000000000\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"CRR\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"2177628639\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1723408319369.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1723408322325.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"597271482\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-08-11T23:32:13.7878114\",\n            \"projectId\": 5,\n            \"projectNameEn\": \"El Narges Project\"\n        },\n        {\n            \"id\": 70,\n            \"partnerId\": \"1123\",\n            \"nameEn\": \"Nada\",\n            \"nameAr\": \"ندى\",\n            \"activityId\": \"608\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA5555566666666666222222\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"655656\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1722414405059.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1722414408797.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"100\",\n            \"isFixedAllowed\": false,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-07-31T11:26:55.5547039\",\n            \"projectId\": 1,\n            \"projectNameEn\": \"El Fardos Project\"\n        },\n        {\n            \"id\": 63,\n            \"partnerId\": \"1122\",\n            \"nameEn\": \"Hassan Sayed\",\n            \"nameAr\": \"حسن سيد\",\n            \"activityId\": \"609\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a12346\",\n            \"idDocumentType\": \"LIC\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1711554876585.jpeg\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1711554879664.jpeg\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"597271482\",\n            \"partnerEmailAddress\": \"Sawah810@gmail.com\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"Giza\",\n            \"district\": \"\",\n            \"streetName\": \"mohamedsawah\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"12511\",\n            \"additionalNumber\": \"\",\n            \"country\": \"Egypt\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"DETAILED_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-03-27T18:55:23.73181\",\n            \"projectId\": 2,\n            \"projectNameEn\": \"EL Nagar Project\"\n        },\n        {\n            \"id\": 62,\n            \"partnerId\": \"1121\",\n            \"nameEn\": \"Test\",\n            \"nameAr\": \"تست\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA0000000000000000000000\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"1111111111\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://qa.gopay.sa/storage/1711360660184.png\",\n            \"bankAttachment\": \"https://qa.gopay.sa/storage/1711360661809.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Retailer\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://qa.gopay.sa/storage/1711360663599.png\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"EMAIL\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": \"2024-03-25T12:58:06.072229\",\n            \"projectId\": 7,\n            \"projectNameEn\": \"El Fardos 2 Project \"\n        },\n        {\n            \"id\": 59,\n            \"partnerId\": \"PID10000053\",\n            \"nameEn\": \"tttt\",\n            \"nameAr\": \"سيبل\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA0000000000000000000000\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"1111111111\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1704950314092.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1704950316396.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Retailer\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": 7,\n            \"projectNameEn\": \"El Fardos 2 Project \"\n        },\n        {\n            \"id\": 58,\n            \"partnerId\": \"PID10000052\",\n            \"nameEn\": \"Omar Ahmed\",\n            \"nameAr\": \"عمر أحمد\",\n            \"activityId\": \"609\",\n            \"bankId\": \"6\",\n            \"iban\": \"SA1111111111111111111111\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"IQA\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"2138130600\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1704730418448.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1704730430100.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1704730436547.png\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"599447427\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 57,\n            \"partnerId\": \"PID10000051\",\n            \"nameEn\": \"Karim\",\n            \"nameAr\": \"كريم\",\n            \"activityId\": \"608\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"SA55555555\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1704370545474.jpeg\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1704370547038.jpeg\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": 4,\n            \"projectNameEn\": \"El Zohor Project\"\n        },\n        {\n            \"id\": 56,\n            \"partnerId\": \"PID10000050\",\n            \"nameEn\": \"SA\",\n            \"nameAr\": \"سي\",\n            \"activityId\": \"609\",\n            \"bankId\": \"3\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1704367904175.jpeg\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1704367910602.jpg\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": 5,\n            \"projectNameEn\": \"El Narges Project\"\n        },\n        {\n            \"id\": 55,\n            \"partnerId\": \"PID10000049\",\n            \"nameEn\": \"Karim\",\n            \"nameAr\": \"كريم\",\n            \"activityId\": \"608\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"13456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1704367850845.jpeg\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1704367853216.jpeg\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 54,\n            \"partnerId\": \"PID10000048\",\n            \"nameEn\": \"Omar Ahmed\",\n            \"nameAr\": \"عمر احمد\",\n            \"activityId\": \"609\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA5555555555555555555555\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1704367565390.jpeg\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1704367567569.jpeg\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 51,\n            \"partnerId\": \"PID10000045\",\n            \"nameEn\": \"Nada two\",\n            \"nameAr\": \"ندي اتنين\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA6364566466666666666666\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"4657436464\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703774942637.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703774945092.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"df222fc34a@emailaoa.pro\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"EMAIL\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 50,\n            \"partnerId\": \"PID10000044\",\n            \"nameEn\": \"Nada One \",\n            \"nameAr\": \"ندي واحد\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA6646534777777777777777\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"7467465764\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703774888382.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703774892138.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 49,\n            \"partnerId\": \"PID10000043\",\n            \"nameEn\": \"Nada two\",\n            \"nameAr\": \"ندى اتنين\",\n            \"activityId\": \"608\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA7346745647365764577464\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"7475645657\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703774441553.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703774444129.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 48,\n            \"partnerId\": \"PID10000042\",\n            \"nameEn\": \"Nada one\",\n            \"nameAr\": \"ندي واحد\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA8478574676446354635464\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"4575674656\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703774385338.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703774388809.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 47,\n            \"partnerId\": \"PID10000041\",\n            \"nameEn\": \"Nada two\",\n            \"nameAr\": \"ندي اتنين\",\n            \"activityId\": \"608\",\n            \"bankId\": \"5\",\n            \"iban\": \"SA7777777777777777777777\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"7467646745\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703773384254.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703773388577.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": 10,\n            \"projectNameEn\": \"تيست\"\n        },\n        {\n            \"id\": 46,\n            \"partnerId\": \"PID10000040\",\n            \"nameEn\": \"Nada Muhammed\",\n            \"nameAr\": \"ندي محمد\",\n            \"activityId\": \"608\",\n            \"bankId\": \"5\",\n            \"iban\": \"SA6345354635646666666666\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"7374634643\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703773340289.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703773341812.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 45,\n            \"partnerId\": \"PID10000039\",\n            \"nameEn\": \"Partner two\",\n            \"nameAr\": \"شريك اتنين\",\n            \"activityId\": \"609\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA7364736476376347566734\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"5465446446\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703680601754.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703680603531.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"10\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"10\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Broker\",\n            \"otherRelationshipType\": \"Test Type\",\n            \"reasonForSplitTransfer\": \"OTH\",\n            \"otherReasonForTransfer\": \"Test reason\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703680605734.png\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"43e0a6b54a@emailaoa.pro\",\n            \"partnerLogo\": \"https://ftptest.e-faa.com.sa/storage/1703680608447.png\",\n            \"partnerStamp\": \"https://ftptest.e-faa.com.sa/storage/1703680041180.png\",\n            \"city\": \"City\",\n            \"district\": \"District\",\n            \"streetName\": \"Street Name\",\n            \"buildingNumber\": \"23\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"233\",\n            \"country\": \"33\",\n            \"website\": \"https://qa.e-faa.com.sa/wbiller/#/beneficiaries/add-beneficiary\",\n            \"nationalAddressAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703680641704.png\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 44,\n            \"partnerId\": \"PID10000038\",\n            \"nameEn\": \"parter one \",\n            \"nameAr\": \"شريك واحد\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5467466757436467373643\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"6547645643\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703679953469.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703679955242.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"REJECTED\",\n            \"rejectionReason\": \"test <br> test 2\",\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"936120dd53@emailaoa.pro\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 43,\n            \"partnerId\": \"PID10000037\",\n            \"nameEn\": \"DDD\",\n            \"nameAr\": \"ببب\",\n            \"activityId\": \"608\",\n            \"bankId\": \"3\",\n            \"iban\": \"SA7363266534663536565463\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"4373364565\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703589108501.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703589110341.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 42,\n            \"partnerId\": \"PID10000036\",\n            \"nameEn\": \"qqqqq\",\n            \"nameAr\": \"بقيسي\",\n            \"activityId\": \"608\",\n            \"bankId\": \"5\",\n            \"iban\": \"SA7637673647643643736476\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"3984838437\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703589023463.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703589028385.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 41,\n            \"partnerId\": \"PID10000035\",\n            \"nameEn\": \"Osama\",\n            \"nameAr\": \"أسامة\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA7637267463783463674365\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"5464556465\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703495599042.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703495603221.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"15\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 40,\n            \"partnerId\": \"PID10000034\",\n            \"nameEn\": \"tt\",\n            \"nameAr\": \"تت\",\n            \"activityId\": \"608\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA7475634346643784737347\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"4587345734\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703409524306.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703409526068.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"PENDING\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 39,\n            \"partnerId\": \"PID10000033\",\n            \"nameEn\": \"TEST \",\n            \"nameAr\": \"اختبار شريك جديد \",\n            \"activityId\": \"608\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA1222225525252555555556\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a323232323\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703405666867.pdf\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703405673660.pdf\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"bbnn_gg@yahoo.com\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"3232\",\n            \"district\": \"323\",\n            \"streetName\": \"2323\",\n            \"buildingNumber\": \"2323\",\n            \"postalCode\": \"32322\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 38,\n            \"partnerId\": \"PID10000032\",\n            \"nameEn\": \"IFS\",\n            \"nameAr\": \"الحلول الشاملة\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA1222222222222222222256\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"MCI\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"100000000000000\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703330849042.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703330852576.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"BUSINESS\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Distributer\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Fees\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703330855423.png\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"507108071\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 37,\n            \"partnerId\": \"PID10000031\",\n            \"nameEn\": \"Abdulaziz\",\n            \"nameAr\": \"عبدالعزيز\",\n            \"activityId\": \"608\",\n            \"bankId\": \"20\",\n            \"iban\": \"SA1222222222222222222222\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"NAT\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"1103088892\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703330721595.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703330731815.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703330735081.png\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"537728356\",\n            \"partnerEmailAddress\": \"aalhowayshil@ifs.sa\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"DETAILED_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": true,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 36,\n            \"partnerId\": \"PID10000030\",\n            \"nameEn\": \"Nada two\",\n            \"nameAr\": \"ندي اتنين\",\n            \"activityId\": \"608\",\n            \"bankId\": \"4\",\n            \"iban\": \"SA4364387736327623747643\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"4785736436\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703059600883.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703059604028.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"10\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"20\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 35,\n            \"partnerId\": \"PID10000029\",\n            \"nameEn\": \"Test Nada\",\n            \"nameAr\": \"ندي تيست\",\n            \"activityId\": \"609\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA2872382382823823828389\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"3883637623\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703059492343.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703059494894.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"20\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"30\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Fees\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1703059498408.png\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 34,\n            \"partnerId\": \"PID10000028\",\n            \"nameEn\": \"LLL\",\n            \"nameAr\": \"للل\",\n            \"activityId\": \"608\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA9438485787346746347673\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"4857834774\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1702908293050.jpg\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1702908297502.jpg\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"REJECTED\",\n            \"rejectionReason\": \"TESTTT <br> REJECT <br> TEST 2 <br> RFMFRCNJDNVJNMDFKJKRDMCFKMJRNMFCJERHDCBSHNDCJDNCFJDRLFCDFRJJJNRFR\",\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 33,\n            \"partnerId\": \"PID10000027\",\n            \"nameEn\": \"Murad\",\n            \"nameAr\": \"مراد\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA2382388278247827827478\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"MCI\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"455555555555555\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1702367126681.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1702367129173.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"BUSINESS\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Retailer\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"85b5b77368@emailaoa.pro\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"EMAIL\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 32,\n            \"partnerId\": \"PID10000026\",\n            \"nameEn\": \"Khaled\",\n            \"nameAr\": \"خالد\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA4366346535353535353644\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"3444455544\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1702366990798.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1702366993637.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"3f887d20f0@emailforyou.info\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"DETAILED_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 31,\n            \"partnerId\": \"PID10000025\",\n            \"nameEn\": \"New partner\",\n            \"nameAr\": \"شريك جديد\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA7473473478378347433454\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"3847747547\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1702314143583.jpg\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1702288492262.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"m.gohary128@gmail.com\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"DETAILED_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 30,\n            \"partnerId\": \"PID10000024\",\n            \"nameEn\": \"Bassant\",\n            \"nameAr\": \"بسنت\",\n            \"activityId\": \"608\",\n            \"bankId\": \"4\",\n            \"iban\": \"SA0000000000000000000000\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"5495958958\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1702222012203.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1702222014025.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 29,\n            \"partnerId\": \"PID10000023\",\n            \"nameEn\": \"Laila New\",\n            \"nameAr\": \"ليلى\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"sa2333333333333333333333\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a233333333\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1702207190755.pdf\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1702207191130.pdf\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1702207190630.pdf\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"566666666\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"Test\",\n            \"district\": \"testes\",\n            \"streetName\": \"tested\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 28,\n            \"partnerId\": \"PID10000022\",\n            \"nameEn\": \"Nada Muhammed\",\n            \"nameAr\": \"ندى محمد\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA0000000000000000000000\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"12345\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701937911012.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701937912393.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701937915504.png\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": null,\n            \"partnerStamp\": \"\",\n            \"city\": \"City\",\n            \"district\": \"District\",\n            \"streetName\": \"Street name\",\n            \"buildingNumber\": \"12\",\n            \"postalCode\": \"123\",\n            \"additionalNumber\": \"12\",\n            \"country\": \"Country\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": false,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": false,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 27,\n            \"partnerId\": \"PID10000021\",\n            \"nameEn\": \"Nada Muhammed\",\n            \"nameAr\": \"ندى\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA4555355365366436346346\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"1111111111\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701864905837.jpg\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701863437002.jpg\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"25\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"10\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701863440319.jpg\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"dee17c1283@emailforyou.info\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"test\",\n            \"district\": \"test\",\n            \"streetName\": \"test\",\n            \"buildingNumber\": \"123\",\n            \"postalCode\": \"111\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"EMAIL\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": true,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 26,\n            \"partnerId\": \"PID10000020\",\n            \"nameEn\": \"Maher two\",\n            \"nameAr\": \"ماهرر\",\n            \"activityId\": \"608\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA3747367232763636366464\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"2333333332\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701857202414.jpg\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701857203775.jpg\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701857207452.jpg\",\n            \"beneficiaryStatus\": \"REJECTED\",\n            \"rejectionReason\": \"11 <br> 22\",\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"543fb96e36@emailforyou.info\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"EMAIL\",\n            \"partnerNotificationType\": \"DETAILED_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 25,\n            \"partnerId\": \"PID10000019\",\n            \"nameEn\": \"Maher\",\n            \"nameAr\": \"ماهر\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA5875765745747645675776\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"3464636463\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701855704519.jpg\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701855770155.jpg\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701855517736.png\",\n            \"beneficiaryStatus\": \"APPROVED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"500099999\",\n            \"partnerEmailAddress\": \"a69d03401b@emailforyou.info\",\n            \"partnerLogo\": \"https://ftptest.e-faa.com.sa/storage/1701855588132.png\",\n            \"partnerStamp\": \"https://ftptest.e-faa.com.sa/storage/1701856048411.jpg\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701855377693.png\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"EMAIL\",\n            \"partnerNotificationType\": \"DETAILED_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 24,\n            \"partnerId\": \"PID10000018\",\n            \"nameEn\": \"Notify again\",\n            \"nameAr\": \"اخطار تانى\",\n            \"activityId\": \"608\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA2121211111111111111111\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a122222222\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701780001519.pdf\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701780381364.jpg\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701780004705.pdf\",\n            \"beneficiaryStatus\": \"REJECTED\",\n            \"rejectionReason\": \"test 1 <br> test 2 <br> test 3\",\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"9c5399f4ed@emailforyou.info\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": true,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": 1,\n            \"projectNameEn\": \"El Fardos Project\"\n        },\n        {\n            \"id\": 23,\n            \"partnerId\": \"PID10000017\",\n            \"nameEn\": \"TTTTT\",\n            \"nameAr\": \"تتتتتت\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA6565656656565656565656\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"8888888888\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701779060890.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701780693573.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701779067109.png\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"864dc114d8@emailforyou.info\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"EMAIL\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": true,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 22,\n            \"partnerId\": \"PID10000016\",\n            \"nameEn\": \"Test Notify\",\n            \"nameAr\": \"اخطار\",\n            \"activityId\": \"608\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA1111111111111111111111\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a323333333\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701778491677.pdf\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701778498183.pdf\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701778497304.pdf\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"d2749a5276@emailforyou.info\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": true,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": 1,\n            \"projectNameEn\": \"El Fardos Project\"\n        },\n        {\n            \"id\": 21,\n            \"partnerId\": \"PID10000016\",\n            \"nameEn\": \"KHALED\",\n            \"nameAr\": \"نيةني\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA4885745745745745545556\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"4858475457\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701778431349.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701778434094.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701778437782.png\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"77d51e66e3@emailforyou.info\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"EMAIL\",\n            \"partnerNotificationType\": \"DETAILED_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": true,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": 1,\n            \"projectNameEn\": \"El Fardos Project\"\n        },\n        {\n            \"id\": 20,\n            \"partnerId\": \"PID10000015\",\n            \"nameEn\": \"Mohamed\",\n            \"nameAr\": \"محمد\",\n            \"activityId\": \"608\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA3223333333333333333333\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"a223232323\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701777861856.pdf\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701777865225.pdf\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Broker\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701777867496.pdf\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"500000000\",\n            \"partnerEmailAddress\": \"m.gohary128@gmail.com\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"BOTH\",\n            \"partnerNotificationType\": \"DETAILED_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": false,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 19,\n            \"partnerId\": \"PID10000014\",\n            \"nameEn\": \"nada\",\n            \"nameAr\": \"تيست\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA8475436574664754765467\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"132323223\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701777749632.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701777750195.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701777751853.png\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"e8f7b95946@emailforyou.info\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"EMAIL\",\n            \"partnerNotificationType\": \"DETAILED_NOTIFICATION\",\n            \"paymentNotification\": true,\n            \"paymentRequestNotification\": true,\n            \"transferNotification\": false,\n            \"documentNotification\": false,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 18,\n            \"partnerId\": \"PID10000013\",\n            \"nameEn\": \"Partner Test\",\n            \"nameAr\": \"بارتنر\",\n            \"activityId\": \"608\",\n            \"bankId\": \"3\",\n            \"iban\": \"SA7547475477777383838384\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"2784723723\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701763034204.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701763034785.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701763038040.png\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"3ffa32c2e8@emailforyou.info\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": true,\n            \"notificationMethod\": \"EMAIL\",\n            \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n            \"paymentNotification\": null,\n            \"paymentRequestNotification\": null,\n            \"transferNotification\": null,\n            \"documentNotification\": null,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": 1,\n            \"projectNameEn\": \"El Fardos Project\"\n        },\n        {\n            \"id\": 17,\n            \"partnerId\": \"PID10000012\",\n            \"nameEn\": \"Mariem\",\n            \"nameAr\": \"مريم\",\n            \"activityId\": \"608\",\n            \"bankId\": \"4\",\n            \"iban\": \"SA6663637732823882828288\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"MCI\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"222222222222222\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701600044551.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701600047584.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"BUSINESS\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701600071590.png\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": null,\n            \"notificationMethod\": null,\n            \"partnerNotificationType\": null,\n            \"paymentNotification\": null,\n            \"paymentRequestNotification\": null,\n            \"transferNotification\": null,\n            \"documentNotification\": null,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": 25,\n            \"projectNameEn\": \"aa\"\n        },\n        {\n            \"id\": 16,\n            \"partnerId\": \"PID10000011\",\n            \"nameEn\": \"Test user\",\n            \"nameAr\": \"تيست\",\n            \"activityId\": \"608\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA4444444444444444444444\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"1111111111\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701357140853.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701357141469.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701357144647.png\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": null,\n            \"notificationMethod\": null,\n            \"partnerNotificationType\": null,\n            \"paymentNotification\": null,\n            \"paymentRequestNotification\": null,\n            \"transferNotification\": null,\n            \"documentNotification\": null,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 15,\n            \"partnerId\": \"PID10000010\",\n            \"nameEn\": \"Test\",\n            \"nameAr\": \"تيست\",\n            \"activityId\": \"609\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA1123333333333333333333\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"2222222222\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701354706464.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701354707820.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"50\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701354711364.png\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": null,\n            \"notificationMethod\": null,\n            \"partnerNotificationType\": null,\n            \"paymentNotification\": null,\n            \"paymentRequestNotification\": null,\n            \"transferNotification\": null,\n            \"documentNotification\": null,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 14,\n            \"partnerId\": \"PID10000009\",\n            \"nameEn\": \"Ahmed\",\n            \"nameAr\": \"أحمد\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA7347737777777777777777\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"2136252662\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701345999884.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701346001711.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Cost Of Item Selling\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701346004713.png\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": null,\n            \"notificationMethod\": null,\n            \"partnerNotificationType\": null,\n            \"paymentNotification\": null,\n            \"paymentRequestNotification\": null,\n            \"transferNotification\": null,\n            \"documentNotification\": null,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 13,\n            \"partnerId\": \"PID10000008\",\n            \"nameEn\": \"Nada Muhammed\",\n            \"nameAr\": \"ندى محمد\",\n            \"activityId\": \"609\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA4736476457634654764647\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"1261544512\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701335731225.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701335733893.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701335737840.png\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": null,\n            \"notificationMethod\": null,\n            \"partnerNotificationType\": null,\n            \"paymentNotification\": null,\n            \"paymentRequestNotification\": null,\n            \"transferNotification\": null,\n            \"documentNotification\": null,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": 8,\n            \"projectNameEn\": \"Test\"\n        },\n        {\n            \"id\": 11,\n            \"partnerId\": \"PID10000006\",\n            \"nameEn\": \"Ttest\",\n            \"nameAr\": \"تتجربة\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA0000000000000000000000\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"NAT\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"2177628639\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701334636728.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701334638383.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Distributer\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701334640217.png\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": \"\",\n            \"partnerMobileNumber\": \"564387743\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": null,\n            \"notificationMethod\": null,\n            \"partnerNotificationType\": null,\n            \"paymentNotification\": null,\n            \"paymentRequestNotification\": null,\n            \"transferNotification\": null,\n            \"documentNotification\": null,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 10,\n            \"partnerId\": \"PID10000005\",\n            \"nameEn\": \"Test\",\n            \"nameAr\": \"تجربة\",\n            \"activityId\": \"608\",\n            \"bankId\": \"1\",\n            \"iban\": \"SA0000000000000000000000\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"\",\n            \"idDocumentType\": \"MCI\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"87657890-0987\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701334565780.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701334567795.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": true,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": true,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"BUSINESS\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Broker\",\n            \"otherRelationshipType\": \"\",\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": \"\",\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1701334570481.png\",\n            \"beneficiaryStatus\": \"REJECTED\",\n            \"rejectionReason\": \"Test\",\n            \"partnerMobileNumber\": \"564387743\",\n            \"partnerEmailAddress\": \"\",\n            \"partnerLogo\": \"\",\n            \"partnerStamp\": \"\",\n            \"city\": \"\",\n            \"district\": \"\",\n            \"streetName\": \"\",\n            \"buildingNumber\": \"\",\n            \"postalCode\": \"\",\n            \"additionalNumber\": \"\",\n            \"country\": \"\",\n            \"website\": \"\",\n            \"nationalAddressAttachment\": \"\",\n            \"isNotificationAllowed\": null,\n            \"notificationMethod\": null,\n            \"partnerNotificationType\": null,\n            \"paymentNotification\": null,\n            \"paymentRequestNotification\": null,\n            \"transferNotification\": null,\n            \"documentNotification\": null,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": 19,\n            \"projectNameEn\": \" \"\n        },\n        {\n            \"id\": 9,\n            \"partnerId\": \"PID10000004\",\n            \"nameEn\": \"qwer\",\n            \"nameAr\": \"qwer\",\n            \"activityId\": \"\",\n            \"bankId\": \"\",\n            \"iban\": \"SA0000000000000000000000\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"12345567\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"\",\n            \"bankAttachment\": \"\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"\",\n            \"isFixedAllowed\": false,\n            \"fixedAmount\": \"\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"\",\n            \"otherRelationshipType\": null,\n            \"reasonForSplitTransfer\": \"\",\n            \"otherReasonForTransfer\": null,\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": null,\n            \"partnerEmailAddress\": null,\n            \"partnerLogo\": null,\n            \"partnerStamp\": null,\n            \"city\": null,\n            \"district\": null,\n            \"streetName\": null,\n            \"buildingNumber\": null,\n            \"postalCode\": null,\n            \"additionalNumber\": null,\n            \"country\": null,\n            \"website\": null,\n            \"nationalAddressAttachment\": null,\n            \"isNotificationAllowed\": null,\n            \"notificationMethod\": null,\n            \"partnerNotificationType\": null,\n            \"paymentNotification\": null,\n            \"paymentRequestNotification\": null,\n            \"transferNotification\": null,\n            \"documentNotification\": null,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        },\n        {\n            \"id\": 8,\n            \"partnerId\": \"PID10000003\",\n            \"nameEn\": \"Mawiya\",\n            \"nameAr\": \"ماوية\",\n            \"activityId\": \"609\",\n            \"bankId\": \"3\",\n            \"iban\": \"SA0000000000000000000000\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"123456\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1691500886214.png\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1691500883604.png\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"1\",\n            \"isFixedAllowed\": false,\n            \"fixedAmount\": \"12\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"NORMAL\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": null,\n            \"reasonForSplitTransfer\": \"\",\n            \"otherReasonForTransfer\": null,\n            \"contractAttachment\": \"\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": null,\n            \"partnerEmailAddress\": null,\n            \"partnerLogo\": null,\n            \"partnerStamp\": null,\n            \"city\": null,\n            \"district\": null,\n            \"streetName\": null,\n            \"buildingNumber\": null,\n            \"postalCode\": null,\n            \"additionalNumber\": null,\n            \"country\": null,\n            \"website\": null,\n            \"nationalAddressAttachment\": null,\n            \"isNotificationAllowed\": null,\n            \"notificationMethod\": null,\n            \"partnerNotificationType\": null,\n            \"paymentNotification\": null,\n            \"paymentRequestNotification\": null,\n            \"transferNotification\": null,\n            \"documentNotification\": null,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": 8,\n            \"projectNameEn\": \"Test\"\n        },\n        {\n            \"id\": 7,\n            \"partnerId\": \"PID10000002\",\n            \"nameEn\": \"test 2\",\n            \"nameAr\": \"امتحان2\",\n            \"activityId\": \"608\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA1111111111111111111111\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"434334\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1691498930191.jpeg\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1691498931176.jpg\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"1\",\n            \"isFixedAllowed\": false,\n            \"fixedAmount\": \"10\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": null,\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": null,\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1691498934583.jpg\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": null,\n            \"partnerEmailAddress\": null,\n            \"partnerLogo\": null,\n            \"partnerStamp\": null,\n            \"city\": null,\n            \"district\": null,\n            \"streetName\": null,\n            \"buildingNumber\": null,\n            \"postalCode\": null,\n            \"additionalNumber\": null,\n            \"country\": null,\n            \"website\": null,\n            \"nationalAddressAttachment\": null,\n            \"isNotificationAllowed\": null,\n            \"notificationMethod\": null,\n            \"partnerNotificationType\": null,\n            \"paymentNotification\": null,\n            \"paymentRequestNotification\": null,\n            \"transferNotification\": null,\n            \"documentNotification\": null,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": 8,\n            \"projectNameEn\": \"Test\"\n        },\n        {\n            \"id\": 6,\n            \"partnerId\": \"PID10000001\",\n            \"nameEn\": \"test\",\n            \"nameAr\": \"امتحان\",\n            \"activityId\": \"608\",\n            \"bankId\": \"2\",\n            \"iban\": \"SA1111111111111111111111\",\n            \"swift\": null,\n            \"nationalityId\": 98,\n            \"idType\": \"PAS\",\n            \"idTypeOther\": \"\",\n            \"idNumber\": \"443343\",\n            \"idDocumentType\": \"\",\n            \"idDocumentTypeOther\": \"\",\n            \"idDocumentNumber\": \"\",\n            \"idAttachment\": \"https://ftptest.e-faa.com.sa/storage/1691498005865.jpeg\",\n            \"bankAttachment\": \"https://ftptest.e-faa.com.sa/storage/1691498007313.jpg\",\n            \"reference_number\": null,\n            \"isPercentAllowed\": false,\n            \"percentAmount\": \"1\",\n            \"isFixedAllowed\": false,\n            \"fixedAmount\": \"10\",\n            \"typeBeneficiary\": \"INDIVIDUAL\",\n            \"roleBeneficiary\": \"PRIME\",\n            \"relationship\": \"Merchant\",\n            \"otherRelationshipType\": null,\n            \"reasonForSplitTransfer\": \"Commission\",\n            \"otherReasonForTransfer\": null,\n            \"contractAttachment\": \"https://ftptest.e-faa.com.sa/storage/1691498011183.jpg\",\n            \"beneficiaryStatus\": \"DELETED\",\n            \"rejectionReason\": null,\n            \"partnerMobileNumber\": null,\n            \"partnerEmailAddress\": null,\n            \"partnerLogo\": null,\n            \"partnerStamp\": null,\n            \"city\": null,\n            \"district\": null,\n            \"streetName\": null,\n            \"buildingNumber\": null,\n            \"postalCode\": null,\n            \"additionalNumber\": null,\n            \"country\": null,\n            \"website\": null,\n            \"nationalAddressAttachment\": null,\n            \"isNotificationAllowed\": null,\n            \"notificationMethod\": null,\n            \"partnerNotificationType\": null,\n            \"paymentNotification\": null,\n            \"paymentRequestNotification\": null,\n            \"transferNotification\": null,\n            \"documentNotification\": null,\n            \"uuid\": null,\n            \"focalFlag\": \"NO\",\n            \"createDate\": null,\n            \"projectId\": null,\n            \"projectNameEn\": null\n        }\n    ]\n}"}],"_postman_id":"3ceeb9ba-8f9b-4ddb-867b-052b3cd4d0f0"},{"name":"List of projects","id":"64945b0c-dc90-492f-9ced-a7c26dffc3e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>This API allows users to return list for available projects</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"parameters\">Parameters:</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>APPROVED , PENDING , ACTIVE</td>\n<td>optional</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"0ed5d2fe-1423-43e4-88b7-b37350d3540e","name":"example","originalRequest":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":{"raw":"{{env}}/project/findAll","host":["{{env}}"],"path":["project","findAll"],"query":[{"key":"status","value":"APPROVED","disabled":true},{"key":"status","value":"PENDING","disabled":true},{"key":"status","value":"ACTIVE","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Aug 2024 09:27:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Request-ID","value":"3cc1b42c58ed9072afaf464132c54b72"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 32,\n    \"numberOfPages\": 2,\n    \"pageList\": [\n        {\n            \"id\": 38,\n            \"projectCode\": \"202104332\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"ققق\",\n            \"projectNameEnglish\": \"test\",\n            \"startDate\": \"2024-08-18T17:23:40.75\",\n            \"attachment\": null,\n            \"referenceNumber\": \"---\",\n            \"status\": \"Inactive\",\n            \"rejectionReason\": null,\n            \"numberOfPartner\": 1,\n            \"partners\": [\n                {\n                    \"id\": 200,\n                    \"partnerNameArabic\": \"@NNN443\",\n                    \"partnerNameEnglish\": \"Nmae \",\n                    \"partnerCode\": \"300\"\n                }\n            ]\n        },\n        {\n            \"id\": 37,\n            \"projectCode\": \"202104331\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"ققق\",\n            \"projectNameEnglish\": \"@\",\n            \"startDate\": \"2024-08-18T17:20:42.977\",\n            \"attachment\": \"\",\n            \"referenceNumber\": \"---\",\n            \"status\": \"Active\",\n            \"rejectionReason\": null,\n            \"numberOfPartner\": 0,\n            \"partners\": []\n        },\n        {\n            \"id\": 36,\n            \"projectCode\": \"202104330\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"ققق\",\n            \"projectNameEnglish\": \" 333\",\n            \"startDate\": \"2024-08-18T17:20:36.847\",\n            \"attachment\": \"\",\n            \"referenceNumber\": \"---\",\n            \"status\": \"Pending\",\n            \"rejectionReason\": null,\n            \"numberOfPartner\": 0,\n            \"partners\": []\n        },\n        {\n            \"id\": 35,\n            \"projectCode\": \"202104329\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"ققق\",\n            \"projectNameEnglish\": \" للل\",\n            \"startDate\": \"2024-08-18T17:20:31.093\",\n            \"attachment\": \"\",\n            \"referenceNumber\": \"---\",\n            \"status\": \"Pending\",\n            \"rejectionReason\": null,\n            \"numberOfPartner\": 0,\n            \"partners\": []\n        },\n        {\n            \"id\": 34,\n            \"projectCode\": \"202104328\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"مشروع جديد لتقرير الحساب\",\n            \"projectNameEnglish\": \"New project for balance report\",\n            \"startDate\": \"2024-08-18T00:00:00\",\n            \"attachment\": \"https://qa.gopay.sa/storage/1723977997737.png\",\n            \"referenceNumber\": \"16516516\",\n            \"status\": \"Approved\",\n            \"rejectionReason\": null,\n            \"numberOfPartner\": 10,\n            \"partners\": [\n                {\n                    \"id\": 141,\n                    \"partnerNameArabic\": \"اختبار تقرير الرصيد\",\n                    \"partnerNameEnglish\": \"Test Balance Report\",\n                    \"partnerCode\": \"11266\"\n                },\n                {\n                    \"id\": 189,\n                    \"partnerNameArabic\": \"سواح اختبار\",\n                    \"partnerNameEnglish\": \"Sawah\",\n                    \"partnerCode\": \"112114\"\n                },\n                {\n                    \"id\": 191,\n                    \"partnerNameArabic\": \"اختبار من\",\n                    \"partnerNameEnglish\": \"Testing From API's\",\n                    \"partnerCode\": \"112116\"\n                },\n                {\n                    \"id\": 192,\n                    \"partnerNameArabic\": \"اختبار من\",\n                    \"partnerNameEnglish\": \"Testing For Karim API Number 2\",\n                    \"partnerCode\": \"112116\"\n                },\n                {\n                    \"id\": 196,\n                    \"partnerNameArabic\": \"تجربة\",\n                    \"partnerNameEnglish\": \"Business all\",\n                    \"partnerCode\": \"112121\"\n                },\n                {\n                    \"id\": 197,\n                    \"partnerNameArabic\": \"للل\",\n                    \"partnerNameEnglish\": \"Asset Required only\",\n                    \"partnerCode\": \"112122\"\n                },\n                {\n                    \"id\": 198,\n                    \"partnerNameArabic\": \"تيست\",\n                    \"partnerNameEnglish\": \"Asset All\",\n                    \"partnerCode\": \"112123\"\n                },\n                {\n                    \"id\": 199,\n                    \"partnerNameArabic\": \"تيستةة\",\n                    \"partnerNameEnglish\": \"Notififications\",\n                    \"partnerCode\": \"112124\"\n                },\n                {\n                    \"id\": 201,\n                    \"partnerNameArabic\": \"@NNN443\",\n                    \"partnerNameEnglish\": \"Nmae \",\n                    \"partnerCode\": \"300\"\n                },\n                {\n                    \"id\": 202,\n                    \"partnerNameArabic\": \"@NNN443\",\n                    \"partnerNameEnglish\": \"Nmae \",\n                    \"partnerCode\": \"300\"\n                }\n            ]\n        },\n        {\n            \"id\": 33,\n            \"projectCode\": \"202104327\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"ققق\",\n            \"projectNameEnglish\": \" للل\",\n            \"startDate\": \"2024-08-18T00:00:00\",\n            \"attachment\": \"\",\n            \"referenceNumber\": \"---\",\n            \"status\": \"Approved\",\n            \"rejectionReason\": null,\n            \"numberOfPartner\": 2,\n            \"partners\": [\n                {\n                    \"id\": 135,\n                    \"partnerNameArabic\": \"Arabic\",\n                    \"partnerNameEnglish\": \"Eng\",\n                    \"partnerCode\": \"90\"\n                },\n                {\n                    \"id\": 190,\n                    \"partnerNameArabic\": \"سس\",\n                    \"partnerNameEnglish\": \"sas\",\n                    \"partnerCode\": \"112115\"\n                }\n            ]\n        },\n        {\n            \"id\": 32,\n            \"projectCode\": \"202104326\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"تست\",\n            \"projectNameEnglish\": \"Testing\",\n            \"startDate\": \"2024-08-18T00:00:00\",\n            \"attachment\": \"https://qa.gopay.sa/storage/1723976157106.png\",\n            \"referenceNumber\": \"411561566\",\n            \"status\": \"Rejected\",\n            \"rejectionReason\": \"Sawah\",\n            \"numberOfPartner\": 0,\n            \"partners\": []\n        },\n        {\n            \"id\": 31,\n            \"projectCode\": \"202104325\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"ققق\",\n            \"projectNameEnglish\": \" للل\",\n            \"startDate\": \"2024-08-18T00:00:00\",\n            \"attachment\": \"\",\n            \"referenceNumber\": \"---\",\n            \"status\": \"Approved\",\n            \"rejectionReason\": null,\n            \"numberOfPartner\": 0,\n            \"partners\": []\n        },\n        {\n            \"id\": 30,\n            \"projectCode\": \"202104324\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"ققق\",\n            \"projectNameEnglish\": \" للل\",\n            \"startDate\": \"2024-08-18T00:00:00\",\n            \"attachment\": \"https://example.com/file.pdf\",\n            \"referenceNumber\": \"---\",\n            \"status\": \"Rejected\",\n            \"rejectionReason\": \"EEEE\",\n            \"numberOfPartner\": 0,\n            \"partners\": []\n        },\n        {\n            \"id\": 29,\n            \"projectCode\": \"202104323\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"شسيش\",\n            \"projectNameEnglish\": \"sdas\",\n            \"startDate\": \"2024-08-18T00:00:00\",\n            \"attachment\": \"https://qa.gopay.sa/storage/1723975158637.png\",\n            \"referenceNumber\": \"123131\",\n            \"status\": \"Pending\",\n            \"rejectionReason\": null,\n            \"numberOfPartner\": 0,\n            \"partners\": []\n        },\n        {\n            \"id\": 28,\n            \"projectCode\": \"202104322\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"مشروع جديد\",\n            \"projectNameEnglish\": \"New Project\",\n            \"startDate\": \"2024-08-18T00:00:00\",\n            \"attachment\": \"https://qa.gopay.sa/storage/1723972674483.png\",\n            \"referenceNumber\": \"516651661\",\n            \"status\": \"Active\",\n            \"rejectionReason\": null,\n            \"numberOfPartner\": 5,\n            \"partners\": [\n                {\n                    \"id\": 133,\n                    \"partnerNameArabic\": \"اختبار الشريك\",\n                    \"partnerNameEnglish\": \"Testing Partner\",\n                    \"partnerCode\": \"11258\"\n                },\n                {\n                    \"id\": 137,\n                    \"partnerNameArabic\": \"سواح\",\n                    \"partnerNameEnglish\": \"SawahTTTTTTTT\",\n                    \"partnerCode\": \"11262\"\n                },\n                {\n                    \"id\": 138,\n                    \"partnerNameArabic\": \"يسبسي\",\n                    \"partnerNameEnglish\": \"SawahTTTTTTTT\",\n                    \"partnerCode\": \"11263\"\n                },\n                {\n                    \"id\": 140,\n                    \"partnerNameArabic\": \"سيشس\",\n                    \"partnerNameEnglish\": \"SAWAHUUUUUUUU\",\n                    \"partnerCode\": \"11264\"\n                },\n                {\n                    \"id\": 194,\n                    \"partnerNameArabic\": \"ممم\",\n                    \"partnerNameEnglish\": \"Individual all\",\n                    \"partnerCode\": \"112119\"\n                }\n            ]\n        },\n        {\n            \"id\": 25,\n            \"projectCode\": \"202104321\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"اا\",\n            \"projectNameEnglish\": \"aa\",\n            \"startDate\": \"2024-08-16T00:00:00\",\n            \"attachment\": \"https://qa.gopay.sa/storage/1723756679639.png\",\n            \"referenceNumber\": \"123\",\n            \"status\": \"Rejected\",\n            \"rejectionReason\": \"hh\",\n            \"numberOfPartner\": 1,\n            \"partners\": [\n                {\n                    \"id\": 17,\n                    \"partnerNameArabic\": \"مريم\",\n                    \"partnerNameEnglish\": \"Mariem\",\n                    \"partnerCode\": \"PID10000012\"\n                }\n            ]\n        },\n        {\n            \"id\": 24,\n            \"projectCode\": \"202104320\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"  \",\n            \"projectNameEnglish\": \"nn\",\n            \"startDate\": \"2024-08-15T00:00:00\",\n            \"attachment\": \"https://qa.gopay.sa/storage/1723754861223.png\",\n            \"referenceNumber\": \"8766\",\n            \"status\": \"Approved\",\n            \"rejectionReason\": null,\n            \"numberOfPartner\": 0,\n            \"partners\": []\n        },\n        {\n            \"id\": 20,\n            \"projectCode\": \"11219\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"بي\",\n            \"projectNameEnglish\": \"bb\",\n            \"startDate\": \"2024-08-14T00:00:00\",\n            \"attachment\": \"https://qa.gopay.sa/storage/1723583258851.png\",\n            \"referenceNumber\": \"5454\",\n            \"status\": \"Pending\",\n            \"rejectionReason\": null,\n            \"numberOfPartner\": 0,\n            \"partners\": []\n        },\n        {\n            \"id\": 19,\n            \"projectCode\": \"11218\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \" \",\n            \"projectNameEnglish\": \" \",\n            \"startDate\": \"2024-08-13T00:00:00\",\n            \"attachment\": \"https://qa.gopay.sa/storage/1723754197931.png\",\n            \"referenceNumber\": \"777\",\n            \"status\": \"Pending\",\n            \"rejectionReason\": null,\n            \"numberOfPartner\": 1,\n            \"partners\": [\n                {\n                    \"id\": 10,\n                    \"partnerNameArabic\": \"تجربة\",\n                    \"partnerNameEnglish\": \"Test\",\n                    \"partnerCode\": \"PID10000005\"\n                }\n            ]\n        },\n        {\n            \"id\": 18,\n            \"projectCode\": \"11217\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"بب\",\n            \"projectNameEnglish\": \"لابايلاايب\",\n            \"startDate\": \"2024-08-13T00:00:00\",\n            \"attachment\": null,\n            \"referenceNumber\": \"---\",\n            \"status\": \"Pending\",\n            \"rejectionReason\": null,\n            \"numberOfPartner\": 0,\n            \"partners\": []\n        },\n        {\n            \"id\": 17,\n            \"projectCode\": \"11216\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"فف\",\n            \"projectNameEnglish\": \"####\",\n            \"startDate\": \"2024-08-13T00:00:00\",\n            \"attachment\": null,\n            \"referenceNumber\": \"5454\",\n            \"status\": \"Pending\",\n            \"rejectionReason\": null,\n            \"numberOfPartner\": 0,\n            \"partners\": []\n        },\n        {\n            \"id\": 16,\n            \"projectCode\": \"11215\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"           \",\n            \"projectNameEnglish\": \"hello\",\n            \"startDate\": \"2024-08-13T00:00:00\",\n            \"attachment\": null,\n            \"referenceNumber\": \"6765\",\n            \"status\": \"Pending\",\n            \"rejectionReason\": null,\n            \"numberOfPartner\": 0,\n            \"partners\": []\n        },\n        {\n            \"id\": 15,\n            \"projectCode\": \"11214\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"تيست\",\n            \"projectNameEnglish\": \"Test\",\n            \"startDate\": \"2024-08-13T00:00:00\",\n            \"attachment\": null,\n            \"referenceNumber\": \"54566556\",\n            \"status\": \"Approved\",\n            \"rejectionReason\": null,\n            \"numberOfPartner\": 2,\n            \"partners\": [\n                {\n                    \"id\": 84,\n                    \"partnerNameArabic\": \"كريم\",\n                    \"partnerNameEnglish\": \"karim\",\n                    \"partnerCode\": \"11210\"\n                },\n                {\n                    \"id\": 85,\n                    \"partnerNameArabic\": \"شميش\",\n                    \"partnerNameEnglish\": \"karim\",\n                    \"partnerCode\": \"11211\"\n                }\n            ]\n        },\n        {\n            \"id\": 14,\n            \"projectCode\": \"11213\",\n            \"billerId\": 112,\n            \"projectNameArabic\": \"   \",\n            \"projectNameEnglish\": \"gggg\",\n            \"startDate\": \"2024-08-13T00:00:00\",\n            \"attachment\": \"https://qa.gopay.sa/storage/1723756660206.png\",\n            \"referenceNumber\": \"455\",\n            \"status\": \"Pending\",\n            \"rejectionReason\": null,\n            \"numberOfPartner\": 0,\n            \"partners\": []\n        }\n    ]\n}"}],"_postman_id":"64945b0c-dc90-492f-9ced-a7c26dffc3e7"},{"name":"Add Beneficiaries","id":"734b97c7-c697-4caf-b161-f3fcb0922d28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"partnerId\": \"11222\",\n    \"typeBeneficiary\": \"BUSINESS\",\n    \"roleBeneficiary\": \"NORMAL\",\n    \"relationship\": \"Merchant\",\n    \"otherRelationshipType\": \"\",\n    \"reasonForSplitTransfer\": \"Commission\",\n    \"otherReasonForTransfer\": \"\",\n    \"nameEn\": \"erer\",\n    \"nameAr\": \"سحمشس\",\n    \"activityId\": 609,\n    \"bankId\": 1,\n    \"iban\": \"SA5555555555555555555555\",\n    \"nationalityId\": 98,\n    \"partnerMobileNumber\": \"\",\n    \"partnerEmailAddress\": \"\",\n    \"partnerLogo\": \"\",\n    \"partnerStamp\": \"\",\n    \"city\": \"\",\n    \"district\": \"\",\n    \"streetName\": \"\",\n    \"buildingNumber\": \"\",\n    \"postalCode\": \"\",\n    \"additionalNumber\": \"\",\n    \"website\": \"\",\n    \"email\": \"\",\n    \"nationalAddressAttachment\": \"\",\n    \"idType\": \"PAS\",\n    \"idTypeOther\": \"\",\n    \"idNumber\": \"\",\n    \"idDocumentType\": \"\",\n    \"idDocumentTypeOther\": \"\",\n    \"idDocumentNumber\": \"\",\n    \"idAttachment\": \"\",\n    \"bankAttachment\": \"\",\n    \"isPercentAllowed\": true,\n    \"percentAmount\": \"\",\n    \"isFixedAllowed\": true,\n    \"fixedAmount\": \"\",\n    \"contractAttachment\": \"\",\n    \"isNotificationAllowed\": false,\n    \"paymentNotification\": false,\n    \"paymentRequestNotification\": false,\n    \"transferNotification\": false,\n    \"documentNotification\": false,\n    \"notificationMethod\": \"BOTH\",\n    \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n    \"loading\": false,\n    \"referenceNumber\":\"32rfes32er32\",\n    \"partnerOwnerInformation\":{\n        \"ownerArabicName\":\"سواح\",\n        \"ownerEnglishName\":\"Sawah English\",\n        \"idType\":\"PAS\",\n        \"idNumber\":\"a123456\",\n        \"mobileNumber\":\"512345678\",\n        \"email\":\"Sawah810@gmail.com\",\n        \"attachmentList\":[\n             {\n                \"attachmentName\":\"ملف\",\n                \"attachmentUrl\":\"https://example.com/file.pdf\"\n            }\n        ]\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/beneficiary/add","description":"<p>This API allows your service to upload split payment to SADAD channels.</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>partnerId</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Value must be unique</td>\n</tr>\n<tr>\n<td>typeBeneficiary</td>\n<td>string</td>\n<td>BUSINESS , ASSET , INDIVIDUAL</td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>roleBeneficiary</td>\n<td>string</td>\n<td>PRIME , NORMAL</td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>relationship</td>\n<td>string</td>\n<td>Merchant , Retailer , Service Provider, Broker , Distributer , Real Estate Owner , OTH (other)</td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>otherRelationshipType</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>nameEn</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Only English alphabetic characters and spaces are allowed</td>\n</tr>\n<tr>\n<td>nameAr</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Only alphabetic characters and spaces are allowed</td>\n</tr>\n<tr>\n<td>activityId</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Value should match list of activity API endpoint</td>\n</tr>\n<tr>\n<td>bankId</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>iban</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Should start with 'SA' and has 24 character</td>\n</tr>\n<tr>\n<td>nationalityId</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>partnerMobileNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>+966555123555</td>\n</tr>\n<tr>\n<td>partnerEmailAddress</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>partnerLogo</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>URL to an image, accepted formats : PDF, PNG, JPG, JPEG</td>\n</tr>\n<tr>\n<td>partnerStamp</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>URL to an image, accepted formats : PDF, PNG, JPG, JPEG</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match cities list API endpoint</td>\n</tr>\n<tr>\n<td>district</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>Value should match districts list API endpoint</td>\n</tr>\n<tr>\n<td>streetName</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>buildingNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>additionalNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>website</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>nationalAddressAttachment</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>URL to Document, accepted formats: PDF, PNG, JPG, JPEG</td>\n</tr>\n<tr>\n<td>idType</td>\n<td>string</td>\n<td>NAT (National ID) , PAS (passport) , IQA (Iqama) , CRR (Commercial Register),OTH</td>\n<td><em><strong>required if</strong></em> <code>typeBeneficiary</code> is <strong>INDIVIDUAL</strong> OR <strong>ASSET</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>idTypeOther</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>idNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required if</strong></em> <code>typeBeneficiary</code> is <strong>INDIVIDUAL</strong> OR <strong>ASSET</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>idDocumentType</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required if</strong></em> <code>typeBeneficiary</code> is <strong>BUSINESS</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>idDocumentTypeOther</td>\n<td>string</td>\n<td>LIC (License),  <br />MIO ( Minestry Order ),  <br />CRR (Commercial Register),  <br />OTH (other)</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>idDocumentNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required if</strong></em> <code>typeBeneficiary</code> is <strong>BUSINESS</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>idAttachment</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>URL to Document, accepted formats: PDF, PNG, JPG, JPEG</td>\n</tr>\n<tr>\n<td>bankAttachment</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>URL to Document, accepted formats: PDF, PNG, JPG, JPEG</td>\n</tr>\n<tr>\n<td>isPercentAllowed</td>\n<td>Boolean</td>\n<td></td>\n<td><strong>One of isFixedAllowed or isPercentAllowed must be true</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>percentAmount</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>isFixedAllowed</td>\n<td>Boolean</td>\n<td></td>\n<td><strong>One of isFixedAllowed or isPercentAllowed must be true</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>fixedAmount</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>reasonForSplitTransfer</td>\n<td>string</td>\n<td>Commission ,  <br />Fees ,  <br />Incentive ,  <br />OTH (other)</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>otherReasonForTransfer</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>contractAttachment</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td>URL to Document, accepted formats: PDF, PNG, JPG, JPEG</td>\n</tr>\n<tr>\n<td>isNotificationAllowed</td>\n<td>Boolean</td>\n<td></td>\n<td>optional</td>\n<td>Default : false</td>\n</tr>\n<tr>\n<td>paymentNotification</td>\n<td>Boolean</td>\n<td></td>\n<td>optional</td>\n<td>Default : false</td>\n</tr>\n<tr>\n<td>paymentRequestNotification</td>\n<td>Boolean</td>\n<td></td>\n<td>optional</td>\n<td>Default : false</td>\n</tr>\n<tr>\n<td>transferNotification</td>\n<td>Boolean</td>\n<td></td>\n<td>optional</td>\n<td>Default : false</td>\n</tr>\n<tr>\n<td>documentNotification</td>\n<td>Boolean</td>\n<td></td>\n<td>optional</td>\n<td>Default : false</td>\n</tr>\n<tr>\n<td>notificationMethod</td>\n<td>string</td>\n<td>SMS ,  <br />EMAIL ,  <br />BOTH</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>partnerNotificationType</td>\n<td>string</td>\n<td>SUMMARY_NOTIFICATION ,  <br />DETAILED_NOTIFICATION</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>loading</td>\n<td>Boolean</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>referenceNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required if</strong></em> <code>typeBeneficiary</code> is <strong>ASSET</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>projectId</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>partnerOwnerInformation</td>\n<td>JSON object</td>\n<td></td>\n<td><em><strong>required if</strong></em> <code>typeBeneficiary</code> is <strong>ASSET</strong></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["beneficiary","add"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"f96bd1b7-7778-47c3-b067-fd07c7941a3d","name":"Add Beneficiaries - all paramter","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"partnerId\": \"11223\",\n    \"typeBeneficiary\": \"BUSINESS\",\n    \"roleBeneficiary\": \"NORMAL\",\n    \"relationship\": \"Merchant\",\n    \"otherRelationshipType\": \"\",\n    \"reasonForSplitTransfer\": \"Commission\",\n    \"otherReasonForTransfer\": \"\",\n    \"nameEn\": \"erer\",\n    \"nameAr\": \"سحمشس\",\n    \"activityId\": 609,\n    \"bankId\": 1,\n    \"iban\": \"SA5555555555555555555555\",\n    \"nationalityId\": 98,\n    \"partnerMobileNumber\": \"\",\n    \"partnerEmailAddress\": \"\",\n    \"partnerLogo\": \"\",\n    \"partnerStamp\": \"\",\n    \"city\": \"\",\n    \"district\": \"\",\n    \"streetName\": \"\",\n    \"buildingNumber\": \"\",\n    \"postalCode\": \"\",\n    \"additionalNumber\": \"\",\n    \"website\": \"\",\n    \"email\": \"\",\n    \"nationalAddressAttachment\": \"\",\n    \"idType\": \"PAS\",\n    \"idTypeOther\": \"\",\n    \"idNumber\": \"\",\n    \"idDocumentType\": \"OTH\",\n    \"idDocumentTypeOther\": \"\",\n    \"idDocumentNumber\": \"123213123123123\",\n    \"idAttachment\": \"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n    \"bankAttachment\": \"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n    \"isPercentAllowed\": true,\n    \"percentAmount\": \"\",\n    \"isFixedAllowed\": true,\n    \"fixedAmount\": \"\",\n    \"contractAttachment\": \"\",\n    \"isNotificationAllowed\": false,\n    \"paymentNotification\": false,\n    \"paymentRequestNotification\": false,\n    \"transferNotification\": false,\n    \"documentNotification\": false,\n    \"notificationMethod\": \"BOTH\",\n    \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n    \"loading\": false,\n    \"referenceNumber\":\"\",\n    \"partnerOwnerInformation\":{\n        \"ownerArabicName\":\"سواح\",\n        \"ownerEnglishName\":\"Sawah English\",\n        \"idType\":\"PAS\",\n        \"idNumber\":\"a123456\",\n        \"mobileNumber\":\"512345678\",\n        \"email\":\"Sawah810@gmail.com\",\n        \"attachmentList\":[\n             {\n                \"attachmentName\":\"ملف\",\n                \"attachmentUrl\":\"https://example.com/file.pdf\"\n            }\n        ]\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/beneficiary/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Aug 2024 14:37:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": {\n        \"id\": 241,\n        \"partnerId\": \"112166\",\n        \"nameEn\": \"erer\",\n        \"nameAr\": \"سحمشس\",\n        \"activityId\": 609,\n        \"bankId\": 1,\n        \"iban\": \"SA5555555555555555555555\",\n        \"swift\": null,\n        \"nationalityId\": 98,\n        \"idType\": \"PAS\",\n        \"idTypeOther\": \"\",\n        \"idNumber\": \"\",\n        \"idDocumentType\": \"OTH\",\n        \"idDocumentTypeOther\": \"\",\n        \"idDocumentNumber\": \"123213123123123\",\n        \"idAttachment\": \"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n        \"bankAttachment\": \"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n        \"referenceNumber\": \"\",\n        \"isPercentAllowed\": true,\n        \"percentAmount\": \"\",\n        \"isFixedAllowed\": true,\n        \"fixedAmount\": \"\",\n        \"typeBeneficiary\": \"BUSINESS\",\n        \"roleBeneficiary\": \"NORMAL\",\n        \"relationship\": \"Merchant\",\n        \"otherRelationshipType\": \"\",\n        \"reasonForSplitTransfer\": \"Commission\",\n        \"otherReasonForTransfer\": \"\",\n        \"contractAttachment\": \"\",\n        \"beneficiaryStatus\": \"PENDING\",\n        \"rejectionReason\": null,\n        \"partnerMobileNumber\": \"\",\n        \"partnerEmailAddress\": \"\",\n        \"partnerLogo\": \"\",\n        \"partnerStamp\": \"\",\n        \"city\": \"\",\n        \"district\": \"\",\n        \"streetName\": \"\",\n        \"buildingNumber\": \"\",\n        \"postalCode\": \"\",\n        \"additionalNumber\": \"\",\n        \"country\": null,\n        \"website\": \"\",\n        \"nationalAddressAttachment\": \"\",\n        \"isNotificationAllowed\": false,\n        \"notificationMethod\": \"BOTH\",\n        \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n        \"paymentNotification\": false,\n        \"paymentRequestNotification\": false,\n        \"transferNotification\": false,\n        \"documentNotification\": false,\n        \"uuid\": null,\n        \"focalFlag\": null,\n        \"createDate\": null,\n        \"projectNameAr\": null,\n        \"projectNameEn\": null,\n        \"partnerOwnerInformationRsDto\": null\n    }\n}"},{"id":"dbd1b31a-24ae-441c-8c5b-7e8e75703e95","name":"Add Beneficiaries - business","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"partnerId\": \"11223\",\n    \"typeBeneficiary\": \"BUSINESS\",\n    \"roleBeneficiary\": \"NORMAL\",\n    \"relationship\": \"Merchant\",\n    \"otherRelationshipType\": \"\",\n    \"reasonForSplitTransfer\": \"Commission\",\n    \"otherReasonForTransfer\": \"\",\n    \"nameEn\": \"erer\",\n    \"nameAr\": \"سحمشس\",\n    \"activityId\": 609,\n    \"bankId\": 1,\n    \"iban\": \"SA5555555555555555555555\",\n    \"nationalityId\": 98,\n    \"idDocumentType\": \"OTH\",\n    \"idDocumentTypeOther\": \"\",\n    \"idDocumentNumber\": \"123213123123123\",\n    \"idAttachment\": \"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n    \"bankAttachment\": \"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n    \"isPercentAllowed\": true,\n    \"percentAmount\": \"20\",\n    \"isFixedAllowed\": false,\n    \"fixedAmount\": \"\",\n    \"contractAttachment\": \"\",\n    \"isNotificationAllowed\": false,\n    \"paymentNotification\": false,\n    \"paymentRequestNotification\": false,\n    \"transferNotification\": false,\n    \"documentNotification\": false,\n    \"notificationMethod\": \"BOTH\",\n    \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n    \"loading\": false,\n    \"referenceNumber\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/beneficiary/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Aug 2024 14:39:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": {\n        \"id\": 242,\n        \"partnerId\": \"112167\",\n        \"nameEn\": \"erer\",\n        \"nameAr\": \"سحمشس\",\n        \"activityId\": 609,\n        \"bankId\": 1,\n        \"iban\": \"SA5555555555555555555555\",\n        \"swift\": null,\n        \"nationalityId\": 98,\n        \"idType\": null,\n        \"idTypeOther\": null,\n        \"idNumber\": null,\n        \"idDocumentType\": \"OTH\",\n        \"idDocumentTypeOther\": \"\",\n        \"idDocumentNumber\": \"123213123123123\",\n        \"idAttachment\": \"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n        \"bankAttachment\": \"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n        \"referenceNumber\": \"\",\n        \"isPercentAllowed\": true,\n        \"percentAmount\": \"20\",\n        \"isFixedAllowed\": false,\n        \"fixedAmount\": \"\",\n        \"typeBeneficiary\": \"BUSINESS\",\n        \"roleBeneficiary\": \"NORMAL\",\n        \"relationship\": \"Merchant\",\n        \"otherRelationshipType\": \"\",\n        \"reasonForSplitTransfer\": \"Commission\",\n        \"otherReasonForTransfer\": \"\",\n        \"contractAttachment\": \"\",\n        \"beneficiaryStatus\": \"PENDING\",\n        \"rejectionReason\": null,\n        \"partnerMobileNumber\": null,\n        \"partnerEmailAddress\": null,\n        \"partnerLogo\": null,\n        \"partnerStamp\": null,\n        \"city\": null,\n        \"district\": null,\n        \"streetName\": null,\n        \"buildingNumber\": null,\n        \"postalCode\": null,\n        \"additionalNumber\": null,\n        \"country\": null,\n        \"website\": null,\n        \"nationalAddressAttachment\": null,\n        \"isNotificationAllowed\": false,\n        \"notificationMethod\": \"BOTH\",\n        \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n        \"paymentNotification\": false,\n        \"paymentRequestNotification\": false,\n        \"transferNotification\": false,\n        \"documentNotification\": false,\n        \"uuid\": null,\n        \"focalFlag\": null,\n        \"createDate\": null,\n        \"projectNameAr\": null,\n        \"projectNameEn\": null,\n        \"partnerOwnerInformationRsDto\": null\n    }\n}"},{"id":"740adfd6-22f0-4c85-aca8-7fcabb47c64d","name":"Add Beneficiaries - ASSET","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"partnerId\": \"11221\",\n    \"typeBeneficiary\": \"ASSET\",\n    \"roleBeneficiary\": \"NORMAL\",\n    \"relationship\": \"Merchant\",\n    \"otherRelationshipType\": \"\",\n    \"reasonForSplitTransfer\": \"Commission\",\n    \"otherReasonForTransfer\": \"\",\n    \"nameEn\": \"erer\",\n    \"nameAr\": \"سحمشس\",\n    \"activityId\": 609,\n    \"bankId\": 1,\n    \"iban\": \"SA5555555555555555555555\",\n    \"nationalityId\": 98,\n    \"idType\": \"PAS\",\n    \"idTypeOther\": \"\",\n    \"idNumber\": \"32432423423423\",\n    \"idAttachment\": \"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n    \"bankAttachment\": \"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n    \"isPercentAllowed\": true,\n    \"percentAmount\": \"20\",\n    \"isFixedAllowed\": false,\n    \"fixedAmount\": \"\",\n    \"contractAttachment\": \"\",\n    \"isNotificationAllowed\": false,\n    \"paymentNotification\": false,\n    \"paymentRequestNotification\": false,\n    \"transferNotification\": false,\n    \"documentNotification\": false,\n    \"notificationMethod\": \"BOTH\",\n    \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n    \"loading\": false,\n    \"referenceNumber\":\"12312312\",\n    \"partnerOwnerInformation\":{\n        \"ownerArabicName\":\"سواح\",\n        \"ownerEnglishName\":\"Sawah English\",\n        \"idType\":\"PAS\",\n        \"idNumber\":\"12312312312312\",\n        \"mobileNumber\":\"512345678\",\n        \"email\":\"test@gopay.sa\",\n        \"attachmentList\":[\n             {\n                \"attachmentName\":\"ملف\",\n                \"attachmentUrl\":\"https://example.com/file.pdf\"\n            }\n        ]\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/beneficiary/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Aug 2024 14:42:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": {\n        \"id\": 243,\n        \"partnerId\": \"112168\",\n        \"nameEn\": \"erer\",\n        \"nameAr\": \"سحمشس\",\n        \"activityId\": 609,\n        \"bankId\": 1,\n        \"iban\": \"SA5555555555555555555555\",\n        \"swift\": null,\n        \"nationalityId\": 98,\n        \"idType\": \"PAS\",\n        \"idTypeOther\": \"\",\n        \"idNumber\": \"32432423423423\",\n        \"idDocumentType\": null,\n        \"idDocumentTypeOther\": null,\n        \"idDocumentNumber\": null,\n        \"idAttachment\": \"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n        \"bankAttachment\": \"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n        \"referenceNumber\": \"12312312\",\n        \"isPercentAllowed\": true,\n        \"percentAmount\": \"20\",\n        \"isFixedAllowed\": false,\n        \"fixedAmount\": \"\",\n        \"typeBeneficiary\": \"ASSET\",\n        \"roleBeneficiary\": \"NORMAL\",\n        \"relationship\": \"Merchant\",\n        \"otherRelationshipType\": \"\",\n        \"reasonForSplitTransfer\": \"Commission\",\n        \"otherReasonForTransfer\": \"\",\n        \"contractAttachment\": \"\",\n        \"beneficiaryStatus\": \"PENDING\",\n        \"rejectionReason\": null,\n        \"partnerMobileNumber\": null,\n        \"partnerEmailAddress\": null,\n        \"partnerLogo\": null,\n        \"partnerStamp\": null,\n        \"city\": null,\n        \"district\": null,\n        \"streetName\": null,\n        \"buildingNumber\": null,\n        \"postalCode\": null,\n        \"additionalNumber\": null,\n        \"country\": null,\n        \"website\": null,\n        \"nationalAddressAttachment\": null,\n        \"isNotificationAllowed\": false,\n        \"notificationMethod\": \"BOTH\",\n        \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n        \"paymentNotification\": false,\n        \"paymentRequestNotification\": false,\n        \"transferNotification\": false,\n        \"documentNotification\": false,\n        \"uuid\": null,\n        \"focalFlag\": null,\n        \"createDate\": null,\n        \"projectNameAr\": null,\n        \"projectNameEn\": null,\n        \"partnerOwnerInformationRsDto\": {\n            \"ownerArabicName\": \"سواح\",\n            \"ownerEnglishName\": \"Sawah English\",\n            \"idType\": \"PAS\",\n            \"idNumber\": \"12312312312312\",\n            \"mobileNumber\": \"512345678\",\n            \"email\": \"test@gopay.sa\",\n            \"attachmentList\": [\n                {\n                    \"attachmentName\": \"ملف\",\n                    \"attachmentUrl\": \"https://example.com/file.pdf\"\n                }\n            ]\n        }\n    }\n}"},{"id":"8872a467-3e11-4fd5-806b-bb1d85d1f717","name":"Add Beneficiaries - INDIVIDUAL","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"partnerId\": \"11221\",\n    \"typeBeneficiary\": \"INDIVIDUAL\",\n    \"roleBeneficiary\": \"NORMAL\",\n    \"relationship\": \"Merchant\",\n    \"otherRelationshipType\": \"\",\n    \"reasonForSplitTransfer\": \"Commission\",\n    \"otherReasonForTransfer\": \"\",\n    \"nameEn\": \"erer\",\n    \"nameAr\": \"سحمشس\",\n    \"activityId\": 609,\n    \"bankId\": 1,\n    \"iban\": \"SA5555555555555555555555\",\n    \"nationalityId\": 98,\n    \"idType\": \"PAS\",\n    \"idTypeOther\": \"\",\n    \"idNumber\": \"32432423423423\",\n    \"idAttachment\": \"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n    \"bankAttachment\": \"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n    \"isPercentAllowed\": true,\n    \"percentAmount\": \"20\",\n    \"isFixedAllowed\": false,\n    \"fixedAmount\": \"\",\n    \"contractAttachment\": \"\",\n    \"isNotificationAllowed\": false,\n    \"paymentNotification\": false,\n    \"paymentRequestNotification\": false,\n    \"transferNotification\": false,\n    \"documentNotification\": false,\n    \"notificationMethod\": \"BOTH\",\n    \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n    \"loading\": false,\n    \"referenceNumber\":\"12312312\"\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/beneficiary/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Aug 2024 14:43:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": {\n        \"id\": 244,\n        \"partnerId\": \"112169\",\n        \"nameEn\": \"erer\",\n        \"nameAr\": \"سحمشس\",\n        \"activityId\": 609,\n        \"bankId\": 1,\n        \"iban\": \"SA5555555555555555555555\",\n        \"swift\": null,\n        \"nationalityId\": 98,\n        \"idType\": \"PAS\",\n        \"idTypeOther\": \"\",\n        \"idNumber\": \"32432423423423\",\n        \"idDocumentType\": null,\n        \"idDocumentTypeOther\": null,\n        \"idDocumentNumber\": null,\n        \"idAttachment\": \"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n        \"bankAttachment\": \"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n        \"referenceNumber\": \"12312312\",\n        \"isPercentAllowed\": true,\n        \"percentAmount\": \"20\",\n        \"isFixedAllowed\": false,\n        \"fixedAmount\": \"\",\n        \"typeBeneficiary\": \"INDIVIDUAL\",\n        \"roleBeneficiary\": \"NORMAL\",\n        \"relationship\": \"Merchant\",\n        \"otherRelationshipType\": \"\",\n        \"reasonForSplitTransfer\": \"Commission\",\n        \"otherReasonForTransfer\": \"\",\n        \"contractAttachment\": \"\",\n        \"beneficiaryStatus\": \"PENDING\",\n        \"rejectionReason\": null,\n        \"partnerMobileNumber\": null,\n        \"partnerEmailAddress\": null,\n        \"partnerLogo\": null,\n        \"partnerStamp\": null,\n        \"city\": null,\n        \"district\": null,\n        \"streetName\": null,\n        \"buildingNumber\": null,\n        \"postalCode\": null,\n        \"additionalNumber\": null,\n        \"country\": null,\n        \"website\": null,\n        \"nationalAddressAttachment\": null,\n        \"isNotificationAllowed\": false,\n        \"notificationMethod\": \"BOTH\",\n        \"partnerNotificationType\": \"SUMMARY_NOTIFICATION\",\n        \"paymentNotification\": false,\n        \"paymentRequestNotification\": false,\n        \"transferNotification\": false,\n        \"documentNotification\": false,\n        \"uuid\": null,\n        \"focalFlag\": null,\n        \"createDate\": null,\n        \"projectNameAr\": null,\n        \"projectNameEn\": null,\n        \"partnerOwnerInformationRsDto\": null\n    }\n}"}],"_postman_id":"734b97c7-c697-4caf-b161-f3fcb0922d28"},{"name":"Add Project","id":"4ab3a794-f2f0-41af-a95a-d04796c519f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"projectNameArabic\":\"محمد سواح\",\n    \"projectNameEnglish\":\"Mohamed Sawah\",\n    \"attachment\":\"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n    \"beneficiaryIds\":[\n        247\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/project/add","description":"<p>This API allows users to create new project</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"parameters\">Parameters:</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>projectNameArabic</td>\n<td>string</td>\n<td></td>\n<td><strong>required</strong></td>\n<td>Only English alphabetic characters and spaces are allowed</td>\n</tr>\n<tr>\n<td>projectNameEnglish</td>\n<td>string</td>\n<td></td>\n<td><strong>required</strong></td>\n<td>Only alphabetic characters and spaces are allowed</td>\n</tr>\n<tr>\n<td>attachment</td>\n<td>string</td>\n<td></td>\n<td><strong>required</strong></td>\n<td>URL to Document, accepted formats: PDF, PNG, JPG, JPEG</td>\n</tr>\n<tr>\n<td>beneficiaryIds</td>\n<td>array</td>\n<td>[247,27]</td>\n<td><strong>required</strong></td>\n<td>to get Beneficiary IDs use List of Beneficiaries API endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication:</h1>\n<p>Username and password should be sent using header.</p>\n","urlObject":{"path":["project","add"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"c847282e-f67a-46c1-9a94-5e5adb8319e4","name":"Add project","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"projectNameArabic\":\"محمد سواح\",\n    \"projectNameEnglish\":\"Mohamed Sawah\",\n    \"attachment\":\"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n    \"beneficiaryIds\":[\n        247\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/project/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Aug 2024 14:48:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Project created successfully\",\n    \"data\": {\n        \"id\": 47,\n        \"projectCode\": \"202104341\",\n        \"billerId\": 112,\n        \"projectNameArabic\": \"محمد سواح\",\n        \"projectNameEnglish\": \"Mohamed Sawah\",\n        \"startDate\": \"2024-08-19T17:48:03.6996755\",\n        \"attachment\": \"https://gopay.sa/wp-content/uploads/2023/02/gopay_full.png\",\n        \"status\": \"PENDING\",\n        \"beneficiaryIds\": [\n            247\n        ]\n    }\n}"}],"_postman_id":"4ab3a794-f2f0-41af-a95a-d04796c519f6"}],"id":"817f5633-9fb1-4ecb-bc54-4e524e2eb17c","description":"<p>MultiPayout stands as a revolutionary feature designed to simplify the payment process for billers. It acts as a financial intermediary, efficiently managing and distributing payments. This feature offers flexibility by allowing the broker to either take a predetermined percentage of each bill or opt for a fixed fee per transaction.</p>\n<ul>\n<li><p>Each payment request will generate new SADAD number.</p>\n</li>\n<li><p>The payment request, must at least split to biller - main account - the lowest invoice amount and for any added partner 10 SAR.</p>\n</li>\n<li><p>Adding new partner - that receive part of the payment - include manual process and requiring providing documents.</p>\n</li>\n<li><p>As Biller you can only issue Multipayout payments or single payout payments.</p>\n</li>\n</ul>\n","_postman_id":"817f5633-9fb1-4ecb-bc54-4e524e2eb17c"},{"name":"Invoice Operations","item":[{"name":"Offline Payment","id":"1bfa6785-3617-44a2-8445-57fa4716bf23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"billNumber\": \"110012023448\",\r\n  \"paymentMethod\": \"CASH\",\r\n  \"paymentDate\": \"2021-09-30\",\r\n  \"paymentAmount\": 115\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/payment","description":"<p>This API allows users to mark invoice as paid</p>\n<p><strong>Note: Recurring invoices can be paid offline only by invoice number and not by SADAD Number.</strong></p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>billNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td><em><strong>One-time invoice:</strong></em> Accept invoice number or SADAD number. <em><strong>Recurring invoice:</strong></em> Accept invoice number only</td>\n</tr>\n<tr>\n<td>paymentDate</td>\n<td>string</td>\n<td>Date format: 2021-09-30</td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>paymentMethod</td>\n<td>string</td>\n<td>CASH,CCARD, VISA,MASTER,AMERICAN_EXP,MADA,EFT, ACTDEB,APPLEPAY,EWALLET,CHEQUE</td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>paymentAmount</td>\n<td>decimal</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"parameters\">Parameters:</h1>\n<ul>\n<li>none</li>\n</ul>\n","urlObject":{"path":["payment"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bfa6785-3617-44a2-8445-57fa4716bf23"},{"name":"Cancel Invoice","id":"c687d29a-9a83-49dd-a5e2-417751db505c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/cancel?billNumber=240120210","description":"<p>This API allows users to cancel Invoice</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><strong>Recurring invoices can be cancelled only by invoice number and not by SADAD Number.</strong></li>\n<li><strong>Payment requests that are associated with E-invoice can not be canceled or deleted.</strong></li>\n</ul>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"parameters\">Parameters:</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>billNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td><em><strong>One-time invoice:</strong></em> Accept invoice number or SADAD number. <em><strong>Recurring invoice:</strong></em> Accept invoice number only</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["cancel"],"host":["{{env}}"],"query":[{"key":"billNumber","value":"240120210"}],"variable":[]}},"response":[{"id":"5b090c29-c88f-41f1-bc41-73f555c7abd4","name":"Cancel bill","originalRequest":{"method":"PUT","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":{"raw":"{{env}}/cancel?billNumber=110012023448","host":["{{env}}"],"path":["cancel"],"query":[{"key":"billNumber","value":"110012023448"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 23 Aug 2021 08:30:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": null\n}"}],"_postman_id":"c687d29a-9a83-49dd-a5e2-417751db505c"}],"id":"3a6e4500-a787-4f30-8b41-7cf6aa46ee45","_postman_id":"3a6e4500-a787-4f30-8b41-7cf6aa46ee45","description":""},{"name":"E-invoice","item":[{"name":"List of Customer Types","id":"802c1154-5538-4afd-9bb5-2e606d1fdea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/customerType/findAll","description":"<p>This API allows users to return list for available customer Types.</p>\n<p><strong>This list is required for e-invoices only</strong></p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"parameters\">Parameters:</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["customerType","findAll"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"8254d0e3-0588-4e37-89a3-0e184c93457c","name":"example","originalRequest":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/customerType/findAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Sep 2024 12:49:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": [\n        \"INDIVIDUAL\",\n        \"BUSINESS\"\n    ]\n}"}],"_postman_id":"802c1154-5538-4afd-9bb5-2e606d1fdea4"},{"name":"List of Exemption Rated Reasons","id":"b499fff6-3e82-4387-a28a-1c7460627ef3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/exemptedReasons/findAll","description":"<p>This API allows users to return List of Exemption Rated Reasons.</p>\n<p><strong>This list is required for e-invoices only</strong></p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"parameters\">Parameters:</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["exemptedReasons","findAll"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"3be99e1b-4bab-4bcd-b8b2-c73be6965bb9","name":"example","originalRequest":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/exemptedReasons/findAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Sep 2024 12:54:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": [\n        {\n            \"index\": 0,\n            \"reason\": \"Financial services mentioned in Article 29 of the VAT Regulations\"\n        },\n        {\n            \"index\": 1,\n            \"reason\": \"Life insurance services mentioned in Article 29 of the VAT Regulations\"\n        },\n        {\n            \"index\": 2,\n            \"reason\": \"Real estate transactions mentioned in Article 30 of the VAT Regulations\"\n        }\n    ]\n}"}],"_postman_id":"b499fff6-3e82-4387-a28a-1c7460627ef3"},{"name":"List of Payment Means","id":"990b8d44-f11d-4e4c-95a8-b8f369ca26ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/paymentMeans/findAll","description":"<p>This API allows users to return List of Payment Means.</p>\n<p><strong>This list is required for e-invoices only</strong></p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"parameters\">Parameters:</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["paymentMeans","findAll"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"7dbbabf4-fde3-45f9-ad2f-dcc2afa56771","name":"example","originalRequest":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/paymentMeans/findAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Sep 2024 12:56:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": [\n        \"Bank Transfer\",\n        \"Cheque\",\n        \"Mada\",\n        \"Visa\",\n        \"Master\",\n        \"American Express\",\n        \"Apple pay\",\n        \"E-Wallet\",\n        \"Cash\"\n    ]\n}"}],"_postman_id":"990b8d44-f11d-4e4c-95a8-b8f369ca26ac"},{"name":"List of Zero Rated Reasons","id":"10854313-792a-44fa-a089-1b660239aa24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/zeroRatedReasons/findAll","description":"<p>This API allows users to return List of Zero Rated Reasons.</p>\n<p><strong>This list is required for e-invoices only</strong></p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"parameters\">Parameters:</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["zeroRatedReasons","findAll"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"5ae4d8f4-f566-480d-a207-78b57581067f","name":"example","originalRequest":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/zeroRatedReasons/findAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Sep 2024 12:58:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": [\n        {\n            \"index\": 0,\n            \"reason\": \"Export of goods\"\n        },\n        {\n            \"index\": 1,\n            \"reason\": \"Export of services\"\n        },\n        {\n            \"index\": 2,\n            \"reason\": \"The international transport of Goods\"\n        },\n        {\n            \"index\": 3,\n            \"reason\": \"international transport of passengers\"\n        },\n        {\n            \"index\": 4,\n            \"reason\": \"services directly connected and incidental to a Supply of international passenger transport\"\n        },\n        {\n            \"index\": 5,\n            \"reason\": \"Supply of a qualifying means of Transport\"\n        },\n        {\n            \"index\": 6,\n            \"reason\": \"Any services relating to Goods or passenger transportation, as defined in article twenty five of these Regulations\"\n        },\n        {\n            \"index\": 7,\n            \"reason\": \"Medicines and medical equipment\"\n        },\n        {\n            \"index\": 8,\n            \"reason\": \"Qualifying metals\"\n        },\n        {\n            \"index\": 9,\n            \"reason\": \"Private education to citizen\"\n        },\n        {\n            \"index\": 10,\n            \"reason\": \"Private healthcare to citizen\"\n        },\n        {\n            \"index\": 11,\n            \"reason\": \"supply of qualified military goods\"\n        }\n    ]\n}"}],"_postman_id":"10854313-792a-44fa-a089-1b660239aa24"},{"name":"E-invoice Credit/Debit Note","id":"e448fe8f-403c-4ae4-a5ee-615f3bd71728","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"billNumber\": \"24091915002\",\n    \"paymentMeans\": \"Bank Transfer\",\n    \"note\": \"test\",\n    \"miniPartialAmount\": null,\n    \"documentNumber\": null,\n    \"eInvoiceUpdateCategory\": \"Credit\",\n    \"zeroRatedReasonIndex\": 7,\n    \"exemptionReasonIndex\": 0,\n    \"notApplicapleReason\": \"test\",\n    \"billItemList\": [\n        {\n            \"name\": \"test\",\n            \"quantity\": 1,\n            \"unitPrice\": \"1\",\n            \"discountType\": \"PERC\",\n            \"discount\": 0,\n            \"vat\": \"NA\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/einvoice/update","description":"<p>Update previously created E-invoice.</p>\n<p><strong>Credit/Debit Note will impact the balance in SADAD and not the related E-invoices.</strong></p>\n<p><strong>Note: to issue a credit/Debit note to a SADAD account, the account must have at least one invoice issued, or that will cause an error.</strong></p>\n<p>#Request Body (JSON):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>billNumber</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>paymentMeans</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Check the API List of Payment Means for available options</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>miniPartialAmount</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>documentNumber</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>eInvoiceUpdateCategory</td>\n<td>string</td>\n<td>Credit , Debit</td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n<tr>\n<td>zeroRatedReasonIndex</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Check the API List of Zero rated Reason for available options</td>\n</tr>\n<tr>\n<td>exemptionReasonIndex</td>\n<td>integer</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Check the API List of Exemption Rated Reasons for available options</td>\n</tr>\n<tr>\n<td>notApplicapleReason</td>\n<td>string</td>\n<td></td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>billItemList</td>\n<td>array of objects</td>\n<td><code>{ \"name\": \"test\", \"quantity\": 1, \"unitPrice\": \"90\", \"discountType\": \"PERC\", \"discount\": 0, \"vat\": \"0.15\" }</code></td>\n<td><em><strong>required</strong></em></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["einvoice","update"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e448fe8f-403c-4ae4-a5ee-615f3bd71728"}],"id":"1d99246d-78f7-470e-8f48-de6c8b13b151","description":"<p>The following API end points are needed in case the e-invoice option is activated it for your biller account.</p>\n","_postman_id":"1d99246d-78f7-470e-8f48-de6c8b13b151"},{"name":"Bulk upload helper","item":[{"name":"Available Bulk Upload types","id":"dc0ff3f7-7563-4ecb-a78a-aa5f34da8223","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/bulk/types","description":"<p>This API allows users to list bulk upload process types.</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<p>none</p>\n<h1 id=\"parameters\">Parameters:</h1>\n<p>none</p>\n<h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["bulk","types"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"bf6f5a7c-eba9-461b-b6e9-a3673e1c0fc7","name":"Available Bulk Upload types","originalRequest":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/bulk/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 10:45:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": [\n        \"RECURRING_BILL\",\n        \"BILL\",\n        \"ACCOUNT\"\n    ]\n}"}],"_postman_id":"dc0ff3f7-7563-4ecb-a78a-aa5f34da8223"},{"name":"Bulk Upload status","id":"5de449ff-e527-41b2-a160-a3d3b37d29bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"detailed\": true,\n    \"type\": \"BILL\"\n}","options":{"raw":{"language":"json"}}},"url":"{{env}}/bulk/upload/status?bulkUploadId=790a1bdb-4375-4692-b27c-ebc73868474d","description":"<p>This API allows users to inquiry the status of bulk upload process.</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key name</th>\n<th>value type</th>\n<th>expected value</th>\n<th>mandatory</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Deatiled</td>\n<td>boolen</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>true/false</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td></td>\n<td><em><strong>required</strong></em></td>\n<td>Value should match one of the values listed in Available Bulk Upload types endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"parameters\">Parameters:</h1>\n<ul>\n<li>BulkUpload : bulk upload process ID - retuned in the response.</li>\n</ul>\n<h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["bulk","upload","status"],"host":["{{env}}"],"query":[{"key":"bulkUploadId","value":"790a1bdb-4375-4692-b27c-ebc73868474d"}],"variable":[]}},"response":[{"id":"34985027-4c56-474d-82a8-724495570a88","name":"Bulk Upload status - detailed","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"detailed\": true,\n    \"type\": \"BILL\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{env}}/bulk/upload/status?bulkUploadId=790a1bdb-4375-4692-b27c-ebc73868474d","host":["{{env}}"],"path":["bulk","upload","status"],"query":[{"key":"bulkUploadId","value":"790a1bdb-4375-4692-b27c-ebc73868474d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 10:47:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": {\n        \"id\": \"670f9850931f5d4542b3036f\",\n        \"jobId\": \"790a1bdb-4375-4692-b27c-ebc73868474d\",\n        \"entityUserId\": 197,\n        \"simpleBillMakeRqDtoList\": [\n            {\n                \"billNumber\": \"202108030001\",\n                \"sadadNumber\": null,\n                \"serviceName\": null,\n                \"shouldCreateEInvoice\": false,\n                \"serviceDescription\": null,\n                \"issueDate\": \"2021-03-08\",\n                \"expireDate\": \"2024-12-20\",\n                \"subAmount\": 110,\n                \"discount\": 0,\n                \"discountType\": null,\n                \"vat\": null,\n                \"customerFullName\": \"Wde Sds\",\n                \"customerMobileNumber\": \"505554303\",\n                \"customerEmailAddress\": null,\n                \"customerIdNumber\": null,\n                \"billItemList\": [\n                    {\n                        \"name\": \"asdf\",\n                        \"unitPrice\": 110,\n                        \"quantity\": 1,\n                        \"discount\": 0,\n                        \"discountType\": \"FIXED\",\n                        \"vat\": \"0\"\n                    }\n                ],\n                \"entityActivityId\": 226,\n                \"entityActivityCode\": null,\n                \"customerTaxNumber\": null,\n                \"customerAddress\": null,\n                \"customerPreviousBalance\": 0,\n                \"customFieldList\": null,\n                \"customerIdType\": null,\n                \"companyIdType\": null,\n                \"othercompanyIdType\": null,\n                \"companyIdNumber\": null,\n                \"saveCustomer\": null,\n                \"campaignId\": null,\n                \"customerEmailList\": null,\n                \"customerMobileList\": null,\n                \"isPartialAllowed\": null,\n                \"miniPartialAmount\": null,\n                \"maxPartialAmount\": null,\n                \"streetName\": null,\n                \"buildingNumber\": null,\n                \"additionalNumber\": null,\n                \"postalCode\": null,\n                \"cityCode\": null,\n                \"districtCode\": null,\n                \"customerType\": null,\n                \"zeroRatedReasonIndex\": null,\n                \"exemptionReasonIndex\": null,\n                \"notApplicapleReason\": null,\n                \"actualDeliveryDate\": null,\n                \"splits\": null,\n                \"billerServicePayment\": false,\n                \"itemStatus\": \"FAILED\",\n                \"errorMessage\": null,\n                \"otherCity\": null,\n                \"otherDistrict\": null\n            }\n        ],\n        \"status\": \"DONE\",\n        \"locale\": \"en_US\",\n        \"creationDate\": \"2024-10-16T13:41:20.259\",\n        \"updateDate\": \"2024-10-16T13:41:20.259\"\n    }\n}"},{"id":"c14bba94-f190-485e-bd46-467d282d265b","name":"Bulk Upload status - not detailed","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"detailed\": false,\n    \"type\": \"BILL\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{env}}/bulk/upload/status?bulkUploadId=790a1bdb-4375-4692-b27c-ebc73868474d","host":["{{env}}"],"path":["bulk","upload","status"],"query":[{"key":"bulkUploadId","value":"790a1bdb-4375-4692-b27c-ebc73868474d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 10:48:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": {\n        \"jobId\": \"790a1bdb-4375-4692-b27c-ebc73868474d\",\n        \"status\": \"DONE\",\n        \"type\": \"BILL\",\n        \"failedUploads\": 1,\n        \"successUploads\": 0,\n        \"createTime\": \"10/16/2024 01:41:20 PM\",\n        \"updateTime\": \"10/16/2024 01:41:20 PM\"\n    }\n}"}],"_postman_id":"5de449ff-e527-41b2-a160-a3d3b37d29bf"}],"id":"a93b3472-ab69-4081-b578-f337aa1d9986","_postman_id":"a93b3472-ab69-4081-b578-f337aa1d9986","description":""},{"name":"Find All Biller Custome Field","id":"c2700336-3dd1-4ddd-8ef4-f7557db59454","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/customField","description":"<p>Retrieve all the available Custom Fields.</p>\n<p>Custom Fields are used to serve custom data in the invoice that is sent to the customer.</p>\n<p>With every new created invoice, the custom field ID with value can be sent.</p>\n<blockquote>\n<p>you can create custom fields from the portal.</p>\n</blockquote>\n","urlObject":{"path":["customField"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"18bc968c-6837-49db-8385-8ee92e2d5e88","name":"Find All Biller Custome Field","originalRequest":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/customeField"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"status\":200,\r\n   \"message\":\"Operation Done Successfully\",\r\n   \"data\":[\r\n      {\r\n         \"id\":135,\r\n         \"minLength\":0,\r\n         \"maxLength\":255,\r\n         \"isRequired\":\"NO\",\r\n         \"fieldType\":\"INPUT\",\r\n         \"valueType\":\"ALPHA\",\r\n         \"status\":\"ACTIVE\",\r\n         \"fieldNameEn\":\"Gender\",\r\n         \"fieldNameAr\":\"الجنس\"\r\n      },\r\n      {\r\n         \"id\":152,\r\n         \"minLength\":0,\r\n         \"maxLength\":255,\r\n         \"isRequired\":\"NO\",\r\n         \"fieldType\":\"INPUT\",\r\n         \"valueType\":\"ALPHA\",\r\n         \"status\":\"ACTIVE\",\r\n         \"fieldNameEn\":\"Class\",\r\n         \"fieldNameAr\":\"الفئة\"\r\n      },\r\n      {\r\n         \"id\":159,\r\n         \"minLength\":0,\r\n         \"maxLength\":255,\r\n         \"isRequired\":\"NO\",\r\n         \"fieldType\":\"INPUT\",\r\n         \"valueType\":\"ALPHA\",\r\n         \"status\":\"ACTIVE\",\r\n         \"fieldNameEn\":\"Period\",\r\n         \"fieldNameAr\":\"الفترة الزمنية\"\r\n      },\r\n      {\r\n         \"id\":160,\r\n         \"minLength\":0,\r\n         \"maxLength\":255,\r\n         \"isRequired\":\"NO\",\r\n         \"fieldType\":\"INPUT\",\r\n         \"valueType\":\"ALPHANUMERIC\",\r\n         \"status\":\"ACTIVE\",\r\n         \"fieldNameEn\":\"Due date\",\r\n         \"fieldNameAr\":\"تاريخ الاستحقاق\"\r\n      },\r\n      {\r\n         \"id\":161,\r\n         \"minLength\":0,\r\n         \"maxLength\":255,\r\n         \"isRequired\":\"NO\",\r\n         \"fieldType\":\"INPUT\",\r\n         \"valueType\":\"NUMERIC\",\r\n         \"status\":\"ACTIVE\",\r\n         \"fieldNameEn\":\"Reference Number\",\r\n         \"fieldNameAr\":\"الرقم المرجعي\"\r\n      },\r\n      {\r\n         \"id\":162,\r\n         \"minLength\":0,\r\n         \"maxLength\":255,\r\n         \"isRequired\":\"NO\",\r\n         \"fieldType\":\"INPUT\",\r\n         \"valueType\":\"NUMERIC\",\r\n         \"status\":\"ACTIVE\",\r\n         \"fieldNameEn\":\"Minimum Amount\",\r\n         \"fieldNameAr\":\"قيمة الحد الادنى \"\r\n      },\r\n      {\r\n         \"id\":163,\r\n         \"minLength\":0,\r\n         \"maxLength\":255,\r\n         \"isRequired\":\"NO\",\r\n         \"fieldType\":\"INPUT\",\r\n         \"valueType\":\"NUMERIC\",\r\n         \"status\":\"ACTIVE\",\r\n         \"fieldNameEn\":\"CIF\",\r\n         \"fieldNameAr\":\"رقم الملف\"\r\n      },\r\n      {\r\n         \"id\":164,\r\n         \"minLength\":0,\r\n         \"maxLength\":255,\r\n         \"isRequired\":\"NO\",\r\n         \"fieldType\":\"INPUT\",\r\n         \"valueType\":\"NUMERIC\",\r\n         \"status\":\"ACTIVE\",\r\n         \"fieldNameEn\":\"Age\",\r\n         \"fieldNameAr\":\"العمر\"\r\n      }\r\n   ]\r\n}"}],"_postman_id":"c2700336-3dd1-4ddd-8ef4-f7557db59454"},{"name":"list of activities","id":"686c5403-8ee6-4ead-a0d9-476b34dfcd78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/activity","description":"<p>This API allows users to return list for available activities</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"parameters\">Parameters:</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["activity"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"2546dec3-08b9-42ce-bcbe-f9a29b4ff0b7","name":"list of activities","originalRequest":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 23 Aug 2021 07:47:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": [\n        {\n            \"id\": 488,\n            \"activityName\": \"Testing-Dawadmi\",\n            \"activityNameAr\": \"ىيبتسيابس سبيابن\",\n            \"activityNameEn\": \"Testing\",\n            \"status\": \"ACTIVE\",\n            \"iban\": \"SA1562321532235453456466\",\n            \"bankId\": null,\n            \"cityId\": null,\n            \"code\": \"202\"\n        },\n        {\n            \"id\": 489,\n            \"activityName\": \"Test-Jeddah\",\n            \"activityNameAr\": \"نشاط\",\n            \"activityNameEn\": \"Test\",\n            \"status\": \"ACTIVE\",\n            \"iban\": \"SA1562321532235453456465\",\n            \"bankId\": null,\n            \"cityId\": null,\n            \"code\": \"203\"\n        },\n        {\n            \"id\": 530,\n            \"activityName\": \"Toys-Taif\",\n            \"activityNameAr\": \"ئبينشاط\",\n            \"activityNameEn\": \"Toys\",\n            \"status\": \"ACTIVE\",\n            \"iban\": \"SA5633228411600000022224\",\n            \"bankId\": null,\n            \"cityId\": null,\n            \"code\": \"001\"\n        }\n    ]\n}"}],"_postman_id":"686c5403-8ee6-4ead-a0d9-476b34dfcd78"},{"name":"VAT values","id":"85962016-4d29-4525-bf26-8024c028e9f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/vat","description":"<p>This API allows users to return a list of all allowed VAT values</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"parameters\">Parameters:</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"authentication\">Authentication:</h1>\n<p>username and password should be sent using header.</p>\n","urlObject":{"path":["vat"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"d0890fb3-1274-4f7d-8117-f7921d5e7b0a","name":"VAT values","originalRequest":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/vat"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 31 Oct 2024 12:38:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": [\n        {\n            \"id\": 1701,\n            \"vat\": \"0.15\",\n            \"vatDisplay\": \"15%\"\n        },\n        {\n            \"id\": 1702,\n            \"vat\": \"0.05\",\n            \"vatDisplay\": \"5%\"\n        },\n        {\n            \"id\": 1703,\n            \"vat\": \"0.00\",\n            \"vatDisplay\": \"0%\"\n        },\n        {\n            \"id\": null,\n            \"vat\": \"EXE\",\n            \"vatDisplay\": \"Exempted\"\n        },\n        {\n            \"id\": null,\n            \"vat\": \"NA\",\n            \"vatDisplay\": \"N/A\"\n        }\n    ]\n}"}],"_postman_id":"85962016-4d29-4525-bf26-8024c028e9f3"},{"name":"Districts List","id":"610cbe94-c4a0-4786-b3f7-7cd69e778d4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"langauge","value":"ar","type":"text"}],"url":"{{env}}/district/findAll?cityCode=1","description":"<p>This API get list of districts with its code, this API used to specify the customer address in bill upload API</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"parameters\">Parameters:</h1>\n<ul>\n<li>cityCode (optional)</li>\n</ul>\n<p>specifying the cityCode will return districts only in the specified city</p>\n","urlObject":{"path":["district","findAll"],"host":["{{env}}"],"query":[{"key":"cityCode","value":"1"}],"variable":[]}},"response":[{"id":"f4ebf876-07b9-456b-ba7d-5d7c20088464","name":"Districts List","originalRequest":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"langauge","value":"ar","type":"text"}],"url":{"raw":"{{env}}/district/findAll?cityCode=1","host":["{{env}}"],"path":["district","findAll"],"query":[{"key":"cityCode","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 23 Aug 2021 08:24:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"code\": \"1\",\n            \"text\": \"Sulimaniah\",\n            \"cityId\": 1\n        },\n        {\n            \"id\": 0,\n            \"code\": \"OTH\",\n            \"text\": \"Other\",\n            \"cityId\": 1\n        }\n    ]\n}"}],"_postman_id":"610cbe94-c4a0-4786-b3f7-7cd69e778d4f"},{"name":"Cities List","id":"2d00e1a0-8212-46df-9ced-fed238c0d326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"langauge","value":"ar","type":"text"}],"url":"{{env}}/city/findAll","description":"<p>This API get list of cities with code, this API used to specify the customer address in bill upload</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"parameters\">Parameters:</h1>\n<ul>\n<li>none</li>\n</ul>\n","urlObject":{"path":["city","findAll"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"a38b57db-43a1-4ebe-bc6f-5f15f7a0d9ee","name":"Cities List","originalRequest":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"langauge","value":"ar","type":"text"}],"url":"{{env}}/city/findAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 23 Aug 2021 08:24:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"code\": \"1\",\n            \"text\": \"Riyadh\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 2,\n            \"code\": \"2\",\n            \"text\": \"Ad Diriyah\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 3,\n            \"code\": \"3\",\n            \"text\": \"Al Kharj\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 4,\n            \"code\": \"4\",\n            \"text\": \"Dawadmi\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 5,\n            \"code\": \"5\",\n            \"text\": \"Almajma'ah\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 6,\n            \"code\": \"6\",\n            \"text\": \"Quwaiyah\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 7,\n            \"code\": \"7\",\n            \"text\": \"Aflaj\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 8,\n            \"code\": \"8\",\n            \"text\": \"Wadi Al-Dawasir\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 9,\n            \"code\": \"9\",\n            \"text\": \"Zulfi\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 10,\n            \"code\": \"10\",\n            \"text\": \"Shagra\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 11,\n            \"code\": \"11\",\n            \"text\": \"Hotat Bani Tamim\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 12,\n            \"code\": \"12\",\n            \"text\": \"Afif\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 13,\n            \"code\": \"13\",\n            \"text\": \"Ghat\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 14,\n            \"code\": \"14\",\n            \"text\": \"Alsulail\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 15,\n            \"code\": \"15\",\n            \"text\": \"Dorma\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 16,\n            \"code\": \"16\",\n            \"text\": \"Muzahimiyah\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 17,\n            \"code\": \"17\",\n            \"text\": \"Rumaih\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 18,\n            \"code\": \"18\",\n            \"text\": \"Thadiq\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 19,\n            \"code\": \"19\",\n            \"text\": \"Haremla\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 20,\n            \"code\": \"20\",\n            \"text\": \"Alhariq\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 21,\n            \"code\": \"21\",\n            \"text\": \"Mraat\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 22,\n            \"code\": \"22\",\n            \"text\": \"Alren\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 23,\n            \"code\": \"23\",\n            \"text\": \"Delm\",\n            \"regionId\": 1\n        },\n        {\n            \"id\": 24,\n            \"code\": \"24\",\n            \"text\": \"Mecca\",\n            \"regionId\": 2\n        },\n        {\n            \"id\": 25,\n            \"code\": \"25\",\n            \"text\": \"Jeddah\",\n            \"regionId\": 2\n        },\n        {\n            \"id\": 26,\n            \"code\": \"26\",\n            \"text\": \"Taif\",\n            \"regionId\": 2\n        },\n        {\n            \"id\": 27,\n            \"code\": \"27\",\n            \"text\": \"Al-Qunfudhah\",\n            \"regionId\": 2\n        },\n        {\n            \"id\": 28,\n            \"code\": \"28\",\n            \"text\": \"Laith\",\n            \"regionId\": 2\n        },\n        {\n            \"id\": 29,\n            \"code\": \"29\",\n            \"text\": \"Rabigh\",\n            \"regionId\": 2\n        },\n        {\n            \"id\": 30,\n            \"code\": \"30\",\n            \"text\": \"Kulais\",\n            \"regionId\": 2\n        },\n        {\n            \"id\": 31,\n            \"code\": \"31\",\n            \"text\": \"Kharma\",\n            \"regionId\": 2\n        },\n        {\n            \"id\": 32,\n            \"code\": \"32\",\n            \"text\": \"Raniah\",\n            \"regionId\": 2\n        },\n        {\n            \"id\": 33,\n            \"code\": \"33\",\n            \"text\": \"Trubah\",\n            \"regionId\": 2\n        },\n        {\n            \"id\": 34,\n            \"code\": \"34\",\n            \"text\": \"Al-Jumum\",\n            \"regionId\": 2\n        },\n        {\n            \"id\": 35,\n            \"code\": \"35\",\n            \"text\": \"Al-Kamel\",\n            \"regionId\": 2\n        },\n        {\n            \"id\": 36,\n            \"code\": \"36\",\n            \"text\": \"Al-Moaih\",\n            \"regionId\": 2\n        },\n        {\n            \"id\": 37,\n            \"code\": \"37\",\n            \"text\": \"Maysan\",\n            \"regionId\": 2\n        },\n        {\n            \"id\": 38,\n            \"code\": \"38\",\n            \"text\": \"Adum\",\n            \"regionId\": 2\n        },\n        {\n            \"id\": 39,\n            \"code\": \"39\",\n            \"text\": \"Al-Ardiat\",\n            \"regionId\": 2\n        },\n        {\n            \"id\": 40,\n            \"code\": \"40\",\n            \"text\": \"Bahra\",\n            \"regionId\": 2\n        },\n        {\n            \"id\": 41,\n            \"code\": \"41\",\n            \"text\": \"Medina\",\n            \"regionId\": 3\n        },\n        {\n            \"id\": 42,\n            \"code\": \"42\",\n            \"text\": \"Yunbua \",\n            \"regionId\": 3\n        },\n        {\n            \"id\": 43,\n            \"code\": \"43\",\n            \"text\": \"Al-Ala\",\n            \"regionId\": 3\n        },\n        {\n            \"id\": 44,\n            \"code\": \"44\",\n            \"text\": \"Mahd Al-Dahab\",\n            \"regionId\": 3\n        },\n        {\n            \"id\": 45,\n            \"code\": \"45\",\n            \"text\": \"Al-Hunakiha\",\n            \"regionId\": 3\n        },\n        {\n            \"id\": 46,\n            \"code\": \"46\",\n            \"text\": \"Bader\",\n            \"regionId\": 3\n        },\n        {\n            \"id\": 47,\n            \"code\": \"47\",\n            \"text\": \"Khaibar\",\n            \"regionId\": 3\n        },\n        {\n            \"id\": 48,\n            \"code\": \"48\",\n            \"text\": \"Al-Ais\",\n            \"regionId\": 3\n        },\n        {\n            \"id\": 49,\n            \"code\": \"49\",\n            \"text\": \"Wadi Alfara\",\n            \"regionId\": 3\n        },\n        {\n            \"id\": 50,\n            \"code\": \"50\",\n            \"text\": \"Buraydah\",\n            \"regionId\": 4\n        },\n        {\n            \"id\": 51,\n            \"code\": \"51\",\n            \"text\": \"Onaizah\",\n            \"regionId\": 4\n        },\n        {\n            \"id\": 52,\n            \"code\": \"52\",\n            \"text\": \"Alrass\",\n            \"regionId\": 4\n        },\n        {\n            \"id\": 53,\n            \"code\": \"53\",\n            \"text\": \"Al-Muthnib\",\n            \"regionId\": 4\n        },\n        {\n            \"id\": 54,\n            \"code\": \"54\",\n            \"text\": \"Bukayriyah\",\n            \"regionId\": 4\n        },\n        {\n            \"id\": 55,\n            \"code\": \"55\",\n            \"text\": \"Badia\",\n            \"regionId\": 4\n        },\n        {\n            \"id\": 56,\n            \"code\": \"56\",\n            \"text\": \"Al-Asiah\",\n            \"regionId\": 4\n        },\n        {\n            \"id\": 57,\n            \"code\": \"57\",\n            \"text\": \"Nabhaniya\",\n            \"regionId\": 4\n        },\n        {\n            \"id\": 58,\n            \"code\": \"58\",\n            \"text\": \"Al-Shumasiah\",\n            \"regionId\": 4\n        },\n        {\n            \"id\": 59,\n            \"code\": \"59\",\n            \"text\": \"Oyon Aljwa\",\n            \"regionId\": 4\n        },\n        {\n            \"id\": 60,\n            \"code\": \"60\",\n            \"text\": \"Riyadh Al-Khabraa\",\n            \"regionId\": 4\n        },\n        {\n            \"id\": 61,\n            \"code\": \"61\",\n            \"text\": \"Oglat Al-sugor\",\n            \"regionId\": 4\n        },\n        {\n            \"id\": 62,\n            \"code\": \"62\",\n            \"text\": \"Thariah\",\n            \"regionId\": 4\n        },\n        {\n            \"id\": 63,\n            \"code\": \"63\",\n            \"text\": \"Dammam\",\n            \"regionId\": 5\n        },\n        {\n            \"id\": 64,\n            \"code\": \"64\",\n            \"text\": \"Hasa\",\n            \"regionId\": 5\n        },\n        {\n            \"id\": 65,\n            \"code\": \"65\",\n            \"text\": \"Hafar Al-Batin\",\n            \"regionId\": 5\n        },\n        {\n            \"id\": 66,\n            \"code\": \"66\",\n            \"text\": \"Jubail\",\n            \"regionId\": 5\n        },\n        {\n            \"id\": 67,\n            \"code\": \"67\",\n            \"text\": \"Qatif\",\n            \"regionId\": 5\n        },\n        {\n            \"id\": 68,\n            \"code\": \"68\",\n            \"text\": \"Al Khobar\",\n            \"regionId\": 5\n        },\n        {\n            \"id\": 69,\n            \"code\": \"69\",\n            \"text\": \"Khafji\",\n            \"regionId\": 5\n        },\n        {\n            \"id\": 70,\n            \"code\": \"70\",\n            \"text\": \"Ras Tanura\",\n            \"regionId\": 5\n        },\n        {\n            \"id\": 71,\n            \"code\": \"71\",\n            \"text\": \"Buqaiq\",\n            \"regionId\": 5\n        },\n        {\n            \"id\": 72,\n            \"code\": \"72\",\n            \"text\": \"Nairiyah\",\n            \"regionId\": 5\n        },\n        {\n            \"id\": 73,\n            \"code\": \"73\",\n            \"text\": \"Gariat Olaya \",\n            \"regionId\": 5\n        },\n        {\n            \"id\": 74,\n            \"code\": \"74\",\n            \"text\": \"Al-Odaid\",\n            \"regionId\": 5\n        },\n        {\n            \"id\": 75,\n            \"code\": \"75\",\n            \"text\": \"Abha\",\n            \"regionId\": 6\n        },\n        {\n            \"id\": 76,\n            \"code\": \"76\",\n            \"text\": \"Khamis Mushait\",\n            \"regionId\": 6\n        },\n        {\n            \"id\": 77,\n            \"code\": \"77\",\n            \"text\": \"Bisha\",\n            \"regionId\": 6\n        },\n        {\n            \"id\": 78,\n            \"code\": \"78\",\n            \"text\": \"Al-Namas\",\n            \"regionId\": 6\n        },\n        {\n            \"id\": 79,\n            \"code\": \"79\",\n            \"text\": \"Mahayel Aseer\",\n            \"regionId\": 6\n        },\n        {\n            \"id\": 80,\n            \"code\": \"80\",\n            \"text\": \"Dhahran Al-Janob\",\n            \"regionId\": 6\n        },\n        {\n            \"id\": 81,\n            \"code\": \"81\",\n            \"text\": \"Tathlith\",\n            \"regionId\": 6\n        },\n        {\n            \"id\": 82,\n            \"code\": \"82\",\n            \"text\": \"Sarat Obeida\",\n            \"regionId\": 6\n        },\n        {\n            \"id\": 83,\n            \"code\": \"83\",\n            \"text\": \"Rejal Almaa\",\n            \"regionId\": 6\n        },\n        {\n            \"id\": 84,\n            \"code\": \"84\",\n            \"text\": \"Belqarn\",\n            \"regionId\": 6\n        },\n        {\n            \"id\": 85,\n            \"code\": \"85\",\n            \"text\": \"Ahad Rufaida\",\n            \"regionId\": 6\n        },\n        {\n            \"id\": 86,\n            \"code\": \"86\",\n            \"text\": \"Majarda\",\n            \"regionId\": 6\n        },\n        {\n            \"id\": 87,\n            \"code\": \"87\",\n            \"text\": \"Al-Bark\",\n            \"regionId\": 6\n        },\n        {\n            \"id\": 88,\n            \"code\": \"88\",\n            \"text\": \"Bariq\",\n            \"regionId\": 6\n        },\n        {\n            \"id\": 89,\n            \"code\": \"89\",\n            \"text\": \"Tanumah\",\n            \"regionId\": 6\n        },\n        {\n            \"id\": 90,\n            \"code\": \"90\",\n            \"text\": \"Traib\",\n            \"regionId\": 6\n        },\n        {\n            \"id\": 91,\n            \"code\": \"91\",\n            \"text\": \"Al-Harjah\",\n            \"regionId\": 6\n        },\n        {\n            \"id\": 92,\n            \"code\": \"92\",\n            \"text\": \"Tabuk\",\n            \"regionId\": 7\n        },\n        {\n            \"id\": 93,\n            \"code\": \"93\",\n            \"text\": \"Al-Wajh\",\n            \"regionId\": 7\n        },\n        {\n            \"id\": 94,\n            \"code\": \"94\",\n            \"text\": \"Dhaba\",\n            \"regionId\": 7\n        },\n        {\n            \"id\": 95,\n            \"code\": \"95\",\n            \"text\": \"Taima\",\n            \"regionId\": 7\n        },\n        {\n            \"id\": 96,\n            \"code\": \"96\",\n            \"text\": \"Amlaj\",\n            \"regionId\": 7\n        },\n        {\n            \"id\": 97,\n            \"code\": \"97\",\n            \"text\": \"Haqail\",\n            \"regionId\": 7\n        },\n        {\n            \"id\": 98,\n            \"code\": \"98\",\n            \"text\": \"Al-Bdaa\",\n            \"regionId\": 7\n        },\n        {\n            \"id\": 99,\n            \"code\": \"99\",\n            \"text\": \"Hail\",\n            \"regionId\": 8\n        },\n        {\n            \"id\": 100,\n            \"code\": \"100\",\n            \"text\": \"Bagaah \",\n            \"regionId\": 8\n        },\n        {\n            \"id\": 101,\n            \"code\": \"101\",\n            \"text\": \"Al-Gazalah\",\n            \"regionId\": 8\n        },\n        {\n            \"id\": 102,\n            \"code\": \"102\",\n            \"text\": \"Shannah\",\n            \"regionId\": 8\n        },\n        {\n            \"id\": 103,\n            \"code\": \"103\",\n            \"text\": \"Al-Haid\",\n            \"regionId\": 8\n        },\n        {\n            \"id\": 104,\n            \"code\": \"104\",\n            \"text\": \"As-Sulaimi\",\n            \"regionId\": 8\n        },\n        {\n            \"id\": 105,\n            \"code\": \"105\",\n            \"text\": \"Shamali\",\n            \"regionId\": 8\n        },\n        {\n            \"id\": 106,\n            \"code\": \"106\",\n            \"text\": \"Mugag\",\n            \"regionId\": 8\n        },\n        {\n            \"id\": 107,\n            \"code\": \"107\",\n            \"text\": \"Samira\",\n            \"regionId\": 8\n        },\n        {\n            \"id\": 108,\n            \"code\": \"108\",\n            \"text\": \"Arar\",\n            \"regionId\": 9\n        },\n        {\n            \"id\": 109,\n            \"code\": \"109\",\n            \"text\": \"Rafha\",\n            \"regionId\": 9\n        },\n        {\n            \"id\": 110,\n            \"code\": \"110\",\n            \"text\": \"Traif\",\n            \"regionId\": 9\n        },\n        {\n            \"id\": 111,\n            \"code\": \"111\",\n            \"text\": \"Al-Uweqila\",\n            \"regionId\": 9\n        },\n        {\n            \"id\": 112,\n            \"code\": \"112\",\n            \"text\": \"jazan \",\n            \"regionId\": 10\n        },\n        {\n            \"id\": 113,\n            \"code\": \"113\",\n            \"text\": \"Sabia\",\n            \"regionId\": 10\n        },\n        {\n            \"id\": 114,\n            \"code\": \"114\",\n            \"text\": \"Abu Arish\",\n            \"regionId\": 10\n        },\n        {\n            \"id\": 115,\n            \"code\": \"115\",\n            \"text\": \"Samtah\",\n            \"regionId\": 10\n        },\n        {\n            \"id\": 116,\n            \"code\": \"116\",\n            \"text\": \"Bish\",\n            \"regionId\": 10\n        },\n        {\n            \"id\": 117,\n            \"code\": \"117\",\n            \"text\": \"Al-Drb\",\n            \"regionId\": 10\n        },\n        {\n            \"id\": 118,\n            \"code\": \"118\",\n            \"text\": \"Al-Hrth\",\n            \"regionId\": 10\n        },\n        {\n            \"id\": 119,\n            \"code\": \"119\",\n            \"text\": \"Damd\",\n            \"regionId\": 10\n        },\n        {\n            \"id\": 120,\n            \"code\": \"120\",\n            \"text\": \"Al-Raith\",\n            \"regionId\": 10\n        },\n        {\n            \"id\": 121,\n            \"code\": \"121\",\n            \"text\": \"Fursan Islands\",\n            \"regionId\": 10\n        },\n        {\n            \"id\": 122,\n            \"code\": \"122\",\n            \"text\": \"Al-Dair\",\n            \"regionId\": 10\n        },\n        {\n            \"id\": 123,\n            \"code\": \"123\",\n            \"text\": \"Al-Ardah\",\n            \"regionId\": 10\n        },\n        {\n            \"id\": 124,\n            \"code\": \"124\",\n            \"text\": \"Ahad Al-Masarh\",\n            \"regionId\": 10\n        },\n        {\n            \"id\": 125,\n            \"code\": \"125\",\n            \"text\": \"Al-Eidabi\",\n            \"regionId\": 10\n        },\n        {\n            \"id\": 126,\n            \"code\": \"126\",\n            \"text\": \"Fifa\",\n            \"regionId\": 10\n        },\n        {\n            \"id\": 127,\n            \"code\": \"127\",\n            \"text\": \"Al-Twal\",\n            \"regionId\": 10\n        },\n        {\n            \"id\": 128,\n            \"code\": \"128\",\n            \"text\": \"Horob\",\n            \"regionId\": 10\n        },\n        {\n            \"id\": 129,\n            \"code\": \"129\",\n            \"text\": \"Najran\",\n            \"regionId\": 11\n        },\n        {\n            \"id\": 130,\n            \"code\": \"130\",\n            \"text\": \"Sharurah\",\n            \"regionId\": 11\n        },\n        {\n            \"id\": 131,\n            \"code\": \"131\",\n            \"text\": \"Hubna\",\n            \"regionId\": 11\n        },\n        {\n            \"id\": 132,\n            \"code\": \"132\",\n            \"text\": \"Bader Al-Janoub\",\n            \"regionId\": 11\n        },\n        {\n            \"id\": 133,\n            \"code\": \"133\",\n            \"text\": \"Yadimah\",\n            \"regionId\": 11\n        },\n        {\n            \"id\": 134,\n            \"code\": \"134\",\n            \"text\": \"Thar\",\n            \"regionId\": 11\n        },\n        {\n            \"id\": 135,\n            \"code\": \"135\",\n            \"text\": \"khabash\",\n            \"regionId\": 11\n        },\n        {\n            \"id\": 136,\n            \"code\": \"136\",\n            \"text\": \"Al-Kharkair\",\n            \"regionId\": 11\n        },\n        {\n            \"id\": 137,\n            \"code\": \"137\",\n            \"text\": \"Al-Baha\",\n            \"regionId\": 12\n        },\n        {\n            \"id\": 138,\n            \"code\": \"138\",\n            \"text\": \"Baljurashi\",\n            \"regionId\": 12\n        },\n        {\n            \"id\": 139,\n            \"code\": \"139\",\n            \"text\": \"Al-Mndaq\",\n            \"regionId\": 12\n        },\n        {\n            \"id\": 140,\n            \"code\": \"140\",\n            \"text\": \"Mehwah\",\n            \"regionId\": 12\n        },\n        {\n            \"id\": 141,\n            \"code\": \"141\",\n            \"text\": \"Glwah\",\n            \"regionId\": 12\n        },\n        {\n            \"id\": 142,\n            \"code\": \"142\",\n            \"text\": \"Al-Agig\",\n            \"regionId\": 12\n        },\n        {\n            \"id\": 143,\n            \"code\": \"143\",\n            \"text\": \"Al-Gura\",\n            \"regionId\": 12\n        },\n        {\n            \"id\": 144,\n            \"code\": \"144\",\n            \"text\": \"Ghamid Al-Znad\",\n            \"regionId\": 12\n        },\n        {\n            \"id\": 145,\n            \"code\": \"145\",\n            \"text\": \"Al-Hujrah\",\n            \"regionId\": 12\n        },\n        {\n            \"id\": 146,\n            \"code\": \"146\",\n            \"text\": \"Bani Hassan\",\n            \"regionId\": 12\n        },\n        {\n            \"id\": 147,\n            \"code\": \"147\",\n            \"text\": \"Skaka\",\n            \"regionId\": 13\n        },\n        {\n            \"id\": 148,\n            \"code\": \"148\",\n            \"text\": \"Qurayyat\",\n            \"regionId\": 13\n        },\n        {\n            \"id\": 149,\n            \"code\": \"149\",\n            \"text\": \"Domat Jandal\",\n            \"regionId\": 13\n        },\n        {\n            \"id\": 150,\n            \"code\": \"150\",\n            \"text\": \"Tabarjal\",\n            \"regionId\": 13\n        },\n        {\n            \"id\": 151,\n            \"code\": \"151\",\n            \"text\": \"Al-Joof\",\n            \"regionId\": 13\n        }\n    ]\n}"}],"_postman_id":"2d00e1a0-8212-46df-9ced-fed238c0d326"},{"name":"Nationalities list","id":"5e9c43f2-3e9e-4cc8-8f04-ad1d59c347f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/nationality/findAll","description":"<p>This API get list of nationalities with id,</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"parameters\">Parameters:</h1>\n<ul>\n<li>none</li>\n</ul>\n","urlObject":{"path":["nationality","findAll"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"446d1857-0718-44d0-a8ab-d38e21cab7c1","name":"New Request","originalRequest":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/nationality/findAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Aug 2024 12:50:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"code\": \"AF\",\n            \"text\": \"Afghanistan\",\n            \"flag\": \"https://restcountries.eu/data/afg.svg\",\n            \"dailCode\": \"93\"\n        },\n        {\n            \"id\": 2,\n            \"code\": \"AX\",\n            \"text\": \"Åland Islands\",\n            \"flag\": \"https://restcountries.eu/data/ala.svg\",\n            \"dailCode\": \"358\"\n        },\n        {\n            \"id\": 3,\n            \"code\": \"AL\",\n            \"text\": \"Albania\",\n            \"flag\": \"https://restcountries.eu/data/alb.svg\",\n            \"dailCode\": \"355\"\n        },\n        {\n            \"id\": 4,\n            \"code\": \"DZ\",\n            \"text\": \"Algeria\",\n            \"flag\": \"https://restcountries.eu/data/dza.svg\",\n            \"dailCode\": \"213\"\n        },\n        {\n            \"id\": 5,\n            \"code\": \"AS\",\n            \"text\": \"American Samoa\",\n            \"flag\": \"https://restcountries.eu/data/asm.svg\",\n            \"dailCode\": \"1684\"\n        },\n        {\n            \"id\": 6,\n            \"code\": \"AD\",\n            \"text\": \"Andorra\",\n            \"flag\": \"https://restcountries.eu/data/and.svg\",\n            \"dailCode\": \"376\"\n        },\n        {\n            \"id\": 7,\n            \"code\": \"AO\",\n            \"text\": \"Angola\",\n            \"flag\": \"https://restcountries.eu/data/ago.svg\",\n            \"dailCode\": \"244\"\n        },\n        {\n            \"id\": 8,\n            \"code\": \"AI\",\n            \"text\": \"Anguilla\",\n            \"flag\": \"https://restcountries.eu/data/aia.svg\",\n            \"dailCode\": \"1264\"\n        },\n        {\n            \"id\": 9,\n            \"code\": \"AQ\",\n            \"text\": \"Antarctica\",\n            \"flag\": \"https://restcountries.eu/data/ata.svg\",\n            \"dailCode\": \"672\"\n        },\n        {\n            \"id\": 10,\n            \"code\": \"AG\",\n            \"text\": \"Antigua and Barbuda\",\n            \"flag\": \"https://restcountries.eu/data/atg.svg\",\n            \"dailCode\": \"1268\"\n        },\n        {\n            \"id\": 11,\n            \"code\": \"AR\",\n            \"text\": \"Argentina\",\n            \"flag\": \"https://restcountries.eu/data/arg.svg\",\n            \"dailCode\": \"54\"\n        },\n        {\n            \"id\": 12,\n            \"code\": \"AM\",\n            \"text\": \"Armenia\",\n            \"flag\": \"https://restcountries.eu/data/arm.svg\",\n            \"dailCode\": \"374\"\n        },\n        {\n            \"id\": 13,\n            \"code\": \"AW\",\n            \"text\": \"Aruba\",\n            \"flag\": \"https://restcountries.eu/data/abw.svg\",\n            \"dailCode\": \"297\"\n        },\n        {\n            \"id\": 14,\n            \"code\": \"AU\",\n            \"text\": \"Australia\",\n            \"flag\": \"https://restcountries.eu/data/aus.svg\",\n            \"dailCode\": \"61\"\n        },\n        {\n            \"id\": 15,\n            \"code\": \"AT\",\n            \"text\": \"Austria\",\n            \"flag\": \"https://restcountries.eu/data/aut.svg\",\n            \"dailCode\": \"43\"\n        },\n        {\n            \"id\": 16,\n            \"code\": \"AZ\",\n            \"text\": \"Azerbaijan\",\n            \"flag\": \"https://restcountries.eu/data/aze.svg\",\n            \"dailCode\": \"994\"\n        },\n        {\n            \"id\": 17,\n            \"code\": \"BS\",\n            \"text\": \"Bahamas\",\n            \"flag\": \"https://restcountries.eu/data/bhs.svg\",\n            \"dailCode\": \"1242\"\n        },\n        {\n            \"id\": 18,\n            \"code\": \"BH\",\n            \"text\": \"Bahrain\",\n            \"flag\": \"https://restcountries.eu/data/bhr.svg\",\n            \"dailCode\": \"973\"\n        },\n        {\n            \"id\": 19,\n            \"code\": \"BD\",\n            \"text\": \"Bangladesh\",\n            \"flag\": \"https://restcountries.eu/data/bgd.svg\",\n            \"dailCode\": \"880\"\n        },\n        {\n            \"id\": 20,\n            \"code\": \"BB\",\n            \"text\": \"Barbados\",\n            \"flag\": \"https://restcountries.eu/data/brb.svg\",\n            \"dailCode\": \"1246\"\n        },\n        {\n            \"id\": 21,\n            \"code\": \"BY\",\n            \"text\": \"Belarus\",\n            \"flag\": \"https://restcountries.eu/data/blr.svg\",\n            \"dailCode\": \"375\"\n        },\n        {\n            \"id\": 22,\n            \"code\": \"BE\",\n            \"text\": \"Belgium\",\n            \"flag\": \"https://restcountries.eu/data/bel.svg\",\n            \"dailCode\": \"32\"\n        },\n        {\n            \"id\": 23,\n            \"code\": \"BZ\",\n            \"text\": \"Belize\",\n            \"flag\": \"https://restcountries.eu/data/blz.svg\",\n            \"dailCode\": \"501\"\n        },\n        {\n            \"id\": 24,\n            \"code\": \"BJ\",\n            \"text\": \"Benin\",\n            \"flag\": \"https://restcountries.eu/data/ben.svg\",\n            \"dailCode\": \"229\"\n        },\n        {\n            \"id\": 25,\n            \"code\": \"BM\",\n            \"text\": \"Bermuda\",\n            \"flag\": \"https://restcountries.eu/data/bmu.svg\",\n            \"dailCode\": \"1441\"\n        },\n        {\n            \"id\": 26,\n            \"code\": \"BT\",\n            \"text\": \"Bhutan\",\n            \"flag\": \"https://restcountries.eu/data/btn.svg\",\n            \"dailCode\": \"975\"\n        },\n        {\n            \"id\": 27,\n            \"code\": \"BO\",\n            \"text\": \"Bolivia (Plurinational State of)\",\n            \"flag\": \"https://restcountries.eu/data/bol.svg\",\n            \"dailCode\": \"591\"\n        },\n        {\n            \"id\": 28,\n            \"code\": \"BQ\",\n            \"text\": \"Bonaire, Sint Eustatius and Saba\",\n            \"flag\": \"https://restcountries.eu/data/bes.svg\",\n            \"dailCode\": \"5997\"\n        },\n        {\n            \"id\": 29,\n            \"code\": \"BA\",\n            \"text\": \"Bosnia and Herzegovina\",\n            \"flag\": \"https://restcountries.eu/data/bih.svg\",\n            \"dailCode\": \"387\"\n        },\n        {\n            \"id\": 30,\n            \"code\": \"BW\",\n            \"text\": \"Botswana\",\n            \"flag\": \"https://restcountries.eu/data/bwa.svg\",\n            \"dailCode\": \"267\"\n        },\n        {\n            \"id\": 31,\n            \"code\": \"BV\",\n            \"text\": \"Bouvet Island\",\n            \"flag\": \"https://restcountries.eu/data/bvt.svg\",\n            \"dailCode\": \"\"\n        },\n        {\n            \"id\": 32,\n            \"code\": \"BR\",\n            \"text\": \"Brazil\",\n            \"flag\": \"https://restcountries.eu/data/bra.svg\",\n            \"dailCode\": \"55\"\n        },\n        {\n            \"id\": 33,\n            \"code\": \"IO\",\n            \"text\": \"British Indian Ocean Territory\",\n            \"flag\": \"https://restcountries.eu/data/iot.svg\",\n            \"dailCode\": \"246\"\n        },\n        {\n            \"id\": 34,\n            \"code\": \"UM\",\n            \"text\": \"United States Minor Outlying Islands\",\n            \"flag\": \"https://restcountries.eu/data/umi.svg\",\n            \"dailCode\": \"\"\n        },\n        {\n            \"id\": 35,\n            \"code\": \"VG\",\n            \"text\": \"Virgin Islands (British)\",\n            \"flag\": \"https://restcountries.eu/data/vgb.svg\",\n            \"dailCode\": \"1284\"\n        },\n        {\n            \"id\": 36,\n            \"code\": \"VI\",\n            \"text\": \"Virgin Islands (U.S.)\",\n            \"flag\": \"https://restcountries.eu/data/vir.svg\",\n            \"dailCode\": \"1 340\"\n        },\n        {\n            \"id\": 37,\n            \"code\": \"BN\",\n            \"text\": \"Brunei Darussalam\",\n            \"flag\": \"https://restcountries.eu/data/brn.svg\",\n            \"dailCode\": \"673\"\n        },\n        {\n            \"id\": 38,\n            \"code\": \"BG\",\n            \"text\": \"Bulgaria\",\n            \"flag\": \"https://restcountries.eu/data/bgr.svg\",\n            \"dailCode\": \"359\"\n        },\n        {\n            \"id\": 39,\n            \"code\": \"BF\",\n            \"text\": \"Burkina Faso\",\n            \"flag\": \"https://restcountries.eu/data/bfa.svg\",\n            \"dailCode\": \"226\"\n        },\n        {\n            \"id\": 40,\n            \"code\": \"BI\",\n            \"text\": \"Burundi\",\n            \"flag\": \"https://restcountries.eu/data/bdi.svg\",\n            \"dailCode\": \"257\"\n        },\n        {\n            \"id\": 41,\n            \"code\": \"KH\",\n            \"text\": \"Cambodia\",\n            \"flag\": \"https://restcountries.eu/data/khm.svg\",\n            \"dailCode\": \"855\"\n        },\n        {\n            \"id\": 42,\n            \"code\": \"CM\",\n            \"text\": \"Cameroon\",\n            \"flag\": \"https://restcountries.eu/data/cmr.svg\",\n            \"dailCode\": \"237\"\n        },\n        {\n            \"id\": 43,\n            \"code\": \"CA\",\n            \"text\": \"Canada\",\n            \"flag\": \"https://restcountries.eu/data/can.svg\",\n            \"dailCode\": \"1\"\n        },\n        {\n            \"id\": 44,\n            \"code\": \"CV\",\n            \"text\": \"Cabo Verde\",\n            \"flag\": \"https://restcountries.eu/data/cpv.svg\",\n            \"dailCode\": \"238\"\n        },\n        {\n            \"id\": 45,\n            \"code\": \"KY\",\n            \"text\": \"Cayman Islands\",\n            \"flag\": \"https://restcountries.eu/data/cym.svg\",\n            \"dailCode\": \"1345\"\n        },\n        {\n            \"id\": 46,\n            \"code\": \"CF\",\n            \"text\": \"Central African Republic\",\n            \"flag\": \"https://restcountries.eu/data/caf.svg\",\n            \"dailCode\": \"236\"\n        },\n        {\n            \"id\": 47,\n            \"code\": \"TD\",\n            \"text\": \"Chad\",\n            \"flag\": \"https://restcountries.eu/data/tcd.svg\",\n            \"dailCode\": \"235\"\n        },\n        {\n            \"id\": 48,\n            \"code\": \"CL\",\n            \"text\": \"Chile\",\n            \"flag\": \"https://restcountries.eu/data/chl.svg\",\n            \"dailCode\": \"56\"\n        },\n        {\n            \"id\": 49,\n            \"code\": \"CN\",\n            \"text\": \"China\",\n            \"flag\": \"https://restcountries.eu/data/chn.svg\",\n            \"dailCode\": \"86\"\n        },\n        {\n            \"id\": 50,\n            \"code\": \"CX\",\n            \"text\": \"Christmas Island\",\n            \"flag\": \"https://restcountries.eu/data/cxr.svg\",\n            \"dailCode\": \"61\"\n        },\n        {\n            \"id\": 51,\n            \"code\": \"CC\",\n            \"text\": \"Cocos (Keeling) Islands\",\n            \"flag\": \"https://restcountries.eu/data/cck.svg\",\n            \"dailCode\": \"61\"\n        },\n        {\n            \"id\": 52,\n            \"code\": \"CO\",\n            \"text\": \"Colombia\",\n            \"flag\": \"https://restcountries.eu/data/col.svg\",\n            \"dailCode\": \"57\"\n        },\n        {\n            \"id\": 53,\n            \"code\": \"KM\",\n            \"text\": \"Comoros\",\n            \"flag\": \"https://restcountries.eu/data/com.svg\",\n            \"dailCode\": \"269\"\n        },\n        {\n            \"id\": 54,\n            \"code\": \"CG\",\n            \"text\": \"Congo\",\n            \"flag\": \"https://restcountries.eu/data/cog.svg\",\n            \"dailCode\": \"242\"\n        },\n        {\n            \"id\": 55,\n            \"code\": \"CD\",\n            \"text\": \"Congo (Democratic Republic of the)\",\n            \"flag\": \"https://restcountries.eu/data/cod.svg\",\n            \"dailCode\": \"243\"\n        },\n        {\n            \"id\": 56,\n            \"code\": \"CK\",\n            \"text\": \"Cook Islands\",\n            \"flag\": \"https://restcountries.eu/data/cok.svg\",\n            \"dailCode\": \"682\"\n        },\n        {\n            \"id\": 57,\n            \"code\": \"CR\",\n            \"text\": \"Costa Rica\",\n            \"flag\": \"https://restcountries.eu/data/cri.svg\",\n            \"dailCode\": \"506\"\n        },\n        {\n            \"id\": 58,\n            \"code\": \"HR\",\n            \"text\": \"Croatia\",\n            \"flag\": \"https://restcountries.eu/data/hrv.svg\",\n            \"dailCode\": \"385\"\n        },\n        {\n            \"id\": 59,\n            \"code\": \"CU\",\n            \"text\": \"Cuba\",\n            \"flag\": \"https://restcountries.eu/data/cub.svg\",\n            \"dailCode\": \"53\"\n        },\n        {\n            \"id\": 60,\n            \"code\": \"CW\",\n            \"text\": \"Curaçao\",\n            \"flag\": \"https://restcountries.eu/data/cuw.svg\",\n            \"dailCode\": \"599\"\n        },\n        {\n            \"id\": 61,\n            \"code\": \"CY\",\n            \"text\": \"Cyprus\",\n            \"flag\": \"https://restcountries.eu/data/cyp.svg\",\n            \"dailCode\": \"357\"\n        },\n        {\n            \"id\": 62,\n            \"code\": \"CZ\",\n            \"text\": \"Czech Republic\",\n            \"flag\": \"https://restcountries.eu/data/cze.svg\",\n            \"dailCode\": \"420\"\n        },\n        {\n            \"id\": 63,\n            \"code\": \"DK\",\n            \"text\": \"Denmark\",\n            \"flag\": \"https://restcountries.eu/data/dnk.svg\",\n            \"dailCode\": \"45\"\n        },\n        {\n            \"id\": 64,\n            \"code\": \"DJ\",\n            \"text\": \"Djibouti\",\n            \"flag\": \"https://restcountries.eu/data/dji.svg\",\n            \"dailCode\": \"253\"\n        },\n        {\n            \"id\": 65,\n            \"code\": \"DM\",\n            \"text\": \"Dominica\",\n            \"flag\": \"https://restcountries.eu/data/dma.svg\",\n            \"dailCode\": \"1767\"\n        },\n        {\n            \"id\": 66,\n            \"code\": \"DO\",\n            \"text\": \"Dominican Republic\",\n            \"flag\": \"https://restcountries.eu/data/dom.svg\",\n            \"dailCode\": \"1809\"\n        },\n        {\n            \"id\": 67,\n            \"code\": \"EC\",\n            \"text\": \"Ecuador\",\n            \"flag\": \"https://restcountries.eu/data/ecu.svg\",\n            \"dailCode\": \"593\"\n        },\n        {\n            \"id\": 68,\n            \"code\": \"EG\",\n            \"text\": \"Egypt\",\n            \"flag\": \"https://restcountries.eu/data/egy.svg\",\n            \"dailCode\": \"20\"\n        },\n        {\n            \"id\": 69,\n            \"code\": \"SV\",\n            \"text\": \"El Salvador\",\n            \"flag\": \"https://restcountries.eu/data/slv.svg\",\n            \"dailCode\": \"503\"\n        },\n        {\n            \"id\": 70,\n            \"code\": \"GQ\",\n            \"text\": \"Equatorial Guinea\",\n            \"flag\": \"https://restcountries.eu/data/gnq.svg\",\n            \"dailCode\": \"240\"\n        },\n        {\n            \"id\": 71,\n            \"code\": \"ER\",\n            \"text\": \"Eritrea\",\n            \"flag\": \"https://restcountries.eu/data/eri.svg\",\n            \"dailCode\": \"291\"\n        },\n        {\n            \"id\": 72,\n            \"code\": \"EE\",\n            \"text\": \"Estonia\",\n            \"flag\": \"https://restcountries.eu/data/est.svg\",\n            \"dailCode\": \"372\"\n        },\n        {\n            \"id\": 73,\n            \"code\": \"ET\",\n            \"text\": \"Ethiopia\",\n            \"flag\": \"https://restcountries.eu/data/eth.svg\",\n            \"dailCode\": \"251\"\n        },\n        {\n            \"id\": 74,\n            \"code\": \"FK\",\n            \"text\": \"Falkland Islands (Malvinas)\",\n            \"flag\": \"https://restcountries.eu/data/flk.svg\",\n            \"dailCode\": \"500\"\n        },\n        {\n            \"id\": 75,\n            \"code\": \"FO\",\n            \"text\": \"Faroe Islands\",\n            \"flag\": \"https://restcountries.eu/data/fro.svg\",\n            \"dailCode\": \"298\"\n        },\n        {\n            \"id\": 76,\n            \"code\": \"FJ\",\n            \"text\": \"Fiji\",\n            \"flag\": \"https://restcountries.eu/data/fji.svg\",\n            \"dailCode\": \"679\"\n        },\n        {\n            \"id\": 77,\n            \"code\": \"FI\",\n            \"text\": \"Finland\",\n            \"flag\": \"https://restcountries.eu/data/fin.svg\",\n            \"dailCode\": \"358\"\n        },\n        {\n            \"id\": 78,\n            \"code\": \"FR\",\n            \"text\": \"France\",\n            \"flag\": \"https://restcountries.eu/data/fra.svg\",\n            \"dailCode\": \"33\"\n        },\n        {\n            \"id\": 79,\n            \"code\": \"GF\",\n            \"text\": \"French Guiana\",\n            \"flag\": \"https://restcountries.eu/data/guf.svg\",\n            \"dailCode\": \"594\"\n        },\n        {\n            \"id\": 80,\n            \"code\": \"PF\",\n            \"text\": \"French Polynesia\",\n            \"flag\": \"https://restcountries.eu/data/pyf.svg\",\n            \"dailCode\": \"689\"\n        },\n        {\n            \"id\": 81,\n            \"code\": \"TF\",\n            \"text\": \"French Southern Territories\",\n            \"flag\": \"https://restcountries.eu/data/atf.svg\",\n            \"dailCode\": \"\"\n        },\n        {\n            \"id\": 82,\n            \"code\": \"GA\",\n            \"text\": \"Gabon\",\n            \"flag\": \"https://restcountries.eu/data/gab.svg\",\n            \"dailCode\": \"241\"\n        },\n        {\n            \"id\": 83,\n            \"code\": \"GM\",\n            \"text\": \"Gambia\",\n            \"flag\": \"https://restcountries.eu/data/gmb.svg\",\n            \"dailCode\": \"220\"\n        },\n        {\n            \"id\": 84,\n            \"code\": \"GE\",\n            \"text\": \"Georgia\",\n            \"flag\": \"https://restcountries.eu/data/geo.svg\",\n            \"dailCode\": \"995\"\n        },\n        {\n            \"id\": 85,\n            \"code\": \"DE\",\n            \"text\": \"Germany\",\n            \"flag\": \"https://restcountries.eu/data/deu.svg\",\n            \"dailCode\": \"49\"\n        },\n        {\n            \"id\": 86,\n            \"code\": \"GH\",\n            \"text\": \"Ghana\",\n            \"flag\": \"https://restcountries.eu/data/gha.svg\",\n            \"dailCode\": \"233\"\n        },\n        {\n            \"id\": 87,\n            \"code\": \"GI\",\n            \"text\": \"Gibraltar\",\n            \"flag\": \"https://restcountries.eu/data/gib.svg\",\n            \"dailCode\": \"350\"\n        },\n        {\n            \"id\": 88,\n            \"code\": \"GR\",\n            \"text\": \"Greece\",\n            \"flag\": \"https://restcountries.eu/data/grc.svg\",\n            \"dailCode\": \"30\"\n        },\n        {\n            \"id\": 89,\n            \"code\": \"GL\",\n            \"text\": \"Greenland\",\n            \"flag\": \"https://restcountries.eu/data/grl.svg\",\n            \"dailCode\": \"299\"\n        },\n        {\n            \"id\": 90,\n            \"code\": \"GD\",\n            \"text\": \"Grenada\",\n            \"flag\": \"https://restcountries.eu/data/grd.svg\",\n            \"dailCode\": \"1473\"\n        },\n        {\n            \"id\": 91,\n            \"code\": \"GP\",\n            \"text\": \"Guadeloupe\",\n            \"flag\": \"https://restcountries.eu/data/glp.svg\",\n            \"dailCode\": \"590\"\n        },\n        {\n            \"id\": 92,\n            \"code\": \"GU\",\n            \"text\": \"Guam\",\n            \"flag\": \"https://restcountries.eu/data/gum.svg\",\n            \"dailCode\": \"1671\"\n        },\n        {\n            \"id\": 93,\n            \"code\": \"GT\",\n            \"text\": \"Guatemala\",\n            \"flag\": \"https://restcountries.eu/data/gtm.svg\",\n            \"dailCode\": \"502\"\n        },\n        {\n            \"id\": 94,\n            \"code\": \"GG\",\n            \"text\": \"Guernsey\",\n            \"flag\": \"https://restcountries.eu/data/ggy.svg\",\n            \"dailCode\": \"44\"\n        },\n        {\n            \"id\": 95,\n            \"code\": \"GN\",\n            \"text\": \"Guinea\",\n            \"flag\": \"https://restcountries.eu/data/gin.svg\",\n            \"dailCode\": \"224\"\n        },\n        {\n            \"id\": 96,\n            \"code\": \"GW\",\n            \"text\": \"Guinea-Bissau\",\n            \"flag\": \"https://restcountries.eu/data/gnb.svg\",\n            \"dailCode\": \"245\"\n        },\n        {\n            \"id\": 97,\n            \"code\": \"GY\",\n            \"text\": \"Guyana\",\n            \"flag\": \"https://restcountries.eu/data/guy.svg\",\n            \"dailCode\": \"592\"\n        },\n        {\n            \"id\": 98,\n            \"code\": \"HT\",\n            \"text\": \"Haiti\",\n            \"flag\": \"https://restcountries.eu/data/hti.svg\",\n            \"dailCode\": \"509\"\n        },\n        {\n            \"id\": 99,\n            \"code\": \"HM\",\n            \"text\": \"Heard Island and McDonald Islands\",\n            \"flag\": \"https://restcountries.eu/data/hmd.svg\",\n            \"dailCode\": \"\"\n        },\n        {\n            \"id\": 100,\n            \"code\": \"VA\",\n            \"text\": \"Holy See\",\n            \"flag\": \"https://restcountries.eu/data/vat.svg\",\n            \"dailCode\": \"379\"\n        },\n        {\n            \"id\": 101,\n            \"code\": \"HN\",\n            \"text\": \"Honduras\",\n            \"flag\": \"https://restcountries.eu/data/hnd.svg\",\n            \"dailCode\": \"504\"\n        },\n        {\n            \"id\": 102,\n            \"code\": \"HK\",\n            \"text\": \"Hong Kong\",\n            \"flag\": \"https://restcountries.eu/data/hkg.svg\",\n            \"dailCode\": \"852\"\n        },\n        {\n            \"id\": 103,\n            \"code\": \"HU\",\n            \"text\": \"Hungary\",\n            \"flag\": \"https://restcountries.eu/data/hun.svg\",\n            \"dailCode\": \"36\"\n        },\n        {\n            \"id\": 104,\n            \"code\": \"IS\",\n            \"text\": \"Iceland\",\n            \"flag\": \"https://restcountries.eu/data/isl.svg\",\n            \"dailCode\": \"354\"\n        },\n        {\n            \"id\": 105,\n            \"code\": \"IN\",\n            \"text\": \"India\",\n            \"flag\": \"https://restcountries.eu/data/ind.svg\",\n            \"dailCode\": \"91\"\n        },\n        {\n            \"id\": 106,\n            \"code\": \"ID\",\n            \"text\": \"Indonesia\",\n            \"flag\": \"https://restcountries.eu/data/idn.svg\",\n            \"dailCode\": \"62\"\n        },\n        {\n            \"id\": 107,\n            \"code\": \"CI\",\n            \"text\": \"Côte d'Ivoire\",\n            \"flag\": \"https://restcountries.eu/data/civ.svg\",\n            \"dailCode\": \"225\"\n        },\n        {\n            \"id\": 108,\n            \"code\": \"IR\",\n            \"text\": \"Iran (Islamic Republic of)\",\n            \"flag\": \"https://restcountries.eu/data/irn.svg\",\n            \"dailCode\": \"98\"\n        },\n        {\n            \"id\": 109,\n            \"code\": \"IQ\",\n            \"text\": \"Iraq\",\n            \"flag\": \"https://restcountries.eu/data/irq.svg\",\n            \"dailCode\": \"964\"\n        },\n        {\n            \"id\": 110,\n            \"code\": \"IE\",\n            \"text\": \"Ireland\",\n            \"flag\": \"https://restcountries.eu/data/irl.svg\",\n            \"dailCode\": \"353\"\n        },\n        {\n            \"id\": 111,\n            \"code\": \"IM\",\n            \"text\": \"Isle of Man\",\n            \"flag\": \"https://restcountries.eu/data/imn.svg\",\n            \"dailCode\": \"44\"\n        },\n        {\n            \"id\": 112,\n            \"code\": \"IL\",\n            \"text\": \"Israel\",\n            \"flag\": \"https://restcountries.eu/data/isr.svg\",\n            \"dailCode\": \"972\"\n        },\n        {\n            \"id\": 113,\n            \"code\": \"IT\",\n            \"text\": \"Italy\",\n            \"flag\": \"https://restcountries.eu/data/ita.svg\",\n            \"dailCode\": \"39\"\n        },\n        {\n            \"id\": 114,\n            \"code\": \"JM\",\n            \"text\": \"Jamaica\",\n            \"flag\": \"https://restcountries.eu/data/jam.svg\",\n            \"dailCode\": \"1876\"\n        },\n        {\n            \"id\": 115,\n            \"code\": \"JP\",\n            \"text\": \"Japan\",\n            \"flag\": \"https://restcountries.eu/data/jpn.svg\",\n            \"dailCode\": \"81\"\n        },\n        {\n            \"id\": 116,\n            \"code\": \"JE\",\n            \"text\": \"Jersey\",\n            \"flag\": \"https://restcountries.eu/data/jey.svg\",\n            \"dailCode\": \"44\"\n        },\n        {\n            \"id\": 117,\n            \"code\": \"JO\",\n            \"text\": \"Jordan\",\n            \"flag\": \"https://restcountries.eu/data/jor.svg\",\n            \"dailCode\": \"962\"\n        },\n        {\n            \"id\": 118,\n            \"code\": \"KZ\",\n            \"text\": \"Kazakhstan\",\n            \"flag\": \"https://restcountries.eu/data/kaz.svg\",\n            \"dailCode\": \"76\"\n        },\n        {\n            \"id\": 119,\n            \"code\": \"KE\",\n            \"text\": \"Kenya\",\n            \"flag\": \"https://restcountries.eu/data/ken.svg\",\n            \"dailCode\": \"254\"\n        },\n        {\n            \"id\": 120,\n            \"code\": \"KI\",\n            \"text\": \"Kiribati\",\n            \"flag\": \"https://restcountries.eu/data/kir.svg\",\n            \"dailCode\": \"686\"\n        },\n        {\n            \"id\": 121,\n            \"code\": \"KW\",\n            \"text\": \"Kuwait\",\n            \"flag\": \"https://restcountries.eu/data/kwt.svg\",\n            \"dailCode\": \"965\"\n        },\n        {\n            \"id\": 122,\n            \"code\": \"KG\",\n            \"text\": \"Kyrgyzstan\",\n            \"flag\": \"https://restcountries.eu/data/kgz.svg\",\n            \"dailCode\": \"996\"\n        },\n        {\n            \"id\": 123,\n            \"code\": \"LA\",\n            \"text\": \"Lao People's Democratic Republic\",\n            \"flag\": \"https://restcountries.eu/data/lao.svg\",\n            \"dailCode\": \"856\"\n        },\n        {\n            \"id\": 124,\n            \"code\": \"LV\",\n            \"text\": \"Latvia\",\n            \"flag\": \"https://restcountries.eu/data/lva.svg\",\n            \"dailCode\": \"371\"\n        },\n        {\n            \"id\": 125,\n            \"code\": \"LB\",\n            \"text\": \"Lebanon\",\n            \"flag\": \"https://restcountries.eu/data/lbn.svg\",\n            \"dailCode\": \"961\"\n        },\n        {\n            \"id\": 126,\n            \"code\": \"LS\",\n            \"text\": \"Lesotho\",\n            \"flag\": \"https://restcountries.eu/data/lso.svg\",\n            \"dailCode\": \"266\"\n        },\n        {\n            \"id\": 127,\n            \"code\": \"LR\",\n            \"text\": \"Liberia\",\n            \"flag\": \"https://restcountries.eu/data/lbr.svg\",\n            \"dailCode\": \"231\"\n        },\n        {\n            \"id\": 128,\n            \"code\": \"LY\",\n            \"text\": \"Libya\",\n            \"flag\": \"https://restcountries.eu/data/lby.svg\",\n            \"dailCode\": \"218\"\n        },\n        {\n            \"id\": 129,\n            \"code\": \"LI\",\n            \"text\": \"Liechtenstein\",\n            \"flag\": \"https://restcountries.eu/data/lie.svg\",\n            \"dailCode\": \"423\"\n        },\n        {\n            \"id\": 130,\n            \"code\": \"LT\",\n            \"text\": \"Lithuania\",\n            \"flag\": \"https://restcountries.eu/data/ltu.svg\",\n            \"dailCode\": \"370\"\n        },\n        {\n            \"id\": 131,\n            \"code\": \"LU\",\n            \"text\": \"Luxembourg\",\n            \"flag\": \"https://restcountries.eu/data/lux.svg\",\n            \"dailCode\": \"352\"\n        },\n        {\n            \"id\": 132,\n            \"code\": \"MO\",\n            \"text\": \"Macao\",\n            \"flag\": \"https://restcountries.eu/data/mac.svg\",\n            \"dailCode\": \"853\"\n        },\n        {\n            \"id\": 133,\n            \"code\": \"MK\",\n            \"text\": \"Macedonia (the former Yugoslav Republic of)\",\n            \"flag\": \"https://restcountries.eu/data/mkd.svg\",\n            \"dailCode\": \"389\"\n        },\n        {\n            \"id\": 134,\n            \"code\": \"MG\",\n            \"text\": \"Madagascar\",\n            \"flag\": \"https://restcountries.eu/data/mdg.svg\",\n            \"dailCode\": \"261\"\n        },\n        {\n            \"id\": 135,\n            \"code\": \"MW\",\n            \"text\": \"Malawi\",\n            \"flag\": \"https://restcountries.eu/data/mwi.svg\",\n            \"dailCode\": \"265\"\n        },\n        {\n            \"id\": 136,\n            \"code\": \"MY\",\n            \"text\": \"Malaysia\",\n            \"flag\": \"https://restcountries.eu/data/mys.svg\",\n            \"dailCode\": \"60\"\n        },\n        {\n            \"id\": 137,\n            \"code\": \"MV\",\n            \"text\": \"Maldives\",\n            \"flag\": \"https://restcountries.eu/data/mdv.svg\",\n            \"dailCode\": \"960\"\n        },\n        {\n            \"id\": 138,\n            \"code\": \"ML\",\n            \"text\": \"Mali\",\n            \"flag\": \"https://restcountries.eu/data/mli.svg\",\n            \"dailCode\": \"223\"\n        },\n        {\n            \"id\": 139,\n            \"code\": \"MT\",\n            \"text\": \"Malta\",\n            \"flag\": \"https://restcountries.eu/data/mlt.svg\",\n            \"dailCode\": \"356\"\n        },\n        {\n            \"id\": 140,\n            \"code\": \"MH\",\n            \"text\": \"Marshall Islands\",\n            \"flag\": \"https://restcountries.eu/data/mhl.svg\",\n            \"dailCode\": \"692\"\n        },\n        {\n            \"id\": 141,\n            \"code\": \"MQ\",\n            \"text\": \"Martinique\",\n            \"flag\": \"https://restcountries.eu/data/mtq.svg\",\n            \"dailCode\": \"596\"\n        },\n        {\n            \"id\": 142,\n            \"code\": \"MR\",\n            \"text\": \"Mauritania\",\n            \"flag\": \"https://restcountries.eu/data/mrt.svg\",\n            \"dailCode\": \"222\"\n        },\n        {\n            \"id\": 143,\n            \"code\": \"MU\",\n            \"text\": \"Mauritius\",\n            \"flag\": \"https://restcountries.eu/data/mus.svg\",\n            \"dailCode\": \"230\"\n        },\n        {\n            \"id\": 144,\n            \"code\": \"YT\",\n            \"text\": \"Mayotte\",\n            \"flag\": \"https://restcountries.eu/data/myt.svg\",\n            \"dailCode\": \"262\"\n        },\n        {\n            \"id\": 145,\n            \"code\": \"MX\",\n            \"text\": \"Mexico\",\n            \"flag\": \"https://restcountries.eu/data/mex.svg\",\n            \"dailCode\": \"52\"\n        },\n        {\n            \"id\": 146,\n            \"code\": \"FM\",\n            \"text\": \"Micronesia (Federated States of)\",\n            \"flag\": \"https://restcountries.eu/data/fsm.svg\",\n            \"dailCode\": \"691\"\n        },\n        {\n            \"id\": 147,\n            \"code\": \"MD\",\n            \"text\": \"Moldova (Republic of)\",\n            \"flag\": \"https://restcountries.eu/data/mda.svg\",\n            \"dailCode\": \"373\"\n        },\n        {\n            \"id\": 148,\n            \"code\": \"MC\",\n            \"text\": \"Monaco\",\n            \"flag\": \"https://restcountries.eu/data/mco.svg\",\n            \"dailCode\": \"377\"\n        },\n        {\n            \"id\": 149,\n            \"code\": \"MN\",\n            \"text\": \"Mongolia\",\n            \"flag\": \"https://restcountries.eu/data/mng.svg\",\n            \"dailCode\": \"976\"\n        },\n        {\n            \"id\": 150,\n            \"code\": \"ME\",\n            \"text\": \"Montenegro\",\n            \"flag\": \"https://restcountries.eu/data/mne.svg\",\n            \"dailCode\": \"382\"\n        },\n        {\n            \"id\": 151,\n            \"code\": \"MS\",\n            \"text\": \"Montserrat\",\n            \"flag\": \"https://restcountries.eu/data/msr.svg\",\n            \"dailCode\": \"1664\"\n        },\n        {\n            \"id\": 152,\n            \"code\": \"MA\",\n            \"text\": \"Morocco\",\n            \"flag\": \"https://restcountries.eu/data/mar.svg\",\n            \"dailCode\": \"212\"\n        },\n        {\n            \"id\": 153,\n            \"code\": \"MZ\",\n            \"text\": \"Mozambique\",\n            \"flag\": \"https://restcountries.eu/data/moz.svg\",\n            \"dailCode\": \"258\"\n        },\n        {\n            \"id\": 154,\n            \"code\": \"MM\",\n            \"text\": \"Myanmar\",\n            \"flag\": \"https://restcountries.eu/data/mmr.svg\",\n            \"dailCode\": \"95\"\n        },\n        {\n            \"id\": 155,\n            \"code\": \"NA\",\n            \"text\": \"Namibia\",\n            \"flag\": \"https://restcountries.eu/data/nam.svg\",\n            \"dailCode\": \"264\"\n        },\n        {\n            \"id\": 156,\n            \"code\": \"NR\",\n            \"text\": \"Nauru\",\n            \"flag\": \"https://restcountries.eu/data/nru.svg\",\n            \"dailCode\": \"674\"\n        },\n        {\n            \"id\": 157,\n            \"code\": \"NP\",\n            \"text\": \"Nepal\",\n            \"flag\": \"https://restcountries.eu/data/npl.svg\",\n            \"dailCode\": \"977\"\n        },\n        {\n            \"id\": 158,\n            \"code\": \"NL\",\n            \"text\": \"Netherlands\",\n            \"flag\": \"https://restcountries.eu/data/nld.svg\",\n            \"dailCode\": \"31\"\n        },\n        {\n            \"id\": 159,\n            \"code\": \"NC\",\n            \"text\": \"New Caledonia\",\n            \"flag\": \"https://restcountries.eu/data/ncl.svg\",\n            \"dailCode\": \"687\"\n        },\n        {\n            \"id\": 160,\n            \"code\": \"NZ\",\n            \"text\": \"New Zealand\",\n            \"flag\": \"https://restcountries.eu/data/nzl.svg\",\n            \"dailCode\": \"64\"\n        },\n        {\n            \"id\": 161,\n            \"code\": \"NI\",\n            \"text\": \"Nicaragua\",\n            \"flag\": \"https://restcountries.eu/data/nic.svg\",\n            \"dailCode\": \"505\"\n        },\n        {\n            \"id\": 162,\n            \"code\": \"NE\",\n            \"text\": \"Niger\",\n            \"flag\": \"https://restcountries.eu/data/ner.svg\",\n            \"dailCode\": \"227\"\n        },\n        {\n            \"id\": 163,\n            \"code\": \"NG\",\n            \"text\": \"Nigeria\",\n            \"flag\": \"https://restcountries.eu/data/nga.svg\",\n            \"dailCode\": \"234\"\n        },\n        {\n            \"id\": 164,\n            \"code\": \"NU\",\n            \"text\": \"Niue\",\n            \"flag\": \"https://restcountries.eu/data/niu.svg\",\n            \"dailCode\": \"683\"\n        },\n        {\n            \"id\": 165,\n            \"code\": \"NF\",\n            \"text\": \"Norfolk Island\",\n            \"flag\": \"https://restcountries.eu/data/nfk.svg\",\n            \"dailCode\": \"672\"\n        },\n        {\n            \"id\": 166,\n            \"code\": \"KP\",\n            \"text\": \"Korea (Democratic People's Republic of)\",\n            \"flag\": \"https://restcountries.eu/data/prk.svg\",\n            \"dailCode\": \"850\"\n        },\n        {\n            \"id\": 167,\n            \"code\": \"MP\",\n            \"text\": \"Northern Mariana Islands\",\n            \"flag\": \"https://restcountries.eu/data/mnp.svg\",\n            \"dailCode\": \"1670\"\n        },\n        {\n            \"id\": 168,\n            \"code\": \"NO\",\n            \"text\": \"Norway\",\n            \"flag\": \"https://restcountries.eu/data/nor.svg\",\n            \"dailCode\": \"47\"\n        },\n        {\n            \"id\": 169,\n            \"code\": \"OM\",\n            \"text\": \"Oman\",\n            \"flag\": \"https://restcountries.eu/data/omn.svg\",\n            \"dailCode\": \"968\"\n        },\n        {\n            \"id\": 170,\n            \"code\": \"PK\",\n            \"text\": \"Pakistan\",\n            \"flag\": \"https://restcountries.eu/data/pak.svg\",\n            \"dailCode\": \"92\"\n        },\n        {\n            \"id\": 171,\n            \"code\": \"PW\",\n            \"text\": \"Palau\",\n            \"flag\": \"https://restcountries.eu/data/plw.svg\",\n            \"dailCode\": \"680\"\n        },\n        {\n            \"id\": 172,\n            \"code\": \"PS\",\n            \"text\": \"Palestine, State of\",\n            \"flag\": \"https://restcountries.eu/data/pse.svg\",\n            \"dailCode\": \"970\"\n        },\n        {\n            \"id\": 173,\n            \"code\": \"PA\",\n            \"text\": \"Panama\",\n            \"flag\": \"https://restcountries.eu/data/pan.svg\",\n            \"dailCode\": \"507\"\n        },\n        {\n            \"id\": 174,\n            \"code\": \"PG\",\n            \"text\": \"Papua New Guinea\",\n            \"flag\": \"https://restcountries.eu/data/png.svg\",\n            \"dailCode\": \"675\"\n        },\n        {\n            \"id\": 175,\n            \"code\": \"PY\",\n            \"text\": \"Paraguay\",\n            \"flag\": \"https://restcountries.eu/data/pry.svg\",\n            \"dailCode\": \"595\"\n        },\n        {\n            \"id\": 176,\n            \"code\": \"PE\",\n            \"text\": \"Peru\",\n            \"flag\": \"https://restcountries.eu/data/per.svg\",\n            \"dailCode\": \"51\"\n        },\n        {\n            \"id\": 177,\n            \"code\": \"PH\",\n            \"text\": \"Philippines\",\n            \"flag\": \"https://restcountries.eu/data/phl.svg\",\n            \"dailCode\": \"63\"\n        },\n        {\n            \"id\": 178,\n            \"code\": \"PN\",\n            \"text\": \"Pitcairn\",\n            \"flag\": \"https://restcountries.eu/data/pcn.svg\",\n            \"dailCode\": \"64\"\n        },\n        {\n            \"id\": 179,\n            \"code\": \"PL\",\n            \"text\": \"Poland\",\n            \"flag\": \"https://restcountries.eu/data/pol.svg\",\n            \"dailCode\": \"48\"\n        },\n        {\n            \"id\": 180,\n            \"code\": \"PT\",\n            \"text\": \"Portugal\",\n            \"flag\": \"https://restcountries.eu/data/prt.svg\",\n            \"dailCode\": \"351\"\n        },\n        {\n            \"id\": 181,\n            \"code\": \"PR\",\n            \"text\": \"Puerto Rico\",\n            \"flag\": \"https://restcountries.eu/data/pri.svg\",\n            \"dailCode\": \"1787\"\n        },\n        {\n            \"id\": 182,\n            \"code\": \"QA\",\n            \"text\": \"Qatar\",\n            \"flag\": \"https://restcountries.eu/data/qat.svg\",\n            \"dailCode\": \"974\"\n        },\n        {\n            \"id\": 183,\n            \"code\": \"XK\",\n            \"text\": \"Republic of Kosovo\",\n            \"flag\": \"https://restcountries.eu/data/kos.svg\",\n            \"dailCode\": \"383\"\n        },\n        {\n            \"id\": 184,\n            \"code\": \"RE\",\n            \"text\": \"Réunion\",\n            \"flag\": \"https://restcountries.eu/data/reu.svg\",\n            \"dailCode\": \"262\"\n        },\n        {\n            \"id\": 185,\n            \"code\": \"RO\",\n            \"text\": \"Romania\",\n            \"flag\": \"https://restcountries.eu/data/rou.svg\",\n            \"dailCode\": \"40\"\n        },\n        {\n            \"id\": 186,\n            \"code\": \"RU\",\n            \"text\": \"Russian Federation\",\n            \"flag\": \"https://restcountries.eu/data/rus.svg\",\n            \"dailCode\": \"7\"\n        },\n        {\n            \"id\": 187,\n            \"code\": \"RW\",\n            \"text\": \"Rwanda\",\n            \"flag\": \"https://restcountries.eu/data/rwa.svg\",\n            \"dailCode\": \"250\"\n        },\n        {\n            \"id\": 188,\n            \"code\": \"BL\",\n            \"text\": \"Saint Barthélemy\",\n            \"flag\": \"https://restcountries.eu/data/blm.svg\",\n            \"dailCode\": \"590\"\n        },\n        {\n            \"id\": 189,\n            \"code\": \"SH\",\n            \"text\": \"Saint Helena, Ascension and Tristan da Cunha\",\n            \"flag\": \"https://restcountries.eu/data/shn.svg\",\n            \"dailCode\": \"290\"\n        },\n        {\n            \"id\": 190,\n            \"code\": \"KN\",\n            \"text\": \"Saint Kitts and Nevis\",\n            \"flag\": \"https://restcountries.eu/data/kna.svg\",\n            \"dailCode\": \"1869\"\n        },\n        {\n            \"id\": 191,\n            \"code\": \"LC\",\n            \"text\": \"Saint Lucia\",\n            \"flag\": \"https://restcountries.eu/data/lca.svg\",\n            \"dailCode\": \"1758\"\n        },\n        {\n            \"id\": 192,\n            \"code\": \"MF\",\n            \"text\": \"Saint Martin (French part)\",\n            \"flag\": \"https://restcountries.eu/data/maf.svg\",\n            \"dailCode\": \"590\"\n        },\n        {\n            \"id\": 193,\n            \"code\": \"PM\",\n            \"text\": \"Saint Pierre and Miquelon\",\n            \"flag\": \"https://restcountries.eu/data/spm.svg\",\n            \"dailCode\": \"508\"\n        },\n        {\n            \"id\": 194,\n            \"code\": \"VC\",\n            \"text\": \"Saint Vincent and the Grenadines\",\n            \"flag\": \"https://restcountries.eu/data/vct.svg\",\n            \"dailCode\": \"1784\"\n        },\n        {\n            \"id\": 195,\n            \"code\": \"WS\",\n            \"text\": \"Samoa\",\n            \"flag\": \"https://restcountries.eu/data/wsm.svg\",\n            \"dailCode\": \"685\"\n        },\n        {\n            \"id\": 196,\n            \"code\": \"SM\",\n            \"text\": \"San Marino\",\n            \"flag\": \"https://restcountries.eu/data/smr.svg\",\n            \"dailCode\": \"378\"\n        },\n        {\n            \"id\": 197,\n            \"code\": \"ST\",\n            \"text\": \"Sao Tome and Principe\",\n            \"flag\": \"https://restcountries.eu/data/stp.svg\",\n            \"dailCode\": \"239\"\n        },\n        {\n            \"id\": 198,\n            \"code\": \"SA\",\n            \"text\": \"Saudi Arabia\",\n            \"flag\": \"https://restcountries.eu/data/sau.svg\",\n            \"dailCode\": \"966\"\n        },\n        {\n            \"id\": 199,\n            \"code\": \"SN\",\n            \"text\": \"Senegal\",\n            \"flag\": \"https://restcountries.eu/data/sen.svg\",\n            \"dailCode\": \"221\"\n        },\n        {\n            \"id\": 200,\n            \"code\": \"RS\",\n            \"text\": \"Serbia\",\n            \"flag\": \"https://restcountries.eu/data/srb.svg\",\n            \"dailCode\": \"381\"\n        },\n        {\n            \"id\": 201,\n            \"code\": \"SC\",\n            \"text\": \"Seychelles\",\n            \"flag\": \"https://restcountries.eu/data/syc.svg\",\n            \"dailCode\": \"248\"\n        },\n        {\n            \"id\": 202,\n            \"code\": \"SL\",\n            \"text\": \"Sierra Leone\",\n            \"flag\": \"https://restcountries.eu/data/sle.svg\",\n            \"dailCode\": \"232\"\n        },\n        {\n            \"id\": 203,\n            \"code\": \"SG\",\n            \"text\": \"Singapore\",\n            \"flag\": \"https://restcountries.eu/data/sgp.svg\",\n            \"dailCode\": \"65\"\n        },\n        {\n            \"id\": 204,\n            \"code\": \"SX\",\n            \"text\": \"Sint Maarten (Dutch part)\",\n            \"flag\": \"https://restcountries.eu/data/sxm.svg\",\n            \"dailCode\": \"1721\"\n        },\n        {\n            \"id\": 205,\n            \"code\": \"SK\",\n            \"text\": \"Slovakia\",\n            \"flag\": \"https://restcountries.eu/data/svk.svg\",\n            \"dailCode\": \"421\"\n        },\n        {\n            \"id\": 206,\n            \"code\": \"SI\",\n            \"text\": \"Slovenia\",\n            \"flag\": \"https://restcountries.eu/data/svn.svg\",\n            \"dailCode\": \"386\"\n        },\n        {\n            \"id\": 207,\n            \"code\": \"SB\",\n            \"text\": \"Solomon Islands\",\n            \"flag\": \"https://restcountries.eu/data/slb.svg\",\n            \"dailCode\": \"677\"\n        },\n        {\n            \"id\": 208,\n            \"code\": \"SO\",\n            \"text\": \"Somalia\",\n            \"flag\": \"https://restcountries.eu/data/som.svg\",\n            \"dailCode\": \"252\"\n        },\n        {\n            \"id\": 209,\n            \"code\": \"ZA\",\n            \"text\": \"South Africa\",\n            \"flag\": \"https://restcountries.eu/data/zaf.svg\",\n            \"dailCode\": \"27\"\n        },\n        {\n            \"id\": 210,\n            \"code\": \"GS\",\n            \"text\": \"South Georgia and the South Sandwich Islands\",\n            \"flag\": \"https://restcountries.eu/data/sgs.svg\",\n            \"dailCode\": \"500\"\n        },\n        {\n            \"id\": 211,\n            \"code\": \"KR\",\n            \"text\": \"Korea (Republic of)\",\n            \"flag\": \"https://restcountries.eu/data/kor.svg\",\n            \"dailCode\": \"82\"\n        },\n        {\n            \"id\": 212,\n            \"code\": \"SS\",\n            \"text\": \"South Sudan\",\n            \"flag\": \"https://restcountries.eu/data/ssd.svg\",\n            \"dailCode\": \"211\"\n        },\n        {\n            \"id\": 213,\n            \"code\": \"ES\",\n            \"text\": \"Spain\",\n            \"flag\": \"https://restcountries.eu/data/esp.svg\",\n            \"dailCode\": \"34\"\n        },\n        {\n            \"id\": 214,\n            \"code\": \"LK\",\n            \"text\": \"Sri Lanka\",\n            \"flag\": \"https://restcountries.eu/data/lka.svg\",\n            \"dailCode\": \"94\"\n        },\n        {\n            \"id\": 215,\n            \"code\": \"SD\",\n            \"text\": \"Sudan\",\n            \"flag\": \"https://restcountries.eu/data/sdn.svg\",\n            \"dailCode\": \"249\"\n        },\n        {\n            \"id\": 216,\n            \"code\": \"SR\",\n            \"text\": \"Suriname\",\n            \"flag\": \"https://restcountries.eu/data/sur.svg\",\n            \"dailCode\": \"597\"\n        },\n        {\n            \"id\": 217,\n            \"code\": \"SJ\",\n            \"text\": \"Svalbard and Jan Mayen\",\n            \"flag\": \"https://restcountries.eu/data/sjm.svg\",\n            \"dailCode\": \"4779\"\n        },\n        {\n            \"id\": 218,\n            \"code\": \"SZ\",\n            \"text\": \"Swaziland\",\n            \"flag\": \"https://restcountries.eu/data/swz.svg\",\n            \"dailCode\": \"268\"\n        },\n        {\n            \"id\": 219,\n            \"code\": \"SE\",\n            \"text\": \"Sweden\",\n            \"flag\": \"https://restcountries.eu/data/swe.svg\",\n            \"dailCode\": \"46\"\n        },\n        {\n            \"id\": 220,\n            \"code\": \"CH\",\n            \"text\": \"Switzerland\",\n            \"flag\": \"https://restcountries.eu/data/che.svg\",\n            \"dailCode\": \"41\"\n        },\n        {\n            \"id\": 221,\n            \"code\": \"SY\",\n            \"text\": \"Syrian Arab Republic\",\n            \"flag\": \"https://restcountries.eu/data/syr.svg\",\n            \"dailCode\": \"963\"\n        },\n        {\n            \"id\": 222,\n            \"code\": \"TW\",\n            \"text\": \"Taiwan\",\n            \"flag\": \"https://restcountries.eu/data/twn.svg\",\n            \"dailCode\": \"886\"\n        },\n        {\n            \"id\": 223,\n            \"code\": \"TJ\",\n            \"text\": \"Tajikistan\",\n            \"flag\": \"https://restcountries.eu/data/tjk.svg\",\n            \"dailCode\": \"992\"\n        },\n        {\n            \"id\": 224,\n            \"code\": \"TZ\",\n            \"text\": \"Tanzania, United Republic of\",\n            \"flag\": \"https://restcountries.eu/data/tza.svg\",\n            \"dailCode\": \"255\"\n        },\n        {\n            \"id\": 225,\n            \"code\": \"TH\",\n            \"text\": \"Thailand\",\n            \"flag\": \"https://restcountries.eu/data/tha.svg\",\n            \"dailCode\": \"66\"\n        },\n        {\n            \"id\": 226,\n            \"code\": \"TL\",\n            \"text\": \"Timor-Leste\",\n            \"flag\": \"https://restcountries.eu/data/tls.svg\",\n            \"dailCode\": \"670\"\n        },\n        {\n            \"id\": 227,\n            \"code\": \"TG\",\n            \"text\": \"Togo\",\n            \"flag\": \"https://restcountries.eu/data/tgo.svg\",\n            \"dailCode\": \"228\"\n        },\n        {\n            \"id\": 228,\n            \"code\": \"TK\",\n            \"text\": \"Tokelau\",\n            \"flag\": \"https://restcountries.eu/data/tkl.svg\",\n            \"dailCode\": \"690\"\n        },\n        {\n            \"id\": 229,\n            \"code\": \"TO\",\n            \"text\": \"Tonga\",\n            \"flag\": \"https://restcountries.eu/data/ton.svg\",\n            \"dailCode\": \"676\"\n        },\n        {\n            \"id\": 230,\n            \"code\": \"TT\",\n            \"text\": \"Trinidad and Tobago\",\n            \"flag\": \"https://restcountries.eu/data/tto.svg\",\n            \"dailCode\": \"1868\"\n        },\n        {\n            \"id\": 231,\n            \"code\": \"TN\",\n            \"text\": \"Tunisia\",\n            \"flag\": \"https://restcountries.eu/data/tun.svg\",\n            \"dailCode\": \"216\"\n        },\n        {\n            \"id\": 232,\n            \"code\": \"TR\",\n            \"text\": \"Turkey\",\n            \"flag\": \"https://restcountries.eu/data/tur.svg\",\n            \"dailCode\": \"90\"\n        },\n        {\n            \"id\": 233,\n            \"code\": \"TM\",\n            \"text\": \"Turkmenistan\",\n            \"flag\": \"https://restcountries.eu/data/tkm.svg\",\n            \"dailCode\": \"993\"\n        },\n        {\n            \"id\": 234,\n            \"code\": \"TC\",\n            \"text\": \"Turks and Caicos Islands\",\n            \"flag\": \"https://restcountries.eu/data/tca.svg\",\n            \"dailCode\": \"1649\"\n        },\n        {\n            \"id\": 235,\n            \"code\": \"TV\",\n            \"text\": \"Tuvalu\",\n            \"flag\": \"https://restcountries.eu/data/tuv.svg\",\n            \"dailCode\": \"688\"\n        },\n        {\n            \"id\": 236,\n            \"code\": \"UG\",\n            \"text\": \"Uganda\",\n            \"flag\": \"https://restcountries.eu/data/uga.svg\",\n            \"dailCode\": \"256\"\n        },\n        {\n            \"id\": 237,\n            \"code\": \"UA\",\n            \"text\": \"Ukraine\",\n            \"flag\": \"https://restcountries.eu/data/ukr.svg\",\n            \"dailCode\": \"380\"\n        },\n        {\n            \"id\": 238,\n            \"code\": \"AE\",\n            \"text\": \"United Arab Emirates\",\n            \"flag\": \"https://restcountries.eu/data/are.svg\",\n            \"dailCode\": \"971\"\n        },\n        {\n            \"id\": 239,\n            \"code\": \"GB\",\n            \"text\": \"United Kingdom of Great Britain and Northern Ireland\",\n            \"flag\": \"https://restcountries.eu/data/gbr.svg\",\n            \"dailCode\": \"44\"\n        },\n        {\n            \"id\": 240,\n            \"code\": \"US\",\n            \"text\": \"United States of America\",\n            \"flag\": \"https://restcountries.eu/data/usa.svg\",\n            \"dailCode\": \"1\"\n        },\n        {\n            \"id\": 241,\n            \"code\": \"UY\",\n            \"text\": \"Uruguay\",\n            \"flag\": \"https://restcountries.eu/data/ury.svg\",\n            \"dailCode\": \"598\"\n        },\n        {\n            \"id\": 242,\n            \"code\": \"UZ\",\n            \"text\": \"Uzbekistan\",\n            \"flag\": \"https://restcountries.eu/data/uzb.svg\",\n            \"dailCode\": \"998\"\n        },\n        {\n            \"id\": 243,\n            \"code\": \"VU\",\n            \"text\": \"Vanuatu\",\n            \"flag\": \"https://restcountries.eu/data/vut.svg\",\n            \"dailCode\": \"678\"\n        },\n        {\n            \"id\": 244,\n            \"code\": \"VE\",\n            \"text\": \"Venezuela (Bolivarian Republic of)\",\n            \"flag\": \"https://restcountries.eu/data/ven.svg\",\n            \"dailCode\": \"58\"\n        },\n        {\n            \"id\": 245,\n            \"code\": \"VN\",\n            \"text\": \"Viet Nam\",\n            \"flag\": \"https://restcountries.eu/data/vnm.svg\",\n            \"dailCode\": \"84\"\n        },\n        {\n            \"id\": 246,\n            \"code\": \"WF\",\n            \"text\": \"Wallis and Futuna\",\n            \"flag\": \"https://restcountries.eu/data/wlf.svg\",\n            \"dailCode\": \"681\"\n        },\n        {\n            \"id\": 247,\n            \"code\": \"EH\",\n            \"text\": \"Western Sahara\",\n            \"flag\": \"https://restcountries.eu/data/esh.svg\",\n            \"dailCode\": \"212\"\n        },\n        {\n            \"id\": 248,\n            \"code\": \"YE\",\n            \"text\": \"Yemen\",\n            \"flag\": \"https://restcountries.eu/data/yem.svg\",\n            \"dailCode\": \"967\"\n        },\n        {\n            \"id\": 249,\n            \"code\": \"ZM\",\n            \"text\": \"Zambia\",\n            \"flag\": \"https://restcountries.eu/data/zmb.svg\",\n            \"dailCode\": \"260\"\n        },\n        {\n            \"id\": 250,\n            \"code\": \"ZW\",\n            \"text\": \"Zimbabwe\",\n            \"flag\": \"https://restcountries.eu/data/zwe.svg\",\n            \"dailCode\": \"263\"\n        }\n    ]\n}"}],"_postman_id":"5e9c43f2-3e9e-4cc8-8f04-ad1d59c347f6"},{"name":"Banks List","id":"c5163c89-e0b8-4486-bdeb-06a49ad8f5a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/bank/findAll","description":"<p>This API get list of banks with id,</p>\n<h1 id=\"request-body-json\">Request Body (JSON):</h1>\n<ul>\n<li>none</li>\n</ul>\n<h1 id=\"parameters\">Parameters:</h1>\n<ul>\n<li>none</li>\n</ul>\n","urlObject":{"path":["bank","findAll"],"host":["{{env}}"],"query":[],"variable":[]}},"response":[{"id":"2720e1af-afae-4a56-821a-326beaafdfec","name":"New Request","originalRequest":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"{{env}}/bank/findAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Aug 2024 12:53:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type ,Accept ,X-Requested-With ,Remember-me ,Authorization ,WWW-Authenticate,Access-Control-Allow-Origin ,Cache-Control ,Accept-Language"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Operation Done Successfully\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"code\": \"AAALSARI\",\n            \"text\": \"Saudi Hollandi Bank\"\n        },\n        {\n            \"id\": 2,\n            \"code\": \"ALBISARI\",\n            \"text\": \"Al Bilad Bank\"\n        },\n        {\n            \"id\": 3,\n            \"code\": \"ARNBSARI\",\n            \"text\": \"Arab National Bank\"\n        },\n        {\n            \"id\": 4,\n            \"code\": \"BJAZSAJE\",\n            \"text\": \"Bank Al-Jazira\"\n        },\n        {\n            \"id\": 5,\n            \"code\": \"BMUSSARI\",\n            \"text\": \"Bank Muscat\"\n        },\n        {\n            \"id\": 6,\n            \"code\": \"BNPASARI\",\n            \"text\": \"BNP PARIBAS\"\n        },\n        {\n            \"id\": 7,\n            \"code\": \"BSFRSARI\",\n            \"text\": \"Al Bank Al Saudi Al Fransi\"\n        },\n        {\n            \"id\": 8,\n            \"code\": \"CHASSARI\",\n            \"text\": \"Jpmorgan Chase Bank Riyadh\"\n        },\n        {\n            \"id\": 9,\n            \"code\": \"DEUTSARI\",\n            \"text\": \"Deutsche bank\"\n        },\n        {\n            \"id\": 10,\n            \"code\": \"EBILSARI\",\n            \"text\": \"Emirates Bank\"\n        },\n        {\n            \"id\": 11,\n            \"code\": \"GULFSARI\",\n            \"text\": \"Gulf International Bank\"\n        },\n        {\n            \"id\": 12,\n            \"code\": \"INMASARI\",\n            \"text\": \"Alinma Bank\"\n        },\n        {\n            \"id\": 13,\n            \"code\": \"ICBKSARI\",\n            \"text\": \"Industrial And Commercial Bank Of China Riyadh\"\n        },\n        {\n            \"id\": 14,\n            \"code\": \"NBOBSARI\",\n            \"text\": \"National Bank Of Bahrain\"\n        },\n        {\n            \"id\": 15,\n            \"code\": \"NBOKSAJE\",\n            \"text\": \"National Bank Of Kuwait\"\n        },\n        {\n            \"id\": 16,\n            \"code\": \"NBPASARI\",\n            \"text\": \"National Bank Of Pakistan\"\n        },\n        {\n            \"id\": 17,\n            \"code\": \"NBOBSARI\",\n            \"text\": \"National Bank Of Bahrain Riyadh\"\n        },\n        {\n            \"id\": 18,\n            \"code\": \"NCBKSAJE\",\n            \"text\": \"National Commercial Bank\"\n        },\n        {\n            \"id\": 19,\n            \"code\": \"RJHISARI\",\n            \"text\": \"Al Rajhi Banking And Inv. Corp.\"\n        },\n        {\n            \"id\": 20,\n            \"code\": \"RIBLSARI\",\n            \"text\": \"Riyad Bank\"\n        },\n        {\n            \"id\": 21,\n            \"code\": \"SABBSARI\",\n            \"text\": \"Saudi Awwal Bank\"\n        },\n        {\n            \"id\": 22,\n            \"code\": \"SAMASARI\",\n            \"text\": \"Saudi Arabian Monetary Agency\"\n        },\n        {\n            \"id\": 23,\n            \"code\": \"SAMBSARI\",\n            \"text\": \"Saudi American Bank\"\n        },\n        {\n            \"id\": 24,\n            \"code\": \"SBINSAJE\",\n            \"text\": \"State Bank Of India\"\n        },\n        {\n            \"id\": 25,\n            \"code\": \"SIBCSARI\",\n            \"text\": \"Saudi Investment Bank\"\n        },\n        {\n            \"id\": 26,\n            \"code\": \"TCZBSAJ1\",\n            \"text\": \"Turkiye Cumhuriyeti Ziraat Bankasi\"\n        }\n    ]\n}"}],"_postman_id":"c5163c89-e0b8-4486-bdeb-06a49ad8f5a8"}],"id":"30e59b91-5ad0-4065-bf17-597a10ee33c1","_postman_id":"30e59b91-5ad0-4065-bf17-597a10ee33c1","description":""},{"name":"Payment Notification","item":[],"id":"875fe60c-bbf7-4d8d-a4b4-395b8c025f2b","description":"<p>After issuing an invoice using the invoicing API, the customer will have time to pay until the expiry date ( valid for one-time invoice ) that is specified by the invoice.</p>\n<p><strong>When the customer pay the invoice at any moment, A requested from GoPay payment gateway system to your service will be generated</strong></p>\n<p>An API endpoint where the payment notification will hit should be provided from your side.</p>\n<h1 id=\"how-to-add-payment-notifiaction-api-callback-webhook\">How to add Payment Notifiaction API callback (webhook)</h1>\n<img src=\"https://content.pstmn.io/b076fd49-b7e6-4f8c-986f-bf04a3e237f3/Y2FsbGJhY2stc2V0dGluZ3MucG5n\" />\n\n<h1 id=\"payment-notification-request-specification\">Payment Notification Request Specification</h1>\n<ul>\n<li>HTTP method: Post</li>\n</ul>\n<h4 id=\"request-header\">Request Header:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value type</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>signature</td>\n<td>string base64</td>\n<td>DnIqYP0WmlRYuun4EfOiDptaaNbF3tOu01cjJw1AYb5BayNpgCn/2R1NKQcQxaQIZJHtUi7PNCS5gAKlHQpaA2OO9pyybAcTRl5S1ArfuOrtU0fQzh5DLMsz4aJYBjIyOZltKeaGzmF7HidhKgnXFWaPPfyYO+qXbrDBmqk2celszUzdi9xk8W8x5Jc1eC6g7Mc5PDhhDQL2mUjJX5/LouAcWCvdvWFeJghxnLp9xP9+gEcpmuh+vCz6Eb9QXUn8UF5Dl9wW+s/vNDT4IOP49JJlvlcQSDtt7Q6Eao1oNMC/0RaR2Kozr4ZhKJ+otmVQyN+Ls4DIN9xIh+wRDNaMEA==</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-body\">Request Body:</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\"branchCode\":\"849\",\"bankId\":\"NCBKSAJE\",\"districtCode\":\"203\",\"accessChannel\":\"CORP\",\"sadadPaymentId\":\"57567334647678555656123436\",\"sadadNumber\":\"20324002164\",\"paymentMethod\":\"ACTDEB\",\"billNumber\":\"tc220811-128\",\"bankPaymentId\":\"20270069-118009-123882331\",\"paymentDate\":\"2022-08-13T19:19:47.382\",\"paymentAmount\":4137.7,\"paymentStatus\":\"APPROVED\"}\n\n</code></pre>\n<h1 id=\"request-authentication\">Request Authentication</h1>\n<p>The request will be authenticated using digital signature, please download the public key</p>\n<h1 id=\"download-the-public-key\"><a href=\"https://qa.gopay.sa/storage/GoPay_Public_Key.zip\">Download the Public Key</a></h1>\n<p><a href=\"https://qa.gopay.sa/storage/GoPay_Public_Key.zip\">https://qa.gopay.sa/storage/GoPay_Public_Key.zip</a></p>\n<h4 id=\"java-code-example-of-the-signature-authentication-process\">JAVA code example of the signature authentication process</h4>\n<p><a href=\"https://ftptest.e-faa.com.sa/storage/signature_varification_java_code_example.zip\">Download the JAVA code example</a></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">package ifs.sdk.start;\nimport java.io.FileInputStream;\nimport java.security.*;\nimport java.security.cert.*;\nimport java.util.Enumeration;\nimport java.util.Scanner;\nimport org.apache.commons.codec.binary.Base64;\nimport javax.net.ssl.KeyManagerFactory;\npublic class Main {\n    private static final String SUN_TYPE = \"SunX509\";\n    private static final String CERTIFICATE_TYPE = \"X.509\";\n    private static final String ALGO_TYPE = \"SHA256withRSA\";\n    private static final String ENCODING = \"UTF-8\";\n    private static final String PRIVATE_KEY_PASSWORD = \"123456\";\n    private static final String PRIVATE_KEY_TYPE = \"PKCS12\";\n//    private static final String PRIVATE_KEY_PATH = \"C:\\\\Users\\\\abdal\\\\OneDrive\\\\Documents\\\\ifs\\\\efaa.pfx\";//in pfx format\n    private static final String PUBLIC_KEY_PATH = \"C:\\\\Users\\\\abdal\\\\OneDrive\\\\Documents\\\\ifs\\\\efaa_public_64.cer\";\n    public static void main(String[] args) {\n        PublicKey publicKey = loadPublicKey(PUBLIC_KEY_PATH);\n        if (publicKey == null) {\n            System.out.println(\"Cannot load public key ....\");\n            System.out.println(\"Exit :( \");\n            return;\n        }\n        String plainText = \"{\\\"branchCode\\\":\\\"849\\\",\\\"bankId\\\":\\\"NCBKSAJE\\\",\\\"districtCode\\\":\\\"203\\\",\\\"accessChannel\\\":\\\"CORP\\\",\\\"sadadPaymentId\\\":\\\"987276547009998989898\\\",\\\"sadadNumber\\\":\\\"70015103101880\\\",\\\"paymentMethod\\\":\\\"ACTDEB\\\",\\\"billNumber\\\":\\\"IA220520-27719\\\",\\\"bankPaymentId\\\":\\\"20233678-118729-107498552\\\",\\\"paymentDate\\\":\\\"2022-05-20T15:10:14.462\\\",\\\"paymentAmount\\\":555,\\\"paymentStatus\\\":\\\"APPROVED\\\"}\";\n        String encryptedText = \"F8UYNy6ZUEsSAjBzhzDK1CFgpNbsadIIFobNd6wgyDXUQa2D+IH5rUzOjIokfty8heLYD4bpbyqqMo1YphHST+uDJv4PYwfXXqtzqEddzqIuuGi/k76Cl5Ewx+5s7AzEx6ZqWM7bux4uVIlV9aAPoE4ssb2CO6rcJoDzsYbj5D/bjESWxA1lvbNfmdmt0Hn+4Wv7jVgbgp+DBlmPpkJqQmlQLZ+oVTlqw4/byq0qlg4kHTV67AEQeUbQwAkm7DSv6Vepi7VlwywEhJT2ND09qeeio2ieBuGGhN+tQ0YuVm26owBcQw7l8qlOMfThyqmZ5ZGJ25iq9zRuPntIdxZZ1g==\";\n        Boolean verify = verify(publicKey, plainText, encryptedText);\n        System.out.println(\"Verification: \" + verify);\n        System.out.println(\"Good bay\");\n    }\n    public static PrivateKey loadPrivateKey(String filePath) {\n        try {\n            KeyManagerFactory kmf = KeyManagerFactory.getInstance(SUN_TYPE);\n            KeyStore keystore = KeyStore.getInstance(PRIVATE_KEY_TYPE);\n            char[] password = PRIVATE_KEY_PASSWORD.toCharArray();\n            keystore.load(new FileInputStream(filePath), password);\n            kmf.init(keystore, password);\n            Enumeration aliases = keystore.aliases();\n            while (aliases.hasMoreElements()) {\n                String alias = aliases.nextElement();\n                System.out.println(\"Found private key alias: \" + alias);\n                if (keystore.getCertificate(alias).getType().equals(CERTIFICATE_TYPE)) {\n                    Key key = keystore.getKey(alias, PRIVATE_KEY_PASSWORD.toCharArray());\n                    if (key instanceof PrivateKey) {\n                        System.out.println(\"Found private key\");\n                        PrivateKey privateKey = (PrivateKey) key;\n                        return privateKey;\n                    }\n                }\n            }\n            return null;\n        } catch (Exception e) {\n            return null;\n        }\n    }\n    public static PublicKey loadPublicKey(String filePath) {\n        try {\n            FileInputStream fin = new FileInputStream(filePath);\n            CertificateFactory certificateFactory = CertificateFactory.getInstance(CERTIFICATE_TYPE);\n            X509Certificate certificate = (X509Certificate) certificateFactory.generateCertificate(fin);\n            PublicKey publickey = certificate.getPublicKey();\n            return publickey;\n        } catch (Exception e) {\n            return null;\n        }\n    }\n    public static String sign(PrivateKey privateKey, String message) {\n        try {\n            Signature sign = Signature.getInstance(ALGO_TYPE);\n            sign.initSign(privateKey);\n            sign.update(message.getBytes(ENCODING));\n            return new String(Base64.encodeBase64(sign.sign()), ENCODING);\n        } catch (Exception e) {\n            e.printStackTrace();\n            return null;\n        }\n    }\n    public static boolean verify(PublicKey publicKey, String message, String signature) {\n        try {\n            Signature sign = Signature.getInstance(ALGO_TYPE);\n            sign.initVerify(publicKey);\n            sign.update(message.getBytes(ENCODING));\n            return sign.verify(Base64.decodeBase64(signature.getBytes(ENCODING)));\n        } catch (Exception e) {\n            e.printStackTrace();\n            return false;\n        }\n    }\n}\n\n</code></pre>\n<h4 id=\"php-code-example-of-the-signature-authentication-process\">PHP code example of the signature authentication process</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-PHP\">$requestBody = trim(preg_replace('/\\s+/', ' ', '{\"branchCode\":\"849\",\"bankId\":\"NCBKSAJE\",\"districtCode\":\"203\",\"accessChannel\":\"CORP\",\"sadadPaymentId\":\"57567334647678555656123436\",\"sadadNumber\":\"20324002164\",\"paymentMethod\":\"ACTDEB\",\"billNumber\":\"tc220811-128\",\"bankPaymentId\":\"20270069-118009-123882331\",\"paymentDate\":\"2022-08-13T19:19:47.382\",\"paymentAmount\":4137.7,\"paymentStatus\":\"APPROVED\"}' ));\n$signature='DnIqYP0WmlRYuun4EfOiDptaaNbF3tOu01cjJw1AYb5BayNpgCn/2R1NKQcQxaQIZJHtUi7PNCS5gAKlHQpaA2OO9pyybAcTRl5S1ArfuOrtU0fQzh5DLMsz4aJYBjIyOZltKeaGzmF7HidhKgnXFWaPPfyYO+qXbrDBmqk2celszUzdi9xk8W8x5Jc1eC6g7Mc5PDhhDQL2mUjJX5/LouAcWCvdvWFeJghxnLp9xP9+gEcpmuh+vCz6Eb9QXUn8UF5Dl9wW+s/vNDT4IOP49JJlvlcQSDtt7Q6Eao1oNMC/0RaR2Kozr4ZhKJ+otmVQyN+Ls4DIN9xIh+wRDNaMEA==';\n$pubkeyid = openssl_pkey_get_public('-----BEGIN CERTIFICATE-----\nMIIGfzCCBWegAwIBAgIEXVHeTDANBgkqhkiG9w0BAQsFADBSMQswCQYDVQQGEwJT\nQTENMAsGA1UEChMEU0FNQTEbMBkGA1UECxMSU0FNQSBlVHJ1c3QgQ2VudGVyMRcw\nFQYDVQQDEw5TQU1BIFNoYXJlZCBDQTAeFw0yMjAyMjExMTI3MTVaFw0yNDAyMjEx\nMTU3MTVaMF4xCzAJBgNVBAYTAlNBMQ0wCwYDVQQKEwRTQU1BMRswGQYDVQQLExJT\nQU1BIGVUcnVzdCBDZW50ZXIxFDASBgNVBAsTC1NBTUEgRG9tYWluMQ0wCwYDVQQD\nEwRlZmFhMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0y1D5WVv0K78\n2TT7or3izBqq50cX0oHVbJ0EX6w5W5DYjpXBnjdCEkIA3jv7Kt6T+40qnZW0QSXG\nLx6qZp6HqRDJgpHIpq/zCGeabIyOwK2NujKIVyFI8QZ3DsZSrt2qgT6Ga3INrKkX\nubZ6WyCtxVd7vAtGVWtTWcBBuaZvH0xqmrmQlvBadfokwfqS8heq7Dqx2ZebLvgM\nodztgwIV8bPXYz7fcshp1rlqIjGk3ugM7LvT4VBbP1wH8U3F134so9nEQ5QTWzQX\nC3KyBcf6WyRQ6zWLbd1jPR7S3UGq9EmvROIa5cYgz4G7zZwKH2Wzj0zQzo/8N3tg\nmLJEQZ+HsQIDAQABo4IDTzCCA0swCwYDVR0PBAQDAgP4MFgGCWCGSAGG+mseAQRL\nDElUaGUgcHJpdmF0ZSBrZXkgY29ycmVzcG9uZGluZyB0byB0aGlzIGNlcnRpZmlj\nYXRlIG1heSBoYXZlIGJlZW4gZXhwb3J0ZWQuMB0GA1UdJQQWMBQGCCsGAQUFBwMB\nBggrBgEFBQcDAjCBxAYDVR0gBIG8MIG5MIG2Bg0rBgEEAYGHHQEBBgABMIGkMIGh\nBggrBgEFBQcCAjCBlBqBkVRoaXMgY2VydGlmaWNhdGUgaGFzIGJlZW4gaXNzdWVk\nIGJ5IFNBTUEgZVRydXN0IENlbnRlci4gU0FNQSBkb2VzIG5vdCBhY2NlcHQgYW55\nIGxpYWJpbGl0eSBmb3IgYW55IGNsYWltIGV4Y2VwdCBhcyBleHByZXNzbHkgcHJv\ndmlkZWQgaW4gdGhpcyBDUC4wDwYDVR0RBAgwBoIEZWZhYTCCAVYGA1UdHwSCAU0w\nggFJMIHaoIHXoIHUhmZodHRwOi8vcGtpZnJvbnQtcDEuZXRydXN0LWNlbnRlci5z\nYW1hLmdvdi5zYS9DUkwvc2FtYV9zaGFyZWRfY2Ffc2FtYV9ldHJ1c3RfY2VudGVy\nX21hX2Nfc2FfY3JsZmlsZS5jcmyGamxkYXA6Ly9QS0lDQS1EUi9jbj1TQU1BJTIw\nU2hhcmVkJTIwQ0Esb3U9U0FNQSUyMGVUcnVzdCUyMENlbnRlcixvPVNBTUEsYz1T\nQT9jZXJ0aWZpY2F0ZVJldm9jYXRpb25MaXN0P2Jhc2UwaqBooGakZDBiMQswCQYD\nVQQGEwJTQTENMAsGA1UEChMEU0FNQTEbMBkGA1UECxMSU0FNQSBlVHJ1c3QgQ2Vu\ndGVyMRcwFQYDVQQDEw5TQU1BIFNoYXJlZCBDQTEOMAwGA1UEAxMFQ1JMMTAwKwYD\nVR0QBCQwIoAPMjAyMjAyMjExMTI3MTVagQ8yMDIzMDcxNzExNTcxNVowHwYDVR0j\nBBgwFoAUVMwso2AIJir4u/8qKvZ164nEQQEwHQYDVR0OBBYEFJ8yAp5TQ4b9JSiF\naVqx3JDWCtwSMAkGA1UdEwQCMAAwGQYJKoZIhvZ9B0EABAwwChsEVjguMwMCBLAw\nDQYJKoZIhvcNAQELBQADggEBAESNPpgKaNpdwAy3BmWXzvAKjI5K7ECu41yytnG2\nxF6Nkzm7+v5w/dExeylMh995wt7Y9vDVkGaYkoUNfANGmteEKVuBuo2UXLw8PQRG\n3OrlxcEmOdbKPrxr5e+QsVN5JE4shheYd7jt/rMXXTJpGUi4aHEN4BpEo6AKED+w\nDDMtZvWcrfCxG/g/qmND/jB0TluM/a5sDG3+zF2qjGYXt7Luc4NTf1WTPiisdny/\nWRsqKmY3usso9N/OrUCK9ZcM01YJCq7sqjcC6j0+SSuqwez9xErnzu68375yPomb\ne/lTiaDkrDrHzJmPe61tEiochcfNWm97TXoiKVNO9PSYr9g=\n-----END CERTIFICATE-----\n');\n$ok = openssl_verify($requestBody, base64_decode($signature), $pubkeyid,\"sha256WithRSAEncryption\");\nif ($ok == 1) {\n echo'Valid';\n}elseif ($ok == 0) {\n echo \"invalid Signature\";\n} else {\n echo'Error checking signature';\n}\n?&gt;\n\n</code></pre>\n<h1 id=\"expected-response-from-your-api-endpoint\">Expected response from your API endpoint</h1>\n<p>Your endpoint must respond with <strong>HTTP status 200</strong> and JSON body as the following:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-js\">{\n   \"status\":200,\n   \"message\":\"Operation Done Successfully\"\n}\n\n</code></pre>\n<blockquote>\n<p>If your endpoint responded with HTTP <strong>status other than 200</strong>, GoPay system will retry every 5 min for 30 min maximum</p>\n</blockquote>\n","_postman_id":"875fe60c-bbf7-4d8d-a4b4-395b8c025f2b"},{"name":"Settlement Notification","item":[],"id":"f57e7ab0-71ad-4914-a665-d4c7b12e662c","description":"<p>After receiving a payment from the customer, within 1 working day, the payment will be settled to the bank account associated with the activity mentioned in the issued invoice.</p>\n<p><strong>When the payment is settled at any moment, A requested from GoPay payment gateway system to your service will be generated</strong></p>\n<p>An API endpoint where the payment notification will hit should be provided from your side.</p>\n<h1 id=\"how-to-add-settlement-notification-api-callback-webhook\">How to add Settlement Notification API callback (webhook)</h1>\n<img src=\"https://content.pstmn.io/a6db9fbe-f837-481e-81c1-8eaeeb19379a/Y2FsbGJhY2stc2V0dGluZ3MucG5n\" />\n\n<h1 id=\"settlement-notification-request-specification\">Settlement Notification Request Specification</h1>\n<ul>\n<li>HTTP method: Post</li>\n</ul>\n<h4 id=\"request-header\">Request Header:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value type</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>signature</td>\n<td>string base64</td>\n<td>zSYjymK9fTsudVcmZPv0aGCJryV5iGjeJoKuOQ1fsW2wumyP2hj6MWUZN07xtRIX3gSSUQ/kNw3Qn9XtvlKLjC7OfZx3izfqxleV2XwbSFTb8wZmQtHvs6oebW/2E0sPEkyuFY+NLydzG8pUcEBpdC7MgltXCIgw2MyBGLRMmcn7jEFGmIC3+vgQC8Knd2n6XWJXPDmiuLEx3dJIm4ZAepQQX+A2JDj7YwvNKzvUlMVhBZOBlWUZHmjqEd88YevmnRalvxF7NBISYNm9PBPvU4MpZf1Cmhz3Czkg78rCEmFM/Vdi0EFlBXEWbkWAADA775Vq6/lQdm+AXoQmRhigkg==</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-body\">Request Body:</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\"branchCode\":\"849\",\"bankId\":\"NCBKSAJE\",\"districtCode\":\"203\",\"accessChannel\":\"CORP\",\"sadadPaymentId\":\"93958244300879727275100024513\",\"sadadNumber\":\"7529200128\",\"paymentMethod\":\"ACTDEB\",\"billNumber\":\"24012021024111\",\"bankPaymentId\":\"93570921-138269-1748061813\",\"paymentDate\":\"2023-11-08T14:26:40.213889200\",\"paymentAmount\":115,\"paymentStatus\":\"APPROVED\"}\n\n</code></pre>\n<h1 id=\"request-authentication\">Request Authentication</h1>\n<p>The request will be authenticated using digital signature, please download the public key</p>\n<h1 id=\"download-the-public-key\"><a href=\"https://qa.gopay.sa/storage/GoPay_Public_Key.zip\">Download the Public Key</a></h1>\n<p><a href=\"https://qa.gopay.sa/storage/GoPay_Public_Key.zip\">https://qa.gopay.sa/storage/GoPay_Public_Key.zip</a></p>\n<h1 id=\"expected-response-from-your-api-endpoint\">Expected response from your API endpoint</h1>\n<p>Your endpoint must respond with <strong>HTTP status 200</strong> and JSON body as the following:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-js\">{\n   \"status\":200,\n   \"message\":\"Operation Done Successfully\"\n}\n\n</code></pre>\n<blockquote>\n<p>If your endpoint responded with HTTP <strong>status other than 200</strong>, GoPay system will retry every 5 min for 30 min maximum</p>\n</blockquote>\n","_postman_id":"f57e7ab0-71ad-4914-a665-d4c7b12e662c"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d24c0094-ba43-4ab9-9bae-f77d51847c52"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9cc71367-e7ce-43c3-902c-3ff16d374ed1"}}]}